After a few hours on this I have run into a wall, I think I am close.

This is on Windows XP.

I have Apache Installed and working, I have Tomcat Version 6.0.18 
installed and working.  I did a J2EE install of CF8 Developer got the
war file and loaded into: C:\xampp\tomcat\webapps\cfusion

I can browse to: 
http://localhost:8080/cfusion/CFIDE/administrator/index.cfm  successfully.

My goal now is to be able to point to a webroot outside of 
C:\xampp\tomcat\webapps\cfusion  for example
D:\Internet\/appname/\Trunk

Then I would create an alias back to CFIDE etc in the apache host if needed.

In my vhost file I have this

<VirtualHost 127.0.0.1>
    ServerAdmin br...@email.com
    DocumentRoot "D:/Internet/appname/Trunk"   
    ServerName cf.com
    ServerAlias *.cf.com
    ProxyPass / http://localhost:8080/cfusion/cfide/administrator/
    ProxyPassReverse / http://localhost:8080/cfusion/cfide/administrator/
    ErrorLog logs/cf.com-error_log
    CustomLog logs/cf.com-access_log combined
</VirtualHost>

I have played with a variety of proxypass stuff and doc roots.  I also 
tweaked out the server.xml file in the tomcat/conf folder. 

Any tips on how to get this going?  I am close and would like to solve 
this instead of backing out and skipping tomcat.

Thanks!






~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:319754
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