This page contains an archived post to the Java Answers Forum made prior to February 25, 2002.
If you wish to participate in discussions, please visit the new
Artima Forums.
Message:
q
Posted by q on April 25, 2001 at 2:33 PM
> Your URL will look like > http://host/servlet/your_servlet_name > The word servlet will be as it is after host/. Suppose you have created a servlet Si.java and compiled it then your URL will be > http://host/servlet/Si > In the above case I have assumed you haven't put your servlet Si.java in any package. If you put your servlet in a package then you can add the full path and a name which you will be using for your servlet in URL using administration tools of JavaWebserver. > Thanx > Kishori
Replies:
|