Re: [Resin-interest] Slooow file reads (really weird!)

2007-10-06 Thread Chris Chen
Resin Quercus coexisting peacefully with PHP itself. -Chris On Oct 6, 2007, at 12:35 PM, Scott Ferguson wrote: On Oct 6, 2007, at 12:03 PM, Chris Chen wrote: Rather than doing all the profiling like you (which I would have liked to but i was too lazy), I just did a thread dump

[Resin-interest] Resin's watchdog starting multiple resin servers

2007-10-16 Thread Chris Chen
Considering that Resin now has a watchdog process that monitors the servers, is it possible to simply have the watchdog monitor and start multiple resin servers? Here's what I'm thinking why this is good. 1) One startup script to startup resin. No need to create multiple startup scripts

[Resin-interest] Resin and Confluence

2007-10-30 Thread Chris Chen
I've found talks about how Confluence web.xml needed to be modified to work around some bug issues with how Resin parses web.xml. I'm wondering what Caucho's take on this is? It seems like this is causing quite a lot of grief, and apparently there seems to be some problem with handling

Re: [Resin-interest] Filter mapping to /* with no servlets mapped to /

2007-10-30 Thread Chris Chen
Yea, I saw that.. unfortunately, the /controller/action is actually determined dynamically. It's actually not the static string controller but a controller name that is based on the available action controllers. The job of the UrlMapper filter is to parse this URL and then dispatch the

[Resin-interest] Running what instances under the same watchdog process

2007-11-22 Thread Chris Chen
I have a quick question. This may possibly be directed to Scott. How does resin determine what resin server instances run under the same watchdog process? This relates to a bug issue that I just posted in bug track. Does resin use the server root, the monitored ports, the resin.conf, and

[Resin-interest] Caucho bug tracker

2007-12-07 Thread Chris Chen
Scott, Is it just me or is the bug tracker database down? I can't seem to reach it from different ISP locations. -Chris ___ resin-interest mailing list resin-interest@caucho.com http://maillist.caucho.com/mailman/listinfo/resin-interest

Re: [Resin-interest] xfire issue

2008-01-18 Thread Chris Chen
Try enabling servlet hack for that specific webapp. I believe that should resolve the issue. THanks, Chris On Jan 18, 2008, at 6:57 AM, Jason Wang wrote: I run into this trouble for several days resin 3.0.24 is ok Jason On 1/18/08, Akhil Kodali [EMAIL PROTECTED] wrote: Hi, I'm

Re: [Resin-interest] xfire issue

2008-01-18 Thread Chris Chen
, at 8:27 AM, Akhil Kodali wrote: Hi, How do I do that, any samples or references. And I have to use jdk1.6 Regards, Akhil Chris Chen wrote: Try enabling servlet hack for that specific webapp. I believe that should resolve the issue. THanks, Chris On Jan 18, 2008, at 6:57 AM

[Resin-interest] New 3.1.5 watchdog causing some config issues

2008-03-02 Thread Chris Chen
Scott, With all the new changes to the watchdog process to make it more secure (which is a good thing), I have come across behavior that is limited: I have two config files, one for the web tier and one for the backend app tiers. The configuration is fairly similar to how the

[Resin-interest] Disabling display of server info

2008-03-03 Thread Chris Chen
Does anyone know if there is a configuration setting that allows me to either disable server info or server version info when an error code/ page is shown? Currently, if a 404 or 500 or other error occurs, resin outputs an error with the server + version appended at the end. I'd like to be

Re: [Resin-interest] Resin listens unexplained ports?

2008-03-06 Thread Chris Chen
This is likely because you enabled management or the jmx management port through your -D system property. Just remove the -D system property from your server config and you should see those additional port go away. -Dcom.sun.management.jmxremote -Chris On Mar 6, 2008, at 8:28 AM, Scott

[Resin-interest] Quercus with phpbb3

2008-03-12 Thread Chris Chen
Scott, I've been trying multiple times to get Quercus to run phpbb3 properly and I continue to have problems with getting the generated cached template files to render consistently. After a server restart, things work for a few pages until it hits some sort of snag. This consistently

Re: [Resin-interest] Smarty - 3.1.4, 3.1.5

2008-03-13 Thread Chris Chen
Your problem is similar to mine. I spent the entire day yesterday trying to debug phpbb3 running on quercus. Phpbb3 appears to be using either Smarty or something similar and I am getting almost the exact problem that you're getting. It was super difficult to debug scripts under quercus.

Re: [Resin-interest] Smarty - 3.1.4, 3.1.5

2008-03-14 Thread Chris Chen
this work, you are more than welcome to download Quercus 3.1.5 source code and replace the two files with these. Thanks, Chris On Mar 13, 2008, at 9:45 PM, Scott Ferguson wrote: On Mar 13, 2008, at 4:41 PM, Chris Chen wrote: I've narrowed this down to the regular expression issue. It's

Re: [Resin-interest] Change TimeZone

2008-06-05 Thread Chris Chen
I think this has to do with your system clock time. You need to change your server timezone through your system configuration commands. The way to change it depends on what operating system you're running on. -Chris On Jun 5, 2008, at 5:44 AM, Laurent MAGNIEZ wrote: Hello, I'm

[Resin-interest] Filter's dispatcher defaults

2008-07-11 Thread Chris Chen
This is a question aimed at Resin's support team. I'm wondering what the defaults for a Filter's dispatcher setting is. This is only valid for 2.4 webapps. So if I were to exclude these parameters, does this mean that Resin 3.1.5 will filter all types of dispatched requests? I ask this

Re: [Resin-interest] Filter's dispatcher defaults

2008-07-11 Thread Chris Chen
, Haroon 2008/7/11 Chris Chen [EMAIL PROTECTED]: Thanks for the reply, my configuration comes directly from the documentation: filter filter-name=gzip filter- class=com.caucho.filters.GzipFilter/ filter-mapping filter-name=gzip url-pattern=/*/ The interesting thing is that other files

