Hi Folks,
Today I'm sharing my learning to how to install the Apache Tomcat in linux (Ubuntu).
Download the zip from apache distribution site
extract it using windows or terminal which one is comfortable for you.
open terminal.
type:
gedit .bashrc
enter the following code according to your location where you want to install the apache.
Today I'm sharing my learning to how to install the Apache Tomcat in linux (Ubuntu).
Download the zip from apache distribution site
extract it using windows or terminal which one is comfortable for you.
open terminal.
type:
gedit .bashrc
enter the following code according to your location where you want to install the apache.
change the modification access and change to +x mode
sudo chmod +x /*.*
command to start server
startup.sh
command to stop server
shutdown.sh
thank you :)