HOWTO run Wordpress site along with Tomcat web aplication on the same server

Posted by Chantz on Server Fault See other posts from Server Fault or by Chantz
Published on 2014-06-10T14:34:06Z Indexed on 2014/06/13 3:27 UTC
Read the original article Hit count: 355

Filed under:
|
|
|

I am building a solution where the CMS part of the site (i.e. About US, Contact etc) will be run on Wordpress & the private pages will be a Java-Servlet based stack run on Tomcat 7.

Both of these "apps" have to run on the same server for budget reasons, at least for now.

What I want to know how to make this happen (via configurations, setups etc)? So that whenever users come to public pages they will be served content from Wordpress but for private pages (here I am assuming there will be a URL pattern differentiating this) then it will be served by Tomcat

I am assuming here that I will be using Apache as the server for fronting the wordpress requests. Also it is an Ubuntu 12.04 server.

© Server Fault or respective owner

Related posts about apache-2.2

Related posts about ubuntu