Hi John, > how do i start Jboss-tomcat as a daemon in linux?
register the run.sh as a runlevel (typically runlevel 3) script. So it will be started after cahnaging runlevel (eg booting). on the other hand you can start it manually with nohup ./run.sh & so long, Ralf _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
