>> [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


_______________________________________________
cobalt-developers mailing list
[EMAIL PROTECTED]
http://list.cobalt.com/mailman/listinfo/cobalt-developers

Reply via email to