Sorry, disregard the last email that file is from a different server
(which is running fine).  Here is the file from the server that is not
working.

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


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

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

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

      </Host>
      <Realm className="org.apache.catalina.realm.MemoryRealm" debug="0"
pathname="conf/tomcat-users.xml" valid
ate="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