On Mon, May 11, 2015 at 7:54 PM, Kiran Badi <ki...@poonam.org> wrote:
> for some reasons it's not going well. Its getting deployed as single app
>
> www.mywebapp1.com\mywebapp2\ rather than 2 seperate sites.
>
> mywebapp1 is deployed as root.war
>
> and I uploaded the webapp2.war in webapps folder and edited server.xml with
> below details,
>
>  <Host name="www.webapps2.com" appBase="/home/myhostid/tomcat/webapps">

Each virtual host needs its own separate non-overlapping appBase.
(See the 'Webapps Directory' section of the doc.)

-- 
Hassan Schroeder ------------------------ hassan.schroe...@gmail.com
http://about.me/hassanschroeder
twitter: @hassan
Consulting Availability : Silicon Valley or remote

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to