Re: Ignore URL Prefix

2003-01-18 Thread Bill Barker
Which Apache version are you using? For Apache 1.3.x+mod_rewrite I could probably trick it into doing what you want (but I havn't actually tried it :). For Apache 2.x, I'm not so sure (without a lot of C code hacking :). Sordid hacks like what I'm suggesting are almost always not the way to go

Ignore URL Prefix

2003-01-17 Thread johnny
I'm using Apache + Tomcat 4.1.12. In addition to Tomcat, my Apache serves static content and other CGI applications outside of Tomcat. I've got the standard Tomcat webapps directory structure, like: jakarta-tomcat-4.1.12 webapps app1 WEB-INF lib app2

Re: Ignore URL Prefix

2003-01-17 Thread Lajos Moczar
Johnny - I just had to deal with this exact same problem but could not come up with a way other than to define each Context with a path set to /tomcat/appname. Lajos [EMAIL PROTECTED] wrote: I'm using Apache + Tomcat 4.1.12. In addition to Tomcat, my Apache serves static content and other