• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

How to install jakarta-tomcat-4.1.12.exe

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Sir,
I am new to Java Programming. I have downloaded jakarta-tomcat-4.1.12.exe. But I don't know how to install or how to give classpath. please help me.
Thankyou
Uma
 
author and deputy
Posts: 3150
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Uma Mula:
Sir,
I am new to Java Programming. I have downloaded jakarta-tomcat-4.1.12.exe. But I don't know how to install or how to give classpath. please help me.
Thankyou
Uma


You can post here https://coderanch.com/forums/f-56/Tomcat to get more replies.
 
Greenhorn
Posts: 26
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This forum is for webservices and SOAP discussions. Here are the steps to Install Tomcat.exe
Step 1: Install Tomcat
a)Double click on jakarta-tomcat-4.0.3.exe
b)(Note: JAVA_HOME variable should be set already.
for eg : c:\j2sdk1.4.0)
c)Select the directory where you want to install Tomcat
d)Set the CATALINA_HOME variable to the directory where you have installed Tomcat. for eg : c:\Program Files\Tomcat 4.0
e)Add the CATALINA_HOME to the current path.
Step 2: Start the Server by clicking on the �Start Server� option, then open in browser

http://localhost:8080
If you are able to see the welcome screen, you have successfully installed Tomcat.
Step 3: Create App Directory
You can place you Application directory in the CATALINA_HOME \webapps\examples directory or CATALINA_HOME\Root directory.
http://localhost:8080/examples /myApp1/index.html (or)
http://localhost:8080/myApp1/index.html
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic