Re: Error track can't track the exact line and display the bug line number

2007-10-08 Thread Oliver Yang
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

Re: Trouble running tomcat on Ubuntu Linux & OS X Tiger

2007-10-07 Thread Oliver Yang
I think you need to check the catalina.sh permission. On Sun, 2007-10-07 at 19:35 -0700, Unnsse Khan wrote: > Hello there, > > Having trouble running tomcat on Ubuntu Linux 7.0.4 and am > experiencing the exact same problem under OS X Tiger. > > I installed tomcat under: > > /home/untz/DevToo

RE: Error track can't track the exact line and display the bug line number

2007-10-07 Thread Oliver Yang
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 &

Error track can't track the exact line and display the bug line number

2007-10-07 Thread Oliver Yang
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