Pradeep,

the best thing you can do to yourself is read the servlet 2.2 specification.
There is a whole chapter (#10) on "mapping requests to servlets". Basically
what you need is a servlet mapping, which is specified in the web
application deployment descriptor

----- Original Message -----
From: "Pradeep" <[EMAIL PROTECTED]>
To: "Orion-Interest" <[EMAIL PROTECTED]>
Sent: Wednesday, November 29, 2000 2:29 PM
Subject: Creating zones in orion server


> Hello Sir,
>          I have been using Orion server for my application and have been
> successfully deploying many applications. But i am facing a problem in
> segregating the servlets into different zones, Like for example
>
> The servlets in the web-inf/classes directory can be accessed with the URL
> "http://localhost/servlet/servletname" without any poblems.
>
> But now if I want to access the servlets, lets say in the
> web-inf/classes/enseek directory with the URL
> "http://localhost/enseek/servletname"..? HOw do I do this????
>
> Can you please guide me with the various Configuration changes to be made
in
> the various XML files ? Also guide me if i have to copy any XML files in
the
> new folder.
>      Please help me out in solving the problem???
>
>                           Thanking you,
>                                    Pradeep.R .A
>                                EnSeek Technologies
>                                     Bangalore.
>
> Pradeep R A
> Software Engineer
> Enseek Technologies
> Bangalore-01
> Ph:-(O) 559 2202,559 2722 Ext-38
>     (R) 6521325
>
> ____________________________________________________________________
> Get free email and a permanent address at http://www.netaddress.com/?N=1
>


Reply via email to