Displaying 2 results from an estimated 2 matches for "deploydescriptor".
2009 Oct 12
15
We're sorry, but something went wrong on Tomcat
I am using JRuby and I have to deploy on Tomcat. My web app is working
fine in the dev envirmonment, with Mongel, but when I deploy on Tomcat
I get "We''re sorry, but something went wrong on Tomcat".
The problem is that production.log only shows:
# Logfile created on Mon Oct 12 12:54:36 +0100 2009-bash-3.00
The file permission and directory are 777.
Any idea how I can
2008 Nov 28
1
OT - tomcat 6 error
...However when i drop my app into webapps/
as i war and start tomcat i get this
INFO: Starting service Catalina
Nov 28, 2008 10:44:15 AM org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/6.0.18
Nov 28, 2008 10:44:15 AM org.apache.catalina.startup.HostConfig
deployDescriptor
WARNING: A docBase /xxxxx/xxx.war inside the host appBase has been
specified, and will be ignored << error
Nov 28, 2008 10:44:16 AM org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on http-9080
Nov 28, 2008 10:44:16 AM org.apache.catalina.startup.Catalina start
IN...