U can always create allaises for your servlets saying that server should
call HelloWorld on call for HelloWorld1 and HelloWorld2 and HelloWorld3. How
to set it is of course, server dependant.


Abhay

----- Original Message -----
From: Boda, Ramakrishna Rao (Ramakrishna) <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, November 23, 2000 2:27 AM
Subject: How to name the servlets ?


> 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
>

___________________________________________________________________________
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