Re: [PATCH]Virtual Host Choice on HTML Manager

2004-01-15 Thread Glenn Nielsen
m: Remy Maucherat [mailto:[EMAIL PROTECTED] > Sent: Monday, January 12, 2004 9:04 AM > To: Tomcat Developers List > Subject: Re: [PATCH]Virtual Host Choice on HTML Manager > > > TANAKA Yoshihiro wrote: > > on Tue, 6 Jan 2004 16:48:47 -0600 > > Glenn Nielsen <[

Re: [PATCH]Virtual Host Choice on HTML Manager

2004-01-15 Thread TANAKA Yoshihiro
on Mon, 12 Jan 2004 17:04:07 +0100 Remy Maucherat <[EMAIL PROTECTED]> wrote: >Fixes were added a few days ago to the admin webapp to support dynamic >host creation. This is a first step. It should then be possible to add a >manager to a newly created host using the admin webapp (and then you're

RE: [PATCH]Virtual Host Choice on HTML Manager

2004-01-12 Thread George Sexton
of Connect Daily Web Calendar Software http://www.mhsoftware.com/connectdaily.htm Voice: 303 438 9585 -Original Message- From: Remy Maucherat [mailto:[EMAIL PROTECTED] Sent: Monday, January 12, 2004 9:04 AM To: Tomcat Developers List Subject: Re: [PATCH]Virtual Host Choice on HTML Manager TA

Re: [PATCH]Virtual Host Choice on HTML Manager

2004-01-12 Thread Remy Maucherat
TANAKA Yoshihiro wrote: on Tue, 6 Jan 2004 16:48:47 -0600 Glenn Nielsen <[EMAIL PROTECTED]> wrote: I'll try to modify as follows: 1)Make new classes extend HTMLManagerServlet & ManagerServlet. 2)These servlets are optional. (commented out in web.xml) 3)Only admin role can access them. (by web.xml)

Re: [PATCH]Virtual Host Choice on HTML Manager

2004-01-12 Thread TANAKA Yoshihiro
on Tue, 6 Jan 2004 16:48:47 -0600 Glenn Nielsen <[EMAIL PROTECTED]> wrote: >> I'll try to modify as follows: >> >> 1)Make new classes extend HTMLManagerServlet & ManagerServlet. >> 2)These servlets are optional. (commented out in web.xml) >> 3)Only admin role can access them. (by web.xml) >> >>

Re: [PATCH]Virtual Host Choice on HTML Manager

2004-01-06 Thread Glenn Nielsen
On Wed, Jan 07, 2004 at 12:33:38AM +0900, TANAKA Yoshihiro wrote: > on Mon, 05 Jan 2004 20:57:28 +0100 > Remy Maucherat <[EMAIL PROTECTED]> wrote: > > >> An acceptable patch would be to extend the existing manager class with > >> a new class which implements this "feature". Then those administeri

Re: [PATCH]Virtual Host Choice on HTML Manager

2004-01-06 Thread TANAKA Yoshihiro
on Mon, 05 Jan 2004 20:57:28 +0100 Remy Maucherat <[EMAIL PROTECTED]> wrote: >> An acceptable patch would be to extend the existing manager class with >> a new class which implements this "feature". Then those administering >> Tomcat can choose which version of the manager they want to install. >

RE: [PATCH]Virtual Host Choice on HTML Manager

2004-01-05 Thread Shapira, Yoav
57 PM >To: Tomcat Developers List >Subject: Re: [PATCH]Virtual Host Choice on HTML Manager > >Glenn Nielsen wrote: >> This breaks security for virtual hosting by allowing anyone who can >> authenticate to use the manager to manage all virtual hosts. >> Though this ma

Re: [PATCH]Virtual Host Choice on HTML Manager

2004-01-05 Thread Remy Maucherat
Glenn Nielsen wrote: This breaks security for virtual hosting by allowing anyone who can authenticate to use the manager to manage all virtual hosts. Though this may be easier for you it prevents me from administering a Tomcat server where multiple virtual hosta are managed by different customers.

RE: [PATCH]Virtual Host Choice on HTML Manager

2004-01-05 Thread Angus Mezick
To: 'Tomcat Developers List' > Subject: RE: [PATCH]Virtual Host Choice on HTML Manager > > > Cool. I hope it is accepted. I run a lot of virtual hosts and it would > be nice to have this. > > -Original Message- > From: TANAKA Yoshihiro [mailto:[EMAIL PROTEC

Re: [PATCH]Virtual Host Choice on HTML Manager

2004-01-05 Thread Glenn Nielsen
On Mon, Jan 05, 2004 at 01:11:12AM +0900, TANAKA Yoshihiro wrote: > Hi, Happy New Year! > I wrote patches that allow to choose any virtual host of Tomcat > when you operate HTML Manager, Manager Servlet, and Deployer. > I put patches and screen shots on: > http://www.ytp.ne.jp/tech/tomcat/manager/i

RE: [PATCH]Virtual Host Choice on HTML Manager

2004-01-04 Thread George MATKOVITS
This is really COOL. When can we have it, please? - George From: "George Sexton" <[EMAIL PROTECTED]> Reply-To: "Tomcat Developers List" <[EMAIL PROTECTED]> To: "'Tomcat Developers List'" <[EMAIL PROTECTED]> Subject: RE: [PATCH]Virtual

RE: [PATCH]Virtual Host Choice on HTML Manager

2004-01-04 Thread George Sexton
Cool. I hope it is accepted. I run a lot of virtual hosts and it would be nice to have this. -Original Message- From: TANAKA Yoshihiro [mailto:[EMAIL PROTECTED] Sent: Sunday, January 04, 2004 9:11 AM To: [EMAIL PROTECTED] Subject: [PATCH]Virtual Host Choice on HTML Manager Hi, Happy

[PATCH]Virtual Host Choice on HTML Manager

2004-01-04 Thread TANAKA Yoshihiro
Hi, Happy New Year! I wrote patches that allow to choose any virtual host of Tomcat when you operate HTML Manager, Manager Servlet, and Deployer. I put patches and screen shots on: http://www.ytp.ne.jp/tech/tomcat/manager/index.html I hope committers would try and apply the patches. It's my pleasu