> Jetty is used to implement JBossWeb.

ok

> 
> Look in jbossweb.sar/META-INF/jboss-service.xml

i've done that, but there's no field to set the bindAddress

this is the config snippet:

      <Call name="addListener">
             <Arg>
              <New class="org.mortbay.http.SocketListener">
               <Set name="Port"><SystemProperty name="jetty.port" 
default="8080"/></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>

how woul'd I set the BindAddress??
something like :
  <Set name="Port"><SystemProperty name="jetty.bindaddress" 
default="localhost"/></Set>

or

<Set name="bindaddress">localhost</Set>

?????


> 
> Jules
> 
> Emerson Cargnin - SICREDI Servi�os wrote:
> 
>> We used to have many instances of jboss3.0.0 with tomcat in the same 
>> machine (for developers). Now i'm trying to update to 3.0.1, but 
>> there's no version with tomcat (correct me if i'm wrong). I didn't 
>> find any xml or sar inside deploy concerning with jetty. How do i 
>> configure the ip which jetty will be bind to ???
>>
>>
>>
> 
> 
> 
> 
> 
> -------------------------------------------------------
> This sf.net email is sponsored by: Dice - The leading online job board
> for high-tech professionals. Search and apply for tech jobs today!
> http://seeker.dice.com/seeker.epl?rel_code=31
> _______________________________________________
> Jboss-development mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-development
> 
> 


-- 
Emerson Cargnin - MSA
SICREDI - Tel : 3358-4860



-------------------------------------------------------
This sf.net email is sponsored by: Dice - The leading online job board
for high-tech professionals. Search and apply for tech jobs today!
http://seeker.dice.com/seeker.epl?rel_code1
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to