Howdy,
So now you have a JK error, which I can't help with as I don't use it ;)

However, to answer your previous question: the shutdown port is an
attribute of the <Server> element in $CATALINA_HOME/conf/server.xml.
It's right near the beginning of the file.

Yoav Shapira
Millennium ChemInformatics


>-----Original Message-----
>From: Christian Fredrickson [mailto:[EMAIL PROTECTED]
>Sent: Tuesday, October 14, 2003 11:05 AM
>To: Tomcat Users List
>Subject: RE: Object not found
>
>Here is what is listed in the catalina.out file when I attempt a
>connection:
>
>439 [main] INFO scheduler.Engine  - type: Java
>00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
>00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
>00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
>00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
>00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
>00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
>00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
>00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
>00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
>00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
>00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
>00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
>Oct 14, 2003 9:01:07 AM
>org.apache.tomcat.util.threads.ThreadPool$ControlRunnable run
>SEVERE: Caught exception executing
>[EMAIL PROTECTED], terminating thread
>java.lang.NullPointerException
>        at
>org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java
:569
>)
>        at
>org.apache.jk.common.SocketConnection.runIt(ChannelSocket.java:679)
>        at
>org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPoo
l.ja
>v
>a:619)
>        at java.lang.Thread.run(Thread.java:536)
>
>-----Original Message-----
>From: Shapira, Yoav [mailto:[EMAIL PROTECTED]
>Sent: Tuesday, October 14, 2003 8:43 AM
>To: Tomcat Users List
>Subject: RE: Object not found
>
>
>
>Howdy,
>So it wasn't running, OR you had a server port conflict.  You most
>likely have two tomcats configured to use the same shutdown port (8005
>by default).  You need to change this so there are no port conflicts.
>
>Yoav Shapira
>Millennium ChemInformatics
>
>
>>-----Original Message-----
>>From: Christian Fredrickson [mailto:[EMAIL PROTECTED]
>>Sent: Tuesday, October 14, 2003 10:31 AM
>>To: Tomcat Users List
>>Cc: Shapira, Yoav
>>Subject: RE: Object not found
>>
>>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.j
a
>va:3
>>9
>>)
>>        at
>>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccess
o
>rImp
>>l
>>.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]
>
>
>
>
>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]




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]

Reply via email to