RE: Aliasing urls in Tomcat (without using Apache)

2001-05-23 Thread William Kaufman
-- Bill K. > -Original Message- > From: Graeme Miller [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, May 23, 2001 2:38 PM > To: '[EMAIL PROTECTED]' > Subject: Aliasing urls in Tomcat (without using Apache) > > > Hi guys, > > During development w

Aliasing urls in Tomcat (without using Apache)

2001-05-23 Thread Graeme Miller
Hi guys, During development we would like to use Tomcat locally without having an Apache front end, then only have an Apache front end proxy passing to Tomcat when it goes into production. We are running into problems with how to replicate the proxy pass functionality of Apache in Tomcat. Eg

RE: Aliasing urls in Tomcat (without using Apache)

2001-05-21 Thread Graeme Miller
serving the > servlets under > http:///servlet http:///servlets > So this should (never tested it btw..) also run like this > without apache. > > Hope you get it working.. > > Mvgr, > Martin van den Bemt > > > -Original Message----- > > From: G

RE: Aliasing urls in Tomcat (without using Apache)

2001-05-21 Thread Martin van den Bemt
without apache. Hope you get it working.. Mvgr, Martin van den Bemt > -Original Message- > From: Graeme Miller [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, May 22, 2001 12:26 AM > To: '[EMAIL PROTECTED]' > Subject: Aliasing urls in Tomcat (without using Apach

Aliasing urls in Tomcat (without using Apache)

2001-05-21 Thread Graeme Miller
We need a way of aliasing urls in tomcat 3.2.1 so we don't have to set up Apache for local development on our workstations. eg /mytest needs to resolve to the servlet context /myproject/mytest Is there a way of doing this in Tomcat (perhaps in the server.xml or web.xml?) without involving put