Re: [Resin-interest] Resin 4.0.30 is available

2012-08-24 Thread Keith Fetterman

Hi Scott,

This is excellent news.

Will 4.1.0 be considered a stable release intended for production 
environments?  We're still running 4.0.23 because of problems in 4.0.24 
- 4.0.28


Thanks,
Keith


On 08/23/2012 05:12 PM, Scott Ferguson wrote:

Resin 4.0.30 is available for download at the usual:

http://caucho.com/download

Resin 4.0.30 is a release-candidate for 4.1.0. If no critical bugs are 
found after a few weeks, we'll promote it to 4.1.0.


As a note, the most recent Resin 4.0.x releases beat nginx (a fast 
C-based web server) in stress tests using autobench. We've published 
the results at


http://wiki4.caucho.com/NginX_1.2.0_versus_Resin_4.0.29_performance_tests

-- Scott



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


--
-
Keith FettermanDirect: 206-319-9434
Mariner Supply, Inc.   206-780-5670
http://www.go2marine.com   kfetter...@go2marine.com

http://www.boatersline.com

___
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 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] Resin 4.0.30 is available

2012-08-24 Thread Scott Ferguson

On 08/23/2012 11:14 PM, Keith Fetterman wrote:

Hi Scott,

This is excellent news.

Will 4.1.0 be considered a stable release intended for production 
environments?  We're still running 4.0.23 because of problems in 
4.0.24 - 4.0.28


Yes, assuming no major problems are found in 4.0.30 in the next few weeks.

-- Scott



Thanks,
Keith


On 08/23/2012 05:12 PM, Scott Ferguson wrote:

Resin 4.0.30 is available for download at the usual:

http://caucho.com/download

Resin 4.0.30 is a release-candidate for 4.1.0. If no critical bugs 
are found after a few weeks, we'll promote it to 4.1.0.


As a note, the most recent Resin 4.0.x releases beat nginx (a fast 
C-based web server) in stress tests using autobench. We've published 
the results at


http://wiki4.caucho.com/NginX_1.2.0_versus_Resin_4.0.29_performance_tests

-- Scott



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


--
-
Keith FettermanDirect: 206-319-9434
Mariner Supply, Inc.   206-780-5670
http://www.go2marine.comkfetter...@go2marine.com

http://www.boatersline.com



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



___
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


[Resin-interest] EclipseLink Upgrade Question

2012-08-24 Thread Aaron Freeman
We are using EclipseLink and cannot use the version that ships with
resin-4.0.x due to a bug in that version.  So we are having to install resin
and then delete the jar file that's in the resin lib folder, which is less
than desirable.  We really don't want to have to modify the resin install at
all.  So two questions:

1) Is there any way to tell resin, via the resin.xml, to ignore the version
found in resin-4.0.30/lib?

2) Is there any hope of you guys upgrading resin-4.0.30 to ship with version
EclipseLink 2.4 instead?

Thanks,

Aaron


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