You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Donald Brewer <db...@optonline.net> on 2004/07/15 21:48:45 UTC

Tomcat 3 will not load on Windows 98

I am trying to load tomcat 3 on a windows 98 platform.
I have been sitting in this chair for two days now!!! It just will not load.
I generated all this by putting >>hold.txt at the end of the run command in the tomcat.bat file. The DOS windows scroll by and leave me with nothing to look at.

ERROR reading C:\jakarta-tomcat-3.3.2\conf\server.xml
At Line 241 /Server/ContextManager/CoyoteConnector/ port=8080 maxThreads=150 minSpareThreads=25 maxSpareThreads=75 enableLookups=false acceptCount=100 debug=0 connectionTimeout=20000 disableUploadTimeout=true 

EmbededTomcat: exception initializing ContextManager
Guessed home=C:\jakarta-tomcat-3.3.2
Exception: java.lang.reflect.InvocationTargetException
Root Exception: org.apache.tomcat.core.TomcatException: EmbededTomcat.initContextManager


When I comment out the Coyote Connector lines in conf/server.xml, the next connector down has a problem:

ERROR reading C:\jakarta-tomcat-3.3.2\conf\server.xml
At Line 287 /Server/ContextManager/Ajp12Connector/ port=8007 

EmbededTomcat: exception initializing ContextManager
Guessed home=C:\jakarta-tomcat-3.3.2
Exception: java.lang.reflect.InvocationTargetException
Root Exception: org.apache.tomcat.core.TomcatException: EmbededTomcat.initContextManager

When I comment out the Ajp12 lines, this is the output:

ERROR reading C:\jakarta-tomcat-3.3.2\conf\server.xml
At Line 312 /Server/ContextManager/CoyoteConnector/ processorClassName=org.apache.jk.server.JkCoyoteHandler port=8009 

EmbededTomcat: exception initializing ContextManager
Guessed home=C:\jakarta-tomcat-3.3.2
Exception: java.lang.reflect.InvocationTargetException
Root Exception: org.apache.tomcat.core.TomcatException: EmbededTomcat.initContextManager


With those lines commented out of the xml doc, i get this in the main dos window:

C:\jakarta-tomcat-3.3.2\bin>call ".\tomcat" run
2004-07-15 15:30:55 - ServerXmlReader: Config=$TOMCAT_HOME\conf\server.xml
2004-07-15 15:30:55 - PathSetter: home=C:\jakarta-tomcat-3.3.2
2004-07-15 15:30:56 - ContextXmlReader: Context config=$TOMCAT_HOME\conf\apps-127.0.0.1.xml
2004-07-15 15:30:56 - ContextXmlReader: Context config=$TOMCAT_HOME\conf\apps-admin.xml
2004-07-15 15:30:56 - ContextXmlReader: Context config=$TOMCAT_HOME\conf\apps-examples.xml
2004-07-15 15:30:56 - AutoWebApp: Auto-Adding DEFAULT:/
2004-07-15 15:30:56 - AutoWebApp: Loaded from config: DEFAULT:/admin
2004-07-15 15:30:56 - AutoWebApp: Loaded from config: DEFAULT:/examples
2004-07-15 15:30:56 - ContextManager: Tomcat configured and in stable state
2004-07-15 15:30:56 - ContextManager: Adding  DEFAULT:/admin
2004-07-15 15:30:56 - ContextManager: Adding  DEFAULT:/examples
2004-07-15 15:30:56 - ContextManager: Adding  DEFAULT:/ROOT

but it hangs right there. My process analyser does not see anything but the java window, http://localhost:8080/ is not available


Got any ideas? I need Tomcat to study JSP for the next round of interviews. I am an out-of-work programmer. HELP ME PLEASE.