Re: 5.5.28 issue when multiple services with engines named the same

2009-08-02 Thread Steven Mahurin
> Subject: Re: 5.5.28 issue when multiple services with engines named the same > To: "Tomcat Developers List" > Date: Sunday, August 2, 2009, 9:10 PM > Hi Steven, I think the engine name > unique per server has been there for > a very long time. for example the directory >

Re: 5.5.28 issue when multiple services with engines named the same

2009-08-02 Thread Filip Hanik - Dev Lists
Hi Steven, I think the engine name unique per server has been there for a very long time. for example the directory conf/Catalina/localhost/ is conf/Engine name/Host name and not Service name, so this would make the engine unique filip On 08/02/2009 12:16 PM, Steven Mahurin wrote: I am using

5.5.28 issue when multiple services with engines named the same

2009-08-02 Thread Steven Mahurin
I am using tomcat 5.5.27 to run a set of simple set of applications. I am looking at 5.5.28 to address a number of security vulnerabilties. When I tried the 5.5.28, we ran into an issue when two services were defined in server.xml, if the same engine name was used for both but different host