manager reload not processing new security constraints

2002-05-06 Thread Lawlor, Frank

Tomcat 4.0.3:

If I add a security constraint to the web.xml of my application
and do a manager/reload of the app, it claims to have 
restarted the app OK, but the new constraint is not effected.

If I restart Tomcat, the new constraint does take effect.

Is this a bug in the manger reload?

Frank Lawlor
Athens Group, Inc.
(512) 345-0600 x151
Athens Group, an employee-owned consulting firm integrating technology
strategy and software solutions.



--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




RE: manager reload not processing new security constraints

2002-05-06 Thread Cox, Charlie

I don't think that manager reads server.xml on reload. You can use the
manager's stop/start instead.

Charlie

> -Original Message-
> From: Lawlor, Frank [mailto:[EMAIL PROTECTED]]
> Sent: Monday, May 06, 2002 12:09 PM
> To: 'Tomcat (E-mail)'
> Subject: manager reload not processing new security constraints
> 
> 
> Tomcat 4.0.3:
> 
> If I add a security constraint to the web.xml of my application
> and do a manager/reload of the app, it claims to have 
> restarted the app OK, but the new constraint is not effected.
> 
> If I restart Tomcat, the new constraint does take effect.
> 
> Is this a bug in the manger reload?
> 
> Frank Lawlor
> Athens Group, Inc.
> (512) 345-0600 x151
> Athens Group, an employee-owned consulting firm integrating technology
> strategy and software solutions.
> 
> 
> 
> --
> To unsubscribe, e-mail:   
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: 
> <mailto:[EMAIL PROTECTED]>
> 

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




RE: manager reload not processing new security constraints

2002-05-07 Thread Lawlor, Frank

The application security constraints are in
its web.xml, not server.xml.

Does anyone know if reload is supposed to
process the web.xml?

Frank Lawlor
Athens Group, Inc.
(512) 345-0600 x151
Athens Group, an employee-owned consulting firm integrating technology
strategy and software solutions.



> -Original Message-
> From: Cox, Charlie [mailto:[EMAIL PROTECTED]]
> Sent: Monday, May 06, 2002 11:58 AM
> To: 'Tomcat Users List'
> Subject: RE: manager reload not processing new security constraints
> 
> 
> I don't think that manager reads server.xml on reload. You can use the
> manager's stop/start instead.
> 
> Charlie
> 
> > -Original Message-
> > From: Lawlor, Frank [mailto:[EMAIL PROTECTED]]
> > Sent: Monday, May 06, 2002 12:09 PM
> > To: 'Tomcat (E-mail)'
> > Subject: manager reload not processing new security constraints
> > 
> > 
> > Tomcat 4.0.3:
> > 
> > If I add a security constraint to the web.xml of my application
> > and do a manager/reload of the app, it claims to have 
> > restarted the app OK, but the new constraint is not effected.
> > 
> > If I restart Tomcat, the new constraint does take effect.
> > 
> > Is this a bug in the manger reload?
> > 
> > Frank Lawlor
> > Athens Group, Inc.
> > (512) 345-0600 x151
> > Athens Group, an employee-owned consulting firm integrating 
> technology
> > strategy and software solutions.
> > 
> > 
> > 
> > --
> > To unsubscribe, e-mail:   
> > <mailto:[EMAIL PROTECTED]>
> > For additional commands, e-mail: 
> > <mailto:[EMAIL PROTECTED]>
> > 
> 
> --
> To unsubscribe, e-mail:   
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: 
> <mailto:[EMAIL PROTECTED]>
> 
> 

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




RE: manager reload not processing new security constraints

2002-05-07 Thread Lawlor, Frank

Charlie,

Your suggestion to use stop/start worked.
I still don't know if reload is supposed
to process the web.xml (would be nice if 
this was made clear), but start/stop does
the job.

Thanks,

Frank Lawlor
Athens Group, Inc.
(512) 345-0600 x151
Athens Group, an employee-owned consulting firm integrating technology
strategy and software solutions.



