Re: [JBoss-user] startup script for linux?

2001-12-06 Thread tek1
thanks christopher! i started considering writing my own, but will check jboss3.0's script. thank you again. :) At 08:14 01/12/07 +0100, you wrote: >On Fri, Dec 07, 2001 at 01:40:01AM +0900, tek1 wrote: > > hello. > > > > just wondering if there is a jboss startup

[JBoss-user] startup script for linux?

2001-12-06 Thread tek1
hello. just wondering if there is a jboss startup script for linux that can be dropped into /etc/init.d/ so that jboss can be ran as a service? thanks... ___ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jbo

Re: [JBoss-user] using hostname other than "localhost"

2001-11-12 Thread tek1
it worked! thanks to all those who replied! At 16:11 01/11/12 -0500, Sundaram Ramasamy wrote: >Do you have entry in your >/etc/hosts file. >ipaddresslinux1 > > >-SR ___ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/

[JBoss-user] using hostname other than "localhost"

2001-11-12 Thread tek1
the hostname of my linux box is "linux1", not localhost, so when i try starting up jboss, i'm getting the below error: [RMIConnectorService] Initialization failed java.net.UnknownHostException: linux1 i made the below changes to the /jboss/conf/default/jboss.properties file, but obviously this

Re: [JBoss-user] JBoss/Linux and threading - > command pattern

2001-10-25 Thread tek1
http://www.javaworld.com/javaworld/javatips/jw-javatip68.html http://www.javaworld.com/javaworld/jw-04-2000/jw-0414-action_p.html At 09:49 01/10/25 +0200, Hermann RANGAMANA wrote: >BTW, what is "the command pattern" ? > >--hermann ___ JBoss-user mai

Re: [JBoss-user] Re: JBoss-user digest, Vol 1 #1576 - 13 msgs

2001-10-19 Thread tek1
take a look at the primary key generation design pattern on theserverside.com. it presents a very nice db-independent solution to the primary key generation problem. the document can be d/led directly from: http://www.theserverside.com/resources/review/ejbpatterns-primarykeystrategies-sept3.zi