wrote:
> I WANT TO DEVELOP MY PROJECT USING TOMCAT BUT MY PROBLEM IS TOMCAT IS
> NOT WORKING SO PLZ TELL ME THE JAVA_HOME CORRECTLY STEP BY STEP SINCE
> I'VE TRIED ALL THE POSSIBILITIES
I doubt you tried all possibilities.
1. Download and unpack zip or tar.gz package of tomcat.
2. Unpack downloaded file somewhere.
3. Set your JAVA_HOME to one of your installed JVMs, say export
JAVA_HOME=/opt/java/jdk1.6.0_05
4. Start tomcat by executing the startup.sh i the bin folder where you
installed tomcat.
5. Access
http://localhost:8080
--
Roger Lindsjö