Helo John,
this problem is kind a strange,
because the reason for this is the 'classpath'

When you're starting your AppServer, e.g. Tomacat,
you must ensure that the struts.jar is loaded from the directory of your
application,
not from any other directory set through your 'classpath'

------------
register('-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN',
'jar:file:C:\tomcat\webapps\sadmin\WEB-INF\lib\struts.jar!/
org/apache/struts/resources/web-app_2_2.dtd'
------------

the best you can do is to set your classpath=.;
and place all of your .jars files in the lib directory of your application.

I don't have any idea why this is the decision of this problem, but it
works!

regards,
Philip



Reply via email to