I have done the Apache to Tomcat set up many times using regular installs of both Linux and Windows.. cPanel's easy-tomcat/easy-apache set up tries to make so that the user doesn't have to actually touch any scary text based config files like httpd.conf and server.xml.
These files are automatically rebuilt or rewritten by the system. Which is great if you are doing something they have anticipated but way harder when you doing something a little different. Something, Like openbd qualifies a a little different is seems. I will report back on what I learn. Magnus On Monday, 31 August 2015 22:01:47 UTC-7, MiniFireDragon wrote: > > 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] <javascript:>. > 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.
