Hello Odo,
1. First of all, you can't make apache AND tomcat listen on the same port at the same
time.
2. You can use a rewrite rule. Look at this url:
http://httpd.apache.org/docs/mod/mod_rewrite.html
Cheers,
Loïc Lefèvre
-----Message d'origine-----
De : Odo [mailto:[EMAIL PROTECTED]]
Envoyé : vendredi 8 février 2002 10:33
À : Tomcat Users List
Objet : Default Servlet
Dear gurus.
I am running Apache+Tomcat4.
Please help me on the following:
1.How should I configure tomcat and apache to run on the same port 80.
2.If both in port 80, How should I configure apache that every request
like http://test.myserver.com will be redirected to only one servlet
http://test.myserver.com/servlet/Myservlet not using web.xml's welcome?
(In my case I ought not use web.xml because I want every request sholud
passed to servlet Myservlet only directly!)
--
To unsubscribe: <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>
--
To unsubscribe: <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>