RE: Creating zones in orion server

2000-11-29 Thread Russ White
One other solution: create a second web app that uses a different servlet directory directive. like so: in application.xml add: enseek /enseek in orion-application.xml add: create a new directory under your application named enseek. create

RE: Creating zones in orion server

2000-11-29 Thread Russ White
Pradeep, In web.xml create a mapping like this: servletname servletname com.yourco.servlet.Servlet servletname enseek/servletname WR Russ > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Pradeep > Sent: W

Re: Creating zones in orion server

2000-11-29 Thread Christian Sell
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: