I'm at a loss, I use the debugger all the time without issue. I never use
the admin so maybe there is something in there, Matt might be able to shine
some light on that. All the debugger files are deployed via the debugger jar
so anything you might do in those files will be short lived, as you
experienced.

Adam


On Thu, Dec 9, 2010 at 9:14 PM, Stan Winchester <[email protected]>wrote:

> 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
>

-- 
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