Sorry - perhaps my question wasn't very clear.  I've got openBD setup
and running fine with Tomcat on port 8080.  No problem executing cf
templates if they're in or under openBD's directory.  What I'm having
trouble with is creating a mapping so that I can execute cf templates
outside of openBD's root folder.  I want /cf mapped to c:\inetpub
\wwwroot and http://locahost:8080/cf/index.cfm to execute c:\Inetpub
\wwwroot\index.cfm while localhost:8080/index.cfm currently executes
%CATALINA_HOME%webapps/ROOT (I renamed /openbd under webapps to ROOT
so I wouldn't need to go to /openbd).

Is that all making sense?  Is there not simply an xml config file I
can update to make the /cf mapping execute cf templates?

Thanks,

Dave

On Aug 17, 12:01 pm, Jordan Michaels <[email protected]> wrote:
> If you're NOT setting up OpenBD as a common class then each site will
> have to have it's own copy of OpenBD in it. There are instructions on
> how you can set up OpenBD in Tomcat as a common class here:
>
> http://wiki.openbluedragon.org/wiki/index.php/Single_Instance_Install
>
> That way, you will only need one instance of OpenBD to run all your CF
> sites. The instructions were written for Linux but if you modify the
> path names for Windows it should work just fine in Windows too.
>
> Otherwise, you'll need to set up c:\inetpub\wwwroot as a OpenBD webapp.
> (the same thing dropping a WAR file in Tomcat does)
>
> HTH
>
> Warm regards,
> Jordan Michaels
> Vivio Technologieshttp://www.viviotech.net/
> Open BlueDragon Steering Committee
> Adobe Solution Provider
>
> Dave Anderson wrote:
> > Another noob question:
>
> > I've got Adobe CF+IIS running on port 80 and openBD+Tomcat running on
> > 8080.  I want to test some existing apps in openBD without copying all
> > the code, and to that end I created a mapping in the openBD admin
> > called /cf that points to my wwwroot.  In Tomcat's server.xml file I
> > added this:
> > <Context path="/cf" docBase="c:\Inetpub\wwwroot" reloadable="true"
> > privileged="true"></Context>
> > inside the localhost <Host>.  After restarting Tomcat, the URL
> >http://localhost:8080/cfgets to the right directory, but does not
> > parse cf files.
>
> > A little help?
>
> > TIA,
>
> > Dave
>
>
--~--~---------~--~----~------------~-------~--~----~
Open BlueDragon Public Mailing List
 http://groups.google.com/group/openbd?hl=en
 official site @ http://www.openbluedragon.org/

!! save a network - trim replies before posting !!
-~----------~----~----~----~------~----~------~--~---

Reply via email to