Hello all,

It appears as if the upgrade to tomcat6 is mostly trivial. Please try the below, changing paths as needed (if you're interested anyway:)

yum install tomcat6
cp /etc/tomcat5/Catalina/localhost/rhn.xml /etc/tomcat6/Catalina/localhost/
# change the path in docBase to /srv/tomcat6/webapps/rhn/ or appropriate
$EDITOR /etc/tomcat6/Catalina/localhost/rhn.xml
cd /srv/tomcat6/webapps/
# change the below path for your system
ln -s /users/jroys3/git-work/spacewalk/java/rhnwebapp rhn
# and again
cd .../java/rhnwebapp/WEB-INF/lib/
rm jspapi*.jar
# maybe necessary?
? alternatives --config jsp     # choose .../tomcat6-jsp-2.1-api.jar
? alternatives --config servlet # choose .../tomcat6-servlet-2.5-api.jar

Thanks,

Joshua Roys

_______________________________________________
Spacewalk-devel mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/spacewalk-devel

Reply via email to