Re: [Resin-interest] resin speed

2006-11-28 Thread Keith Fetterman
at 09:10 -0800, Keith Fetterman wrote: Akila, We have been using Resin for the past five years to serve up the Go2marine boat parts store ( http://www.go2marine.com ), and we have always found it to have a very fast page response time. We are currently running Resin Professional 3.0.19

Re: [Resin-interest] Resin plugin for Eclipse?

2007-03-08 Thread Keith Fetterman
provide me with a hint about their preferred solution? ___ resin-interest mailing list resin-interest@caucho.com http://maillist.caucho.com/mailman/listinfo/resin-interest -- - Keith

[Resin-interest] Connection Reset message

2007-05-21 Thread Keith Fetterman
Resin and NIS 2007? If so, please share how you fixed it or what the cause of the problem might be. Thanks, Keith -- - Keith Fetterman 206-780-5670 Mariner Supply, Inc. [EMAIL PROTECTED

Re: [Resin-interest] Connection Reset message

2007-05-31 Thread Keith Fetterman
. If you could recommend a Linux utility/command that I could use to analyze the HTTP / TCP communication while I am browsing our site with the pop-up blocking enabled, that would be very helpful. Thanks a lot. Keith Scott Ferguson wrote: On May 21, 2007, at 7:15 PM, Keith Fetterman wrote

[Resin-interest] resin 3.0.23 and Red Hat Enterprise 4 or 5

2007-06-26 Thread Keith Fetterman
version of the httpd.conf file. I was wondering if anyone has solved this problem and successfully installed resin with apache web server on either RHE 4 or 5. RHE 5 is preferred. Thanks, Keith -- - Keith Fetterman

[Resin-interest] Changing the default page encoding for a JSP pages

2007-10-02 Thread Keith Fetterman
in the JSP page: %@ page contentType=text/html; charset=UTF-8 % I was wondering if there is a way that can do this in the resin configuration so we don't have to do it for each JSP page. Thanks, Keith -- - Keith Fetterman

Re: [Resin-interest] Resin Pro licencing and support

2008-09-04 Thread Keith Fetterman
___ resin-interest mailing list resin-interest@caucho.com http://maillist.caucho.com/mailman/listinfo/resin-interest -- - Keith Fetterman206-780-5670 Mariner Supply, Inc. [EMAIL PROTECTED

[Resin-interest] CanDI Startup pattern question

2011-03-17 Thread Keith Fetterman
/ /example:MyStartupBean /web-app Now when resin starts, I see the class loading and the init() method is run. Should this be required? Thanks for any help. Keith -- - Keith FettermanDirect: 206-319-9434 Mariner Supply, Inc

Re: [Resin-interest] CanDI Startup pattern question

2011-03-17 Thread Keith Fetterman
Hi Scott, You rock!! Its works!!! I can see my service startup at the host level prior to the web applications loading. Thanks a lot. Keith On 03/17/2011 03:29 PM, Scott Ferguson wrote: On 03/17/2011 03:04 PM, Keith Fetterman wrote: Hi Scott, How do you configure services using CanDI

[Resin-interest] ROOT.war not expanded when explicitly defined in resin.xml

2011-03-21 Thread Keith Fetterman
at the examples, they all show web-app id='/apache' document-directory='/usr/local/apache/htdocs' Thanks, Keith -- - Keith FettermanDirect: 206-319-9434 Mariner Supply, Inc. 206-780-5670 http

Re: [Resin-interest] ROOT.war not expanded when explicitly defined in resin.xml

2011-03-22 Thread Keith Fetterman
place the .war file in webapps or define the directory using an explicit web-app tag, but having both is not necessary and just seems to confuse Resin. S! D. El 22/03/2011 1:03, Keith Fetterman escribió: I am experiencing a problem in resin 4.0.16 where resin is not expanding the ROOT.war

Re: [Resin-interest] ROOT.war not expanded when explicitly defined in resin.xml

2011-03-22 Thread Keith Fetterman
explicitly defined in resin.xml Date: Mon, 21 Mar 2011 17:03:31 -0700 From: Keith Fetterman kfetter...@go2marine.com I am experiencing a problem in resin 4.0.16 where resin is not expanding the ROOT.war file if I explicitly define the root webapp in resin.xml file. In resin.xml, I have the tag web-app id

[Resin-interest] Extending Resin's com.caucho.server.security.AbstractAuthenticator creating errors in Resin 4

2011-03-22 Thread Keith Fetterman
instead Resin's would be most helpful. Also, has anyone found a good tutorial on IOC that explains all of the annotations and how they effect the beans and their use? Thanks, Keith -- - Keith FettermanDirect: 206

Re: [Resin-interest] ROOT.war not expanded when explicitly defined in resin.xml

2011-03-22 Thread Keith Fetterman
, Keith Fetterman escribió: I am experiencing a problem in resin 4.0.16 where resin is not expanding the ROOT.war file if I explicitly define the root webapp in resin.xml file. In resin.xml, I have the tag web-app id=/ root-directory=webapps/ROOT/ defined under myhost tag. I also have the tag web

Re: [Resin-interest] ROOT.war not expanded when explicitly defined in resin.xml

2011-03-22 Thread Keith Fetterman
Thanks. If we were to use your format for the version number, would we start with ROOT-1.0.0.war instead of ROOT.war? and the second version would be ROOT-1.0.1.war? On 03/22/2011 11:37 AM, Scott Ferguson wrote: On 03/22/2011 11:25 AM, Keith Fetterman wrote: I have a question about

[Resin-interest] Resin 4: hibernate objects in HTTP session causing org.hibernate.LazyInitializationException

2011-03-25 Thread Keith Fetterman
-- - Keith FettermanDirect: 206-319-9434 Mariner Supply, Inc. 206-780-5670 http://www.go2marine.com kfetter...@go2marine.com http://www.boatersline.com

[Resin-interest] log tag still a valid in resin 4?

2011-03-25 Thread Keith Fetterman
? -- - 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

Re: [Resin-interest] log tag still a valid in resin 4?

2011-03-25 Thread Keith Fetterman
messages so it would be nice to have the messages from resin display the names. Thanks, Keith On 03/25/2011 06:01 PM, Keith Fetterman wrote: I see documentation in resin 4 for thelog tag, but its not included in the reference list of tags. I only seelog-handler andlogger http://caucho.com/resin

Re: [Resin-interest] Resin 4: hibernate objects in HTTP session causing org.hibernate.LazyInitializationException

2011-03-28 Thread Keith Fetterman
data. Here is how to configure: session-config ... serialization-typejava/serialization-type /session-config /Mattias Keith Fetterman wrote (2011-03-25 23:42): We have a custom Authenticator that extends resin's com.caucho.server.security.AbstractAuthenticator. In our custom

[Resin-interest] com.caucho.server.cache.ProxyCacheFilterChain - unable to reset IncludeRequest

2011-03-28 Thread Keith Fetterman
-- - 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

Re: [Resin-interest] How to implement rewrite-dispatchmoved-permanently in Resin 4

2011-03-29 Thread Keith Fetterman
Thanks Paul for the quick response. This is excellent. I am pushing hard to get our site upgraded to Resin 4 and then roll out to production. On 03/29/2011 05:45 PM, Paul Cowan wrote: On Mar 29, 2011, at 8:11 PM, Keith Fetterman wrote: In resin 3, the way to perform a HTTP 301 redirect

[Resin-interest] Environment class loader throwing a ClassNotFoundException when resin 4 is restarted

2011-03-30 Thread Keith Fetterman
) ... 19 more -- - Keith FettermanDirect: 206-319-9434 Mariner Supply, Inc. 206-780-5670 http://www.go2marine.com kfetter

[Resin-interest] archive of resin-interest

2011-04-01 Thread Keith Fetterman
interface to the resin-interest mailing list? -- - Keith FettermanDirect: 206-319-9434 Mariner Supply, Inc. 206-780-5670 http://www.go2marine.com kfetter...@go2marine.com http

Re: [Resin-interest] com.caucho.server.cache.ProxyCacheFilterChain - unable to reset IncludeRequest

2011-04-01 Thread Keith Fetterman
figure out what is causing the warning message. Thanks, Keith On 03/28/2011 09:57 AM, Keith Fetterman wrote: We are updating our Web site from resin 3.0 to 4.0. I am seeing ProxyCacheFilterChain warnings in the Resin log. I see an error message buried in the message unable to reset

Re: [Resin-interest] com.caucho.server.cache.ProxyCacheFilterChain - unable to reset IncludeRequest

2011-04-01 Thread Keith Fetterman
the call out to see what happens. On 04/01/2011 01:39 PM, Scott Ferguson wrote: On 04/01/2011 01:27 PM, Keith Fetterman wrote: Does anyone know how to read the following warning message that resin is displaying when I access a Web page? [11-04-01 13:20:42.902] {http://*:8082-4} WARNING

[Resin-interest] Does resin:message work in resin.xml at the host level?

2011-04-01 Thread Keith Fetterman
receive any errors from resin but none of my web applications were started. When I remove the tag everything works. -- - Keith FettermanDirect: 206-319-9434 Mariner Supply, Inc. 206-780-5670 http

[Resin-interest] passing environment variables into resin during startup

2011-04-01 Thread Keith Fetterman
? -- - Keith FettermanDirect: 206-319-9434 Mariner Supply, Inc. 206-780-5670 http://www.go2marine.com kfetter...@go2marine.com http://www.boatersline.com

Re: [Resin-interest] passing environment variables into resin during startup

2011-04-01 Thread Keith Fetterman
=go2marine/ /resin:if On 04/01/2011 06:34 PM, Keith Fetterman wrote: In resin 3.0, you could pass values into the startup of resin via Java system properties. For example, In my resin startup script (Linux), I would start resin using the following command: $RESIN_ROOT/bin/httpd.sh -verbose

Re: [Resin-interest] Environment class loader throwing a ClassNotFoundException when resin 4 is restarted

2011-04-04 Thread Keith Fetterman
On 03/30/2011 05:49 PM, Keith Fetterman wrote: Today, I discovered when I stopped and then started resin (4.0.16), I received a java.lang.ClassNotFoundException exception being thrown by the com.caucho.loader.DynamicClassLoader.loadClass when I accessed the home page of my Web site

Re: [Resin-interest] Environment class loader throwing a ClassNotFoundException when resin 4 is restarted

2011-04-04 Thread Keith Fetterman
the EnvironmentClassLoader after 30 minutes, which is the default session timeout for most Web apps. On 04/04/2011 11:19 AM, Keith Fetterman wrote: This problem seems to be more pervasive in Resin 4.0.16 pro. I am now seeing other application classes that the Resin EnvironmentClassLoader is trying

Re: [Resin-interest] Environment class loader throwing a ClassNotFoundException when resin 4 is restarted

2011-04-04 Thread Keith Fetterman
wrote: On 04/04/2011 11:39 AM, Keith Fetterman wrote: I am wondering if this problem is related to the HTTP session timing out. In the ROOT web application, we have the session time out set to 70 minutes: WEB-INF/web.xml Possibly. I've filed it as a bug. The Java deserializer requires

[Resin-interest] Resin administration application

2011-04-06 Thread Keith Fetterman
this section with having to edit the JSP page. -- - Keith FettermanDirect: 206-319-9434 Mariner Supply, Inc. 206-780-5670 http://www.go2marine.com kfetter...@go2marine.com http

[Resin-interest] difference between host attributes id and host-name

2011-04-06 Thread Keith Fetterman
an example in Resin's documentation where the host tag uses the id attribute. -- - Keith FettermanDirect: 206-319-9434 Mariner Supply, Inc. 206-780-5670 http://www.go2marine.com

Re: [Resin-interest] Resin no longer deploys my war

2011-06-03 Thread Keith Fetterman
-- - Keith FettermanDirect: 206-319-9434 Mariner Supply, Inc. 206-780-5670 http://www.go2marine.com kfetter...@go2marine.com http://www.boatersline.com

Re: [Resin-interest] Resin no longer deploys my war

2011-06-07 Thread Keith Fetterman
will switch back. Jeff On Fri, Jun 3, 2011 at 9:43 AM, Keith Fetterman kfetter...@go2marine.com wrote: Hi Jeff, Are you still experiencing this problem? I experienced the same problem in resin 4.0.16 pro. I pulled my hair out including performing the steps you talked about in your email. I

Re: [Resin-interest] Resin 4 stable for production ?

2011-12-05 Thread Keith Fetterman
. Jonathan Melly Swissquote Switzerland ___ resin-interest mailing list resin-interest@caucho.com http://maillist.caucho.com/mailman/listinfo/resin-interest -- - Keith Fetterman

[Resin-interest] Resin Pro 4.0.23, Amazon AWS and JNI problem

2012-02-25 Thread Keith Fetterman
on how to fix or have resolved this problem? -- - Keith Fetterman 206-780-5670 Mariner Supply, Inc. kfetter...@go2marine.com http://www.go2marine.com http://www.boatersline.com

Re: [Resin-interest] Resin 4 stability

2012-07-19 Thread Keith Fetterman
://maillist.caucho.com/mailman/listinfo/resin-interest ___ resin-interest mailing list resin-interest@caucho.com http://maillist.caucho.com/mailman/listinfo/resin-interest -- - Keith Fetterman

Re: [Resin-interest] Resin 4.0.30 is available

2012-08-24 Thread Keith Fetterman
-- - Keith FettermanDirect: 206-319-9434 Mariner Supply, Inc. 206-780-5670 http://www.go2marine.com kfetter...@go2marine.com http://www.boatersline.com ___ resin

[Resin-interest] Managing Tenured Memory in Resin

2012-10-30 Thread Keith Fetterman
these warnings? I read the Resin documentation, but I didn't find something specific. Thanks for your help Keith -- - Keith FettermanDirect: 206-319-9434 Mariner Supply, Inc. 206-780-5670

Re: [Resin-interest] Managing Tenured Memory in Resin

2012-10-30 Thread Keith Fetterman
that. Knut Forkalsrud On Tue, Oct 30, 2012 at 10:14 AM, Keith Fetterman kfetter...@go2marine.com mailto:kfetter...@go2marine.com wrote: Hi Everyone, I could use a little help troubleshooting some messages in my jvm-default.log. I am seeing a lot of the following messages in our

Re: [Resin-interest] Managing Tenured Memory in Resin

2012-10-30 Thread Keith Fetterman
Thanks Scott, We are currently running 4.0.23 Pro. I am getting ready to deploy 4.0.32 Pro into production. Do you think the reporting in 4.0.32 Pro is better and would help troubleshoot the problem? Keith On 10/30/2012 02:04 PM, Scott Ferguson wrote: On 10/30/12 10:14 AM, Keith Fetterman

Re: [Resin-interest] Session death in a cluster

2012-11-20 Thread Keith Fetterman
never researched the problem or reported it to Caucho. We saw this behavior in resin 2.X, 3.X and now in 4.X Keith -- - Keith FettermanDirect: 206-319-9434 Mariner Supply, Inc. 206-780-5670

Re: [Resin-interest] BEAST SSL Attack

2013-01-05 Thread Keith Fetterman
@caucho.com http://maillist.caucho.com/mailman/listinfo/resin-interest -- - Keith Fetterman 206-780-5670 Mariner Supply, Inc. kfetter...@go2marine.com http://www.go2marine.com http

Re: [Resin-interest] OpenSSL Issues Building/Installing 4.0.41 on OS X 10.10 Yosemite

2014-10-26 Thread Keith Fetterman
Hi Rick Do you have Xcode installed? I have not tried to build resin on OS X 10.10, but I had a similar problem on OS X 10.9 until I installed Xcode. When I was building Resin 4.0.37, I also had to create the symlink /usr/local/include that pointed to:

Re: [Resin-interest] OpenSSL Issues Building/Installing 4.0.41 on OS X 10.10 Yosemite

2014-10-26 Thread Keith Fetterman
-handed fix, especially if one has brew installed. I'm trying to install openssl via brew; we'll see where that leads. On Oct 26, 2014, at 14:18 , Keith Fetterman keithfetter...@gmail.com wrote: Hi Rick Do you have Xcode installed? I have not tried to build resin on OS X 10.10, but I