RE: Alias definition in Tomcat standalone

2003-06-11 Thread Phillip Qin
Isn't your context's path the alias? -Original Message- From: Karsten Krieg [mailto:[EMAIL PROTECTED] Sent: June 11, 2003 5:27 AM To: [EMAIL PROTECTED] Subject: Alias definition in Tomcat standalone Hi list! Newbie question: I'm using Tomcat as a standalone webserver (without Apache) a

RE: Alias definition in Tomcat standalone

2003-06-11 Thread Dave Naden
At least two ways: 1) when you define your contexts, you supply an alias for a directory, as in: 2) any servlet can be aliased, by using tags, which map a new name to the servlet class name, and using tags, which map a new URL part to the name defined above. Both of