Re: Installing Samba : FreeBSD Vs Linux ?

2008-10-17 Thread Charles Mason
On Fri, Oct 17, 2008 at 4:42 PM, Wojciech Puchar <[EMAIL PROTECTED]> wrote: >> >> I am very interrested by feedback of "real world" samba admins running it >> with FreeBSD >> or Linux , my boss push hardly to use Linux but I would much prefer >> FreeBSD > > do what your boss wants. it's his company

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 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

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