Skip to content

nirkoren/devopscon-bu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hi and Welcome to DevOpsCon 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 (JDK and not only JRE) or higher is running on your laptop
  • Get Tomcat 9 - prefer the Core > Zip from here
  • Configure under /conf/tomcat-users.xml the code below
  • [LINUX / MAC] Make sure you have running permissions on the /bin/ directory and run chmod +x *.sh
  • Restart tomcat /bin/shutdown.sh & startup.sh
  • The Tomcat URL is http://localhost:8080/
  • The 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>

The workshop PPT can be downloaded from: https://drive.google.com/file/d/1mMPO0zrphJ4-4WMXlDkmZpEcP5ctRkv-/view?usp=sharing

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages