cvs commit: ports/www/tomcat7 Makefile ports/www/tomcat7/files tomcat7.in

Alex Dupre ale at FreeBSD.org
Mon Mar 26 13:40:21 UTC 2012


ale         2012-03-26 13:40:21 UTC

  FreeBSD ports repository

  Modified files:
    www/tomcat7          Makefile 
    www/tomcat7/files    tomcat7.in 
  Log:
  Complete overhaul of RC script:
  - allow multiple instances of tomcat to be run with different settings
    [symlink the RC script with a different $(name) and set at least
     $(name)_catalina_base in rc.conf]
  - use 'jsvc' to start/stop the process, with the following pros:
    - allow log rotation with newsyslog (signal SIGUSR1)
    - allow to bind to reserved ports (< 1024, like 80 and 443)
    - the process is automatically restarted if java crashes
    - simplification of RC script
  - setup (default) logging in the same way as standard tomcat scripts do
  
  Feature safe:   yes
  
  Revision  Changes    Path
  1.79      +5 -2      ports/www/tomcat7/Makefile
  1.6       +78 -148   ports/www/tomcat7/files/tomcat7.in


More information about the cvs-ports mailing list