Hi I am using tomcat for running two applications at different locations First application app1 is under /opt/myweb/www/webapps and second application is under /opt/nagendra/www/webapps
I am wondering whether the following conf will work .. I am very new to this so please help me here if some thing is wrong <Host name="localhost" debug="0" appBase="/opt/myweb/www/webapps" unpackWARs="true" autoDeploy="true" xmlValidation="false" xmlNamespaceAware="false"> <Host name="localhost" debug="0" appBase="/opt/nagendra/www/webapps" unpackWARs="true" autoDeploy="true" xmlValidation="false" xmlNamespaceAware="false"> I have not tried this .. Before trying I just want to confirm .. Please reply .. Thanks and Regards, Nagendra Reddy. D