I am brand new to this non-Microsoft world and I am trying to get my feet on
the ground with Tomcat.  I Installed Tomcat 4.0.5 using the standard
defaults (except I DID include the NT Service Option). It was installed as
Stand Alone.  The installation is in C:\Program Files\Apache Tomcat 4.0.
The JDK version is 1.2.2 (installed at c:\jdk1.2.2).  I am running Windows
2000 server (SP3).  This particular machine has IIS installed (presumably at
port 80).  I also access the outside world through an ISA firewall which
uses 8080.  Therefore, I changed the server.xml file  Port reference to
9080. To wit:

<Connector className="org.apache.catalina.connector.http.HttpConnector"
               port="9080" minProcessors="5" maxProcessors="75"
               enableLookups="true" redirectPort="8443"
               acceptCount="10" debug="0" connectionTimeout="60000"/>

When I open a command prompt, navigate to the C:\Program Files\Apache Tomcat
4.0\bin folder and type "startup.bat", I briefly see another command window
and then I see the following:

Using CATALINA_BASE:   C:\Program Files\Apache Tomcat 4.0
Using CATALINA_HOME:   C:\Program Files\Apache Tomcat 4.0
Using CATALINA_TMPDIR: C:\Program Files\Apache Tomcat 4.0\temp
Using JAVA_HOME:       C:\jdk1.2.2

When I then go to my IE 6.0 browser and type http://localhost:9080 I briefly
see the "connecting to site 127.0.0.1" message in the status bar and then
"Cannot find server" displays in the browser's title bar.  I see no errors.
I suspect the server isn't even running but how do I figure out what is
causing it not to start?

When I go to stop the server ("shutdown.bat") I see the following:
 
Using CATALINA_BASE:   C:\Program Files\Apache Tomcat 4.0
Using CATALINA_HOME:   C:\Program Files\Apache Tomcat 4.0
Using CATALINA_TMPDIR: C:\Program Files\Apache Tomcat 4.0\temp
Using JAVA_HOME:       C:\jdk1.2.2
Bootstrap: Class loader creation threw exception
java.lang.IllegalMonitorStateException: current thread not owner

Must be something simple since in Google searching I found precious few
references these messages.

Any help on this one would be appreciated.  I am SURE it is ridiculously
simple.

Pete Helgren
SR Roberts Software Services Group, Inc
801.269.0220 x 202

<<attachment: winmail.dat>>

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

Reply via email to