error on starting the weblogic server

2002-03-11 Thread Dua, Amit
Hi I am getting this error on running struts on my weblogic server. Can anyone tell me why I am getting this. Parse Error at line 237 column 17: The content of element type struts-config must match (data-sources?,form-beans?,global-forwards?,action-mappings?).org.xml.sax. SAXParseException:

RE: error on starting the weblogic server

2002-03-11 Thread Kanoza, Douglas (NCI)
Your struts-config.xml is not valid xml according to the DTD. You misplaced a tag, or didn't close a tag properly. -Original Message- From: Dua, Amit [mailto:[EMAIL PROTECTED]] Sent: Monday, March 11, 2002 9:47 AM To: 'Struts Users Mailing List' Subject: error on starting the weblogic

RE: error on starting the weblogic server

2002-03-11 Thread rajesh kalluri
]] Sent: Monday, March 11, 2002 9:47 AM To: 'Struts Users Mailing List' Subject: error on starting the weblogic server Hi I am getting this error on running struts on my weblogic server. Can anyone tell me why I am getting this. Parse Error at line 237 column 17: The content of element type

RE: error on starting the weblogic server

2002-03-11 Thread Dua, Amit
thanks Rajesh -Original Message- From: rajesh kalluri [mailto:[EMAIL PROTECTED]] Sent: Monday, March 11, 2002 9:52 AM To: 'Struts Users Mailing List' Subject: RE: error on starting the weblogic server Hi Amit, As the error stated your struts-config does not match struts-config_1_0