Right and one thing I wrote to you before and I dare to write it again. I have nothing against Jetty, but as you have found out yourself there is a big lack of documentation from the Jetty folks on this topic in general.
Thus, all I can suggest right now is, that you might find a faster solution, more support, more feedback if you would deploy OpenBD on Tomcat. Tomcat is from the Apache group and has sort of the same syntax and Apache. Just a thought. Kind Regards, Nitai On Mon, May 4, 2009 at 9:03 PM, Jordan Michaels <[email protected]>wrote: > > The problem is that this is something brand new that Allan chose to do > with the latest release. Therefore there is no documentation on it right > now and the majority of us on the SC aren't familiar with it yet either. > I understand why he is moving toward a more standard J2EE-type install, > we're just not familiar with it yet either. > > Warm regards, > Jordan Michaels > Vivio Technologies > http://www.viviotech.net/ > Open BlueDragon Steering Committee > Adobe Solution Provider > > > DetailsDotAt wrote: > > 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> > > > > > -------------------------------------------------------------------------------------------------- > > > > > > > > > > > > > -- Razuna SaaS On-Demand - Hosted Digital Asset Management Solution http://www.razuna.com/ Razuna - Open Source Digital Asset Management http://www.razuna.org/ SixSigns - Enrich people’s lives and web experience http://www.sixsigns.com http://blog.sixsigns.com Follow us on Twitter http://twitter.com/sixsigns --~--~---------~--~----~------------~-------~--~----~ 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 !! -~----------~----~----~----~------~----~------~--~---
