André Warnier wrote:
Dave Filchak wrote:
André Warnier wrote:
Something doesn't square :


this :

Dave Filchak wrote:

Ok, so we assume your tomcat's CATALINA_HOME and CATALINA_BASE are both /usr/opt/tomcat, and below that you have directories like
- bin
- conf
- webapps
- logs
right ?
Correct.


and this :

Starting Razuna Tomcat:
Using CATALINA_BASE:   /opt/tomcat
Using CATALINA_HOME:   /opt/tomcat
Using CATALINA_TMPDIR: /opt/tomcat/temp
Using JRE_HOME:       /usr/opt/jdk1.6.0_13
done.


So, where that /usr/opt/tomcat coming from ?
Where /is/ tomcat installed ? starting at /usr/opt/tomcat, or at /opt/tomcat ? or are these two symlinked somehow ?
Yes .. the actual path is /usr/opt/tomcat but the is a symlink on the root which makes it /opt/tomcat


And what is this ?
May 13, 2009 3:02:39 PM org.apache.catalina.startup.Catalina stopServer
SEVERE: Catalina.stop:
java.net.ConnectException: Connection refused
   at java.net.PlainSocketImpl.socketConnect(Native Method)
   at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
etc..

What is this Tomcat trying to connect to ?
I do not know. This only started after I added this second domain.


Speparately :

According to your server.xml file, this Tomcat has a <Connector> set up for port 8080, through which you could access it directly.

So, what happens when you point your browser at
http://exodus.zuka.net:8080/exodus
This times out

and at
http://exodus.zuka.net:8080/exodus/something.html
(replace something.html by the name of a html document that is really in your webapps/exodus/ directory)
This times out as well

and at :
http://exodus.zuka.net:8080/exodus/images/someimage.gif
(replace by an image that exists there)
as does this.

Allright.
There is something really strange going on.
Can you, from some command window it does not matter where, do
nslookup exodus.zuka.net
and check if the IP address that comes as a response is really this same host we are talking about ?
Is correct yes.
(you can check the current host's IP addresses with
ifconfig -a
)

This is also correct.
Then, just for completion, start Tomcat and then do
netstat -an | grep LISTEN
and paste the output here
netstat -an | grep LISTEN
tcp 0 0 0.0.0.0:32768 0.0.0.0:* LISTEN tcp 0 0 127.0.0.1:11553 0.0.0.0:* LISTEN tcp 0 0 0.0.0.0:993 0.0.0.0:* LISTEN tcp 0 0 0.0.0.0:2401 0.0.0.0:* LISTEN tcp 0 0 0.0.0.0:995 0.0.0.0:* LISTEN tcp 0 0 0.0.0.0:199 0.0.0.0:* LISTEN tcp 0 0 0.0.0.0:425 0.0.0.0:* LISTEN tcp 0 0 0.0.0.0:3306 0.0.0.0:* LISTEN tcp 0 0 127.0.0.1:3310 0.0.0.0:* LISTEN tcp 0 0 0.0.0.0:110 0.0.0.0:* LISTEN tcp 0 0 0.0.0.0:143 0.0.0.0:* LISTEN tcp 0 0 0.0.0.0:111 0.0.0.0:* LISTEN tcp 0 0 66.207.212.58:80 0.0.0.0:* LISTEN tcp 0 0 0.0.0.0:465 0.0.0.0:* LISTEN tcp 0 0 66.207.212.58:53 0.0.0.0:* LISTEN tcp 0 0 127.0.0.1:53 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 tcp 0 0 127.0.0.1:953 0.0.0.0:* LISTEN tcp 0 0 0.0.0.0:443 0.0.0.0:* LISTEN tcp 0 0 :::8009 :::* LISTEN tcp 0 0 ::ffff:127.0.0.1:5005 :::* LISTEN tcp 0 0 :::1935 :::* LISTEN tcp 0 0 :::8080 :::* LISTEN tcp 0 0 :::1936 :::* LISTEN tcp 0 0 :::21 :::* LISTEN tcp 0 0 :::22 :::* LISTEN tcp 0 0 ::ffff:66.207.212.58:5080 :::* LISTEN tcp 0 0 :::8088 :::* LISTEN unix 2 [ ACC ] STREAM LISTENING 6567 /usr/local/var/run/dovecot/auth-worker.3050 unix 2 [ ACC ] STREAM LISTENING 6561 /usr/local/var/run/dovecot/login/default unix 2 [ ACC ] STREAM LISTENING 138283347 /usr/local/apache2/logs/cgisock.24192 unix 2 [ ACC ] STREAM LISTENING 6235 /var/run/acpid.socket unix 2 [ ACC ] STREAM LISTENING 7961 /var/run/dbus/system_bus_socket unix 2 [ ACC ] STREAM LISTENING 7887 /tmp/.font-unix/fs7100 unix 2 [ ACC ] STREAM LISTENING 249106 /var/run/mysqld/mysql.sock unix 2 [ ACC ] STREAM LISTENING 6535 /usr/local/var/run/dovecot/dict-server unix 2 [ ACC ] STREAM LISTENING 68507106 /var/run/saslauthd/mux
unix  2      [ ACC ]     STREAM     LISTENING     7529   /dev/gpmctl
unix  2      [ ACC ]     STREAM     LISTENING     68505427 /tmp/clamd.socket
unix  2      [ ACC ]     STREAM     LISTENING     136903288 private/tlsmgr
unix  2      [ ACC ]     STREAM     LISTENING     136903292 private/rewrite
unix  2      [ ACC ]     STREAM     LISTENING     136903296 private/bounce
unix  2      [ ACC ]     STREAM     LISTENING     136903300 private/defer
unix  2      [ ACC ]     STREAM     LISTENING     136903304 private/trace
unix  2      [ ACC ]     STREAM     LISTENING     136903308 private/verify
unix  2      [ ACC ]     STREAM     LISTENING     136903312 public/flush
unix  2      [ ACC ]     STREAM     LISTENING     136903316 private/proxymap
unix  2      [ ACC ]     STREAM     LISTENING     136903320 private/smtp
unix  2      [ ACC ]     STREAM     LISTENING     136903324 private/relay
unix  2      [ ACC ]     STREAM     LISTENING     136903328 public/showq
unix  2      [ ACC ]     STREAM     LISTENING     136903332 private/error
unix  2      [ ACC ]     STREAM     LISTENING     136903337 private/discard
unix  2      [ ACC ]     STREAM     LISTENING     136903341 private/local
unix  2      [ ACC ]     STREAM     LISTENING     136903345 private/virtual
unix  2      [ ACC ]     STREAM     LISTENING     136903349 private/lmtp
unix  2      [ ACC ]     STREAM     LISTENING     136903353 private/anvil
unix  2      [ ACC ]     STREAM     LISTENING     136903357 private/scache
unix  2      [ ACC ]     STREAM     LISTENING     136903361 private/maildrop
unix 2 [ ACC ] STREAM LISTENING 136903365 private/old-cyrus
unix  2      [ ACC ]     STREAM     LISTENING     136903369 private/cyrus
unix  2      [ ACC ]     STREAM     LISTENING     136903373 private/uucp
unix  2      [ ACC ]     STREAM     LISTENING     136903377 private/ifmail
unix  2      [ ACC ]     STREAM     LISTENING     136903381 private/bsmtp
unix  2      [ ACC ]     STREAM     LISTENING     136903385 private/vacation
unix  2      [ ACC ]     STREAM     LISTENING     136903281 public/cleanup
unix 2 [ ACC ] STREAM LISTENING 6607 /var/spool/postfix/private/auth

No 8010 port listen?

Dave

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

Reply via email to