Re: [Resin-interest] Filter's dispatcher defaults

2008-07-11 Thread Chris Chen
. -Chris On Jul 11, 2008, at 3:33 AM, Chris Chen wrote: I am using your configurations and it's working, but only because the responses are not getting encoded. I think this may be caused by the load balancer web tier that I have running. I believe you are probably on the right track

Re: [Resin-interest] Filter's dispatcher defaults

2008-07-11 Thread Chris Chen
care which one is the culprit, but I think I found my solution. Thanks for all the help. :) Chris On Jul 11, 2008, at 4:01 AM, Chris Chen wrote: I have now narrowed the situation down to the file extension. Specifically, Gzip is causing encoding problems when the file extension ends

Re: [Resin-interest] Resin 3.2.0 is available

2008-08-07 Thread Chris Chen
Quick question which I cannot find the answer to on the BAM page. How reliable is the BAM service? Does it provide a persistent subscription feature like JMS? In critical services where packets are sent and must be processed by a subscriber without losing that information, does BAM take

Re: [Resin-interest] Resin 3.2.0 is available

2008-08-07 Thread Chris Chen
On Aug 7, 2008, at 9:56 AM, Scott Ferguson wrote: On Aug 7, 2008, at 9:22 AM, Chris Chen wrote: Quick question which I cannot find the answer to on the BAM page. How reliable is the BAM service? Does it provide a persistent subscription feature like JMS? In critical services where

[Resin-interest] IPConstraint not taking error-code and error-message in 3.1.6?

2008-09-20 Thread Chris Chen
Has anyone gotten ip-constraint to work with error-code and error- message? I've been trying to add the two properties to the config but it won't allow me to add it because the Relax Schema doesn't define or allow these two additional params. Is this a bug or is there another special way to