Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

After deploying; tomcat only shows directory listing

843834Feb 5 2003 — edited Feb 5 2003
I use the deploytool to deploy my servlet. Deploying is no problem, but it seems like my servlet isn't run when I access the context path, eg;

http://127.0.0.1:8080/myservlet

it only gives me a directory listing (which is empty)

It's a standard HttpServlet which implements doGet()/doPost()/service() to print out some stuff to show it's working ..

anyone know what the problem is?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 5 2003
Added on Feb 5 2003
3 comments
215 views