Deployment for both admin and site in same tomcat 6 server
Posted: Thu Feb 14, 2013 6:22 am
by kretoni
I want to deploy the both admin and site in same tomcat 6 server. Is that possible and how to configure. I think to deploy the same server, we need to make configuration and war files.
Re: Deployment for both admin and site in same tomcat 6 server
Posted: Mon Feb 18, 2013 6:42 pm
by phillipuniverse
By default, the site and admin are built as 2 separate wars (mycompany.war and admin.war). You can definitely deploy these to the same Tomcat instance.
If you would like a single war, the 'combined' project included in our out of the box DemoSite combines both applications into a single war (mycompany.war).