If you're using CentOS and installed Apache from the repo's, then you should have both mod_proxy and mod_proxy_ajp installed by default. You can add the following to your config to pass CFM/CFC requests off to Tomcat's AJP connector:

------------------------
<Proxy *>
Allow from 127.0.0.1
</Proxy>
ProxyPreserveHost On
ProxyPassMatch ^/(.+\.cf[cm])(/.*)?$ ajp://localhost:8009/$1$2
------------------------

Customise as needed...

Hope this helps!

Warm Regards,
Jordan Michaels

On 01/04/2014 12:48 AM, Glenn OConnor wrote:
Hi,

I have setup a virtualbox image running Ubuntu 13, MySQL, apache. Im
creating a blank template for sites and web apps i build.  Im keeping
each one in its own seperate virtual machine, but some of the machines
may have apache and php software on. What i need to edit the apache
files for the one website, and forward to 8080, so it would load without
that visible.

I have setup to tomcat, openbd and mysql and confirmed the Datasource is
correct etc.

The server has webmin installed to help me manage everything .

How would i do that?

Thanks

Glenn

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

Reply via email to