Re: Creating an rc.d script for Jboss Web

2007-05-05 Thread Charles Mason
There's a template for a startup script in the files directory: /usr/ports/java/jboss4/files/startup.sh I have hacked togeather a Jboss Web version of the Jboss4 port which handly means I can use the binary deamon control program that the Jboss4 port uses, and its rc.d script. Thanks for the

Re: Creating an rc.d script for Jboss Web

2007-05-05 Thread Warren Block
On Sat, 5 May 2007, Charles Mason wrote: There is no version of Jboss Web in the ports collection. I was thinking it might be possible to extract the rc.d from the the Jboss 4 port, although I am not quite sure where the ports scripts store there rc.d scripts. There's a template for a startup

Re: Creating an rc.d script for Jboss Web

2007-05-05 Thread Charles Mason
It sounds like you haven't used the ports version of JBoss. The ports versions may have prewritten scripts that would do what you want: /usr/ports/java/jboss2 /usr/ports/java/jboss3 /usr/ports/java/jboss4 /usr/ports/java/jboss5 Jboss Web is not the same as the Jboss application server. Jboss W

Re: Creating an rc.d script for Jboss Web

2007-05-04 Thread Warren Block
On Fri, 4 May 2007, Charles Mason wrote: I am trying to run Jboss Web on FreeBSD, which is basically a Tomcat derived web server which use APR to replace the Java based static file serving in Tomcat. This makes it much faster but requires the native modules to be complied for each platform. I ha

Creating an rc.d script for Jboss Web

2007-05-04 Thread Charles Mason
I am trying to run Jboss Web on FreeBSD, which is basically a Tomcat derived web server which use APR to replace the Java based static file serving in Tomcat. This makes it much faster but requires the native modules to be complied for each platform. I have successfully managed to compile these an