Re: [Resin-interest] Is there an easy way to do this? port

2007-02-01 Thread Jose Quinteiro
The way I've accomplished this is by having two different instances of Resin, with different conf files. It's easy to do with 3.0.x, a little harder with 3.1.0. HTH, Jose. Vinny wrote: Hi, I am trying figure out a way to do a kind of virtual hosting based on port number. I want my

[Resin-interest] JSTL URI in the docs is wrong

2007-03-06 Thread Jose Quinteiro
This just caused me a couple of hours of frustration. The taglib URI on this page http://www.caucho.com/resin-3.1/doc/jstl.xtp will not work. This URI will: http://java.sun.com/jsp/jstl/core HTH, Jose. ___ resin-interest mailing list

Re: [Resin-interest] ping-query not supported Resin 3.1

2007-03-07 Thread Jose Quinteiro
Are you using Resin Professional? It's not a feature of Resin open-source. Jacobs, Andrew wrote: This is documented as a feature, yet when used throws an error. ___ resin-interest mailing list resin-interest@caucho.com

Re: [Resin-interest] Too many open files

2007-03-13 Thread Jose Quinteiro
I'm assuming this is on Linux or something else that's Unixy. You can find out what your limit for open files is by typing ulimit -a. Here's an example from one of my systems: # ulimit -a core file size (blocks, -c) 0 data seg size (kbytes, -d) unlimited max nice

Re: [Resin-interest] Resin 3.x and the system classpath

2007-04-05 Thread Jose Quinteiro
You have to specify it as a jvm-arg, which is now a child of server e.g., server id= port=6801 http port=7071/ jvm-arg-Djava.library.path=/some/path/jvm-arg /server Read all about it: http://www.caucho.com/resin-3.1/doc/server-tags.xtp#jvm-arg HTH, Jose. j.random.programmer

Re: [Resin-interest] [Resin 0002646]: Resin does not work when it's run in the background

2008-05-19 Thread Jose Quinteiro
Scott Ferguson wrote: (snip) In your configuration, where is resin.root? i.e. where does the content go? That resin.root should be the only writable directory. Gentoo moves the Resin /ROOT webapp to /var/lib/resin/webapps, so it's reasonable to assume that Gentoo means /var/lib/resin to

[Resin-interest] Test, please ignore

2008-05-27 Thread Jose Quinteiro
Apologies. ___ resin-interest mailing list resin-interest@caucho.com http://maillist.caucho.com/mailman/listinfo/resin-interest

Re: [Resin-interest] [Resin 0002646]: Resin does not work when it's run in the background

2008-05-27 Thread Jose Quinteiro
Scott Ferguson wrote: Thanks. The log fix is a good one. Actually, though, we could also add the log-directory to the resin.conf since the watchdog reads the resin.conf. Either solution would be great. It's just inconvenient to have to hange log settings in two different places.

Re: [Resin-interest] Websphere?

2008-06-27 Thread Jose Quinteiro
Websphere = IBM. Weblogic = BEA. Confusing, ain't it? I switched the company I was working for from Websphere to Resin back in 2001. Websphere was an absolute nightmare to install back then, and we noticed no performance difference. Resin has changed a lot since then. I'm sure Websphere has

Re: [Resin-interest] 3.2 experience?

2008-10-29 Thread Jose Quinteiro
Same here. We're still on 3.0 'cause we haven't found the time to port our configs to 3.1. Just got the 3.0 configs to a point where I liked 'em, too. Saludos, Jose. On Oct 29, 2008, at 5:16 PM, Jean-Francois Lamy wrote: Same here. I don't quite get why the old style files can't be