One other solution:
create a second web app that uses a different servlet directory directive.
like so:
in application.xml add:
<module>
<web>
<web-uri>enseek</web-uri>
<context-root>/enseek</context-root>
</web>
</module>
in orion-application.xml add:
<library path="/path/to/your/classes"/>
create a new directory under your application named enseek.
create a new directory under enseek called WEB-INF.
copy your existing web.xml file to your new WEB-INF directory.
change the following line:
<orion-web-app deployment-version="1.4.4" jsp-cache-directory="./persistence"
temporary-directory="./temp" servlet-webdir="/servlet/">
to
<orion-web-app deployment-version="1.4.4" jsp-cache-directory="./persistence"
temporary-directory="./temp" servlet-webdir="/">
This will allow you to do the same thing as my previous post without having to
map individual servlets.
IMHO the previous method is cleaner.
> -----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
>
>