RE: Debugging struts application

2005-03-26 Thread David G. Friedman
e to look out for in the logs. Regards, David -Original Message- From: Martin Seebach [mailto:[EMAIL PROTECTED] Sent: Friday, March 25, 2005 2:49 PM To: Struts Users Mailing List Subject: Re: Debugging struts application That looks really nice, thanks! But will that tell me why Tomcat sa

Re: Debugging struts application

2005-03-26 Thread Dave Newton
Martin Seebach wrote: That looks really nice, thanks! But will that tell me why Tomcat says that my action is unavailable? Maybe. You could also try raising the log level to DEBUG temporarily. I've found that when I get an error message like that it's usually related to a class loading or casting

Re: Debugging struts application

2005-03-25 Thread Martin Seebach
That looks really nice, thanks! But will that tell me why Tomcat says that my action is unavailable? Venlig hilsen Martin Seebach John Hyun wrote: If you use eclipse you can get the tomcat-eclipse plugin and this will let you debug your web application (including tomcat and any supporting libr

Re: Debugging struts application

2005-03-25 Thread John Hyun
If you use eclipse you can get the tomcat-eclipse plugin and this will let you debug your web application (including tomcat and any supporting libraries, i.e. struts). The plugin is at: http://www.sysdeo.com/eclipse/tomcatPlugin.html You will need to download the source code of struts and