Skip to content
This repository has been archived by the owner on Jul 11, 2024. It is now read-only.

Latest commit

 

History

History
13 lines (9 loc) · 156 Bytes

File metadata and controls

13 lines (9 loc) · 156 Bytes

Struts Example

Build the app with maven

$ mvn clean package

Deploy the war to PCF

$ cf push struts-example -p target/struts.war