# java-war-hello **Repository Path**: redhat/java-war-hello ## Basic Information - **Project Name**: java-war-hello - **Description**: java-war-hello demo - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-05-07 - **Last Updated**: 2021-05-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README java-war-hello ============================= Sample Hello World Java application packaged as a war file ## Prerequisites - Git - Java - Maven ## Running 1. git clone https://gitee.com/redhat/java-war-hello.git 2. cd java-war-hello 3. mvn package 4. tomcat run target/hello-1.0.war Done! Open your browser at http://localhost:8080 to see your brand new instance in action!