You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by slickdev <sl...@comcast.net> on 2002/08/28 18:56:04 UTC

struts-config windows 2 unix?

Is it common to find xml validation errors, when editing struts-config.xml on window$, then trying to deploy the app on unix?
With vi, I notice the extra control char's in the file.  On unix, the database source mapping appears to work, but my app can't find its action classes in the WEB-INF/classes dir.  Returns error 500: no action instance for <myclassname>.