Hi everybody,

How could I setup the subdirectry under servlet.

for example, i compiled my code "HelloWorld.java" to "package1".
I could run it by

        http://localhost/servlet/package1.HelloWorld

but I would like run it as

        http://localhost/servlet/package1/HelloWorld
                                                      ^

How could i have serlvet path set up correctly?

Thank you very much.

- Cheng

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to