[Resin-interest] app loaded twice?

2007-06-05 Thread Jan Kriesten
hi, i've the following curiosity occouring: i'm using a filter in the web.xml like this ?xml version=1.0 encoding=UTF-8? !DOCTYPE web-app PUBLIC -//Sun Microsystems, Inc.//DTD Web Application 2.3//EN http://java.sun.com/dtd/web-app_2_3.dtd; web-app filter

Re: [Resin-interest] app loaded twice?

2007-06-05 Thread Dalen, Andre van
You could add timestamp milliseconds and threadnames to the logging to check whether you are looking at duplicated loglines or same-looking loglines. (maybe you have 2 appenders to the same file?) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Jan Kriesten

Re: [Resin-interest] app loaded twice?

2007-06-05 Thread Daniel López
Hi, How are you deploying the application and how are your resin.conf settings to configure it? I've seen things like that happen, for example, when having an app deployed in webapps and configured through an explicit mapping, as the auto-deploy feature of the webapp directory and the

[Resin-interest] Resin stops logging if logs are deleted manually

2007-06-05 Thread Manas Gupta
Hi, We are using Resin-3.0.19. Our access log is configured in resin.conf as follows - access-log path=log/access.log format='%h %l %u %t %r %s %b %{Referer}i %{User-Agent}i Time of request:%Ts' rollover-period=1D archive-format=access-%Y%m%d.log.gz/ If a utility like logrotate

[Resin-interest] OpenSSL Configuration

2007-06-05 Thread Kuntz, Tim
I need to change my SSL usage from JSSE to OpenSSL. I have been unable to do so because of the following error message. com.caucho.config.ConfigException: SSL JNI was not properly initialized. Make sure the resinssl library is properly created and the SSL libraries are installed. I have

Re: [Resin-interest] hessian init endless loop (line 182, 300, 194, 300, 194, etc.)

2007-06-05 Thread Vic Cekvenich
Vic Cekvenich wrote: (Love resin, Love hessina, been using both for a while). I do a simple hessian service... like I always did, and it goes to init endless loop. Bellow is the browser output. To test hessian normally I just have havingate to it's url to get the error hessian requires a

Re: [Resin-interest] hessian init endless loop (line 182, 300, 194, 300, 194, etc.)

2007-06-05 Thread Vic Cekvenich
Went back to java 1.5.012 ... same! .V Vic Cekvenich wrote: (Love resin, Love hessina, been using both for a while). I do a simple hessian service... like I always did, and it goes to init endless loop. Bellow is the browser output. To test hessian normally I just have havingate to it's url

Re: [Resin-interest] hessian init endless loop (line 182, 300, 194, 300, 194, etc.)

2007-06-05 Thread Vic Cekvenich
OK, here is how I patched it to make it work in HessianServlet: // in method private void init(... service.init(); // instead of service.init(getSeverltConfig(); This is if you use IOC api/home hessian, old code works as hessian servlet. Above fix should work for both. I'd love for this to