RE: Need help debugging Struts application

2007-02-02 Thread Hartrich, James CTR USTRANSCOM J6
Sounds like you have a problem interpreting the index within your nested c:forEach. Share your jsp iteration code. -Original Message- From: Himstedt, Maik [mailto:[EMAIL PROTECTED] Sent: Friday, February 02, 2007 9:24 AM To: 'user@struts.apache.org' Subject: Need help debugg

Need help debugging Struts application

2007-02-02 Thread Himstedt, Maik
Hello, I'm experiencing something wierd with the Struts application I'm tasked to take care off. The Struts version in use is 1.2.4, I use Eclipse 3.2.1 with a few plugins (StrutsIDE might be iof interest here) for developing. The application is hosted by Tomcat 5.0.29 locally during development a

AW: Debugging Struts Application with Eclipse

2005-11-24 Thread R. Markham
Hallo Martin, I found the solution: Create a batch file with the name setenv.bat. In the Batch file set set JPDA_ADDRESS=8000 set JPDA_TRANSPORT=dt_socket Stores this file in /CATALINA_HOME/bin directory. Starts tomcat with Catalina jpda start So you don't need additional plugins in Eclipse.

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

Debugging struts application

2005-03-25 Thread Martin Seebach
Hi, I'm working on my first struts project, and I've got things working, little by little. One thing that I can't seem to resolve, is debugging information - currently an action fails with "Servlet action is currently unavailable", but I can't find out what I did på make it become unavailable.