If you are new to Unixmen, you may want to subscribe : ![]()
![]()
![]()
![]()
|
23 February 2010
we will install Tomcat webservice in LinuxMint8 helena
more /etc/issue
Output
Linux Mint 8 Helena - Main Edition \n\l
Now first we will install packges needed for Tomact
sudo apt-get install tomcat6 tomcat6-admin tomcat6-common tomcat6-user tomcat6-docs tomcat6-examples
After, start Tomcat Server using the command:
sudo /etc/init.d/tomcat6 start
After installation type http://localhost:8080 or http://ip:8080/examples/servlets/ in your browser.Now you should see tomcat welcome page

you can get access to Docs and examples page from


to access the management console you have to edit this file to make a secure password
vi /etc/tomcat6/tomcat-users.xml
After that you have to restart your tomcatsudo /etc/init.d/tomcat6 restart
Now you have to login with your login admin or manager


If you are here for the first time, you may want to subscribe to our rss feed or to follow us on Twitter. Thanks for visiting.
Related Articles By Tags:


