Skip to content

tip14/Airline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Or run it on own Tomcat server

Airline launching instruction

Editing files

  1. Add strings below to Tomcat tomcat-users.xml
<role rolename="manager-script"/>
<user password="admin1" roles="manager-script" username="admin1"/>
  1. Add strings below to Maven settings.xml in section
<server>
      <id>tomcat</id>
      <username>admin1</username>
      <password>admin1</password>
</server>

Launch the program

  1. Start Tomcat server
  2. In command line open a root directory of project (this is the directory where contains pom.xml)
  3. Build project with command mvn clean install
  4. Deploy project with command mvn tomcat7:deploy
  5. Open browser and enter URL your_tomcat_server_address/airline

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published