Skip to content

Instantly share code, notes, and snippets.

@chamilad
Last active October 6, 2019 05:21
Show Gist options
  • Save chamilad/7b416ec0bb2c82eebd5be9199b2dc694 to your computer and use it in GitHub Desktop.
Save chamilad/7b416ec0bb2c82eebd5be9199b2dc694 to your computer and use it in GitHub Desktop.
wget http://apache.tradebit.com/pub//axis/axis2/java/core/1.6.2/axis2-1.6.2-war.zip
unzip axis2-1.6.2-war.zip -d axis2-war
cp axis2-war/axis2.war $CATALINA_HOME/webapps/
cd $CATALINA_HOME/bin
./shutdown.sh
./startup.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment