Dear All :
The Main problem in my application is:
i have two jsf page one for tree and another for a shell
any way , when i deplyed my web application in jwsdp 1.2 with jdk 1.4.2 it work fine and some time it dosen't work in another PC , i try instalation of jwsdp 1.3 but the same problem appear
the error message is
HTTP Status 404 - /faces/tree.jsp-
type Status report
message /faces/tree.jsp
description The requested resource (/faces/tree.jsp) is not available.
i trying to install jsf 1.0 but when i extrace the file and replace these files with JSF file in java -webserver-home the web server didn't start
do what i do please help me
-
JSF Problem (1 messages)
- Posted by: Mohamed Sayed Ahmed
- Posted on: May 10 2004 08:47 EDT
Threaded Messages (1)
- JSF Problem by Bhagvan K on May 11 2004 02:44 EDT
-
JSF Problem[ Go to top ]
- Posted by: Bhagvan K
- Posted on: May 11 2004 02:44 EDT
- in response to Mohamed Sayed Ahmed
hi,
Check out the basic requirements for JSF application
http://java.sun.com/j2ee/1.4/docs/tutorial/doc/JSFConfigure10.html#wp1000577
Attached is the snippet which is relevant to your problem (i hope so)
All application classes and properties files should be copied into the WEB-INF/classes directory of the WAR file during the build process. JSP pages should be at the top level of the WAR file. The web.xml, faces-config.xml, and extra TLD files should be in the WEB-INF directory. Other resources, such as images, can be at the top level or in a separate directory of the WAR file.
Bhagvan K
http://www.architectcorner.com