0543334 Enable multiple instances on same installation.

Authored and Committed by stingray 10 years ago
    Enable multiple instances on same installation.
    
    This keeps the default tomcat.service unchanged (except for internals),
    and adds template for tomcat@name.service services.
    
    In the new world, if you need an instance, you'll create a directory
    /var/lib/tomcats/name, create {conf temp work webapps} in it, and then
    systemctl enable tomcat@name.service.
    
    This commit doesn't contain anything related to jsvc.
    
        
file modified
+1 -1
file removed
-79
file modified
+22 -24
file removed
-319
file modified
+7 -52
file modified
+10 -69
file added
+18
file added
+50
file added
+24
file modified
+24 -33