Hi !

How to name the servlet  ?

I want to have Helloworld.class sitting in my server . But I want to have
three names associated with this class file  , say .. Helloworld1 ,
Helloworld2, Helloworld3  . So when the client accesses these servlets using
http://localhost:8080/servlet/HelloWorld1 ,
http://localhost:8080/servlet/HelloWorld2 ,
http://localhost:8080/servlet/HelloWorld3   the user will get a feeling that
he is talking to three servlet objects in the server . In reality there is
only one object ( one class file only ) sitting in the server .

I am using Apache 1.3.12  plus Tomcat 3.2b8

Thanks
Boda

___________________________________________________________________________
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