<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"><html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'DejaVu Sans'; font-size:10pt; font-weight:400; font-style:normal;">On Tuesday 17 February 2009, Christoph P. Kukulies wrote:<br>
> I have a bit of trouble with installing opencms (7.0.5)<br>
> in a debian tomcat 5.5 environment.<br>
><br>
> They divided the webapps from the tomcat tree such that there is:<br>
><br>
> /usr/share/tomcat5.5<br>
> /usr/share/tomcat5.5-webapps<br>
><br>
> When I deploy ROOT.war (mv'ed from opencms.war) into the webapps directory<br>
> somehow the extracting mechanism in tomcat doesn't seem to work.<br>
><br>
> Does anyone know why that is so?<br>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br></p>IIRC I had the same, due to more restrictive default security settings of tomcat in etch.<br>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br></p>Edit  the file /etc/default/tomcat5.5 and set:<br>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br></p>TOMCAT5_SECURITY=no<br>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br></p>In case you have RAM, you can give some more to tomcat there as well:<br>
CATALINA_OPTS="-Djava.awt.headless=true -Xms1024M -Xmx2048M -server"<br>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br></p>Restart tomcat and redeploy, it should work now.<br>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br></p>Hth,<br>
Yves<br>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br></p>> --<br>
> Chris Christoph P. U. Kukulies kukulies (at) rwth-aachen.de<br>
><br>
> _______________________________________________<br>
> This mail is sent to you from the opencms-dev mailing list<br>
> To change your list options, or to unsubscribe from the list, please visit<br>
> http://lists.opencms.org/mailman/listinfo/opencms-dev<br>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br></p></body></html>