Skip to content

valpere/dep_app2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dep_app2

Hands on exercise

WAR-application

Create

git clone https://github.com/efsavage/hello-world-war

pushd ./hello-world-war/src/main/webapp

sed -i 's/Hello World!/Welcome to Electric Cloud/g' index.jsp

jar -cvf ../../../../hello-ec.war *

popd

git clone https://github.com/valpere/dep_app2.git
cd dep_app2/app
jar -cvf ../hello-ec.war *

Deploy

../bin/dep_app2.groovy \
    --path /hello-ec \
    --application ./hello-ec.war \
    --user admin \
    --password secret \
    --proxy http://localhost:8080

Result

Manager page

Application page

About

Hands on exercise

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published