Install woes - idp.war won't load, and idp.jks cert errors
brendan
xasperated at gmail.com
Mon Dec 19 23:29:47 GMT 2011
Chad La Joie wrote:
> Well, that class is required to provided by the Servlet container, so
> not being able to find that class would suggest something amiss with the
> container (Tomcat) itself. From your previous notes it looks like
> you've tried Tomcat 6.0.33, 6.0.35, and 7.0.16. I wonder if some
> libraries have been corrupted. When you say you "downloaded" 6.0.35, do
> you mean you grabbed the tarball or that you installed it via some
> package manager?
# wget -c
http://mirrors.kahuki.com/apache/tomcat/tomcat-6/v6.0.35/bin/apache-tomcat-6.0.35.tar.gz
#
# cd /opt
# tar xzvf apache-tomcat-6.0.35.tar.gz
# cd apache-tomcat-6.0.35
and then modify conf/web.xml, conf/server.xml,
conf/catalina.properties, create conf/Catalina/localhost/idp.xml, create
a bin/setenv.sh to set JAVA_ENDORSED_DIRS (just in case)
# rm logs/*
# bin/startup.sh
and then I get the NoClassDefFoundError
And I agree, it sounds like a corruption.
Also got a new java from java.com, just in case.
More information about the users
mailing list