There is no difference atall in compiling a java code and a servlet code,
its all the same but for running the servlet u need to have a servlet
properties file which should be in the below format
servlet.<code>.name=anyname
supposing ur servlet file has the name one ur property shouldreas
servlet.one.name=xxx, in the net u shallbe calling as
http://localhost:8080/servlet/xxx [NOT THE JAVA CODE NAME].
Good Luck
Srini
On Thu, 15 Jul 1999, Jeff Vaccaro wrote:
> What do I name my servlet code before it is compiled? .java ?
>
> How do I compile my servlet code that I just wrote?
>
> I'm using javawebserver1.1.3
>
> Thanks
>
___________________________________________________________________________
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