Dear Christopher,
Thank you for your reply.
>> Tomcat is version 6.0
>
> 6.0.what? We're just dying to know.
Sorry, it's 6.0.29 .
(Though at my level, the third digit may be of minor importance :)
> http://localhost:8080/tom ->path/to/tomcat/webapps/tom
>> http://localhost:80/tom/
If not, I guess I can hard-code the prefix into my apps (brrr),
or set up a nginx --> Apache (mod_jk) --> Tomcat redirect.
Or?
I am sorry about the 'trivial' label if it was offending.
I am new to Tomcat, chances are my questions seem trivial or nonsense...
On 2011
Dear list,
I have a very trivial problem.
My setup:
CentOS 5.5
nginx 0.8.53
Tomcat6
net ---> nginx:80 (proxy_pass) ---> tomcat:8080
Proxy redirect is triggered by prefix "/tom/"
myhost:80/tom/ ---> 127.0.0.1:8080/tom/
Now here is my question.
How can I let Tomcat know about this "/tom/" pr