Skip to content

nirkoren/jaxlondon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7ca56ee · Oct 10, 2019

History

9 Commits
Oct 10, 2019
Oct 4, 2019
Oct 4, 2019
Oct 10, 2019
Oct 10, 2019
Oct 10, 2019

Repository files navigation

Hello and welcome to JAX London Demo Repository

This repo contains basic Maven project with Hello-World war file

In order to make it work, please do the following:

  • Make sure JAVA 8 is running on your laptop
  • Get Tomcat 8 - prefer the Core > Zip from here
  • Configure under /conf/tomcat-users.xml the code below
  • Restart tomcat /bin/shutdown.sh & startup.sh
  • Application URL is http://localhost:8080/helloworld/
<tomcat-users>
  <role rolename="manager-gui" />
  <role rolename="admin-gui" />
  <role rolename="manager-script" />
  <user username="admin" password="admin" roles="manager-gui,admin-gui,manager-script" />
</tomcat-users>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages