• 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
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

tomcat

 
Ranch Hand
Posts: 57
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi i'd be really grateful if anyone can help...
I can only get servlets to be called from jsp pages when the servlets are buried in the ROOT directory.
I Have tried creating a new web application folder ("test" ) off webapps, with the server.xml creating context for it, also have the directory structure in "test" with a WEB-INF folder and a web.xml file in here with a mapping to the servlet name, and the servlet is in a classes folder which is under "test".
Stop, start tomcat but browser cannot find the servlet, whats wrong??
 
reply
    Bookmark Topic Watch Topic
  • New Topic