Automatic war-packet (Tomcat) installation on a Debian system last edit 26.09.2011 by Bernhard The following scripts are very special and surely adapted to our own needs. But maybe it'll help you with similar requirements. (old) robot-script for automatic war-packet (tomcat) installation on a debian system (special) (old) robot-script for automatic war-packet (tomcat) installation on a debian system (special) perl #!/usr/bin/perl ################################################################### # robot.pl -> Script to automate the deployment of .war files # by Bernhard Rausch and Mario Kleinsasser # v1.0 ################################################################### ################################################################### # Step 0.5 -> get commandline arguments ################################################################### use Getopt :: Std ; #Use the standard perl module for parameter parsing to use...