Pradeep,

In web.xml create a mapping like this:
<servlet>
        <servlet-name>servletname</servlet-name>
        <display-name>servletname</display-name>
        <servlet-class>com.yourco.servlet.Servlet</servlet-class>
</servlet>
<servlet-mapping>
        <servlet-name>servletname</servlet-name>
        <url-pattern>enseek/servletname</url-pattern>
</servlet-mapping>

WR
Russ

> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Pradeep
> Sent: Wednesday, November 29, 2000 8:30 AM
> To: Orion-Interest
> 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