Manuel, The way I would start working it is to try setting up a context with a path/docBase that had /services/. because you need to create the context that tomcat understands that it needs to be called for scripts that are in that docBase.
At least that is where I would start working the problem. Thanks, Alan Cole (PGP Key ID: 0x82D8E0C7) Begin forwarded message: > From: Manuel Reimer <[email protected]> > Subject: Re: [OpenBD] How to serve CFML application from root context and/or > with the URL I want it to have? > Date: March 1, 2013 8:47:55 AM EST > To: "[email protected]" <[email protected]> > Reply-To: [email protected] > > Alan Cole schrieb: >> I don't do exactly what your trying but we do use virtual hosts. > > I want to place an CFML based application directly below "webapps" > without the need to place it inside the openbd installation. > > Or in other words: I want to have control over the URL that will be used > to access my application. > > So far it has to be > > http://mytomcatserver:8080/openbd/myappname > > But I want it to be > > http://mytomcatserver:8080/services/myappname > > Yours > > Manuel > > -- > -- > online documentation: http://openbd.org/manual/ > http://groups.google.com/group/openbd?hl=en > > --- > You received this message because you are subscribed to the Google Groups > "Open BlueDragon" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > > -- -- online documentation: http://openbd.org/manual/ http://groups.google.com/group/openbd?hl=en --- You received this message because you are subscribed to the Google Groups "Open BlueDragon" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
