I just put out a jboss-3.0.2_tomcat-4.0.4 bundle on sourceforge. The Jetty
listener bind address can be configured via an Address attribute:

<Call name="addListener">
  <Arg>
    <New class="org.mortbay.http.SocketListener">
      <Set name="Port">80</Set>
      <Set name="Address">vhost.dot.com</Set>
      <Set name="MinThreads">5</Set>
      <Set name="MaxThreads">255</Set>
      <Set name="MaxIdleTimeMs">30000</Set>
      <Set name="MaxReadTimeMs">10000</Set>
      <Set name="MaxStopTimeMs">5000</Set>
      <Set name="LowResourcePersistTimeMs">5000</Set>
    </New>
  </Arg>
</Call>

xxxxxxxxxxxxxxxxxxxxxxxx
Scott Stark
Chief Technology Officer
JBoss Group, LLC
xxxxxxxxxxxxxxxxxxxxxxxx

----- Original Message -----
From: "Emerson Cargnin - SICREDI Serviços" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, September 11, 2002 3:35 PM
Subject: Re: [JBoss-user] bundled tomcat version of 3.0.2


nice to hear that, but meanwhile, could someone expert at jetty tell me
where can I configure the bindaddress, or it is not possible?

thanks

David Jencks wrote:
> We plan to continue to support jboss-tomcat, it's just that we all only
> have so much time and Scott in particular who has done the previous
> integrations has been extremely busy lately.
>
> david jencks
>
> On 2002.09.11 17:56:42 -0400 Matthew Baird wrote:
>
>>no not speaking for jboss group at all, just saying the questions been
>>brought up and hte only response has been to build it yourself. I know
>>JBoss group favors the jboss/jetty over jboss/tomcat bundling.
>>
>>m
>>
>>-----Original Message-----
>>From: Emerson Cargnin - SICREDI Serviços
>>[mailto:[EMAIL PROTECTED]]
>>Sent: Wednesday, September 11, 2002 2:39 PM
>>To: [EMAIL PROTECTED]
>>Subject: Re: [JBoss-user] bundled tomcat version of 3.0.2
>>
>>
>>
>>
>>Matthew Baird wrote:
>>
>>>this has been asked a bunch of times. I think the answer is no one is
>>
>>working on it (support dropped, I don't know). Instructions exist to do
>>the integration yourself which I'm looking through. From what I can tell
>>it's not trivial, but do-able.
>>
>>you mean there won't be any other future versions of jboss-tomcat
>>bundle??
>>
>>my worry is that we use a multi-developer machine with n instances of
>>jboss. setting bindaddress tag of jboss and tomcat xml's i can redirect
>>the ip to a virtual ip, allowing concurrent instances of jboss. the
>>problem is that i couldn't find a way to configure jetty to bind to
>>another address. discontinuing jboss-tomcat woul'd be very bad... if it
>>will really happen (i was wainting for jboss-tomcat 3.0.2 version)
>>pelase someone help me to find a way to redirect jetty to another ip
>>address.
>>
>>Thanks in advance
>>
>>Emerson
>>
>>
>>>m
>>>
>>>-----Original Message-----
>>>From: Anthony Geoghegan [mailto:[EMAIL PROTECTED]]
>>>Sent: Wednesday, September 11, 2002 8:35 AM
>>>To: [EMAIL PROTECTED]
>>>Subject: [JBoss-user] bundled tomcat version of 3.0.2
>>>
>>>
>>>There doesn't seem to be a Tomcat bundled version of JBoss 3.0.2
>>
>>available
>>
>>>on the sourceforge file download list yet.
>>>Is there any issue with deploying it?
>>>
>>>Best Regards,
>>>Anthony Geoghegan.
>>>J2EE Developer
>>>CPS Ireland Ltd.
>>>
>>>
>>>
>>>-------------------------------------------------------
>>>In remembrance
>>>www.osdn.com/911/
>>>_______________________________________________
>>>JBoss-user mailing list
>>>[EMAIL PROTECTED]
>>>https://lists.sourceforge.net/lists/listinfo/jboss-user
>>>
>>>
>>>-------------------------------------------------------
>>>In remembrance
>>>www.osdn.com/911/
>>>_______________________________________________
>>>JBoss-user mailing list
>>>[EMAIL PROTECTED]
>>>https://lists.sourceforge.net/lists/listinfo/jboss-user
>>>
>>
>>
>>--
>>Emerson Cargnin
>>SICREDI - Tel : 3358-4860
>>
>>
>>
>>-------------------------------------------------------
>>In remembrance
>>www.osdn.com/911/
>>_______________________________________________
>>JBoss-user mailing list
>>[EMAIL PROTECTED]
>>https://lists.sourceforge.net/lists/listinfo/jboss-user
>>
>>
>>-------------------------------------------------------
>>In remembrance
>>www.osdn.com/911/
>>_______________________________________________
>>JBoss-user mailing list
>>[EMAIL PROTECTED]
>>https://lists.sourceforge.net/lists/listinfo/jboss-user
>>
>>
>
>
>
> -------------------------------------------------------
> In remembrance
> www.osdn.com/911/
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user
>


--
Emerson Cargnin
SICREDI - Tel : 3358-4860



-------------------------------------------------------
In remembrance
www.osdn.com/911/
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



-------------------------------------------------------
In remembrance
www.osdn.com/911/
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to