Pages

Friday, March 19, 2010

How to Start Apache Tomcat Server in Linux ?

You can start Tomcat Server in Linux easily.

But you need to have
1.Sun Java JDK > = 1.6
2. You should have configured JDK path with Linux Path
If both of the above are satisfied,
you can start apache tomcat server with out use of setting path
for Catalina

   Apache Tomcat Server follows standard folder structure.
like,

bin
lib
conf
logs
temp
webapps
work

now goto bin
in the Terminal type as

java -jar bootstrap.jar 

Now goto browser and type the url as http://localhost:8080 .


This will redirect to one Apache Tomcat page.
Success!!
We have started Apache Tomcat Server

No comments:

Post a Comment