Tomcat with DA

loopforever said:
it should not be running at all,

Forgot to mention that in the post, we keep tomcat off as default apart from when its requested.

Chris
 
Any news? Is there a HOWTO available? We now have three DA servers awaiting Tomcat support. I'm going to have our developer attempt to install it tomorrow. Any reports from the DA team on how well the integration is going?
 
Hello,

We havn't planned on adding Tomacat so far with our default install. Not sure about any How-To's.

John
 
So is there now the ability to add custom user httpd.conf settings and not have them get overwritten? If so, how is this done?
 
Hello,

You can either modify the virtualhost templates, or use the custom httpd.conf feature to insert httpd.conf snippets into the virtualhost.

1) cd /usr/local/directadmin/data/templates
cp virtual_host* custom
cd custom
#edit the 4 virtual hosts as needed.
echo "action=rewrite&value=httpd" >> /usr/local/directadmin/data/task.queue

and/or

2) Admin Panel -> Admin Settings -> Customize Httpd Configurations -> domain.com
Then add the httpd.conf code into the text area. The code you enter will be inserted into the |CUSTOM| token in the virtualhost templates that are mentioned in 1) (above). (So do not past a whole virtualhost, just the few lines you want to insert).

John
 
Back
Top