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 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 gave gij 1.4.2. What is that? > I thought this could be the reason since my javac -version pointed to jdk1.6 > . > I changed the symlink to point to jdk1.6 java by issuing > ln -s /usr/local/jdk....../java /usr/bin/java > > But my webapp is now hanging? Is there any reason? > > > > > > > -- > Thanks > Arun George > --------------------------------------------------------------------- To start a new topic, e-mail: [email protected] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
