Re: Editing Struts-Config file

2005-01-20 Thread Jim Barrows
On Thu, 20 Jan 2005 15:50:59 -0600, Brent Vaughn
<[EMAIL PROTECTED]> wrote:
> What do they plan on doing with the datasource?

It's kind of redundant now that the various containers are including
data source configuration in them.  Iirc the spec says the data source
is handled in the server.

> 
> -Original Message-
> From: Jim Barrows [mailto:[EMAIL PROTECTED]
> Sent: Thursday, January 20, 2005 3:24 PM
> To: Struts Users Mailing List
> Subject: Re: Editing Struts-Config file
> 
> On Thu, 20 Jan 2005 14:48:32 -0600, Brent Vaughn
> <[EMAIL PROTECTED]> wrote:
> > I was attempting to internally add a datasource to the struts-config file
> > through a web-based application.
> 
> Ah rumor around here is that defining a datasource in
> struts-config is going away soon.  So it' s probably a moot point.
> Either way you'll have to restart the app to get the change to take.
> I know tomcat provides a way to change it's datasource configuration.
> checkout the admin app that comes with it.
> 
> >
> > -Original Message-
> > From: Jim Barrows [mailto:[EMAIL PROTECTED]
> > Sent: Thursday, January 20, 2005 2:33 PM
> > To: Struts Users Mailing List
> > Subject: Re: Editing Struts-Config file
> >
> > On Thu, 20 Jan 2005 14:33:21 -0600, Brent Vaughn
> > <[EMAIL PROTECTED]> wrote:
> > > Is it possible to edit the struts-config.xml file from within the struts
> > > application?  Will it cause Struts to fail?
> >
> > I think struts only reads it at startup.  The configuration is usually
> > locked so you can't change it.
> > Considering the heebee jeeebees running up my spine when you ask that
> > quesiton... What are you trying to do?
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
>

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



RE: Editing Struts-Config file

2005-01-20 Thread Brent Vaughn
What do they plan on doing with the datasource?

-Original Message-
From: Jim Barrows [mailto:[EMAIL PROTECTED] 
Sent: Thursday, January 20, 2005 3:24 PM
To: Struts Users Mailing List
Subject: Re: Editing Struts-Config file

On Thu, 20 Jan 2005 14:48:32 -0600, Brent Vaughn
<[EMAIL PROTECTED]> wrote:
> I was attempting to internally add a datasource to the struts-config file
> through a web-based application.

Ah rumor around here is that defining a datasource in
struts-config is going away soon.  So it' s probably a moot point. 
Either way you'll have to restart the app to get the change to take.
I know tomcat provides a way to change it's datasource configuration. 
checkout the admin app that comes with it.

> 
> -Original Message-
> From: Jim Barrows [mailto:[EMAIL PROTECTED]
> Sent: Thursday, January 20, 2005 2:33 PM
> To: Struts Users Mailing List
> Subject: Re: Editing Struts-Config file
> 
> On Thu, 20 Jan 2005 14:33:21 -0600, Brent Vaughn
> <[EMAIL PROTECTED]> wrote:
> > Is it possible to edit the struts-config.xml file from within the struts
> > application?  Will it cause Struts to fail?
> 
> I think struts only reads it at startup.  The configuration is usually
> locked so you can't change it.
> Considering the heebee jeeebees running up my spine when you ask that
> quesiton... What are you trying to do?
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
>

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





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



RE: Editing Struts-Config file

2005-01-20 Thread Brent Vaughn
What do they plan on doing with the datasource?

-Original Message-
From: Jim Barrows [mailto:[EMAIL PROTECTED] 
Sent: Thursday, January 20, 2005 3:24 PM
To: Struts Users Mailing List
Subject: Re: Editing Struts-Config file

On Thu, 20 Jan 2005 14:48:32 -0600, Brent Vaughn
<[EMAIL PROTECTED]> wrote:
> I was attempting to internally add a datasource to the struts-config file
> through a web-based application.

Ah rumor around here is that defining a datasource in
struts-config is going away soon.  So it' s probably a moot point. 
Either way you'll have to restart the app to get the change to take.
I know tomcat provides a way to change it's datasource configuration. 
checkout the admin app that comes with it.

> 
> -Original Message-
> From: Jim Barrows [mailto:[EMAIL PROTECTED]
> Sent: Thursday, January 20, 2005 2:33 PM
> To: Struts Users Mailing List
> Subject: Re: Editing Struts-Config file
> 
> On Thu, 20 Jan 2005 14:33:21 -0600, Brent Vaughn
> <[EMAIL PROTECTED]> wrote:
> > Is it possible to edit the struts-config.xml file from within the struts
> > application?  Will it cause Struts to fail?
> 
> I think struts only reads it at startup.  The configuration is usually
> locked so you can't change it.
> Considering the heebee jeeebees running up my spine when you ask that
> quesiton... What are you trying to do?
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
>

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





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



Re: Editing Struts-Config file

2005-01-20 Thread Jim Barrows
On Thu, 20 Jan 2005 14:48:32 -0600, Brent Vaughn
<[EMAIL PROTECTED]> wrote:
> I was attempting to internally add a datasource to the struts-config file
> through a web-based application.

Ah rumor around here is that defining a datasource in
struts-config is going away soon.  So it' s probably a moot point. 
Either way you'll have to restart the app to get the change to take.
I know tomcat provides a way to change it's datasource configuration. 
checkout the admin app that comes with it.

> 
> -Original Message-
> From: Jim Barrows [mailto:[EMAIL PROTECTED]
> Sent: Thursday, January 20, 2005 2:33 PM
> To: Struts Users Mailing List
> Subject: Re: Editing Struts-Config file
> 
> On Thu, 20 Jan 2005 14:33:21 -0600, Brent Vaughn
> <[EMAIL PROTECTED]> wrote:
> > Is it possible to edit the struts-config.xml file from within the struts
> > application?  Will it cause Struts to fail?
> 
> I think struts only reads it at startup.  The configuration is usually
> locked so you can't change it.
> Considering the heebee jeeebees running up my spine when you ask that
> quesiton... What are you trying to do?
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
>

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



RE: Editing Struts-Config file

2005-01-20 Thread Brent Vaughn
I was attempting to internally add a datasource to the struts-config file
through a web-based application.  

-Original Message-
From: Jim Barrows [mailto:[EMAIL PROTECTED] 
Sent: Thursday, January 20, 2005 2:33 PM
To: Struts Users Mailing List
Subject: Re: Editing Struts-Config file

On Thu, 20 Jan 2005 14:33:21 -0600, Brent Vaughn
<[EMAIL PROTECTED]> wrote:
> Is it possible to edit the struts-config.xml file from within the struts
> application?  Will it cause Struts to fail?

I think struts only reads it at startup.  The configuration is usually
locked so you can't change it.
Considering the heebee jeeebees running up my spine when you ask that
quesiton... What are you trying to do?

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





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



RE: Editing Struts-Config file

2005-01-20 Thread Brent Vaughn
I was attempting to internally add a datasource to the struts-config file
through a web-based application.  

-Original Message-
From: Jim Barrows [mailto:[EMAIL PROTECTED] 
Sent: Thursday, January 20, 2005 2:33 PM
To: Struts Users Mailing List
Subject: Re: Editing Struts-Config file

On Thu, 20 Jan 2005 14:33:21 -0600, Brent Vaughn
<[EMAIL PROTECTED]> wrote:
> Is it possible to edit the struts-config.xml file from within the struts
> application?  Will it cause Struts to fail?

I think struts only reads it at startup.  The configuration is usually
locked so you can't change it.
Considering the heebee jeeebees running up my spine when you ask that
quesiton... What are you trying to do?

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





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



Re: Editing Struts-Config file

2005-01-20 Thread Jim Barrows
On Thu, 20 Jan 2005 14:33:21 -0600, Brent Vaughn
<[EMAIL PROTECTED]> wrote:
> Is it possible to edit the struts-config.xml file from within the struts
> application?  Will it cause Struts to fail?

I think struts only reads it at startup.  The configuration is usually
locked so you can't change it.
Considering the heebee jeeebees running up my spine when you ask that
quesiton... What are you trying to do?

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



Editing Struts-Config file

2005-01-20 Thread Brent Vaughn
Is it possible to edit the struts-config.xml file from within the struts
application?  Will it cause Struts to fail?  

 



Editing Struts-Config file

2005-01-20 Thread Brent Vaughn
Is it possible to edit the struts-config.xml file from within the struts
application?  Will it cause Struts to fail?