Thanks Alan,
No wonder the setup looked unfamiliar. I must have forgotten where the
virtualhosts info was put.
Ok, so now I am getting
------------------------------------------------------------------------
Error 404 - Not Found.
No context on this server matched or handled this request.
Contexts known to this server are:
/company_com ---> org.mortbay.jetty.webapp.webappcont...@1263db
{/company_com,file:/C:/jetty-openbd/webapps/company_com/}
/openbd ---> org.mortbay.jetty.webapp.webappcont...@159e6e8
{/openbd,file:/C:/jetty-openbd/webapps/openbd/}
-------------------------------------------------------------------
My virtual hosts entry is now
<!-- virtual hosts
<Set name="virtualHosts">
<Array type="String">
<Item>www.myVirtualDomain.com</Item>
<Item>localhost</Item>
<Item>127.0.0.1</Item>
</Array>
</Set>
-->
<Item>
<New id="company_com" class="org.mortbay.jetty.webapp.WebAppContext">
<Set name="contextPath">\company_com</Set>
<Set name="war">C:\jetty-openbd\webapps\company_com\</Set>
<Set name="defaultsDescriptor"><SystemProperty name="jetty.home"
default="."/>/etc/webdefault.xml</Set>
<Set name="VirtualHosts">
<Array type="java.lang.String">
<Item>192.168.111.200</Item>
<Item>company.com</Item>
<Item>www.company.com</Item>
</Array>
</Set>
</New>
</Item>
--~--~---------~--~----~------------~-------~--~----~
Open BlueDragon Public Mailing List
http://groups.google.com/group/openbd?hl=en
official site @ http://www.openbluedragon.org/
!! save a network - trim replies before posting !!
-~----------~----~----~----~------~----~------~--~---