Actually, Apache to Tomcat is quite easy.

Just need to edit the server.xml and add the proper block for the website.
Example:
<Host name=”openbd.local”>
<Context path=”” docBase=”TOMCAT_HOME/webapps/openbd” />
</Host>

And in the Apache Virtual Host section for the domain you add:

ProxyRequests off
<Proxy *>
Order deny,allow
Allow from 127.0.0.1
</Proxy>
ProxyPass / http://HOST_NAME:8080/
ProxyPassReverse / http://HOST_NAME:8080/

Then what I did was mounted the openbd webapp directory for the site to a directory called coldfusion in the public_html.

It looks a bit complicated, but I thought getting tomcat to run correctly was harder then setting up the openbd stuff.


On 8/31/2015 3:28 PM, Magnus wrote:
Anyone have experience setting up OpenBD in cPanel?

The Tomcat install is easy-tomcat which has a very convoluted way of doing things and setting up the connection between Apache and Tomcat is a challenge, to say the least.

Magnus
--
--
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] <mailto:[email protected]>.
For more options, visit https://groups.google.com/d/optout.

--
--
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/d/optout.

Reply via email to