I'm away from that computer right now, so I can't confirm, but now that you mention it...
There is only one log file that had any text in it. And as I think back, I know it ended in .log, so I'm thinking it was localhost*.log. The interesting thing is when I have set up Tomcat 5.0 on Ubuntu, there is a catalina.out pipe and file created in /var/log/tomcat5. But I'm certain there is no catalina.out pipe in /var/log/tomcat5.5. So that is probably the key to my missing stack trace. When I find catalina.out it will hopefully be in there... Thanks, Nathan ----- Original Message ----- From: "Matt Raible" <[EMAIL PROTECTED]> To: [email protected] Sent: Thursday, November 15, 2007 11:03:28 AM (GMT-0800) America/Los_Angeles Subject: Re: [appfuse-user] deploying to tomcat 5.5 Did you look in the localhost*.log? That's usually where I find things that aren't logged in catalina.out. Matt On Nov 15, 2007 1:56 PM, Nathan Anderson <[EMAIL PROTECTED]> wrote: > yeah... catalina.out is where I got those two SEVERE messages from. Problem > is that is all that was in there... I tried increasing the logging level for > Tomcat [specifically for org.apache.catalina.core.StandardContext], but no > additional useful information appeared in the log. > > > > > ----- Original Message ----- > From: "Matt Raible" <[EMAIL PROTECTED]> > To: [email protected] > Sent: Thursday, November 15, 2007 9:00:38 AM (GMT-0800) America/Los_Angeles > Subject: Re: [appfuse-user] deploying to tomcat 5.5 > > If you look in $CATALINA_HOME/logs/catalina.out (or localhost*.log), > it should tell you what failed when the app deployed. > > Matt > > On Nov 15, 2007 3:44 AM, Nathan Anderson <[EMAIL PROTECTED]> wrote: > > Hey folks, > > > > So I finally have my AppFuse 2 (Struts 2 + Hibernate) webapp ready to > > deploy to my production server. But I appear to be a bit stuck... > > > > I'm sure there is some way to have maven 2 deploy for me, but I have not > > figured out how yet. So I was just planning on going old school and copy > > the .war file to my Tomcat 5.5 webapps directory. [I don't think it is > > critical, but I installed Tomcat 5.5 using packages available for Ubuntu > > 7.10]. > > > > The problem is it isn't starting up, and this is all that shows up in the > > logs: > > > > Nov 15, 2007 7:55:20 AM org.apache.catalina.core.StandardContext start > > SEVERE: Error listenerStart > > Nov 15, 2007 7:55:20 AM org.apache.catalina.core.StandardContext start > > SEVERE: Context [/mywebapp] startup failed due to previous errors > > > > So my question is two fold... 1) Any guess what could be causing my app > > that was working to not work in this environment? and 2) is there a better > > way to deploy my app? > > > > Thanks, > > Nathan > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > -- > http://raibledesigns.com > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- http://raibledesigns.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
