My other threads can be deleted. We need a how-to written on this. I'm
stuck and I can't find any documentation since the release of 1.1. I
know it's new, but as someone trying to implement it, I'm out of
options for help here, and I've looked everywhere (google, jetty
forums, etc.)

Basically, I'm just trying to configure a site to run on R2R!

I got the demo to run, configured BlueDragon Admin, so now its time to
drop in a real site.

HOW? There is no how-to's.

I can get Jetty to respond to the domains and Ip's I have pointed to
it. As of right now, all of my domains point to the server and
respond, but they are just resolving to the demo page.

I never ran into this issue prior to 1.1, and I'm using the exact same
virtual hosts config I copied out of my xml from the old version.

Here is the structure I have

c:/jetty-openbd/webapps/openbd/company_com/

the company_com folder contains the site's main index.cfm and all
other files

I want company.com to point to c:/jetty-openbd/webapps/openbd/
company_com

Here is the openbd.xml file that includes the virtual hosts config.

Can someone please explain to me how to configure it? I did a google
search on openbd.xml and there is nothing to be found. This isn't
really jetty's domain any more since we are talking bluedragon
specific config.

As an end user attempting to configure one simple site on version 1.1,
I think it's critical that this be figured out, documented, and added
to the wiki.


<Configure class="org.mortbay.jetty.webapp.WebAppContext">

  <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-->
  <!-- Required minimal context configuration :
-->
  <!--  + contextPath
-->
  <!--  + war OR resourceBase
-->
  <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-->
  <Set name="contextPath">/</Set>
  <Set name="war"><SystemProperty name="jetty.home" default="."/>/
webapps/openbd</Set>

  <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-->
  <!-- Optional context configuration
-->
  <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-->
  <Set name="extractWAR">false</Set>
  <Set name="copyWebDir">false</Set>
  <Set name="defaultsDescriptor"><SystemProperty name="jetty.home"
default="."/>/etc/webdefault.xml</Set>

  <!-- virtual hosts
  <Set name="virtualHosts">
    <Array type="String">
      <Item>localhost</Item>
      <Item>127.0.0.1</Item>
    </Array>
  </Set>
  -->

  <!-- disable cookies  -->
  <Get name="sessionHandler">
     <Get name="sessionManager">
        <Set name="usingCookies" type="boolean">false</Set>
     </Get>
  </Get>


</Configure>

--------------------------------------------------------------------------------------------------


--~--~---------~--~----~------------~-------~--~----~
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 !!
-~----------~----~----~----~------~----~------~--~---

Reply via email to