Granny's Programming Pearls
"inside of every large program is a small program struggling to get out"
JavaRanch.com/granny.jsp
The moose likes Tomcat and the fly likes URGENT! - Fresh to Tomcat ...help please! Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » Tomcat
Reply Bookmark "URGENT! - Fresh to Tomcat ...help please!" Watch "URGENT! - Fresh to Tomcat ...help please!" New topic
Author

URGENT! - Fresh to Tomcat ...help please!

S Thanigaivel
Ranch Hand

Joined: Oct 06, 2005
Posts: 60
I have downloaded jakarta-tomcat-5.0.30 and installed it in D drive.

I already have jdk 1.5.0 installed in my machine

After the installation of Tomcat an icon appeared the task bar i right clicked over that icon and chose start now it displays a play arrow denoting that it has started

I am new to Tomcat and Servlets and now i'm willing learn so somebody plz help me out to check whether Tomcat working properly...

i need a basic program involving Tomcat and Servlets and also guidance on how to execute the same program

-----------------------------------------

Thanks in Advance

Regards,
Thanigaivel
Terry Jeske
Greenhorn

Joined: Apr 06, 2004
Posts: 17
http://localhost:8080

If TC is running properly should give you the ROOT default page.

If you installed the samples try:
http://localhost:8080/jsp-examples

The Head First JSP book is awesome if you really want to learn how to work with JSP and Tomcat.
 
jQuery in Action, 2nd edition
 
subject: URGENT! - Fresh to Tomcat ...help please!
 
Similar Threads
How do I set the classpath...
Servlet and JDBC
Cannot run tomcat...pls help
how to run j2ee application (on tomcat server) by eclipse
Tomcat installation and how to set path