Re: unable to start tomcat 5.5.29 on mac 10.6.3

2010-06-12 Thread Guan Yu
i was stupid. i extracted the admin app then copied the folders to tomcat home in Finder. Mac replaces everything in the folders. files in existing folders were gone. thanks for your help. On 12-Jun-2010, at 10:23 PM, Pid wrote: > On 12/06/2010 15:06, Guan Yu wrote: >> no, i didn&

Re: unable to start tomcat 5.5.29 on mac 10.6.3

2010-06-12 Thread Guan Yu
double click it in Finder. On 12-Jun-2010, at 10:23 PM, Pid wrote: > On 12/06/2010 15:06, Guan Yu wrote: >> no, i didn't. it's a fresh OS installation. i only installed Eclipse before >> Tomcat. Eclipse installation was merely extraction from compressed file.

Re: unable to start tomcat 5.5.29 on mac 10.6.3

2010-06-12 Thread Guan Yu
no, i didn't. it's a fresh OS installation. i only installed Eclipse before Tomcat. Eclipse installation was merely extraction from compressed file. gy On 12-Jun-2010, at 8:32 PM, Pid wrote: > On 12/06/2010 08:11, Guan Yu wrote: >> I'm using Mac OS X 10.6.3. I download

unable to start tomcat 5.5.29 on mac 10.6.3

2010-06-12 Thread Guan Yu
I'm using Mac OS X 10.6.3. I downloaded and installed the .gz of Tomcat 5.5.29 to $HOME/tomcat-5.5.29/. when i tried to start tomcat by executing startup.sh, i saw the following output on screen. But the server didn't start up and there was error in catalina.out. Please help me. bin guanyu$ ./s

RE: how to generate java heap dump from tomcat 5.0.27

2007-06-21 Thread Guan Yu
gt; From: [EMAIL PROTECTED]> To: > users@tomcat.apache.org> Subject: Re: how to generate java heap dump from > tomcat 5.0.27> > I use the same method as you except the fact that all java > options are> within a file and I set the JAVA_OPTS to -Xoptionsfile=> >

how to generate java heap dump from tomcat 5.0.27

2007-06-20 Thread Guan Yu
i need to generate java heap dump to trace memory leak in our web application. We are using tomcat 5.0.27. I added "-agentlib:hprof=heap=dump,format=b,file=D:/java.hprof" to Java Options using "Configure Tomcat". Is this the correct method? How do I continue from here? _