Actually, Apache (on port 80) is forwarding the servlet requests to Tomcat, AND Tomcat has a stand alone web server running on port 8080.
Edit your server.xml file and comment out/remove the connector listening on 8080
Michael R. Kuz
Developer
Service Intelligence
(403) 261-5000 ext. 363
[EMAIL PROTECTED]
> -----Original Message-----
> From: Henry DU [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, January 09, 2001 3:41 PM
> To: [EMAIL PROTECTED]
> Subject: newbie question
>
>
> The servlet URL is the same when I typed
> http://my.domainame.com/examples/servlet/HelloWorld and
> http://my.domainame.com:8080/examples/servlet/HelloWorld,
> they display the
> same information.
>
>
> Is this due to that Apache port 80 redirects to tomcat 8080
> as indicated in
> server.xml?
>
> Thanks
> _________________________________________________________________
> Get your FREE download of MSN Explorer at http://explorer.msn.com
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, email: [EMAIL PROTECTED]
>