Skip to content

adam-skalicky/struts-showcase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web application with struts2

This Web application in Java is a example that use struts2

Pre requirements

Install Jdk 7 or 8

http://www.oracle.com/technetwork/java/javase/downloads/index.html

Setup JAVA_HOME environment variable

set JAVA_HOME=C:\Program Files\Java\jdk1.8.0_101

Install maven

https://maven.apache.org/install.html

Installation


To install this web application make the following steps:

1. Clone the project

create local directory, example mkdir project-example

cd project-example

git clone https://github.com/josesanchezr/struts2-project.git

2. Install the project

cd struts2-project

mvn clean

mvn install

Run the project


To run this web application make the following steps:

1. Run embedded tomcat 7 with maven

mvn tomcat7:run

Open the URL following

http://localhost:9090/index

Or

http://localhost:9090/request.jsp# struts-showcase

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages