954,574 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

install and run tomcat3 and implement a simple jsp page

hi every body. i am a new user to this site and i need help from you all regarding installation and running of tomcat3. Can any body give me step by step details of how to install and configar tomcat and then where to save a simple java program containing jsp pages and how to set the paths for that.

with regards
gopes.

gope_biswas
Newbie Poster
1 post since Mar 2005
Reputation Points: 10
Solved Threads: 0
 

Use Tomcat 5 instead, Tomcat 3 is extremely outdated and doesn't understand current JSP programming systems which is what you should be using (JSTL mainly).

Installation is simple following the instructions from the download site ( http://jakarta.apache.org ).

jwenting
duckman
Team Colleague
8,392 posts since Nov 2004
Reputation Points: 1,662
Solved Threads: 337
 

http://cs.saddleback.edu/rwatkins/CS4B/Section13/Section13.html
there are instructions on how to set up tomcat 3 once you have this running and are familiar with this I would recommend upgrading like jwenting said

paradox814
Posting Whiz
351 posts since Oct 2004
Reputation Points: 13
Solved Threads: 4
 

hello

firslty you will need to check if you have a sdk installed, if this is not then go the http://developers.sun.com/ .

make sure you have also changed the environment variables of JAVA_HOME to where the sdk is situated on your pc. once this is done, you can install Tomcat for this go to the jakarta website and download 5x, it;s the latest

Startup tomcat; if its has been installed correclty you will see the index.jsp on browser, if you enter http://localhost:8080/index.jsp


to run your own jsps, save them in the webapps subdirectory of wheer tomcat is installled


hope this helps!

D

nelly_1005
Newbie Poster
11 posts since Feb 2005
Reputation Points: 10
Solved Threads: 0
 

hello

firslty you will need to check if you have a sdk installed, if this is not then go the http://developers.sun.com/ .

make sure you have also changed the environment variables of JAVA_HOME to where the sdk is situated on your pc. once this is done, you can install Tomcat for this go to the jakarta website and download 5x, it;s the latest

Startup tomcat; if its has been installed correclty you will see the index.jsp on browser, if you enter http://localhost:8080/index.jsp

to run your own jsps, save them in the webapps subdirectory of wheer tomcat is installled

hope this helps!

D


It really helps..Thanks a lot

pragati12
Newbie Poster
1 post since Nov 2009
Reputation Points: 10
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You