Debugging JSP

2004-02-09 Thread Ramadoss Chinnakuzhandai
Hi, I'm debugging Java code using JBoss IDE installed with Eclipse 2.1 and I found I could not debug JSP using the same IDEthen I installed MyEclipse to debug JSP and tested working fine with JSP when I come to debug Java code the break point which I put seems to be does

[OT] Re: Debugging JSP

2004-02-09 Thread James Mitchell
On Mon, 9 Feb 2004, Ramadoss Chinnakuzhandai wrote: Hi, I'm debugging Java code using JBoss IDE installed with Eclipse 2.1 and I found I could not debug JSP using the same IDEthen I installed MyEclipse to debug JSP and tested working fine with JSP when I come to debug Java

Re: [OT] Re: Debugging JSP

2004-02-09 Thread Vic Cekvenich
James Mitchell wrote: - if you rely on JSP debugging, chances are good that you have WAY too much logic in your pages. Consider following an MVC approach. +1 .V - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

RE: [OT] Re: Debugging JSP

2004-02-09 Thread Ramadoss Chinnakuzhandai
- From: news [mailto:[EMAIL PROTECTED] Behalf Of Vic Cekvenich Sent: Monday, February 09, 2004 12:07 PM To: [EMAIL PROTECTED] Subject: Re: [OT] Re: Debugging JSP James Mitchell wrote: - if you rely on JSP debugging, chances are good that you have WAY too much logic in your pages. Consider

RE: Debugging JSP

2004-02-09 Thread Edgar P Dollin
To: [EMAIL PROTECTED] Subject: Debugging JSP Hi, I'm debugging Java code using JBoss IDE installed with Eclipse 2.1 and I found I could not debug JSP using the same IDEthen I installed MyEclipse to debug JSP and tested working fine with JSP when I come to debug Java code

Debugging in JBoss 3.2.3

2004-01-28 Thread Sergey Smirnov
URL: http://www.exadel.com/strutsStudio/jboss . . - Original Message - From: Ramadoss Chinnakuzhandai [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Friday, January 23, 2004 9:24 AM Subject: RE: Debugging in JBoss 3.2.3 Can u drop more light

AUTO {ICICICARE#005-208-901}Debugging in JBoss 3.2.3

2004-01-28 Thread NRI Cell
Dear Sir / Madam,Thank you for writing to [EMAIL PROTECTED] We confirm receipt of your mail and assure you of a response shortly.To help us serve you better, we would request you to kindly mention your account number or any reference number you may have in your future correspondence. Kindly

Re: Debugging in JBoss 3.2.3

2004-01-25 Thread James Mitchell
: jmitchtx MSN: [EMAIL PROTECTED] - Original Message - From: James Mitchell [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Friday, January 23, 2004 9:39 AM Subject: Re: Debugging in JBoss 3.2.3 I'll see if I can put together something this weekend like this: http

RE: Debugging in JBoss 3.2.3

2004-01-23 Thread Ramadoss Chinnakuzhandai
Can u drop more light on itit would be helpful for guy like me whoz new to JBoss Tnx in advance. -R -Original Message- From: James Mitchell [mailto:[EMAIL PROTECTED] Sent: Thursday, January 22, 2004 3:27 PM To: Struts Users Mailing List Subject: Re: Debugging in JBoss 3.2.3 Yes

Re: Debugging in JBoss 3.2.3

2004-01-23 Thread James Mitchell
: Ramadoss Chinnakuzhandai [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Friday, January 23, 2004 9:24 AM Subject: RE: Debugging in JBoss 3.2.3 Can u drop more light on itit would be helpful for guy like me whoz new to JBoss Tnx in advance. -R -Original Message

RE: Debugging in JBoss 3.2.3

2004-01-23 Thread Ramadoss Chinnakuzhandai
that would great. Tnx for your help. -Ramadoss -Original Message- From: James Mitchell [mailto:[EMAIL PROTECTED] Sent: Friday, January 23, 2004 9:40 AM To: Struts Users Mailing List Subject: Re: Debugging in JBoss 3.2.3 I'll see if I can put together something this weekend like

RE: Debugging in JBoss 3.2.3

2004-01-23 Thread Ramadoss Chinnakuzhandai
Do we hv to redeploy the ear file whenever we make changes to the jsps(war)? since Tomcat is running under JBoss 3.2.3. -R -Original Message- From: Pascal THIVENT [mailto:[EMAIL PROTECTED] Sent: Thursday, January 22, 2004 3:49 PM To: Struts Users Mailing List Subject: Re: Debugging

Debugging in JBoss 3.2.3

2004-01-22 Thread Ramadoss Chinnakuzhandai
application using eclipse without having to re-deploy my application again and again. I know I can use myeclipse plugin to debug but wondering is there any other better alternate for debugging. Thanks in advance, -Ramadoss

Re: Debugging in JBoss 3.2.3

2004-01-22 Thread James Mitchell
Yes, 1. Setup JBoss for remote debugging. (specifically, you need to add a line to the .bat/.sh startup script) 2. Setup your .war expanded (for example, the directory in the deploy directory is named 'myapp.war') 3. Startup JBoss/Tomcat and use remote debugging

RE: Debugging in JBoss 3.2.3

2004-01-22 Thread Tim Kettering
The newest release works on M6. (3.7RC2, I believe) I havent had any trouble using it. -tim Now, if only MyEclipse worked on 3.0 M6...hm - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

Re: Debugging in JBoss 3.2.3

2004-01-22 Thread Valeriy Pelyushenko
shameless plug Exadel Struts Studio 5.2 (http://www.exadel.com) supports one-click null-deployment debugging for JBoss 3.2.X. /shameless plug Valeriy - Original Message - From: Ramadoss Chinnakuzhandai [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, January 22, 2004 12:07 PM

Re: Debugging in JBoss 3.2.3

2004-01-22 Thread Pascal THIVENT
JBoss-IDE brings you very good integration with Eclipse. From the homepage : JBoss-IDE provides the following features : * The debugging and monitoring of JBoss servers and the control of their life cycle (start/stop). * A very comfortable and sophisticated support for XDoclet

[OT] Debugging w/Eclipse Tomcat Sysdeo Plugin? Help!

2003-12-19 Thread David Erickson
So we are migrating our app from debugging with System.out.. (dont laugh.. even though I do).. to debugging it with Sysdeo's Eclipse plugin. However we have run into a showstopping snag unless we can get it resolved. Eclipse is set to compile everything from /web/WEB-INF/src into /web/WEB-INF

Re: [OT] Debugging w/Eclipse Tomcat Sysdeo Plugin? Help!

2003-12-19 Thread Matt Bathje
PROTECTED] To: Struts Mailing List [EMAIL PROTECTED] Sent: Friday, December 19, 2003 1:42 PM Subject: [OT] Debugging w/Eclipse Tomcat Sysdeo Plugin? Help! So we are migrating our app from debugging with System.out.. (dont laugh.. even though I do).. to debugging it with Sysdeo's Eclipse plugin. However

Re: [OT] Debugging w/Eclipse Tomcat Sysdeo Plugin? Help!

2003-12-19 Thread David Erickson
directories named classes as well? If so I just won't make any with that name =) -David - Original Message - From: Matt Bathje [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Friday, December 19, 2003 12:52 PM Subject: Re: [OT] Debugging w/Eclipse Tomcat Sysdeo Plugin

Re: [OT] Debugging w/Eclipse Tomcat Sysdeo Plugin? Help!

2003-12-19 Thread Sgarlata Matt
- Original Message - From: David Erickson [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Friday, December 19, 2003 3:03 PM Subject: Re: [OT] Debugging w/Eclipse Tomcat Sysdeo Plugin? Help! Matt, Thanks! #2 works great. Another quick question to fire off if anyone knows

Re: Remote Debugging facility

2003-08-30 Thread Jason Lea
,suspend=n Differences: not using -server using -Xrs different port different order for the runjdwp [EMAIL PROTECTED] wrote: Has any one successfully used the Remote Debugging facility of ECLIPSE with TOMCAT 4.0.X ? I tried using it but am getting a message

Remote Debugging facility

2003-08-29 Thread sreekant_gottimukkala
Has any one successfully used the Remote Debugging facility of ECLIPSE with TOMCAT 4.0.X ? I tried using it but am getting a message that says Failed to connect to remote VM, Connection refused. Below is how I setup TOMCAT ECLIPSE for debugging. Added the below statement to CATALINA.bat SET

RE: Remote Debugging facility

2003-08-29 Thread Paul McCulloch
2003 07:00 To: [EMAIL PROTECTED] Subject: Remote Debugging facility Has any one successfully used the Remote Debugging facility of ECLIPSE with TOMCAT 4.0.X ? I tried using it but am getting a message that says Failed to connect to remote VM, Connection refused. Below is how I setup TOMCAT ECLIPSE

Debugging App under SunOne JVM

2003-08-29 Thread sreekant_gottimukkala
Has anyone tried remote debugging an App under SunOne JVM using ECLIPSE Remote Debugging facility. Regards Sreekant G @ 98404-65630 This mail was scanned by Interscan Virus Wall of Mailserver2 at SNR, TCS, Chennai

Re: Debugging Connection Pooling Problems? (dbcp, sybase)

2003-06-16 Thread Ted Husted
Setting a ping command should help. Kruse, Matt wrote: I'm using BasicDataSource, connecting to a Sybase11 server. It seems that every night, all idle connections are closed by the server (no app activity), but for some reason that's not detected by the connection pool. Our app hangs while trying

RE: debugging in struts Solved

2003-06-13 Thread ashwani . kalra
: Subject: RE: debugging in struts 06/12/2003 06:26

debugging in struts

2003-06-10 Thread ashwani . kalra
hi, I am not talking of any debugging tools but is there any way in which struts api is more verbose. Like some configuration param For eg I was using html:errors / it was not printing any errors, even though validation framework was returning the errors. I found that the the value of msg

Re: debugging in struts

2003-06-10 Thread Nagendra Kumar O V S
al Message--- From: Struts Users Mailing List Date: Tuesday, June 10, 2003 12:30:22 PM To: Struts Users Mailing List Subject: debugging in struts hi,I am not talking of any debugging tools but is there any way in whichstruts api is more verbose.

RE: debugging in struts

2003-06-10 Thread J, Sadhasivam (Cognizant)
12:18 PM To: Struts Users Mailing List Subject: debugging in struts hi, I am not talking of any debugging tools but is there any way in which struts api is more verbose. Like some configuration param For eg I was using html:errors / it was not printing any errors, even though validation

RE: debugging in struts

2003-06-10 Thread Hariharan
and configure with struts -hari hi, I am not talking of any debugging tools but is there any way in which struts api is more verbose. Like some configuration param For eg I was using html:errors / it was not printing any errors, even though validation framework was returning the errors. I found

Debugging Connection Pooling Problems? (dbcp, sybase)

2003-06-09 Thread Kruse, Matt
Can anyone recommend a smart way to debug connection pooling issues? I'm using BasicDataSource, connecting to a Sybase11 server. It seems that every night, all idle connections are closed by the server (no app activity), but for some reason that's not detected by the connection pool. Our app

debugging bean populate

2003-06-09 Thread Nathan Coast
Hi, I'm getting an IllegalArgumentException presumably due to trying to populate a field of a form with the wrong datatype. I can't see where I'm going wrong. Is there a simple way to turn on debugging for the BeanUtils.populate code to see which attribute is failing? thanks Nathan

Re: debugging bean populate

2003-06-09 Thread Dan Tran
add this line to your log4j.properties file log4j.logger.org.apache.commons.beanutils=DEBUG -D - Original Message - From: Nathan Coast [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Monday, June 09, 2003 6:41 PM Subject: debugging bean populate Hi, I'm

Debugging 'null' Forwards

2003-04-03 Thread Adam Sherman
rant Shouldn't returning null from an Action throw an Exception? If the Action doesn't want the controller to return anything there should be a constant like NOACTION_FORWARD in Action or elsewhere. /rant I've got an Action that seems to be returning a null forward for some reason. Is there

Problems debugging Struts-app inside Intellij

2003-02-05 Thread Arnesen, Geir
I manage to get it up running with the classes are deployed inside a jar, - but when compiling the action-classes to .class files in the WEB-INF/classes I get this error message when starting the application inside Intellij. I get this error message even it the classes exists in the jar in the

RE: Problems debugging Struts-app inside Intellij

2003-02-05 Thread ROSSEL Olivier
You should rename the file no/aftenposten/adk/idam/czar/struts/Dummyform.java to DummyForm.java, may be. -Message d'origine- De: Arnesen, Geir [mailto:[EMAIL PROTECTED]] Date: mercredi 5 février 2003 19:34 À: [EMAIL PROTECTED] Objet: Problems debugging Struts-app inside Intellij

RE: Problems debugging Struts-app inside Intellij

2003-02-05 Thread Karr, David
-Original Message- From: Arnesen, Geir [mailto:[EMAIL PROTECTED]] I manage to get it up running with the classes are deployed inside a jar, - but when compiling the action-classes to .class files in the WEB-INF/classes I get this error message when starting the application inside

SV: Problems debugging Struts-app inside Intellij

2003-02-05 Thread Arnesen, Geir
Thanks a lot, - you got it I struggled a lot with this stupid mistyping... Worked now perfect while debugging.. Geir -Opprinnelig melding- Fra: ROSSEL Olivier [mailto:[EMAIL PROTECTED]] Sendt: 5. februar 2003 19:36 Til: 'Struts Users Mailing List' Emne: RE: Problems debugging Struts

Debugging Http Request Response

2002-11-11 Thread Mark Ayad
What are people using to debug, http-session, request and response objects. Is it a case or role your own ?

Re: Debugging Http Request Response

2002-11-11 Thread Mark Ayad
, November 11, 2002 11:18 PM Subject: RE: Debugging Http Request Response What are people using to debug, http-session, request and response objects. Is it a case or role your own ? Depends on what you mean by debug. I use Cactus unit tests to make sure my components (serlvets, custom tags

Re: Debugging Http Request Response

2002-11-11 Thread Eddie Bush
You could certainly write one :-) However I'm not aware of an existing one. I use netbeans. It lets you see all the information - just may have to open up the object graph. Mark Ayad wrote: By debu I mean visualising request and session attributes. I would like a tag like html:debug/ that

Re: Debugging Http Request Response

2002-11-11 Thread Mark Ayad
Subject: Re: Debugging Http Request Response You could certainly write one :-) However I'm not aware of an existing one. I use netbeans. It lets you see all the information - just may have to open up the object graph. Mark Ayad wrote: By debu I mean visualising request and session attributes

Re: Debugging Http Request Response

2002-11-11 Thread Eddie Bush
That's one option - yes. You also have the option of doing a remote-attach so you can hook-up to a running server external of your IDE. I typically do the in-IDE gig though. Mark Ayad wrote: Eddie, So your struts-project would be running inside the netbeans IDE ? So this method would be

Re: Debugging Http Request Response

2002-11-11 Thread Mark Ayad
is a dream. Mark - Original Message - From: Eddie Bush [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Tuesday, November 12, 2002 12:42 AM Subject: Re: Debugging Http Request Response That's one option - yes. You also have the option of doing a remote-attach so you

Re: Debugging Http Request Response

2002-11-11 Thread Kevin . Bedell
respond to Struts Users Mailing List [EMAIL PROTECTED] To:Struts Users Mailing List [EMAIL PROTECTED] cc: (bcc: Kevin Bedell/Systems/USHO/SunLife) Subject:Re: Debugging Http Request Response Ahh I guess plugging into an external server works like JProbe. First I'm seeing what I

Re: Debugging Http Request Response

2002-11-11 Thread Mark Ayad
Yes - Now I remember reading the same argument in a book on XP programming ! Thanks Kevin pointing this out. - Original Message - From: [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Tuesday, November 12, 2002 12:12 AM Subject: Re: Debugging Http Request Response

how to turn on debugging

2002-11-11 Thread Rachabattuni, Rajesh
hi I am wondering if there is a way to turn on verbose mode or debugging mode or trace on the struts ... any info/pointers appreciated. thanks -- To unsubscribe, e-mail: mailto:struts-user-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:struts-user-help

RE: how to turn on debugging

2002-11-11 Thread edgar
In the struts-config.xml under init-params. -Original Message- From: Rachabattuni, Rajesh [mailto:Rajesh.Rachabattuni;tfn.com] Sent: Monday, November 11, 2002 6:36 PM To: '[EMAIL PROTECTED]' Subject: how to turn on debugging hi I am wondering if there is a way to turn on verbose mode

RE: how to turn on debugging

2002-11-11 Thread Martin Cooper
-Original Message- From: edgar [mailto:edgar;blue-moose.net] Sent: Monday, November 11, 2002 3:47 PM To: 'Struts Users Mailing List' Subject: RE: how to turn on debugging In the struts-config.xml under init-params. That will work for Struts 1.0.x, but for Struts 1.1, you'll

RE: please, help! debugging Struts with VisualAge for Java and Tomcat

2002-08-27 Thread Darryl Nortje
and getting struts running in VAJ, gimme a shout I'll send it to you. cheers Darryl -Original Message- From: Adrian Brown [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 27, 2002 3:20 AM To: Struts Users Mailing List Subject: Re: please, help! debugging Struts with VisualAge for Java and Tomcat

please, help! debugging Struts with VisualAge for Java and Tomcat

2002-08-26 Thread Patria Lukman
debug a Struts application using VAJ debugging facilities? I have followed the articles found in the Net but without much avail... Thank you very much for your time. P __ Post your ad for free now! http://personals.yahoo.ca

Re: please, help! debugging Struts with VisualAge for Java and Tomcat

2002-08-26 Thread Adrian Brown
people, since this question might be addressed to VisualAge users... But I figure out that in this list there might be some people using it as a development tool. I have VAJ 3.5 Professional edition and Tomcat 4.0.b integrated with it... How can debug a Struts application using VAJ debugging

Turn off Struts debugging?

2002-07-29 Thread Chris Wall
How can I turn of Struts' debugging? I have my own Log4J configuration that sets log level to DEBUG, but I want only my logging, not Struts'. I tried setting the init param to off... param-namedebug/param-name param-value0/param-value ...but I still get full Struts logging. Thank you

RE: Digester finding file, parsing, not outputting any debugging info

2002-07-26 Thread Nelson, Laird
-Original Message- From: Nelson, Laird [mailto:[EMAIL PROTECTED]] My mistake; I'm using struts 1.0.2 and its copy of Digester. Solved the problem (of course; which is why I usually post to this list; the minute the email goes out I find the answer...). I had a file like: a

Digester finding file, parsing, not outputting any debugging info

2002-07-26 Thread Nelson, Laird
(no debugging information) gets output. Are there any standard Digester checklists I should be going through? Is there some step I'm obviously missing? I've used Digester many, many times in the past successfully. If folks are interested, I'll post my code and my config file. Cheers, Laird

RE: Digester finding file, parsing, not outputting any debugging info

2002-07-26 Thread Nelson, Laird
-Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Are you using recent nightlies of Digester? They use commons-logging for debug output instead of the old System.out stuff now. My mistake; I'm using struts 1.0.2 and its copy of Digester. Cheers, Laird -- To

Need help for debugging ActionServlet configuration

2002-06-12 Thread Soomar, Muki (R.)
Hello, I have spent considerable amount of time in trying to debug this and still havent been successful. For some reason, my ActionServlet is not getting loaded and I was logging the following error messages in the Tomcat logs:

Re: Debugging JSP's in Struts.

2002-06-08 Thread Steve Muench
| Can we Debug JSP's in Struts(running in Tomcat) using any of the IDE's in | the market. Oracle9i JDeveloper supports quick, no-deploy-required running and debugging on its embedded Oracle9iAS J2EE container, or can do remote debugging of any Java code, including Tomcat. While debugging

RE: Debugging JSP's in Struts.

2002-06-08 Thread VEDRE, RANAPRATAP REDDY
i am fan a of JDeveloper myself(also because oracle has free version). Actually, i tried running the embedded container but could not get debugging Struts JSP's. Can we debug Struts JSP's with breakpoints in jsp directly using JDeveloper. Thanks.. -Original Message- From: Steve

Re: Debugging JSP's in Struts.

2002-06-08 Thread Steve Muench
] Sent: Saturday, June 08, 2002 11:02 PM Subject: RE: Debugging JSP's in Struts. | | i am fan a of JDeveloper myself(also because oracle has free version). | | Actually, i tried running the embedded container but could not get | debugging Struts JSP's. | Can we debug Struts JSP's

Debugging JSP's in Struts.

2002-06-07 Thread VEDRE, RANAPRATAP REDDY
Can we Debug JSP's in Struts(running in Tomcat) using any of the IDE's in the market. -Thanks. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Debugging JSP's in Struts.

2002-06-07 Thread Ryan Norman
This article describes it. http://developer.java.sun.com/developer/qow/archive/88/ Thanks Norman - Original Message - From: VEDRE, RANAPRATAP REDDY [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, June 07, 2002 03:01 PM Subject: Debugging JSP's in Struts. Can we Debug JSP's

Technique 4 debugging your struts JSP pages

2002-05-24 Thread STEVE WILKINSON
FYI, I'm using the log component from JSTL to dump values on my JSP page when debugging it. It is a big help. In you jsp page do the following: ... %@ taglib uri=http://jakarta.apache.org/tabligs/log-1.0; prefix=log % ... pb*** START: Dump of Page Variables ***/bbr / log:dump scope=page/b

Debugging under Netbeans 3.3.1

2002-05-15 Thread Malecki
... Due to this it was necessary to mount separately WEB-INF/classes and tell the compiler to put classes there otherwise the path is misinterpretes as a part of the package name Now, when I put now a breakpoint in a servlet and start debugging, the thread stops at the breakpoint properly

RE: Debugging under Netbeans 3.3.1

2002-05-15 Thread Gruner, Manfred
: Debugging under Netbeans 3.3.1 Hi World! I have got Struts 1.0.2 (particularly struts-example) running under NetBeans 3.3.1 (built-in Tomcat 3.2.1). I mounted sipmly the struts-example directory (info by Jerald Henderson in this list) I'm using the recommended struts war

Re: Debugging under Netbeans 3.3.1

2002-05-15 Thread Larry Meadors
If you use the JPDA debugger, you can use any version of tomcat *on any machine* with the NB debugger. Mount all the jars in the $CATALINA_HOME/common/lib directory. Mount all the jars in then your-context/WEB-INF/lib directory. Mount the your-context/WEB-INF/classes directory. Next, set an

debugging under oc4j/Oracle9ias

2002-04-11 Thread Rick Reumann
Just curious if anyone has suggestions on how to start debugging this problem: Using struts1.1beta under oc4j container my pages come up and submits to actions forward correctly. The problem is the server side validation using the validator stuff does not work. I'm not getting errors

WAS 3.5 Struts and Debugging

2002-02-08 Thread Patrick Logé
I've installed Struts on Websphere 3.5.4 (W2K). It works pretty well. I just wondered why I often have unhandled exception when trying some codes Example --- Error 500 ... com.ibm.servlet.engine.webapp.UncaughtServletException: Server caught unhandled exception from servlet [jsp11]: null

Debugging with struts

2002-01-22 Thread Nikhil Awasthi
Hi There, I want to find out how one can debug application jsp pages without worrying about Action classes. I guess there is a configuration parameter to disable loading of action classes. Thanks, Nikhil -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail:

RE: Question on Struts debugging - one more time

2002-01-15 Thread Keith Bacon
PROTECTED]] Sent: Wednesday, January 09, 2002 8:54 AM To: Struts Users Mailing List Subject: Re: Question on Struts debugging - one more time I've not had better luck. I think it's the way it is. Here's how I do it - I'd like to know how others do. I use hundreds of log messages so

RE: Question on Struts debugging - one more time

2002-01-15 Thread Rick Horowitz
, 2002 8:54 AM To: Struts Users Mailing List Subject: Re: Question on Struts debugging - one more time I've not had better luck. I think it's the way it is. Here's how I do it - I'd like to know how others do. I use hundreds of log messages so I can trace

Re: Question on Struts debugging - one more time

2002-01-15 Thread dion
Rick Horowitz wrote: I tried switching from JBuilder to NetBeans but found NetBeans too slow - on a 400Mhz XEON with 512MB RAM. I'm running a PIII 1Ghz with 512MB on Mandrake and NB 3.3 is fine for meI've also had Eclipse running on it, but at the moment Eclipse is 'flakier' than NB by

RE: Question on Struts debugging - one more time

2002-01-15 Thread Sandeep Takhar
if there was a way to diagnose such problems. Erich -Original Message- From: Keith Bacon [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 09, 2002 8:54 AM To: Struts Users Mailing List Subject: Re: Question on Struts debugging - one more

RE: Question on Struts debugging - one more time

2002-01-13 Thread Sandeep Takhar
if there was a way to diagnose such problems. Erich -Original Message- From: Keith Bacon [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 09, 2002 8:54 AM To: Struts Users Mailing List Subject: Re: Question on Struts debugging - one more time I've not had better luck. I

Re: Question on Struts debugging - one more time

2002-01-09 Thread Keith Bacon
messages that tell us what to do to put it right we'll be able to step thru our action classes in the debugger. Happy bug hunting! - Keith --- Kilmer, Erich [EMAIL PROTECTED] wrote: Thought I would give this one more try. Has anyone had better luck with debugging problems caused by say bad

RE: Question on Struts debugging - one more time

2002-01-09 Thread Kilmer, Erich
such problems. Erich -Original Message- From: Keith Bacon [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 09, 2002 8:54 AM To: Struts Users Mailing List Subject: Re: Question on Struts debugging - one more time I've not had better luck. I think it's the way it is. Here's how I do it - I'd

Question on Struts debugging

2002-01-08 Thread Kilmer, Erich
but see nothing about this error. So my Struts debugging question is this. Are errors encountered when converting the Struts tags in my JSP written anywhere? Is there more debug settings I must make? Is there another log that I can check? I know this is a fairly simple example and I am getting

Question on Struts debugging - one more time

2002-01-08 Thread Kilmer, Erich
Thought I would give this one more try. Has anyone had better luck with debugging problems caused by say bad action mappings, ie: mis-named action classes, missing action forms etc. Currently when these problems are encountered I see no useful error messages in any of my logs (even when debug

Where can I find info Debugging Struts?

2001-08-30 Thread Peter Pilgrim
How do get Struts to write out more verbose debugging information? Where can I find better documentation struts-config.xml ? Struts does not seem to finding my Action? I have copied the struts.jar into the /WEB-INF/lib and find that I getting a class not found exception for Root cause

Re: Where can I find info Debugging Struts? {SOLVED REALLY]

2001-08-30 Thread Peter Pilgrim
,Ibiza__ Message History From: Peter Pilgrim/DMGIT/DMG UK/DeuBa@DMG UK on 30/08/2001 12:36 --CUT-- How do get Struts to write out more verbose debugging information? Where can I find better documentation struts

Debugging struts?

2001-07-25 Thread dhay
Hi. I'm thinking of trying to debug my struts stuff in Netbeans. Does anyone use this successfully, and do you know if it works with Tomcat 3.3 m2? Thanks, Dave

Debugging

2001-07-24 Thread Gerald Hanks
Is there anyway to output simple debugging info to a console or something? I need something that is consistant between my struts components and the beans and stuff that contain all of my business logic. -gerald

RE: Debugging

2001-07-24 Thread Mark Schenk
-Original Message- From: Gerald Hanks [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 24, 2001 9:32 AM To: [EMAIL PROTECTED] Subject: Debugging Is there anyway to output simple debugging info to a console or something? I need something that is consistant between my struts

RE: Debugging

2001-07-24 Thread devon . bowen
Is there anyway to output simple debugging info to a console or something? I need something that is consistant between my struts components and the beans and stuff that contain all of my business logic. I'll probably get yelled at for this, but I just use System.err.println() and it works

Re: Struts debugging in Emacs/JDE

2001-05-09 Thread Rajan Gupta
and functionality of emacs/jde, including the debugging capability, all with an acceptable user interface. i LIKE the emacs keyboard shortcuts, etc... :-) the slurry of menus in windows programs makes them undeisrable for my linux-based developement work...not to mention that i continually get

Re: Struts debugging in Emacs/JDE

2001-05-09 Thread Jon Brisbin
- Original Message - From: Rajan Gupta [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, May 09, 2001 11:47 AM Subject: Re: Struts debugging in Emacs/JDE Are u able to debug JSP Tags using emacs/JDE? yes. what i did was to set up the right parameters in my jde environment

Re: Struts debugging in Emacs/JDE

2001-05-09 Thread Rajan Gupta
Where can I download emacs/JDE from? --- Jon Brisbin [EMAIL PROTECTED] wrote: - Original Message - From: Rajan Gupta [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, May 09, 2001 11:47 AM Subject: Re: Struts debugging in Emacs/JDE Are u able to debug JSP Tags using

Re: Struts debugging in Emacs/JDE

2001-05-09 Thread Jon Brisbin
] Sent: Wednesday, May 09, 2001 2:28 PM Subject: Re: Struts debugging in Emacs/JDE Where can I download emacs/JDE from? --- Jon Brisbin [EMAIL PROTECTED] wrote: - Original Message - From: Rajan Gupta [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, May 09, 2001 11:47 AM

RE: Struts debugging in Emacs/JDE

2001-05-09 Thread Jason Chaffee
Title: RE: Struts debugging in Emacs/JDE http://www.xemacs.org -Original Message- From: Rajan Gupta [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 09, 2001 12:29 PM To: [EMAIL PROTECTED] Subject: Re: Struts debugging in Emacs/JDE Where can I download emacs/JDE from? --- Jon

Struts debugging in Emacs/JDE

2001-05-08 Thread Jon Brisbin
I've been using the awesome Emacs ECB and JDE for my Java (and now Struts) development work and really love it :-) Just wondering if anyone else on the list uses this and how they handle debugging in JDEbug?? I can debug with it fine by starting Tomcat from within JDE, but there's a lot

Re: Struts debugging in Emacs/JDE

2001-05-08 Thread Jonathan
Emacs is geek overload. Try textpad, jbuilder(which is free), or webgain - Original Message - From: Jon Brisbin [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, May 08, 2001 4:50 PM Subject: Struts debugging in Emacs/JDE I've been using the awesome Emacs ECB and JDE for my

RE: Struts debugging in Emacs/JDE

2001-05-08 Thread Jason Chaffee
Title: RE: Struts debugging in Emacs/JDE Actually, Emacs is one of the best editors you could use. -Original Message- From: Jonathan [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 08, 2001 2:45 PM To: [EMAIL PROTECTED] Subject: Re: Struts debugging in Emacs/JDE Emacs is geek

Re: Struts debugging in Emacs/JDE

2001-05-08 Thread Jon Brisbin
Emacs is geek overload. nooo, emacs is geek heaven :-) it's like Coke or Pepsi. you have your favorite, i have mine :-) i've tried nearly every ide for java out there and none have the power and functionality of emacs/jde, including the debugging capability, all with an acceptable user

Re: Debugging struts exceptions

2001-04-13 Thread Craig R. McClanahan
On Tue, 10 Apr 2001, Will Spies/Towers Perrin wrote: I actually found a good solution to this. Looking at the taglib code I found this code all over the place when they throw exceptions: pageContext.setAttribute(Action.EXCEPTION_KEY, e, PageContext.REQUEST_SCOPE); I've just

RE: Debugging struts exceptions - get SP9 for WL5.1

2001-04-11 Thread rhayden
It appears that SP9 for WebLogic5.1 (recently released) fixes this problem. The informative exception is now reported! -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Monday, April 09, 2001 10:33 PM To: [EMAIL PROTECTED] Subject: Re: Debugging struts

Re: Debugging struts exceptions

2001-04-10 Thread Will Spies/Towers Perrin
this. Will To: [EMAIL PROTECTED] "Craig R.cc: (bcc: Will Spies/Towers Perrin) McClanahan" Subject: Re: Debugging struts

RE: Debugging struts exceptions

2001-04-10 Thread rhayden
01 7:33 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: Debugging struts exceptions I actually found a good solution to this. Looking at the taglib code I found this code all over the place when they throw exceptions: pageContext.setAttribute(Action.EXCEPTION_KEY, e, PageContext.REQ

RE: Debugging struts exceptions

2001-04-10 Thread Will Spies/Towers Perrin
Subject: RE: Debugging struts exceptions

RE: Debugging struts exceptions

2001-04-10 Thread rhayden
Got it! Thanks for the details... -Original Message- From: Will Spies/Towers Perrin [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 10, 2001 10:17 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: RE: Debugging struts exceptions I mean in all your JSPs use the following tag

  1   2   >