I have my homepage written in .jsp using Tomcat as a host. I am using mod-jk to connect the two.
I am now turning to using php to generate more applications. Right now my virtual host rewrites the URL to - this routes it to Tomcat and establishes the document root under tomcat
I need the ability to receive the url - avoid tomcat altogether and access an entirely different document root.
Can anyone help?
I am now turning to using php to generate more applications. Right now my virtual host rewrites the URL to - this routes it to Tomcat and establishes the document root under tomcat
I need the ability to receive the url - avoid tomcat altogether and access an entirely different document root.
Can anyone help?