Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Parsing error processing resource path

Status
Not open for further replies.

javajones

Programmer
Jan 28, 2006
1
US
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top