Hi,
I have tomcat and apache running together using mod_jk2
I can access my webapp which is located in Tomcat_Home/webapps/ folder like this
http://www.mydomain.net/WEB/AAA
How can I configure it so I can access it directly by
http://www.mydomain.net?
I edited httpd.conf file and specified
DocumentRoot /home/mylogin/someStuffHere/WEB/AAA
but it displays tomcat home page
I've spend a lot of time of figuring this one out but do not see how it can be solved.
thanks