I don't believe it does start correctly. Any ideas why I receive this error?
Here is the error I receive when shutting that instance down:

Catalina.stop: java.net.ConnectException: Connection refused
java.net.ConnectException: Connection refused
        at java.net.PlainSocketImpl.socketConnect(Native Method)
        at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:305)
        at
java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:171)
        at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:158)
        at java.net.Socket.connect(Socket.java:426)
        at java.net.Socket.connect(Socket.java:376)
        at java.net.Socket.<init>(Socket.java:291)
        at java.net.Socket.<init>(Socket.java:119)
        at org.apache.catalina.startup.Catalina.stop(Catalina.java:581)
        at org.apache.catalina.startup.Catalina.execute(Catalina.java:402)
        at org.apache.catalina.startup.Catalina.process(Catalina.java:180)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39
)
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl
.java:25)
        at java.lang.reflect.Method.invoke(Method.java:324)
        at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:203)

-----Original Message-----
From: Shapira, Yoav [mailto:[EMAIL PROTECTED]
Sent: Tuesday, October 14, 2003 7:10 AM
To: Tomcat Users List
Subject: RE: Object not found



Howdy,
Is the tomcat on port 8011 starting up OK, can you run all its examples?
If not, debug that first.  Perhaps do a clean installation of tomcat,
changing just the port numbers.  Comment out all unneeded connectors,
and make sure you're changing the server port (<Server> in server.xml)
as well as the actual connector port, to avoid conflicts.

Yoav Shapira
Millennium ChemInformatics


>-----Original Message-----
>From: Christian Fredrickson [mailto:[EMAIL PROTECTED]
>Sent: Monday, October 13, 2003 5:17 PM
>To: Tomcat
>Subject: Object not found
>
>All,
>
>I have installed Apache with mod_jk module. I have Tomcat running on
port
>8011 as there are other instances of Tomcat running on the server. I
have
>configured all my properties files to run a webapp that is running on
one
>of
>our other instances of Tomcat on the same server. The problem is that I
>cannot get to the instance of Tomcat running on 8011 and when I attempt
to
>connect to the webapp on the Apache server, I receive an "Object not
found"
>error.
>
>I do not see any errors in my log files. Can anyone give an idea of
what to
>look for or what may cause me not to see the webapp?
>
>Thank you,
>
>Chris
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]




This e-mail, including any attachments, is a confidential business
communication, and may contain information that is confidential, proprietary
and/or privileged.  This e-mail is intended only for the individual(s) to
whom it is addressed, and may not be saved, copied, printed, disclosed or
used by anyone else.  If you are not the(an) intended recipient, please
immediately delete this e-mail from your computer system and notify the
sender.  Thank you.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to