• 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
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

Resource not found

 
Ranch Hand
Posts: 53
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

Greetings. I have a unique problem. I have Tomcat 5.5,Eclipse 3.2 and Java 1.6 installed in my machine. I installed the sysdeo plugin 3.o for tomcat usage in eclipse. When I create a Tomcat project in my application and try to run the jsp by giving the context path(http://localhost:8080/Test), I get an error saying that 'The requested resource(/Test) is not available'. Any help is greatly appreciated.

Thanks and Regards,
Rahesh
 
Greenhorn
Posts: 29
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm not familiar with that specific setup, but as a test have you tried accessing http://localhost:8080/Test/ (with the trailing slash) or http://localhost:8080/Test/index.jsp (or any specific page in that app). In a standard set up http://localhost:8080/Test would be looking for a page called "Test" in your ROOT.war web application.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic