Re: [Resin-interest] need help w. 405 server error msg.

2006-12-27 Thread Sam
: package test; and the web.xml configuration should include the package in the class name: servlet servlet-name=hello servlet-class=test.HelloServlet/ -- Sam ___ resin-interest mailing list resin-interest@caucho.com http://maillist.caucho.com

Re: [Resin-interest] Question on db based distributed session

2007-01-08 Thread Sam
from B. -- Sam ___ resin-interest mailing list resin-interest@caucho.com http://maillist.caucho.com/mailman/listinfo/resin-interest

Re: [Resin-interest] Error

2007-02-12 Thread Sam
/ A level of finer will give even more information. The debug log will show the urls that are being used in the forward, and will help to trace down the source of the problem. -- Sam ___ resin-interest mailing list resin-interest@caucho.com http

Re: [Resin-interest] How to start Resin at bootup time with non-rootuser

2007-03-13 Thread Sam
Is there a list of changers and er ... fixed bugs in 3.1 please? http://www.caucho.com/resin-3.1/changes/index.xtp -- Sam ___ resin-interest mailing list resin-interest@caucho.com http://maillist.caucho.com/mailman/listinfo/resin-interest

Re: [Resin-interest] Quercus is fantastic !

2007-03-13 Thread Sam
to prioritize. As mentioned in another post, it is helpful if there is a reproducable test case. Customers who sign up for platinum support almost always have bug fixes completed for the next release, and often we release an interim snapshot so that the bug fix can be tested. -- Sam

Re: [Resin-interest] Odd error when starting up container

2007-03-21 Thread Sam
of the jsp. -- Sam ___ resin-interest mailing list resin-interest@caucho.com http://maillist.caucho.com/mailman/listinfo/resin-interest

Re: [Resin-interest] Resin 3.x and the system classpath

2007-04-05 Thread Sam
I need to be able to use $CLASSPATH (and the value it contains) jvm-arg-Djava.library.path=$CLASSPATH/jvm-arg is not going to work now, is it ? Try: jvm-arg-Djava.library.path=${CLASSPATH}/jvm-arg -- Sam ___ resin-interest mailing list resin

Re: [Resin-interest] Running two resin instances in different IPs

2007-04-20 Thread Sam
port=80/ -- Sam ___ resin-interest mailing list resin-interest@caucho.com http://maillist.caucho.com/mailman/listinfo/resin-interest

Re: [Resin-interest] LDAPAuthenticator with ActiveDirectory

2007-05-03 Thread Sam
isUserInRole request if the user has successfully been authenticated. Logging at the fine level is useful while setting it up, and the source code is fairly simple and worth taking a look at. -- Sam ___ resin-interest mailing list resin-interest@caucho.com

Re: [Resin-interest] LDAPAuthenticator with ActiveDirectory

2007-05-03 Thread Sam
Date: Thu, May 03, 2007 at 07:28:55PM +0200 Subject: Re: [Resin-interest] LDAPAuthenticator with ActiveDirectory thanks that's great, and we may use it for a 3,1 server. Now we are in 3,0,18, so I'll look at openldap The LdapAuthenticator has been available since version 3.0.19. -- Sam

Re: [Resin-interest] Quercus and gallery 2.1

2007-05-21 Thread Sam
when it should not be. -- Sam ___ resin-interest mailing list resin-interest@caucho.com http://maillist.caucho.com/mailman/listinfo/resin-interest

Re: [Resin-interest] ssl port

2007-06-01 Thread Sam
requests to port 8080 and SSL requests to port 8443 then something like the following should work: web-app xmlns=http://caucho.com/ns/resin; rewrite-dispatch set request-secure=true when local-port=8443/ /set /rewrite-dispatch /web-app -- Sam

Re: [Resin-interest] application variables, j2ee - php, and shared nothing

2007-06-26 Thread Sam
. -- Sam ___ resin-interest mailing list resin-interest@caucho.com http://maillist.caucho.com/mailman/listinfo/resin-interest

Re: [Resin-interest] Resin and transactions (disable autocommit)

2007-09-10 Thread Sam
-- Sam ___ resin-interest mailing list resin-interest@caucho.com http://maillist.caucho.com/mailman/listinfo/resin-interest

Re: [Resin-interest] Resin and transactions (disable autocommit)

2007-09-10 Thread Sam
are captured by the filter. -- Sam ___ resin-interest mailing list resin-interest@caucho.com http://maillist.caucho.com/mailman/listinfo/resin-interest

Re: [Resin-interest] Resin 3.1.1 and Struts iterate tag problems

2007-09-11 Thread Sam
long. -- Sam ___ resin-interest mailing list resin-interest@caucho.com http://maillist.caucho.com/mailman/listinfo/resin-interest

Re: [Resin-interest] Filters are not run when using rewrite-dispatch forward

