WSAD 5 & JSF
843842Jul 9 2003 — edited Jul 10 2003Hello.
I have tried to run Car and Guess demo on the WSAD5 without success. I used websphere 5 test environment and tomcat 4.1.24 environment. During installation process I discovered set of problems:
1. web.xml file doesn't like <display-name> tag - comment it.
2. jsp's can't see tag libraries and I made this changes and copy tld's to the WEB-INF directory.
<%@ taglib uri="/WEB-INF/html_basic.tld" prefix="h" %>
<%@ taglib uri="/WEB-INF/jsf_core.tld" prefix="f" %>
3. Copy commons-collections.jar to the WEB-INF/lib directory
4. Copy web-facesconfig_1_0.dtd to the WEB-INF directory and modify faces-config.xml
<!DOCTYPE faces-config PUBLIC "-//Sun Microsystems, Inc.//DTD JavaServer Faces Config 1.0//EN"
"/WEB-INF/web-facesconfig_1_0.dtd">
After that I was able to start application but jsp page displays only greating. No errors at all.
Does anyone be able to run demos on WSAD ?
Thanks,
Dmitry