Re: {Spam?} Re: {Spam?} Re: {Spam?} Re: {Spam?} Re: {Spam?} validate() not called

2005-08-09 Thread GRamani
D]> 08/09/2005 01:43 PM Please respond to "Struts Users Mailing List" To Struts Users Mailing List cc Subject {Spam?} Re: {Spam?} Re: {Spam?} Re: {Spam?} Re: {Spam?} validate() not called No, not at all, it doesn't matter where tomcat is started from. As long as tomcat

Re: {Spam?} Re: {Spam?} Re: {Spam?} Re: {Spam?} validate() not called

2005-08-09 Thread Ed Griebel
No, not at all, it doesn't matter where tomcat is started from. As long as tomcat was started with JDWP debugging, you can connect up with any recent java debugger. Your tomcat can be in China and your debugging session in NYC, it just doesn't matter, and it certainly doesn't have to be in the same

Re: {Spam?} Re: {Spam?} Re: {Spam?} Re: {Spam?} validate() not called

2005-08-09 Thread GRamani
help: http://plato.acadiau.ca/courses/comp/dsilver/2513/EclipseAndTomcatTutorial/ Geeta Ed Griebel <[EMAIL PROTECTED]> 08/09/2005 01:26 PM Please respond to "Struts Users Mailing List" To Struts Users Mailing List cc Subject {Spam?} Re: {Spam?} Re: {Spam?} Re: {Spam?}

Re: {Spam?} Re: {Spam?} Re: {Spam?} validate() not called

2005-08-09 Thread Ed Griebel
I haven't used 5.5.9, but my guess is that the gui is just a pointy-clicky front end for some scripts and one can still launch it with a shell script or batch file. Maybe take a look in /bin for launcher scripts. On 8/9/05, Jay Sheth <[EMAIL PROTECTED]> wrote: > HI, > I have a problem here too. I

Re: {Spam?} Re: {Spam?} Re: {Spam?} validate() not called

2005-08-09 Thread Jay Sheth
HI, I have a problem here too. I dont understand how to configure this for tomcat5.5.9 which uses the UI for running it. The link which you mentioned has remedy for older tomcat, which uses files for configuration. Any help would be great. Jay On 8/8/05, Ed Griebel <[EMAIL PROTECTED]> wrote: > Y

Re: {Spam?} Re: {Spam?} Re: {Spam?} validate() not called

2005-08-08 Thread Ed Griebel
You don't need to have "tomcat work with eclipse" to debug action classes. All you need is to make changes to the tomcat startup file to enable JDWP debugging on a socket, and then tell eclipse to start debugging at the socket and hostname if on a different host or localhost if same box. Set a brea

Re: {Spam?} Re: {Spam?} Re: {Spam?} validate() not called

2005-08-08 Thread Jay Sheth
I cannot do that, since the 2 forms are having different fields. Somehow the tomcat 5.5.9 doesnt work with eclipse for my project. I am using ui to start tomcat. thanks anyways. Jay On 8/8/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Do you use an IDE for development? Like eclipse or som

Re: {Spam?} Re: {Spam?} Re: {Spam?} validate() not called

2005-08-08 Thread GRamani
Do you use an IDE for development? Like eclipse or something? If you don't, I would suggest you do because then you could set breakpoints and debug that way.. System.out.printlns aren't the best way to debug - as you are probably finding out..:) One more thing you could do is the following: cha