Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: TOMCAT CONFIGURE

  1. #1
    Junior Member
    Join Date
    Dec 2010
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question TOMCAT CONFIGURE

    Hi,

    I ve configured apache tomcat v6.0. But it is not workin properly....
    The follwing r the steps which i performed to configure apache tomcat:-

    1.i renamed it apache tomcat6.0 to tomcat n saved it in C drive.
    2.i opened catalina batch file n i ve set the JAVA_HOME path.
    3.i also tried testing tomcat my opening it int the browser. it din respond
    4.i opened CMD, went to the appropriate path n typed STARTUP. it is not gettin started..

    SO WHAT SHOULD I DO.


  2. #2
    Junior Member
    Join Date
    Nov 2009
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: TOMCAT CONFIGURE

    Follow these steps

    1. Download the fresh tomcat dist
    2. Unzip in c drive
    3. rename it to tomcat
    4. add env variable in windows with name JAVA_HOME pointing to JDK home dir
    5. now run the startup.bat file your tomcat should start working.

    You can verify it by opening http://localhost:8080 in your browser

    Hope this helps

    [ Tomcat SSL | Java Collections | Liferay on Glassfish ]

Similar Threads

  1. JAAS implementaion for web application with tomcat
    By singharun in forum Java Servlet
    Replies: 0
    Last Post: August 30th, 2010, 05:56 AM
  2. Tomcat startup message
    By Lotfus in forum Java Servlet
    Replies: 3
    Last Post: May 10th, 2010, 08:47 AM
  3. Problem running Apache tomcat 6.0 using i.p. address
    By nakul in forum JavaServer Pages: JSP & JSTL
    Replies: 3
    Last Post: April 8th, 2010, 07:58 AM
  4. Replies: 2
    Last Post: August 4th, 2009, 11:25 PM
  5. Issues with Tomcat 6.0
    By sanyog24681 in forum Java Servlet
    Replies: 0
    Last Post: October 21st, 2008, 07:55 AM