On Sat, Nov 21, 2009 at 5:22 PM, jusufd <[email protected]> wrote: > Now my > question how I can tweak either Apache, Tomcat or OpenBD so that when > I put the .cfm on the root folder the page is served currently I need > to put the .cfm in the openbd folder. Everytime I need to hit the > server I need to add /openbd. Run on Ubuntu Karmic. Thank You. > > The way servlet containers work is that every webapp other than a single "root" app has to have a context path in the URL. You can do virtual hosts in Tomcat directly, or you can use mod_proxy (either HTTP proxying or AJP proxying) or mod_jk on Apache to connect to Tomcat.
Or, as Adam points out you can deploy openbd as your root app, and then you wouldn't need the context path. If you need more details on any of these options say the word and I can point you in the right direction. -- Matthew Woodward [email protected] http://mpwoodward.posterous.com identi.ca/Twitter: @mpwoodward Please do not send me proprietary file formats such as Word, PowerPoint, etc. as attachments. http://www.gnu.org/philosophy/no-word-attachments.html -- 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 !!
