Re: [Resin-interest] app-default.xml?

2012-08-24 Thread Paul Cowan

On Aug 23, 2012, at 9:26 PM, Rick Mann wrote:

 In 4.0.30, this file is no longer included by resin.xml? What's the rationale 
 here?
 
 I'm trying to add the bits from it that my app(s) relied on, one by one, but 
 I'm curious why you're no longer using it.

Hi Rick,

The app-default.xml imported was moved to cluster-default.xml along with the 
entire cluster-default section, in an effort to improve readability of 
resin.xml.

You'll also notice that we're importing app-default.xml from resin.jar with 
classpath:META-INF/caucho/app-default.xml by default, since it is not common 
or generally recommended to modify this file.  However we still include 
app-default.xml in the conf directory and you can easily modify the import line 
to ${__DIR__}/admin-users.xml to use this file instead.

Thanks,
Paul


 
 Thanks,
 
 -- 
 Rick
 
 
 
 
 ___
 resin-interest mailing list
 resin-interest@caucho.com
 http://maillist.caucho.com/mailman/listinfo/resin-interest

===
Paul Cowan, Software Engineer
Caucho Technology
co...@caucho.com
http://blog.caucho.com
http://twitter.com/cauchoresin

___
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest


Re: [Resin-interest] app-default.xml?

2012-08-24 Thread Paul Cowan

On Aug 24, 2012, at 8:52 AM, Paul Cowan wrote:

 
 On Aug 23, 2012, at 9:26 PM, Rick Mann wrote:
 
 In 4.0.30, this file is no longer included by resin.xml? What's the 
 rationale here?
 
 I'm trying to add the bits from it that my app(s) relied on, one by one, but 
 I'm curious why you're no longer using it.
 
 Hi Rick,
 
 The app-default.xml imported was moved to cluster-default.xml along with the 
 entire cluster-default section, in an effort to improve readability of 
 resin.xml.
 
 You'll also notice that we're importing app-default.xml from resin.jar with 
 classpath:META-INF/caucho/app-default.xml by default, since it is not 
 common or generally recommended to modify this file.  However we still 
 include app-default.xml in the conf directory and you can easily modify the 
 import line to ${__DIR__}/admin-users.xml to use this file instead.

Whoops, copy/paste error.  I meant ${__DIR__}/app-default.xml of course.

-Paul


___
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest


Re: [Resin-interest] app-default.xml?

2012-08-24 Thread Rick Mann

On Aug 24, 2012, at 5:52 , Paul Cowan co...@caucho.com wrote:

 You'll also notice that we're importing app-default.xml from resin.jar with 
 classpath:META-INF/caucho/app-default.xml by default, since it is not 
 common or generally recommended to modify this file.  However we still 
 include app-default.xml in the conf directory and you can easily modify the 
 import line to ${__DIR__}/admin-users.xml to use this file instead.

Ah, okay. I always change the class loader to the tree-loader. I suppose I 
could just do that in my resin.xml.

-- 
Rick




___
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest