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.

Re: [Resin-interest] configuring webdav

2008-09-29 Thread Gary Lawrence Murphy
both with and without the trailing slash give 404 responses. /webdav/ was not found on this server. Resin-3.0.19 (built Mon, 15 May 2006 04:50:47 PDT) the logs do show the webdav servlet starting, but give no error on the 404; only msg.log shows [11:13:30.936] webdav: init and access.log

Re: [Resin-interest] Velocity rendering dies

2008-09-29 Thread Scott Ferguson
On Sep 25, 2008, at 10:12 PM, tweihs wrote: Folks, I've apparently found a way to kill the Velocity parsing in resin 3.1.3 and 3.1.4 (pro). We use velocity style syntax extensively throughout the our site and this hurdle is baffling me. I can confirm via a simple

Re: [Resin-interest] configuring webdav

2008-09-29 Thread Scott Ferguson
On Sep 25, 2008, at 1:19 PM, Knut Forkalsrud wrote: On Sep 23, 2008, at 7:23 AM, Gary Lawrence Murphy wrote: servlet-mapping url-pattern='/webdav/*' servlet-name='webdav'/ ... but when I use a browser to access localhost:8080/webdav I get a 404 Not-Found error. ... what did I miss?

Re: [Resin-interest] Comet param via hessian

2008-09-29 Thread Vic Cekvenich
OK, that did not work!!! To recap: I am trying to pass some value to hessian comet from action script.(ex: member id string room name). Since from .as you can't pass a param to the hessian comet servlet (I wonder why?) and there is no BAM example for action script(and I do not know if BAM

Re: [Resin-interest] Comet param via hessian

2008-09-29 Thread Vic Cekvenich
OK, that did not work!!! To recap: I am trying to pass some value to hessian comet from action script.(ex: member id string room name). Since from .as you can't pass a param to the hessian comet servlet (I wonder why?) and there is no BAM example for action script(and I do not know if BAM

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

2008-09-29 Thread Martin Kofahl
You may try to use multiple host names in a single cert. Tested with apache only, not with resin. Anyway, all vhosts have to use the same cert. Maybe some of the following notes can help: - csr generation tool using subjectAltName extension wget