Guest User

Untitled

a guest
Jan 22nd, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. sudo service tomcat7 start
  2.  
  3. # Run Tomcat as this user ID. Not setting this or leaving it blank will use the
  4. # default of tomcat7.
  5. TOMCAT7_USER=tomcat7
  6.  
  7. # Run Tomcat as this group ID. Not setting this or leaving it blank will use
  8. # the default of tomcat7.
  9. TOMCAT7_GROUP=tomcat7
  10.  
  11. usermod --home /var/lib/tomcat8 $TOMCAT8_USER > /dev/null 2>&1 || true
Add Comment
Please, Sign In to add comment