I tested deploying the Globus Java Core (Windows Version) with the latest version of Tomcat. (6.0.18) The verdict is, it does not seem to play well with the new software. I received the following error when I tried to start the container:
SEVERE: Begin event threw exception
java.lang.ClassNotFoundException: org.globus.tomcat.coyote.valves.HTTPSValve55
This error is the result of using the HTTPSValve55 in the server.xml configuration file. I'm currently tracking down which valve replaced HTTPSValve55 in Tomcat 6.0.18.
Thursday, March 26, 2009
Subscribe to:
Post Comments (Atom)
1 comment:
Coping the jar files from %GLOBUS_LOCATION%\lib to %CATALINA_HOME%\lib solves this problem.
Post a Comment