• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

404 error loading

 
Ranch Hand
Posts: 160
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I have just starting using JSF. I made a simple web application using Apache tomcat. I made a index.jsp as the welcome page and configured it in the web.xml.
It works fine till here . Then since i wanted to introduce JSF in the web application i added jsf-api.jar in the lib folder of the web application . Till here it worked fine , but as soon as i introduced jsf-impl.jar in the lib folder it gave a '404 Error' .

I would appreciate if any one can tell me why by just introducing jsf-impl.jar in the lib folder would i get this error.
Regards
 
Varun Nayudu
Ranch Hand
Posts: 160
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Guys ,

I was able to resolve this issue I just had to add the el-api.jar in the lib folder .
 
Varun Nayudu
Ranch Hand
Posts: 160
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi guys

This would real dum but i have still not been able to resolve this issue. I m using Eclipse 3.3, jdk 5, and jsf 1.2.

I know in my last post i had said that i had resolved the issue but now its again cripped in . The shocking thing is even after putting in the el-api.jar i still get the same error.

Error 1: On the page i get the following error



Error 2 : In the tomcat log i get the following error





Application directory structure is send with attachment...
Leftmenu.png
[Thumbnail for Leftmenu.png]
Directory Structure
 
reply
    Bookmark Topic Watch Topic
  • New Topic