Date: Mon, 13 Mar 2006 10:11:24 +0000 From: Ashley Moran <ashley.moran@codeweavers.net> To: freebsd-questions@freebsd.org Cc: freebsd@osx.demon.nl, eoghan <freebsd@redry.net> Subject: Re: tomcat on freebsd Message-ID: <200603131011.24443.ashley.moran@codeweavers.net> In-Reply-To: <440F5145.5030400@redry.net> References: <440F46B8.6050500@redry.net> <D8579490-82B7-451B-AE1E-0062F97E03D9@osx.demon.nl> <440F5145.5030400@redry.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wednesday 08 March 2006 21:48, eoghan wrote: > Bosch Rogier wrote: > > I think its port 8180 (by default). > > > > Goodluck, > > > > TC > > Ok, 8180 worked. But when i run ./startup.sh (as root) it seems to work, > once only. If i run it again, it works again, once. I can view the > tomcat default page, but have to keep running the startup script. > > # ./startup.sh > Using CATALINA_BASE: /usr/local/tomvat5.5 > Using CATALINA_HOME: /usr/local/tomvat5.5 > Using CATALINA_TMPDIR: /usr/local/tomvat5.5/temp > Using JRE_HOME: /usr/local/jdk1.4.2 > # > > So is there some way I can keep it running? Seems very strange I have to > keep running the startup script... Can anyone help? > Thanks > Eoghan > _______________________________________________ Have you got tomcat55_enable="YES" in /etc/rc.conf? You should really use the /usr/local/etc/rc.d/tomcat55.sh script to start and stop tomcat. Only works with the above line though. Ashley
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200603131011.24443.ashley.moran>