Re: Change Root app Tomcat 7

2013-03-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 3/25/13 2:21 PM, Mark Eggers wrote: Finally, since you're using Apache HTTPD in front of your Apache Tomcat, you could use a Redirect directive in httpd.conf to accomplish your goal. +1 Something like the following might work:

Re: Change Root app Tomcat 7

2013-03-26 Thread Mark Eggers
On 3/26/2013 1:05 PM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 3/25/13 2:21 PM, Mark Eggers wrote: Finally, since you're using Apache HTTPD in front of your Apache Tomcat, you could use a Redirect directive in httpd.conf to accomplish your goal. +1

Change Root app Tomcat 7

2013-03-25 Thread Jigi Sheth
My current set up in Tomcat 7 is when I drop my Application.war to `\Tomcat7\webapps\` directory, it gets auto deployed `\Tomcat7\webapps\root\` directory. To access my site in testing I use following http:\\mytestserver.mysitename\Login.html During testing I also noticed that if i do

Re: Change Root app Tomcat 7

2013-03-25 Thread Mark Eggers
OK, I'll bite. Please note that a lot of this is using inferred information since you don't provide it in your mail message. Responses inline On 3/25/2013 9:39 AM, Jigi Sheth wrote: My current set up in Tomcat 7 is when I drop my Application.war to `\Tomcat7\webapps\` directory, it gets