From: "Propes, Barry L" <[EMAIL PROTECTED]>
Reply-To: "Tomcat Users List" <users@tomcat.apache.org>
To: "Tomcat Users List" <users@tomcat.apache.org>
Subject: RE: Apache 80 Tomcat 8080
Date: Fri, 1 Sep 2006 16:19:02 -0400

in the server.xml file, (in the conf dir) see if you have a line like this:

    <!-- Define a non-SSL HTTP/1.1 Connector on port 8080 -->
<Connector className="org.apache.catalina.connector.http.HttpConnector"
               port="8080" minProcessors="5" maxProcessors="75"
               enableLookups="true" redirectPort="8443"
               acceptCount="10" debug="0" connectionTimeout="60000"/>
<!-- Note : To disable connection timeouts, set connectionTimeout value
     to -1 -->

port=8080 is where you configure it.

-----Original Message-----
From: Jim Weir [mailto:[EMAIL PROTECTED]
Sent: Friday, September 01, 2006 2:59 PM
To: users@tomcat.apache.org
Subject: Apache 80 Tomcat 8080


I can broswe my html site with www.myhtml.com..

I can't get to my Tomcat deployed webapps without adding 8080 on the end,
This is my workers.properties entry,

[uri:/mysite/*]
info=MySite.org

...http-vhosts.conf entry,

<VirtualHost *:80>
  <Directory "/usr/opt/tomcat/webapps/mysite">
      Options Indexes FollowSymLinks
      AllowOverride None
      Order allow,deny
      Allow from all
  </Directory>

   ServerAdmin [EMAIL PROTECTED]
   ServerAlias .org  *.MySite.org

   DocumentRoot /usr/opt/tomcat/webapps/mysite

</VirtualHost>


Tomcat 5.1.17
Apache 2.2.3
JK 2.1.18

What do I need to configure?

Thanks,
Jim

_________________________________________________________________
Check the weather nationwide with MSN Search: Try it now!
http://search.msn.com/results.aspx?q=weather&FORM=WLMTAG


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


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


If I change it in tomcat won't there be a conflict with Apache? The'll bothbe listening on port 80.

I want to server up static content with Apache using the JK connector for JSP/servlets...

_________________________________________________________________
Got something to buy, sell or swap? Try Windows Live Expo ttp://clk.atdmt.com/MSN/go/msnnkwex0010000001msn/direct/01/?href=http://expo.live.com/


---------------------------------------------------------------------
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