Question:

Tomcat6.0 installation on Window XP , SP2.????

by  |  earlier

0 LIKES UnLike

This is what i have done till now.

(1)Insatlled jdk-6u5-windows-i586-p in C:\Java

(2)Installed jre in C:\Java\jre1.6.0_05

(3)Installed Tomcat 6.0 in C:\tomcat

(4)Installed J2SE in C:\SUN\SDK

java_ee_sdk-5_05-windows-nojdk

"What will be my JAVA_HOME & PATH??????"

I have done every thing possible , follwed what JSP books said but

when i try the following URL it does not work.

URL -> http://localhost:8080/index.jsp

 Tags:

   Report

1 ANSWERS


  1. for java setting-

       set JAVA_HOME= G:\jdk1.5\

       set PATH=%JAVA_HOME%\bin;%path%

        set CLASSPATH=.;%JAVA_HOME%\lib

        start

    save on desktop

    for tomcat & save it on desktop.

    set JAVA_HOME=G:\jdk1.5

    set CATALINA_HOME=G:\Tomcat5.5

    set PATH=%CATALINA_HOME%\bin;%JAVA_HOME%\bin...

    set CLASSPATH=.;%CATALINA_HOME%\common\lib\s...

    cd %CATALINA_HOME%\webapps

    start

    i have installed java as well as Tomcat in G: u can install anywhere u want to.

    above are the batch files and make sure u have entered the correct classpath.

    Dear instead og c:\java\jre1.6.0_05

    write c:\java1.5

    PLZ PLZ DONT USE JDK 1.6 IT HAS h**l LOT OF BUGS JDK 1.5 IS BETTER.

    same can be done for tomcat.

    need anyhelp mail me

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.