Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Want to run servlets!!!!!

Status
Not open for further replies.

javaprog72

Programmer
Feb 19, 2003
11
0
0
US
Hi

I want to run servlets (ie want to have servlet engine )
can any one tell me what i need to download
can anyone help me with link
my environment is Windows XP


Thanks in advance for help
 
thanks pete

but iam still confused i see directory structre with so many options there what should i do....

help would be appreciated

 
>> i see directory structre with so many options

you see them "where"?

Did you read the documentation on the Tomcat web site?

-pete
 
Hey
thank you very much for ur help

i have downloaded tomcat-4.1.18

but what should i do to set my class path i read the documentation it asks to set environment variable java_home classpath but i dont see java_home \lib\tools.jar


thanks i appreciate ur help again
 
I think, and I may be wrong, it's been awhile since I used tomcat (i've moved to jboss), that tools.jar is under your Tomcat_Home\lib.

Did you run the exe or the zip? I thought the exe took care of all that.

Assuming win2k, you should have the following envrionment vars set up:
C:\j2sdk1.4.1_02 (i.e. C:\j2sdk1.4.1_02)
In your PATH variable you should have:
%JAVA_HOME%\bin; ignore the MIS, I'm a Programmer. I was young and foolish.
 
correction tools.jar should be in (with default setup)
C:\Program Files\Apache Group\Tomcat 4.1\common\lib ignore the MIS, I'm a Programmer. I was young and foolish.
 
another correction..can't seem to type today...Friday and all..
environment variables:
JAVA_HOME (i.e. C:\j2sdk1.4.1_02)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top