I have developed a functioning Struts application. Now that it is built I need to have it on a portable laptop for demonstration purposes at locations where the Internet is not accessible.
When my laptop is online, everything is fine. But if I am not online, when I attempt to start Tomcat I get the error above related to struts-config.xml. My application login page doesn't load and I'm dead in the water. I tried removing the line: " only to get another start up error:
SAXParseException: White spaces are required between publicId and systemId
Am I missing something, or can Struts not function as a 'standalone' application? What do I need to replace in struts-config that will allow my application to be self-contained?
thanks much for any suggestions/solutions to this dilemma
When my laptop is online, everything is fine. But if I am not online, when I attempt to start Tomcat I get the error above related to struts-config.xml. My application login page doesn't load and I'm dead in the water. I tried removing the line: " only to get another start up error:
SAXParseException: White spaces are required between publicId and systemId
Am I missing something, or can Struts not function as a 'standalone' application? What do I need to replace in struts-config that will allow my application to be self-contained?
thanks much for any suggestions/solutions to this dilemma