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 managing multiple sites.
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 have multiple WAR 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 !!
