Hi, 

The problem is resolved. Here is what I did:
when I just install TOMCAT6, the http://localhost:8080/manager/html won´t
work. So I just manually copy roller to /usr/share/tomcat6/webapps. I found
out the reason manager won´t work is because of
/usr/share/tomcat6/conf/Catalina/localhost/manager.xml points to my
tomcat5.5 installation. After I change to the correct directory as the
following, it works now.
<Context path="/manager" docBase="/usr/share/tomcat6/webapps/manager"
        debug="0" privileged="true">
Now I use http://localhost:8080/manager/html to remove the previous roller
then re-deploy. Everything looks fine now.



Philip Wang wrote:
> 
> My JAVA_HOME is /usr/lib/jvm/java-1.5.0-sun-1.5.0.11
> 
> 

-- 
View this message in context: 
http://www.nabble.com/The-requested-resource-%28-roller-roller-ui-setup.rol%29-is-not-available---tomcat6-tp18644857s12275p18645261.html
Sent from the Roller - User mailing list archive at Nabble.com.

Reply via email to