RE: [JBoss-dev] exposing boot sequence & richer xml config

2001-09-20 Thread marc fleury
you can't win them all the SAR stuff is yours marcf |-Original Message- |From: [EMAIL PROTECTED] |[mailto:[EMAIL PROTECTED]]On Behalf Of Jason |Dillon |Sent: Thursday, September 20, 2001 7:08 PM |To: [EMAIL PROTECTED] |Subject: RE: [JBoss-dev] exposing boot sequence & r

RE: [JBoss-dev] exposing boot sequence & richer xml config

2001-09-20 Thread Jason Dillon
ouch, ouch. --jason On Thu, 20 Sep 2001, marc fleury wrote: > |We are expecting configuration files to be under the given url/conf/config, > |which is unneeded. > > configuration files should be in XML/JMX format and if they are not the last > thing we want is have them scattered everywhere. >

RE: [JBoss-dev] exposing boot sequence & richer xml config

2001-09-20 Thread Jason Dillon
ouch. --jason On Thu, 20 Sep 2001, marc fleury wrote: > | > | > | ${jboss.lib}/jboss-spine.jar, > | ${jboss.lib}/log4j.jar > | > | > > no, it is more obscure than the classpath tags that are there... > > It achieves the same. > > Don't fix this. > > |

RE: [JBoss-dev] exposing boot sequence & richer xml config

2001-09-20 Thread marc fleury
|We are expecting configuration files to be under the given url/conf/config, |which is unneeded. configuration files should be in XML/JMX format and if they are not the last thing we want is have them scattered everywhere. |> > 2) Setup logging as soon as possible. |> This is obviously a good i

RE: [JBoss-dev] exposing boot sequence & richer xml config

2001-09-20 Thread marc fleury
| | | ${jboss.lib}/jboss-spine.jar, | ${jboss.lib}/log4j.jar | | no, it is more obscure than the classpath tags that are there... It achieves the same. Don't fix this. | | | | | | | | | |

RE: [JBoss-dev] exposing boot sequence & richer xml config

2001-09-10 Thread Hiram Chirino
I like properties. >From: Jason Dillon <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: <[EMAIL PROTECTED]> >Subject: RE: [JBoss-dev] exposing boot sequence & richer xml config >Date: Mon, 10 Sep 2001 16:52:29 -0700 (PDT) > > > I'd like to see

RE: [JBoss-dev] exposing boot sequence & richer xml config

2001-09-10 Thread Bill Burke
Yeah, sorry, properties > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Hiram > Chirino > Sent: Monday, September 10, 2001 10:15 PM > To: [EMAIL PROTECTED] > Subject: RE: [JBoss-dev] exposing boot sequence & richer

RE: [JBoss-dev] exposing boot sequence & richer xml config

2001-09-10 Thread Jason Dillon
> I'd like to see substitution variables in jboss.jcml so that you can use > environment variables to get at some of the hardcoded paths that need to be > set up in config Environment variables or properties? --jason ___ Jboss-development mailing lis

Re: [JBoss-dev] exposing boot sequence & richer xml config

2001-09-10 Thread Jason Dillon
> > 1) Expose as much configuration to integrators as possible, with out > > complicating the system for users who do not need to muck with the > > boot config. > > Right now with rh, you can specify all the directories you need (and some > you probably don't) as urls on the command line

RE: [JBoss-dev] exposing boot sequence & richer xml config

2001-09-10 Thread Bill Burke
gt; Jencks > Sent: Monday, September 10, 2001 7:10 PM > To: [EMAIL PROTECTED] > Subject: Re: [JBoss-dev] exposing boot sequence & richer xml config > > > Thanks jason, now I have more questions ;-) > > On 2001.09.10 18:00:53 -0400 Jason Dillon wrote: > > > I'm stil

Re: [JBoss-dev] exposing boot sequence & richer xml config

2001-09-10 Thread Jason Dillon
> Couldn't you also define classloaders here for the Security Manager? Sure, though I would defer all security bits to Scott. --jason ___ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development

Re: [JBoss-dev] exposing boot sequence & richer xml config

2001-09-10 Thread Jason Dillon
> I'm still confused about what you are trying to accomplish here. I would > really appreciate it if you could take a few minutes and write down, > without specifying a notation, the sequence of events you are trying to > control and the variation points along that sequence. Sure. There are thr

Re: [JBoss-dev] exposing boot sequence & richer xml config

2001-09-10 Thread David Jencks
Jason, I'm still confused about what you are trying to accomplish here. I would really appreciate it if you could take a few minutes and write down, without specifying a notation, the sequence of events you are trying to control and the variation points along that sequence. for instance (made u

Re: [JBoss-dev] exposing boot sequence & richer xml config

2001-09-10 Thread Nick Betteridge
Couldn't you also define classloaders here for the Security Manager? Jason Dillon wrote: > > I thought about it this weekend some more, and worked on an example xml > configuration too. This is a spin off of the Jetty config, but I think most > uses will not require some of the advanced get/new

[JBoss-dev] exposing boot sequence & richer xml config

2001-09-10 Thread Jason Dillon
I thought about it this weekend some more, and worked on an example xml configuration too. This is a spin off of the Jetty config, but I think most uses will not require some of the advanced get/new stuff (which leaves you mostly with what we have no, only more flexibly). This is all/mostly made