Re: starting Tomcat6

2008-12-24 Thread Tim Judd
On Tue, Dec 23, 2008 at 12:23 PM, matt donovan kitchet...@gmail.com wrote: On Tue, Dec 23, 2008 at 2:15 PM, Joseph Simmons josephdsimm...@gmail.com wrote: It is now :), but that should only effect things when the computer starts up. I'm still not able to start tomcat from it's rc.d script.

starting Tomcat6

2008-12-23 Thread Joseph Simmons
uname -a gives: 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008 r...@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 I installed Apache Tomcat from the ports collection (/usr/ports/www/tomcat6) without error. From the documentation that I've seen, starting tomcat is done

Re: starting Tomcat6

2008-12-23 Thread Matthew Seaman
Joseph Simmons wrote: uname -a gives: 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008 r...@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 I installed Apache Tomcat from the ports collection (/usr/ports/www/tomcat6) without error. From the documentation that I've seen,

Re: starting Tomcat6

2008-12-23 Thread Joseph Simmons
It is now :), but that should only effect things when the computer starts up. I'm still not able to start tomcat from it's rc.d script. On Tue, Dec 23, 2008 at 1:03 PM, Matthew Seaman m.sea...@infracaninophile.co.uk wrote: Joseph Simmons wrote: uname -a gives: 7.0-RELEASE FreeBSD 7.0-RELEASE

Re: starting Tomcat6

2008-12-23 Thread matt donovan
On Tue, Dec 23, 2008 at 2:15 PM, Joseph Simmons josephdsimm...@gmail.comwrote: It is now :), but that should only effect things when the computer starts up. I'm still not able to start tomcat from it's rc.d script. On Tue, Dec 23, 2008 at 1:03 PM, Matthew Seaman

Re: starting Tomcat6

2008-12-23 Thread Joseph Simmons
I have tomcat6_enable=YES in rc.conf and I don't see any tomcat process when I ps aux. When I try to start the script, nothing is returned either, I'd expect there to be some success or failure message as there is when starting apache22. On Tue, Dec 23, 2008 at 1:23 PM, matt donovan

Re: starting Tomcat6

2008-12-23 Thread Glen Barber
On Tue, Dec 23, 2008 at 2:33 PM, Joseph Simmons josephdsimm...@gmail.com wrote: I have tomcat6_enable=YES in rc.conf and I don't see any tomcat process when I ps aux. When I try to start the script, nothing is returned either, I'd expect there to be some success or failure message as there is

Re: starting Tomcat6

2008-12-23 Thread Joseph Simmons
Yes, I tried starting it again and got the same result as before which is nothing at all happened. Apache HTTP server works fine, it starts with the computer in fact. I'm not sure if Apache's configuration would effect Tomcat, if so, the following is in rc.conf apache22_enable=YES

Re: starting Tomcat6

2008-12-23 Thread Glen Barber
On Tue, Dec 23, 2008 at 2:52 PM, Joseph Simmons josephdsimm...@gmail.com wrote: Yes, I tried starting it again and got the same result as before which is nothing at all happened. Apache HTTP server works fine, it starts with the computer in fact. I'm not sure if Apache's configuration would

Re: starting Tomcat6

2008-12-23 Thread Joseph Simmons
Ok I get what's below [r...@cougar /usr/local/etc/rc.d]# ./tomcat6 rcvar # tomcat60 tomcat60_enable=NO I haven't restarted this computer since I've installed tomcat, could that be a problem? On Tue, Dec 23, 2008 at 1:53 PM, Glen Barber glen.j.bar...@gmail.com wrote: On Tue, Dec 23, 2008 at

Re: starting Tomcat6

2008-12-23 Thread Peter Boosten
Glen Barber wrote: On Tue, Dec 23, 2008 at 2:33 PM, Joseph Simmons josephdsimm...@gmail.com wrote: I have tomcat6_enable=YES in rc.conf and I don't see any tomcat process when I ps aux. When I try to start the script, nothing is returned either, I'd expect there to be some success or failure

Re: starting Tomcat6

2008-12-23 Thread Matthew Seaman
Joseph Simmons wrote: I have tomcat6_enable=YES in rc.conf and I don't see any tomcat process when I ps aux. When I try to start the script, nothing is returned either, I'd expect there to be some success or failure message as there is when starting apache22. The process you'ld start is called

Re: starting Tomcat6

2008-12-23 Thread Peter Boosten
Joseph Simmons wrote: Ok I get what's below [r...@cougar /usr/local/etc/rc.d]# ./tomcat6 rcvar # tomcat60 tomcat60_enable=NO put this in your /etc/rc.conf tomcat60_enable=YES then /usr/local/etc/rc.d/tomcat6 start look for the java process and browse to http://yourhost:8180 I haven't

Re: starting Tomcat6

2008-12-23 Thread Joseph Simmons
Changing tomcat6_enable to tomcat60_enable worked I'm able to connect on port 8180, thanks for the help. On Tue, Dec 23, 2008 at 1:57 PM, Matthew Seaman m.sea...@infracaninophile.co.uk wrote: Joseph Simmons wrote: I have tomcat6_enable=YES in rc.conf and I don't see any tomcat process when I