| Author |
Hello World Programme is not Running
|
Vikas Kapoor
Ranch Hand
Joined: Aug 16, 2007
Posts: 1374
|
|
web.xml faces-config.xml index.jsp hello.jsf Four Library in classpath 1) jsf-api.jar 2)jsf-impl.jar 3)jstl.jar 4)standard.jar I am getting 404 error. description The requested resource (/TestJSF/hello.jsp) is not available. [ December 04, 2008: Message edited by: Vishal Pandya ]
|
 |
Vikas Kapoor
Ranch Hand
Joined: Aug 16, 2007
Posts: 1374
|
|
If I rename hello.jsf to hello.jsp and modify index.jsp like Now I am getting below exception. And line 1, ???
|
 |
gul kaur
Greenhorn
Joined: Dec 09, 2008
Posts: 8
|
|
|
Check that you are using the correctURL /hello.jsf instead of /hello.jsp
|
 |
Swapnil Deshmukh
Greenhorn
Joined: Dec 24, 2008
Posts: 1
|
|
Hey The file should be saved as hello.jsp but from index.jsp you need to forward it to hello.jsf Try it.
|
 |
 |
|
|
subject: Hello World Programme is not Running
|
|
|