2007-09-12 Thread Sam
?id=1510 http://bugs.caucho.com/view.php?id=1514 Resin 3.0 includes the RewriteFilter. Since it's a filter, you can use the regular ordering of filters to place a filter before it. http://www.caucho.com/resin-3.0/servlet/filter-library.xtp#RewriteFilter -- Sam

Re: [Resin-interest] ThrottleFilter crashing our resin process

2007-11-14 Thread Sam
, and 6 concurrent allowed connections. We have to turn it off for resin to stay up. There were some changes made for the ThrottleFilter in 3.1. A thread dump from the server that is hung up would help for evaluating the problem. -- Sam ___ resin

Re: [Resin-interest] 3.0.25 Update

2007-12-10 Thread Sam
:) There are also manually maintained changelogs for each release: For 3.0: http://www.caucho.com/resin-3.0/features/changes.xtp For 3.1: http://www.caucho.com/resin-3.1/changes/changes.xtp -- Sam ___ resin-interest mailing list resin-interest@caucho.com http

Re: [Resin-interest] Memory leak in mod_caucho.so

2007-12-21 Thread Sam
://bugs.caucho.com/view.php?id=2249 (fixed for 3.1.5) -- Sam ___ resin-interest mailing list resin-interest@caucho.com http://maillist.caucho.com/mailman/listinfo/resin-interest

Re: [Resin-interest] 3.0.25 changes?

2008-01-15 Thread Sam
and trailing dot request.getInputStream issues with encodings (#1915) -- Sam ___ resin-interest mailing list resin-interest@caucho.com http://maillist.caucho.com/mailman/listinfo/resin-interest

Re: [Resin-interest] Small problem with quercus

2008-02-01 Thread Sam
/VeohTV/campaignServer.php That issue was fixed in 3.1.2: http://bugs.caucho.com/view.php?id=1952 As a workaround, you can use rewrite-dispatch and not-found to match the requests and send a 404: http://www.caucho.com/resin-3.1/doc/rewrite-tags.xtp#not-found -- Sam

Re: [Resin-interest] 3.0.18-3.0.23 = Increased Network Traffic

2008-02-14 Thread Sam
on the backend Resin server(s), and you will see the headers that are set on each response, which will allow to determine if the headers are different coming from Resin, or are getting changed when the request passes through IIS. -- Sam ___ resin-interest

Re: [Resin-interest] Resin cluster failure with a single node running out of heap space

2008-03-10 Thread Sam
. The memory low detection happens within the server itself. If the server itself detects that the memory is about to be exhausted, it exits. The watchdog then notices that the server did not exit cleanly, and starts a new server to replace it. -- Sam

Re: [Resin-interest] Session cookie in a different path than /

2008-03-31 Thread Sam
the cookie value that was established by other servers, as long as reuse-session-id is true (which is the default). reuse-session-id is documented here: http://caucho.com/resin/doc/session-tags.xtp -- Sam ___ resin-interest mailing list resin-interest

Re: [Resin-interest] admin log already exists after server restart

2008-04-01 Thread Sam
/view.php?id=2568 -- Sam ___ resin-interest mailing list resin-interest@caucho.com http://maillist.caucho.com/mailman/listinfo/resin-interest

Re: [Resin-interest] Memory and slowdown...

2008-04-08 Thread Sam
in resin.conf for arguments to pass to the server's JVM: jvm-arg-server/jvm-arg jvm-arg-Xms=.../jvm-arg jvm-arg-Xmx=.../jvm-arg -- Sam ___ resin-interest mailing list resin-interest@caucho.com http://maillist.caucho.com/mailman

Re: [Resin-interest] Quercus + Scripting API memory issue [still present in Quercus 3.1.6]

2008-06-17 Thread Sam
. It is probably the case that the current implementation of the javax.script api is not properly cleaning things up when the script api is used in the pattern you described. Great report, BTW. -- Sam ___ resin-interest mailing list resin-interest

Re: [Resin-interest] HttpSession.invalidate() doesn't

2008-06-17 Thread Sam
related to the internal Resin session store. There were a number if cluster store issues reported in the 3.1 branch, but the remaining issues in 3.0 have generally not been reported to us, we found them by doing increased stress testing for the 3.1 release. Take care, -- Sam

[Resin-interest] Reserve a http thread for admin connection.

2011-12-03 Thread sam munkes
for administrative request? possible setup resin to listen on another port that will not be affected by the global thread-max limit? Thanks. -- Sam ___ resin-interest mailing list resin-interest@caucho.com http://maillist.caucho.com/mailman/listinfo/resin-interest

Re: [Resin-interest] Reserve a http thread for admin connection.

2011-12-05 Thread sam munkes
Thanks! On Mon, Dec 5, 2011 at 9:31 AM, Scott Ferguson f...@caucho.com wrote: ** On 12/03/2011 08:11 PM, sam munkes wrote: Hi, We are running resin pro version 4.0.15 on a windows machine, using the IIS handler to handle the static files forward the application requests to the resin