Server.xml inline below.  There is also a server.working.xml

Paul Bourget
Isabella Products
 

-----Original Message-----
From: Pid [mailto:p...@pidster.com] 
Sent: Thursday, August 26, 2010 4:25 AM
To: Tomcat Users List
Subject: Re: java.net.BindException: Address already in use

On 25/08/2010 15:17, Paul Bourget wrote:
> I assumed that this indicates be a port conflict before I googled this
> problem.  Every solution I found said "find and resolve the port
> conflict".  I cannot find the conflict.
> 
>  
> 
>  
> 
> [r...@localhost logs]# netstat -a | grep 8209
> 
> [r...@localhost logs]#
> 
>  
> 
> [r...@localhost logs]# netstat -a | grep 8606
> 
> [r...@localhost logs]#
> 
>  
> 
> [r...@localhost logs]# ps -ef | egrep 'httpd | apache | tomcat |
> catalina'
> 
> root      3036     1  0 Aug24 ?        00:00:00 Xvnc :5 -desktop
> localhost.localdomain:5 (root) -httpd /usr/share/vnc/classes -auth
> /root/.Xauthority -geometry 1024x768 -depth 16 -rfbwait 30000 -rfbauth
> /root/.vnc/passwd -rfbport 5905 -pn
> 
>  
> 
>  
> 
> Here's the log output
> 

Please make a backup of your server.xml.
Remove all of the comments and any passwords from it.
Post it (inline) here.

<?xml version='1.0' encoding='utf-8'?>
<Server debug="0" port="8606" shutdown="SHUTDOWN">
  <Service debug="0" name="Tomcat-Standalone">

    <!-- http connector, not used, using ajp connector -->
    <!--Connector
className="org.apache.catalina.connector.http.HttpConnector"
acceptCount="10" address="216.205.49.171" allowChunking="true"
bufferSize="2048" connectionTimeout="60000" debug="1"
enableLookups="true" maxProcessors="75" minProcessors="5" port="8680"
proxyPort="0" redirectPort="8643" scheme="http" secure="false"
tcpNoDelay="true" URIEncoding="UTF-8">
      <Factory
className="org.apache.catalina.net.DefaultServerSocketFactory"/>
    </Connector-->

    <Connector protocol="AJP/1.3" acceptCount="100" bufferSize="2048"
connectionTimeout="5000" debug="0" disableUploadTimeout="false"
enableLookups="false" maxProcessors="75" minProcessors="1" port="8209"
proxyPort="0" redirectPort="8643" scheme="http" secure="false"
tcpNoDelay="true" useURIValidationHack="false"
useBodyEncodingForURI="true" URIEncoding="UTF-8"></Connector>

    <Engine debug="0" defaultHost="216.205.49.171" name="Catalina"
jvmRoute="netomat">
      <Host appBase="webapps" autoDeploy="false" debug="0"
deployXML="false" liveDeploy="true" name="216.205.49.171"
unpackWARs="false">

        <Valve className="org.apache.catalina.valves.AccessLogValve"
debug="1" directory="/log/tomcat/" pattern="%h %l %u %t &quot;%r&quot;
%s %b" prefix="216.205.49.171_access_log." resolveHosts="false"
rotatable="true" suffix=".txt"/>

      </Host>
      <Realm className="org.apache.catalina.realm.MemoryRealm" debug="0"
pathname="conf/tomcat-users.xml" validate="true"/>
    </Engine>
  </Service>
</Server>

p

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to