Re: [Resin-interest] Resin 4.0 with Apache 2.2

2010-09-05 Thread Andrea Sodomaco
On the same version of Resin and Apache (Resin 4.0.7 behind Apache 2.2), if I use Location /abc SetHandler caucho-request /Location This works fine forn any URI starting with abc including /abc , /abc/ ,/abc/xx.jsp , /abc/d/e/f.jsp The only difference I can see is that I don't use

[Resin-interest] how to avoid resin.xml change detection

2010-08-06 Thread Andrea Sodomaco
Hi, I have an resin.xml with several cluster defined. Every time I change resin.xml to add a virtual host in one of the clusters resin detected that resin.xml is changed and it restarts all the clusters. (resin 4.0.7) Is it possibile to avoid resin.xml change detection to manually restart only

Re: [Resin-interest] apache mod_caucho bug in 4.0.x (including 4.0.9)

2010-08-03 Thread Andrea Sodomaco
On 2/08/10 4:36 PM, Andrea Sodomaco wrote: Hi, in jsp files out.flush() does not work correctly if resin 4.0.x is used with apache 2.2 and mod_caucho: nothing is sent to the browser until the page ends. Running resin http server (without apache) the behavior is correct and the response

[Resin-interest] apache mod_caucho bug in 4.0.x (including 4.0.9)

2010-08-02 Thread Andrea Sodomaco
Hi, in jsp files out.flush() does not work correctly if resin 4.0.x is used with apache 2.2 and mod_caucho: nothing is sent to the browser until the page ends. Running resin http server (without apache) the behavior is correct and the response is sent to the browser when out.flush() is called.

[Resin-interest] in Resin 4.0.7 HtttpServletRequest needs to an instance of CauchoRequest

2010-06-30 Thread Andrea Sodomaco
Hi! To obtain some URI manipulation I implemented an instance of javax.servlet.http.HttpServletRequest. public class MultiLingueHSR implements HttpServletRequest { HttpServletRequest httpServletRequest=null; public MultiLingueHSR(HttpServletRequest httpServletRequest) {

Re: [Resin-interest] Why Apache?

2009-03-10 Thread Andrea Sodomaco
I like very mych Resin as app. server. but if we talk about http servers I think apache is more reliable, more documented, more flexible and faster. e.g. LocationMatch \.gif$ Header set Cache-Control post-check=36000,pre-check=99 /LocationMatch Scott Ferguson wrote: On Mar

Re: [Resin-interest] SSL - Different cert per virtual host?

2008-09-29 Thread Andrea Sodomaco
it can be done also with one IP but using different ports. It is inpossible to use Name Virtual hosts on same socket (this is a https limit not a resin or apache limit) Riccardo Cohen wrote: yes but it can't be the same IP. your serveur must have several IP, one for each certificate.

[Resin-interest] R: How to set default/global response encoding? + forms encoding

2007-06-30 Thread Andrea Sodomaco
has problems when a browser POSTs data in UTF-8 encoding so I need a filter that sets this for each request. request.setAttribute(caucho.form.character.encoding,UTF-8); Is this correct? Is any documqntation about this metter? Thanks. Andrea Sodomaco Andrea Sodomaco Consulenze Informatiche Via

[Resin-interest] R: What happens if you *don't* call super.init(...)?

2007-04-26 Thread Andrea Sodomaco
. Andrea Sodomaco Andrea Sodomaco Consulenze Informatiche Via Giacometti, 4 - 34146 TRIESTE Tel.: 040 281648 / 338 3565702 - Fax: 040 46069349 www.sodomaco.it -Messaggio originale- Da: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Per conto di John Steel Inviato: martedì 24 aprile 2007 17.05

[Resin-interest] R: R: [Fwd: httpd.sh stop]

2007-04-23 Thread Andrea Sodomaco
Using the shutdown-wait-max directive, things change. Whit this line shutdown-wait-max120/shutdown-wait-max in web.xml the request is completed also after resin is stoped. Andrea Sodomaco Andrea Sodomaco Consulenze Informatiche Via Giacometti, 4 - 34146 TRIESTE Tel.: 040 281648

[Resin-interest] R: [Fwd: httpd.sh stop]

2007-04-21 Thread Andrea Sodomaco
The answer is no. I simply did a test. The following jsp does not complete the request if resin is stoped. beginbr % Thread.sleep(60L*1000L); % end Andrea Sodomaco Andrea Sodomaco Consulenze Informatiche Via Giacometti, 4 - 34146 TRIESTE Tel.: 040 281648 / 338 3565702 - Fax: 040

[Resin-interest] R: Issues with Resin and apache

2006-11-13 Thread Andrea Sodomaco
I used resin 3.0.14 and apache with different version of mod_caucho. Now that your apache is working well with mod_caucho from 3.0.21, you can re-install 3.0.14 without mod_caucho and it should work fine with apche+mod_coucho version 3.0.21. Andrea Sodomaco www.sodomaco.it -Messaggio

[Resin-interest] log level configuration bug in resin 3.0.21?

2006-09-21 Thread Andrea Sodomaco
,warning e servere messages appears not fine or finer. Resin 3.0.21 Java build 1.5.0_04-b05 Thanks Andrea Sodomaco www.sodomaco.it ___ resin-interest mailing list resin-interest@caucho.com http://maillist.caucho.com/mailman/listinfo/resin