Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 703 Bytes

File metadata and controls

24 lines (18 loc) · 703 Bytes

struts-examples Build Status

  1. Render message property from daggerok.HelloAction

  2. + fallback using struts.xml config

gradle jetty / tomcat / debug
# chose container: setup gretty closure (jetty8, jetty9 doesn't works)
gradle appRun # instead of jettyRun or tomcatRun

# debug (defaut debug port: 5005)
gradle appRunDebug appRun --parallel
build and run
docker-compose down -v; ./gradlew; ./mvnw; docker-compose up --build --force-recreate --remove-orphans

http :8080/webapp/
http :8080/webapp/hello-action