Thanks, Konstantin. Yes you are right. Now it is fine. If using Ant, the
default is off, otherwise using command javac directly, by default it is
on.
On Mon, 2007-10-08 at 18:14 +0400, Konstantin Kolinko wrote:
> When compiling with Ant the debug information is off by default.
>
> Look for the "d
When compiling with Ant the debug information is off by default.
Look for the "debug" option of javac task in Ant manual here:
http://ant.apache.org/manual/CoreTasks/javac.html
-
To start a new topic, e-mail: users@tomcat.apache
will check it
again.
Cheers
On Sun, 2007-10-07 at 19:37 -0500, Caldarale, Charles R wrote:
> > From: Oliver Yang [mailto:[EMAIL PROTECTED]
> > Subject: Error track can't track the exact line and display
> > the bug line number
> >
> > The server give the &
> From: Oliver Yang [mailto:[EMAIL PROTECTED]
> Subject: Error track can't track the exact line and display
> the bug line number
>
> The server give the "Unknown source" for the exact class name.
That's the JVM, not Tomcat, displaying "Unknown source&qu
Hi, everyone
I am using tomcat 5.x. When my application has application level error,
like business logic errors cause NullPointerException or SQLException,
Unlike Jetty, Tomcat server can't track the exact buggy line of my
codes. It makes me to difficult to debug my application. The server give
th