It was the http://aragorn/openbddebugger/Application.cfm which is
located at f:\websites\openbddebugger. The Application.cfm gets
overwritten whenever tomcat restarts. What I ended up doing was
turning off all debug settings in the section "Debug & Error Settings"
to view the apps in the web root.

My install is as follows:

tomcat/conf/server.xml
<Host name="aragorn">
   <Context path="" docBase="F:/websites/"/>
</Host>

conf/extra/httpd-vhost.conf
<VirtualHost *:80>
        ServerName aragorn
        DocumentRoot "F:/websites"
        ProxyPass / http://aragorn:8080/
        ProxyPassreverse / http://aragorn:8080/
        HostnameLookups Off
</VirtualHost>

If you need more info, please let me know.
Thanks,
Stan

On Thu, Dec 9, 2010 at 5:47 PM, denstar <[email protected]> wrote:
> On Thu, Dec 9, 2010 at 5:16 PM, Stan Winchester wrote:
>> Can anyone help me with this?
>> Thanks, Stan
>
> How are you deploying OpenBD to Tomcat?
>
> When you say the setting was wiped out, which/where Application.cfc
> are you talking about?
>
> :Den
>

-- 
Open BlueDragon Public Mailing List
 http://www.openbluedragon.org/   http://twitter.com/OpenBlueDragon
 official manual: http://www.openbluedragon.org/manual/
 Ready2Run CFML http://www.openbluedragon.org/openbdjam/

 mailing list - http://groups.google.com/group/openbd?hl=en

Reply via email to