View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3820930#3820930

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3820930

Ok - I'm pulling my hair out with this one ... I'd appreciate any suggestions or help.



I have IIS running on the frontend (not my decision) with isapi_redirector2.dll (JK2) 
forwarding to JBoss/Jetty.  This works great with 1 application.



Now I need to add more sites. These are actually assigned another ip address, although 
I don't believe that is a problem. BTW - I'm testing on an internal net to start with, 
so don't let the ip addresses throw you.



www.eq.test  assigned to 192.168.0.94

www.on.test  assigned to 192.168.0.94



Below are my configurations for workers2.properties, my directory structure under 
default/deploy, my application.xml, my jboss-web.xml, and the virtual directories 
under the jakarta virtual web in IIS Manager.





WORKERS2.PROPERTIES:

[shm:]

info=Shared memory file. Required for multiprocess servers

file=D:\jboss-3.2.1\server\default\deploy\jbossweb-jetty.sar\META-INF\jk2.shm

size=1000000



[channel.socket:localhost:8009]

port=8009

host=127.0.0.1



# define the worker

[ajp13:localhost:8009]

channel=channel.socket:localhost:8009



[uri:/*.jsp]

context=/*



[uri:www.eq.test/*.jsp]

context=/equity.war

worker=ajp13:localhost:8009 



[uri:www.on.test/*.jsp]

worker=ajp13:localhost:8009





DIRECTORIES UNDER default/deploy pertinent to configuration of sites

on.ear (contains listener.war)

equity.war 





APPLICATION.XML

  

    <web-uri>listener.war</web-uri>

    <context-root>/</context-root>

  





JBOSS-WEB.XML

<jboss-web>

    <virtual-host>www.eq.test</virtual-host>

    <context-root>equity/*</context-root>

</jboss-web>





IISMANAGER VIRTUAL DIRECTORIES

Jakarata (points to the isapi dll)

equity.war ( local path = D:\jboss-3.2.1\server\default\deploy\equity.war)






-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to