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-23 Thread William Kaufman
. -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 we would like to use Tomcat locally without having an Apache

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

RE: Aliasing urls in Tomcat (without using Apache)

2001-05-21 Thread Martin van den Bemt
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 Apache) We need a way of aliasing urls in tomcat 3.2.1 so we don't

RE: Aliasing urls in Tomcat (without using Apache)

2001-05-21 Thread Graeme Miller
..) also run like this 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 Apache