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.

Reply via email to