Re: DirResourceSet

2014-11-18 Thread Mark Thomas
On 18/11/2014 16:50, Ed Rouse wrote: > > >> -Original Message- >> From: Mark Thomas [mailto:ma...@apache.org] >> Sent: Tuesday, November 18, 2014 5:59 AM >> To: Tomcat Users List >> Subject: Re: DirResourceSet >> >> On 17/11/2014 22:5

RE: DirResourceSet

2014-11-18 Thread Ed Rouse
> -Original Message- > From: Mark Thomas [mailto:ma...@apache.org] > Sent: Tuesday, November 18, 2014 5:59 AM > To: Tomcat Users List > Subject: Re: DirResourceSet > > On 17/11/2014 22:52, Ed Rouse wrote: > > I have 2 different issues setting up a DirResource

Re: DirResourceSet

2014-11-18 Thread Mark Thomas
On 17/11/2014 22:52, Ed Rouse wrote: > I have 2 different issues setting up a DirResourceSet. I have an > external war file I am trying to merge into the Root of my > application. I have a custom root that extends StandardRoot. > > > 1. DirResourceSet drs = new DirResourceSet(wsRoot, > "/WE

RE: DirResourceSet

2014-11-17 Thread Ed Rouse
I still have some confusion about the DirResourceSet. When I add the /WEB-INF/classes it looks through recursively and finds all of the class files. I know because one of them adds an additional link to a menu bar and it's there. But when I add a regular directory, say /report, it only adds the

RE: DirResourceSet

2014-11-17 Thread Ed Rouse
> -Original Message- > From: Ed Rouse [mailto:ero...@milner.com] > Sent: Monday, November 17, 2014 4:53 PM > To: Tomcat Users List > Subject: DirResourceSet > > I have 2 different issues setting up a DirResourceSet. I have an > external war file I am trying to merge into the Root of my a