I have changed in server.xml (as root) to
"<Connector port="80" protocol="HTTP/1.1" 
               connectionTimeout="20000" 
               redirectPort="8443" />
    <!-- A "Connector" using the shared thread pool-->
    <!--
    <Connector executor="tomcatThreadPool"
               port="80" protocol="HTTP/1.1" 
               connectionTimeout="20000" 
               redirectPort="8443" />"

I've stopped the httd service

I've added to D-Link router Virtual Server List
Name         Private IP     Protocol      Schedule
87.227.4.194 192.168.0.135  TCP 80/80     always
87.227.4.194 192.168.0.135  TCP 8084/8084 always

and the result of running http://87.227.4.194 
is
"Unable to connect
Firefox can't establish a connection to the server at 87.227.4.194.
"

On Wed, 2008-02-20 at 11:06 -0500, Len Popp wrote:
> Yes, Tomcat is a regular web server as well as an application server.
> 
> To use Tomcat as your web server,
> 1. Don't run the Apache2 web server.
> 
> 2. Configure Tomcat to listen on the correct HTTP port. In
> conf/server.xml where it says
> <Connector port="8080"
> change it to
> <Connector port="80"
> (or whatever port Apache 2 was using - could be different depending on
> how your gateway router is set up)


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to