05-13-2009 06:31 AM
05-13-2009 09:11 AM
05-13-2009 09:33 AM
05-13-2009 10:41 AM
05-15-2009 04:27 PM
ps ax
netstat -nl
05-19-2009 07:30 AM
Doesps ax
show a running java process? If you've been restarting it a few times, there might be an orphaned java process tying things up.
Also you can donetstat -nl
To verify that it is listening on 8080, you might also want to make sure that all java procs are killed and verify that something else is not listening on port 8080.
tcp 0 0 0.0.0.0:8009 0.0.0.0:* LISTEN
tcp 0 0 127.0.0.1:3306 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:8180 0.0.0.0:* LISTEN
tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:25 0.0.0.0:* LISTEN
tcp6 0 0 :::8000 :::* LISTEN
tcp6 0 0 :::22 :::* LISTEN
05-20-2009 08:03 AM
tcp 0 0 0.0.0.0:8180 0.0.0.0:* LISTEN 5885/jsvc
05-30-2009 11:22 AM
06-04-2009 05:24 PM
<Connector port="8080" protocol="HTTP/1.1" URIEncoding="UTF-8"
connectionTimeout="20000"
redirectPort="8443" />
<!– A "Connector" using the shared thread pool–>
<!–
<Connector executor="tomcatThreadPool"
port="8080" protocol="HTTP/1.1"
connectionTimeout="20000"
redirectPort="8443" />
06-28-2009 03:31 PM
Hi irvken.
I'm wondering:
- Do you have more than one instance of tomcat running on your server?
- Are you running Alfresco under an existing tomcat, or are you using a standalone install?
If you have more than one instance of tomcat running, you need to make sure they're all listening on different ports - you can set Alfresco's tomcat to listen on 8280, for instance.
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.