How to run standalone tomcat 4 under solaris as a non root user?
I have tried following:
1. configured tomcat to listen port 8080 (as it is by default :-)
2. redirected port 80 to 8080 using port redirector (rinetd)
Now, it almoust works but whenever I access url like
http://myhost/ then tomcat completes url by adding default
document (index.jsp) and as a result of this I will still
end up with having url like http://myhost:8080/index.jsp.
Is there a way to configure tomcat not to add port 8080 into url?
with very best wishes,
Taavi
|