> -Original Message-
> From: Cox, Charlie [mailto:[EMAIL PROTECTED]]
> Sent: Monday, May 06, 2002 11:58 AM
> To: 'Tomcat Users List'
> Subject: RE: manager reload not processing new security constraints
> 
> 
> I don't think that manager reads server.xml on reload. You can use the
> manager's stop/start instead.
> 
> Charlie
> 
> > -Original Message-
> > From: Lawlor, Frank [mailto:[EMAIL PROTECTED]]
> > Sent: Monday, May 06, 2002 12:09 PM
> > To: 'Tomcat (E-mail)'
> > Subject: manager reload not processing new security constraints
> > 
> > 
> > Tomcat 4.0.3:
> > 
> > If I add a security constraint to the web.xml of my application
> > and do a manager/reload of the app, it claims to have 
> > restarted the app OK, but the new constraint is not effected.
> > 
> > If I restart Tomcat, the new constraint does take effect.
> > 
> > Is this a bug in the manger reload?
> > 
> > Frank Lawlor
> > Athens Group, Inc.
> > (512) 345-0600 x151
> > Athens Group, an employee-owned consulting firm integrating 
> technology
> > strategy and software solutions.
> > 
> > 
> > 
> > --
> > To unsubscribe, e-mail:   
> > <mailto:[EMAIL PROTECTED]>
> > For additional commands, e-mail: 
> > <mailto:[EMAIL PROTECTED]>
> > 
> 
> --
> To unsubscribe, e-mail:   
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: 
> <mailto:[EMAIL PROTECTED]>
> 
> 

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




RE: manager reload not processing new security constraints

2002-05-07 Thread Cox, Charlie

sorry, I meant web.xml is not reloaded by the manager's 'reload' command.

Charlie

> -Original Message-
> From: Lawlor, Frank [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, May 07, 2002 1:25 PM
> To: 'Tomcat Users List'
> Subject: RE: manager reload not processing new security constraints
> 
> 
> The application security constraints are in
> its web.xml, not server.xml.
> 
> Does anyone know if reload is supposed to
> process the web.xml?
> 
> Frank Lawlor
> Athens Group, Inc.
> (512) 345-0600 x151
> Athens Group, an employee-owned consulting firm integrating technology
> strategy and software solutions.
> 
> 
> 
> > -Original Message-
> > From: Cox, Charlie [mailto:[EMAIL PROTECTED]]
> > Sent: Monday, May 06, 2002 11:58 AM
> > To: 'Tomcat Users List'
> > Subject: RE: manager reload not processing new security constraints
> > 
> > 
> > I don't think that manager reads server.xml on reload. You 
> can use the
> > manager's stop/start instead.
> > 
> > Charlie
> > 
> > > -----Original Message-
> > > From: Lawlor, Frank [mailto:[EMAIL PROTECTED]]
> > > Sent: Monday, May 06, 2002 12:09 PM
> > > To: 'Tomcat (E-mail)'
> > > Subject: manager reload not processing new security constraints
> > > 
> > > 
> > > Tomcat 4.0.3:
> > > 
> > > If I add a security constraint to the web.xml of my application
> > > and do a manager/reload of the app, it claims to have 
> > > restarted the app OK, but the new constraint is not effected.
> > > 
> > > If I restart Tomcat, the new constraint does take effect.
> > > 
> > > Is this a bug in the manger reload?
> > > 
> > > Frank Lawlor
> > > Athens Group, Inc.
> > > (512) 345-0600 x151
> > > Athens Group, an employee-owned consulting firm integrating 
> > technology
> > > strategy and software solutions.
> > > 
> > > 
> > > 
> > > --
> > > To unsubscribe, e-mail:   
> > > <mailto:[EMAIL PROTECTED]>
> > > For additional commands, e-mail: 
> > > <mailto:[EMAIL PROTECTED]>
> > > 
> > 
> > --
> > To unsubscribe, e-mail:   
> > <mailto:[EMAIL PROTECTED]>
> > For additional commands, e-mail: 
> > <mailto:[EMAIL PROTECTED]>
> > 
> > 
> 
> --
> To unsubscribe, e-mail:   
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>