well on railo it's pretty easy so cant imagine this is much harder.

You don't have to have the apps in the webapps folder so long as they are in 
the tomcat server.xml file correctly.. you link to webapps in the vh, you might 
need to add the autodeploy parts though.

<Host name="site.test" appBase="webapps">
<Context path="" docBase="/Users/me/Sites/test"/>
</Host>

though apache on the front end to process all the non cf stuff and proxy cfm & 
cfc's to tomcat. I would look over railo install threads and all u seek is 
there.





> Ive searched extensively for an answer to this question, but haven't 
> found an answer. What I need is a coldfusion war install on tomcat6 in 
> order to run CF applications packaged as WAR's beside the main 
> coldfusion installation.
> 
> So in the webapps directory you have:
> cfusion (coldfusion application + administrator)
> cfapp1
> cfapp2
...
> 
> 
> I figure there has to be a way to make the Coldfusion servlet's server 
> wide so every installed application can use these jars to process its 
> cfm/cfc files. 
> 
> The source below is about as far as anyone has gotten with Coldfusion8 
> and tomcat:
> http://www.justicesolutionsllc.
> com/blogcfm/1/2008/02/Taming-the-CatTomcat-and-Coldfusion-8.cfm
> 
> Any clues are greatly appreciated! Thanks for reading. 


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330209
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to