RE: Aliasing urls in Tomcat (without using Apache)

2001-05-21 Thread Martin van den Bemt
Kill apache, run tomcat on port 80 instead of port 8080. and then change your server.xml to something like this : (were using this in coop with apache and are serving the servlets under http:///servlet http:///servlets So this should (never tested it btw..) also run like this

RE: Aliasing urls in Tomcat (without using Apache)

2001-05-21 Thread Graeme Miller
ubject: RE: Aliasing urls in Tomcat (without using Apache) > > > Kill apache, run tomcat on port 80 instead of port 8080. and > then change > your server.xml to something like this : > > className="org.apache.tomcat.request.InvokerInterce

RE: Aliasing urls in Tomcat (without using Apache)

2001-05-23 Thread William Kaufman
I'm not sure I get you, but, can't you just alias the servlet's URL using the tag in your web.xml? (Take a look at the DTD for web.xml, at, http://java.sun.com/j2ee/dtds/web-app_2_2.dtd or in the JSDK spec.) -- Bill K. > -O