|
Hello,
I had
exactly the same problem, check that the xerces.jar is the first one registered
in the tomcat.bat file, in the section following:-
:chkClasspath
if "%CLASSPATH%" == "" goto noClasspath set CP=%JAVA_HOME%\lib\xerces.jar;%CP%;%CLASSPATH% :noClasspath if not exist "%JAVA_HOME%\lib\tools.jar" goto installClasspath set CP=%CP%;%JAVA_HOME%\lib\tools.jar :installClasspath echo. echo Using CLASSPATH: %CP% echo. set CLASSPATH=%CP% Then remove xerces from your
classpath (dunno if you had to do this but I found a few mails saying to do
so). also check if you have any other parsers in your classpath and remove
them. However if you wish to compile then you'll have to put xerces back
in your classpath!
This could be a pain so I'd make
some scripts if I were you!
Cheers,
Neil Benn
|
- Configuration Error Horowitz, Eliot
- Neil Benn
