[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [cobalt-developers] Error on starting Jakarta TomCat on RaQ550



>> [root conf]# Starting tomcat. Check logs/tomcat.log for error messages
>> No apps in webapps/

You say you imported the package but did you also switch jsp on in the
admin-gui? If yes, check /usr/java/jakarta.../conf/server.xml
There should be somethin like this:

<Host name="www.domainname.tld"> <!-- Site site2 -->
   <Context path="" docBase="/home/.sites/143/site2/web" debug="0"/>
   <!-- user web contexts -->
   <Context path="/" docBase="/home/.sites/143/site2/web/"
reloadable="true" debug="0"/>
</Host>

Regards, Bas