Download as odt, pdf, or txt
Download as odt, pdf, or txt
You are on page 1of 3

Install and configure Tomcat webservices in LinuxMint 8 Helena

User Rating: /0 Poor Best Written by pirat9 | 23 February 2010


Object 1

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 tomcat sudo /etc/init.d/tomcat6 restart

Now you have to login with your login admin or manager

You might also like