Re: context path ignored in conf/Catalina/localhost/*

2013-09-03 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Dan, On 8/29/13 3:47 PM, D C wrote: > ​Thank you both. I see in the link you sent me, that "path" can > only be see from within server.xml. To correct myself from eariler > i said it worked in context.xml, when it was in deed server.xml > where i

Re: context path ignored in conf/Catalina/localhost/*

2013-08-29 Thread D C
On Thu, Aug 29, 2013 at 2:10 PM, Daniel Mikusa wrote: > On Aug 29, 2013, at 2:02 PM, D C wrote: > > > Tomcat 7.0.40 > > RHEL 6 > > > > I am trying to define all of my contexts in > conf/Catalina/localhost/*.xml. > > > > This seems to work fine, however I'm having an issue setting the path. > > >

Re: context path ignored in conf/Catalina/localhost/*

2013-08-29 Thread Daniel Mikusa
On Aug 29, 2013, at 2:02 PM, D C wrote: > Tomcat 7.0.40 > RHEL 6 > > I am trying to define all of my contexts in conf/Catalina/localhost/*.xml. > > This seems to work fine, however I'm having an issue setting the path. > > myApp.xml > > > This simply does not work. You generally don't wa

RE: context path ignored in conf/Catalina/localhost/*

2013-08-29 Thread Caldarale, Charles R
> From: D C [mailto:dc12...@gmail.com] > Subject: context path ignored in conf/Catalina/localhost/* > Tomcat 7.0.40 > I am trying to define all of my contexts in conf/Catalina/localhost/*.xml. > This seems to work fine, however I'm having an issue setting the path. >

context path ignored in conf/Catalina/localhost/*

2013-08-29 Thread D C
Tomcat 7.0.40 RHEL 6 I am trying to define all of my contexts in conf/Catalina/localhost/*.xml. This seems to work fine, however I'm having an issue setting the path. myApp.xml This simply does not work. It worked fine if I put it into conf/context.xml. The only way this works is if i rena