> >
> > My guess is that you don't have the jaxp jar files in the CLASSPATH.
> >
>
> tomcat should do this for you on startup--you should only
> need to set the
> JAVA_HOME environment variable to point to your jdk root
Of course that's assuming you have the appropriate libraries under
WEB-INF/lib or WEB-INF/classes alredy. Otherwise, you have to specify it in
tomcat.bat, as an option when running tomcat from the command line, or by
having it set in the environment CLASSPATH.
The JAXP libraries aren't included with Tomcat or Struts by default.