Re: URGENT: Tomcat 7 Aliases

2016-12-09 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Victor, On 12/9/16 11:40 AM, Victor Rodriguez wrote: > Being able to have xyz as an alias for abc would be great, but > everything I've tried with aliases hasn't worked either. > > On Fri, Dec 9, 2016 at 8:28 AM, Victor Rodriguez > wrote: > >> Ch

Re: URGENT: Tomcat 7 Aliases

2016-12-09 Thread Mark Eggers
Victor, Please do not top post. Anyway (see at the bottom). On 12/9/2016 8:28 AM, Victor Rodriguez wrote: > Chris, I really don't want double deployment. I'm trying to have a single > abc.war and avoid having to install apache to redirect/rewrite > http://host:8082/xyz to http://host:8082/abc.

Re: URGENT: Tomcat 7 Aliases

2016-12-09 Thread Victor Rodriguez
Being able to have xyz as an alias for abc would be great, but everything I've tried with aliases hasn't worked either. On Fri, Dec 9, 2016 at 8:28 AM, Victor Rodriguez wrote: > Chris, I really don't want double deployment. I'm trying to have a single > abc.war and avoid having to install apach

Re: URGENT: Tomcat 7 Aliases

2016-12-09 Thread Victor Rodriguez
Chris, I really don't want double deployment. I'm trying to have a single abc.war and avoid having to install apache to redirect/rewrite http://host:8082/xyz to http://host:8082/abc. I was hoping there was a way to have tomcat send /xyz to abc.war. I suppose I could also just copy abc.war to xyz

Re: URGENT: Tomcat 7 Aliases

2016-12-09 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Victor, On 12/9/16 11:17 AM, Victor Rodriguez wrote: > Chris, a little more progress this morning... > > This is what I currently have in my xyz.xml > > docBase="wfsservice.war"> > > And, this is what I get in my catalina.out... > > INFO: Deplo

Re: URGENT: Tomcat 7 Aliases

2016-12-09 Thread Victor Rodriguez
Chris, a little more progress this morning... This is what I currently have in my xyz.xml And, this is what I get in my catalina.out... INFO: Deploying configuration descriptor /dg/local/cots/tomcat/tomcat_8082/conf/Catalina/localhost/xyz.xml ...then... WARNING: A docBase /dg/local/cots/tomc

Re: URGENT: Tomcat 7 Aliases

2016-12-09 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Victor, On 12/8/16 7:57 PM, Victor Rodriguez wrote: > On Thu, Dec 8, 2016 at 2:50 PM, Christopher Schultz < > ch...@christopherschultz.net> wrote: > >> Victor, >> >> On 12/8/16 4:59 PM, Victor Rodriguez wrote: > THANKS IN ADVANCE FOR YOUR HEL

Re: URGENT: Tomcat 7 Aliases

2016-12-08 Thread Victor Rodriguez
Thanks Chris! I now get "Document base /dg/local/cots/tomcat/tomcat_8082/webapps/xyz does not exist or is not a readable directory" On Thu, Dec 8, 2016 at 2:50 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Victor, > > On 12

Re: URGENT: Tomcat 7 Aliases

2016-12-08 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Victor, On 12/8/16 4:59 PM, Victor Rodriguez wrote: > THANKS IN ADVANCE FOR YOUR HELP! (not yelling, just emphasizing!) > > I have abc.war and I want both /abc and /xyz to work for it. I've > tried adding aliases="/abc=abc.war,/xyz=abc.war" and >

URGENT: Tomcat 7 Aliases

2016-12-08 Thread Victor Rodriguez
THANKS IN ADVANCE FOR YOUR HELP! (not yelling, just emphasizing!) I have abc.war and I want both /abc and /xyz to work for it. I've tried adding aliases="/abc=abc.war,/xyz=abc.war" and aliases="/abc=abc,/xyz=abc" but neither of those worked. This is how my original context.xml looked like.