Take a Minute, Donate an Hour, Change a Life
http://www.ashanet.org/workanhour/2006/?r=Javaranch_ML&a=81
Originally posted by Chithra Sankar:
Hai,
Which all files need to be downloaded from /builds/tomcat/release/v3.1/bin
to install Tomcat?
Thankxxx in advance
Chithra
Originally posted by Madhav Lakkapragada:
Hi:
I am attempting to post the tomcat installation and
application instructions. Pl. feel free to fill-in
or correct.
The foll. instructions apply for jdk1.2.2 in the C:\
dir.
- Download tomcat from this site.
- Unzip into a directory (if you use the default, it will be
unzipped into [b]C:\jakarta-tomcat
- Add the foll. line to your autoexec.bat file:
SET JAVA_HOME=C:\jdk1.2.2
SET TOMCAT_HOME=C:\
SET PATH=%PATH%;C:\jakarta-tomcat\bin
SET CLASSPATH=%CLASSPATH%;C:\jdk1.2.2\lib\tools.jar
(re-start your machine, if needed).
If eveything went well, you can start start the tomcat server
by typing startup in a dos prompt. Starting it by
double-clicking should also work, but I don't prefer it.
If the server has started, you can checkout the examples at
the foll. URI: http://localhost:8080/
You can find JSP and servlet examples here.
To develop your own appli. please go through the instructions
at the foll. URI (whether the server is running or not)
file:/C:/jakarta-tomcat/doc/appdev/index.html
This URI explains in detail how you can develop your own
appli.s using tomcat and its ant build tool.
Hope this helps.
Regds.
- satya[/B]
Originally posted by Xinbo Cheng:
[B]My thanks to madhav, without his message, i would still be in the
dark.
Man...setting up Tomcat under NT sure seems a heck of a lot easier than Tomcat under Unix...which I've been losing massive amounts of sleep over for two months now. Especially with integrating the new mod_jk (Tomcat 3.2) into Apache and getting mod_rewrite to work so that session tracking works w/ disabled cookies. I finally got it working earlier this week, but it certainly was NOT intuitive...at least to this non-Java programmer
Take a Minute, Donate an Hour, Change a Life
http://www.ashanet.org/workanhour/2006/?r=Javaranch_ML&a=81
Take a Minute, Donate an Hour, Change a Life
http://www.ashanet.org/workanhour/2006/?r=Javaranch_ML&a=81
I am going to test your electrical conductivity with this tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
|