Re: [Resin-interest] web app being reloaded during request handling

2015-03-27 Thread Tom Turelinckx
, 2015, at 02:45 PM, Tom Turelinckx wrote: Hi, On Resin 4, our web app is sometimes spontaneously being reloaded during request handling. What could be the cause of that? This happens once or twice a day, at irregular times and intervals, with Resin 4.0.41 on OpenJDK 6 on Linux, but doesn't

[Resin-interest] web app being reloaded during request handling

2015-03-17 Thread Tom Turelinckx
Hi, On Resin 4, our web app is sometimes spontaneously being reloaded during request handling. What could be the cause of that? This happens once or twice a day, at irregular times and intervals, with Resin 4.0.41 on OpenJDK 6 on Linux, but doesn't happen in the same application with

[Resin-interest] alias-url-regexp

2014-03-11 Thread Tom Turelinckx
Hi, I'm trying to use the alias-url-regexp attribute introduced in Resin 4.0.22 to have multiple context paths to the same web app: web-app id=/foo alias-url-regexp=/foo-[^/]* root-directory=/x/y/z/foo/ When navigating to a page within the application (e.g. /foo-bar/welcome/user.html), the

[Resin-interest] precompiling jsps on Windows for deployment on Unix

2007-11-25 Thread Tom Turelinckx
Hello, I'm using Resin 3.1.3 (open-source version at the moment), and using JspCompiler in my ant script to build a .war file that contains precompiled jsps. I'm building this .war file on Windows, but deploy it on Solaris. This works fine, except that package and class names for the precompiled

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

2007-11-25 Thread Tom Turelinckx
Chris, In my (limited) experience, the watchdog process is determined by the value of watchdog-port configured for the server. If you don't configure a port explicitly, all servers will use the same default value, and hence the same watchdog process. I was also surprised that this works across