RE: NullPointerException loading JavaServer Faces web application

2004-09-15 Thread Shapira, Yoav
: NullPointerException loading JavaServer Faces web application In Tomcat 5.5.0 I have a simple application using the JavaServer Faces 1.1 reference implementation. ?xml version=1.0? !DOCTYPE web-app PUBLIC -//Sun Microsystems, Inc.//DTD Web Application 2.2//EN http://java.sun.com/j2ee/dtds/web-app_2_2

Re: NullPointerException loading JavaServer Faces web application

2004-09-15 Thread Hiroshi Iwatani
Tell us about whole structure of you application based on the JSF. For example, where have you put what and what? Garret Wilson wrote: In Tomcat 5.5.0 I have a simple application using the JavaServer Faces 1.1 reference implementation. ?xml version=1.0? !DOCTYPE web-app PUBLIC -//Sun Microsystems,

Re: NullPointerException loading JavaServer Faces web application

2004-09-15 Thread Garret Wilson
Hiroshi Iwatani wrote: Tell us about whole structure of you application based on the JSF. For example, where have you put what and what? Not much to tell. I have C:\jakarta-tomcat-5.5.1\conf\Catalina\localhost\test.xml : Context docBase=C:\test\www /Context I have C:\test\www\WEB-INF\web.xml :

Re: NullPointerException loading JavaServer Faces web application

2004-09-15 Thread Garret Wilson
Shapira, Yoav wrote: - Go get Tomcat 5.5.2 and try it out if you can. Hmmm... that seems to have fixed it. Thanks for letting me know that another release was already available. Garret - To unsubscribe, e-mail: [EMAIL PROTECTED]

NullPointerException loading JavaServer Faces web application

2004-09-14 Thread Garret Wilson
In Tomcat 5.5.0 I have a simple application using the JavaServer Faces 1.1 reference implementation. ?xml version=1.0? !DOCTYPE web-app PUBLIC -//Sun Microsystems, Inc.//DTD Web Application 2.2//EN http://java.sun.com/j2ee/dtds/web-app_2_2.dtd; web-app display-nameWeb