Showing posts with label Apache Tomcat Installation on Ubuntu. Show all posts
Showing posts with label Apache Tomcat Installation on Ubuntu. Show all posts

Wednesday 26 August 2015

Apache Tomcat Installation on Linux

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.





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 :)

A Guide to Installing Oracle HR Schema on an Existing Docker Container

  Hi Reader, Today I want to share my learning on how to install Oracle HR schema on a existing docker container. Step 1: Download the verif...