e-denton Java Programmer wrote:
I am getting this Tomcat error on my remote server (It runs on my local server):
"Oct 6, 2004 12:35:25 PM org.apache.commons.digester.Digester error SEVERE: Parse Error at line 321 column 17: The content of element type "struts-config" must match "(data-sources?,form-beans?,global-exceptions?,global-forwards?,action-mappi ngs?,controller?,message-resources*,plug-in*)". org.xml.sax.SAXParseException: The content of element type "struts-config" must match "(data-sources?,form-beans?,global-exceptions?,global-forwards?,action-mappi ngs?,controller?,message-resources*,plug-in*)". at org.apache.xerces.util.ErrorHandlerWrapper.createSAXParseException(Unknown Source)"
But, I can't see what's wrong with my XML below:
[snip]
<controller maxFileSize="50K" nocache="true" tempDir="WEB-INF/upload"/>;
Here is my first guess...
[snip]
Matt
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]