I was looking at the Jetty docs and this page (http:// docs.codehaus.org/display/JETTY/Virtual+hosts) which seems to answer the question but the page doesn't actually say what configuration file I am supposed to be editing to accomplish this. I looked at a few of the xml file in /etc to find similar code but didn't find any. That leaves me casting about blindly in the dark. :(
Thanks for your help. Magnus On Nov 30, 4:49 am, Alan Williamson <[email protected]> wrote: > There are a number of ways you can go here. > > The first and foremost, this is a JETTY problem and not an OpenBD > problem. Each J2EE server (Tomcat, JBoss, etc) have their own way of > managingmultiplesites. > > You can either configure Jetty to have OpenBD in the root context, so > there is only __ONE__ instance of OpenBD running and they all share > that. OR you simply havemultipleWAR files that are deployed within > the J2EE engine each with different virtual hosts. > > If you are running in an shared hosting environment then the root > context root is not the way forward. But if all the sites are yours, > and all the code is yours then it is fine. > > So assuming the latter way, then the key files you want to play with are: > > <jettyhome>/etc/webdefault.xml > <jettyhome>/etc/jetty.xml > > Magnus wrote: > > I have the Ready2Run version of OpenBD installed and am using it for > > development. So far it is working great for one site but I would like > > to be able to use for working on several sites. THis is on a WinXP > > machine. > > > The one site I am running is installed in ...Webapps/OpenBD/. I gather > > if I put another folder/site in Webapps that's a start but do I need > > to do more? What will the address be of this new location? > > > With no documentation about this that I have seen, I am hoping to get > > a sense of where I am going so I don't find myself wellk down the > > wrong path and confused. (OK, I'm a little confused already.) > > -- Open BlueDragon Public Mailing List http://www.openbluedragon.org/ http://twitter.com/OpenBlueDragon mailing list - http://groups.google.com/group/openbd?hl=en !! save a network - please trim replies before posting !!
