> -----Original Message-----
> From: Mark Thomas [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, May 29, 2007 1:31 AM
> To: Tomcat Users List
> Subject: Re: Tomcat Netbeans Project... WildCat
> 
> Johnny Kewl wrote:
> > + One can dump the src into a Netbeans project, click compile and you
> have a working Tomcat.
> Great. But you have no guarantee it will behave the same way as Tomcat
> built with the standard build script. It should be the same but be
> prepared for some odd, unexpected errors - probably around classloader
> issues.
> 
> > + That means one can run it in debug, and watch it working from the
> inside.
> You can do this with the standard build. Both Eclispe and NetBeans
> support this. see http://tomcat.apache.org/faq/development.html
> Providing you configure the appropriate source files you can debug any
> combination of Tomcat, you app or any library used by Tomcat or your app.

I do this every day.  You want a remote application / attach launch
configuration for Eclipse.  Be sure to start the Tomcat JVM with the
-Xdebug... parameters.

Tim


> 
> > I havent had a chance to test it yet, but where I'm trying to get to is
> the ability to debug from servlet straight  into Tomcat source.
> This should be standard out of the box functionality. You shouldn't
> need any extras to get this working. You don't with Eclipse as your
> dev environment and I see no reason for Netbeans to be any different.
> 
> Mark
> 
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to