Skip to content

Instantly share code, notes, and snippets.

View lokesh-webonise's full-sized avatar

lokesh-webonise

View GitHub Profile
@lokesh-webonise
lokesh-webonise / Apache & apache tomcat integration.md
Last active December 20, 2015 03:18
Intergrate apache tomcat server with Apache web server

##Interate Tomcat with apache

###Firstly switched to the sudo bash

$sudo bash

###Install Apache web server

#apt-get install apache2
#!/bin/bash
###################
#Set Env variables#
###################
USER=deploy
PIDFILE=/tmp/demo.pid
APPDIR=/var/www/demo-warehouse.weboapps.com/server/
NODEENV=staging
DEAMON=/usr/bin/node