RE: Tomcat 6 on ubuntu linux(Fiesty Fawn)

2007-10-08 Thread Caldarale, Charles R
> From: Arun [mailto:[EMAIL PROTECTED] > Subject: Re: Tomcat 6 on ubuntu linux(Fiesty Fawn) > > Exception in thread "DefaultQuartzScheduler_Worker-1" > java.lang.OutOfMemoryError: PermGen space http://tomcat.apache.org/faq/memory.html - Chuck THIS COMMUNICATION MAY

Re: Tomcat 6 on ubuntu linux(Fiesty Fawn)

2007-10-08 Thread Arun
for this? > > > > I dont know the name.. Am I using the right jdk? > > > > > > > > On 10/8/07, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > > > > > > > > > > > From: Arun [mailto:[EMAIL PROTECTED] > > > >

Re: Tomcat 6 on ubuntu linux(Fiesty Fawn)

2007-10-08 Thread Arun
gt; wrote: > > > > How to remove ? > > > > apt-get remove? what is the name for this? > > > > I dont know the name.. Am I using the right jdk? > > > > > > > > On 10/8/07, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > > > >

Re: Tomcat 6 on ubuntu linux(Fiesty Fawn)

2007-10-08 Thread Arun
> How to remove ? > > > > apt-get remove? what is the name for this? > > > > I dont know the name.. Am I using the right jdk? > > > > > > > > On 10/8/07, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > > > > > > > > > &

Re: Tomcat 6 on ubuntu linux(Fiesty Fawn)

2007-10-08 Thread Arun
For running I linked catalina.sh by ln ln -s /usr/local/apache-tomcat-6.0.13/bin/catalina.sh catalina. And I start the server by catalina start and stop it by catalina stop. On 10/8/07, ben short <[EMAIL PROTECTED]> wrote: > > Right I installed the jdk from apt as follows.. > > sudo apt-get in

Re: Tomcat 6 on ubuntu linux(Fiesty Fawn)

2007-10-08 Thread Arun
> How to remove ? > > > > apt-get remove? what is the name for this? > > > > I dont know the name.. Am I using the right jdk? > > > > > > > > On 10/8/07, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > > > > > > > > > > >

Re: Tomcat 6 on ubuntu linux(Fiesty Fawn)

2007-10-08 Thread ben short
Arun <[EMAIL PROTECTED]> wrote: > > > How to remove ? > > > apt-get remove? what is the name for this? > > > I dont know the name.. Am I using the right jdk? > > > > > > On 10/8/07, Caldarale, Charles R <[EMAIL PROTECTED]&

Re: Tomcat 6 on ubuntu linux(Fiesty Fawn)

2007-10-08 Thread Arun
wrote: > > > > > > > From: Arun [mailto:[EMAIL PROTECTED] > > > > Subject: Re: Tomcat 6 on ubuntu linux(Fiesty Fawn) > > > > > > > > [EMAIL PROTECTED]:~/downloads# cd /usr/lib/jvm/ > > > > java-1.4.2-gcj-4.1-1.4.2.0/ java-

Re: Tomcat 6 on ubuntu linux(Fiesty Fawn)

2007-10-08 Thread ben short
know the name.. Am I using the right jdk? > > On 10/8/07, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > > > > > From: Arun [mailto:[EMAIL PROTECTED] > > > Subject: Re: Tomcat 6 on ubuntu linux(Fiesty Fawn) > > > > > > [EMAIL PROTECTED]:~/d

Re: Tomcat 6 on ubuntu linux(Fiesty Fawn)

2007-10-08 Thread Arun
How to remove ? apt-get remove? what is the name for this? I dont know the name.. Am I using the right jdk? On 10/8/07, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > > > From: Arun [mailto:[EMAIL PROTECTED] > > Subject: Re: Tomcat 6 on ubuntu linux(Fiesty Fawn) >

Re: Tomcat 6 on ubuntu linux(Fiesty Fawn)

2007-10-08 Thread ben short
Right I installed the jdk from apt as follows.. sudo apt-get install sun-java6-jdk Much easier that messing about with a bin file.. Then set it up using the following command... sudo update-java-alternatives -s java-6-sun How are you starting tomcat? From a script in /etc/init.d ? How did you

RE: Tomcat 6 on ubuntu linux(Fiesty Fawn)

2007-10-08 Thread Caldarale, Charles R
> From: Arun [mailto:[EMAIL PROTECTED] > Subject: Re: Tomcat 6 on ubuntu linux(Fiesty Fawn) > > [EMAIL PROTECTED]:~/downloads# cd /usr/lib/jvm/ > java-1.4.2-gcj-4.1-1.4.2.0/ java-gcj/ > .java-gcj.jinfo That's the semi-functional GNU JVM implementa

Re: Tomcat 6 on ubuntu linux(Fiesty Fawn)

2007-10-08 Thread Arun
Ben, I installed jdk from jdk-6u1-linux-i586.bin. Still my path has not updated, I have to manually point the symlink . Is this not suns's jdk? Am I not using the correct jdk? grep -r -i "JAVA_HOME=/usr/lib/jvm/java-6-sun-1.6.0.00" -l /usr did not give me a valid entry either. ? [EMAIL PROTECT

Re: Tomcat 6 on ubuntu linux(Fiesty Fawn)

2007-10-08 Thread ben short
I have tomcat 6 running on fiesty with jdk 1.6 and have the following in my init script... JAVA_HOME=/usr/lib/jvm/java-6-sun-1.6.0.00 On 10/8/07, Arun <[EMAIL PROTECTED]> wrote: > Hi , > > My webapp hangs on tomcat. I have struts,spring and hibernate on it. > I was getting an OutOfMemory error

Tomcat 6 on ubuntu linux(Fiesty Fawn)

2007-10-08 Thread Arun
Hi , My webapp hangs on tomcat. I have struts,spring and hibernate on it. I was getting an OutOfMemory error initially, on clicking each of the links. I thought the problem could be jvm's . when I did ls -alt /usr/bin/java , it pointed to /usr/local../alternatives/java.. and java -version gav