Dan,
There was most likely an error that occurred with the startup and the java
process ended. You could change the tomcat.bat file so that it doesn't run
java in another window. You can just remove the DOS "start" command in the
appropriate place and then run startup.bat from a command prompt. I believe
it's in the :startServer section. You could then catch what error is
(probably) being displayed. You might also be able to get some clues from
tomcat.log.
My guess is that you don't have the jaxp jar files in the CLASSPATH.
-----Original Message-----
From: Dan Cancro [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, November 28, 2000 5:55 PM
To: [EMAIL PROTECTED]
Subject: starting the struts example with Tomcat
I can't get the example to run with Tomcat. This is what I have done so
far:
1) put struts-example.war in my c:\jakarta-tomcat\webapps directory
2) added this text to my server.xml file:
<Context path="/struts-example" docBase="webapps/struts-example"
debug="0" reloadable="true" >
</Context>
When I try to start Tomcat with the start.bat script, it opens and closes a
DOS window.
I have never used Tomcat or Struts before. Let me know if you can see what
I have missed. Thanks.