Re: [JBoss-dev] JBoss in a multi developers environment

2002-06-20 Thread Scott M Stark
This is working for a simple testcase. Two jboss servers running the minimal config are able to come up with the JNDI naming service running on ports 1098 and 1099 using this type of config in the conf/jboss-service.xml descriptor: jboss1 file:/etc/jboss-bindings.xml org.jboss.se

Re: [JBoss-dev] JBoss in a multi developers environment

2002-06-20 Thread Scott M Stark
ROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, June 20, 2002 2:57 PM Subject: Re: [JBoss-dev] JBoss in a multi developers environment > Scott, > > It is better for me if Jetty can pull the port number from this service, > since listeners may be started and stopped dynam

Re: [JBoss-dev] JBoss in a multi developers environment

2002-06-20 Thread Jules Gosnell
Scott, It is better for me if Jetty can pull the port number from this service, since listeners may be started and stopped dynamically, and I don;t really want to choose e.g. the first one and treat it differently from the others Is this an option - I request a port number, rather than ha

Re: [JBoss-dev] JBoss in a multi developers environment

2002-06-20 Thread Scott M Stark
I have imported this code into varia/src/main/org/jboss/services/binding with the following changes: 1. A service can have multiple service bindings corresponding to different listening services. The web containers need this to support multiple virtual hosts and connectors. 2. The store service u