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 >

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] [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 place

[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-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

Re: [Resin-interest] Running two resin instances in different IPs

2007-04-17 Thread Jose Quinteiro
Did you use different watchdog ports as well? Anitha wrote: > Hello, > I am trying to run two resin servers; resin-pro 3.1.0 and > resin-pro-3.1.snap in my server in different IPs say 192.168.1.34 > and 192.168.1.35 . After > installing them whe

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 e.g., -Djava.library.path=/some/path Read all about it: http://www.caucho.com/resin-3.1/doc/server-tags.xtp#jvm-arg HTH, Jose. j.random.programmer wrote: > Hi: > > I posted this message earlier but it didn't hit the

Re: [Resin-interest] Resin 3.1.0: init() not called?

2007-03-20 Thread Jose Quinteiro
c/ioc-bean.xtp Saludos, Jose. Jose Quinteiro wrote: > If you drop the attached .war into resin-3.0.22 and then hit /inittest > with a browser (or wget or curl or whatever) you'll see the following in > the log: > > Setting stuff > Initializing stuff > > > If you do th

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] Startup differences between 3.0.23 and 3.1.0

2007-03-12 Thread Jose Quinteiro
Those are passed inside a configuration tag now: http://www.caucho.com/resin-3.1/doc/server-tags.xtp#jvm-arg I guess the watchdog uses those parameters to launch Java with the appropriate args. I don't know if you can control the Java args to the watchdog itself. I don't see anything encouragi

Re: [Resin-interest] Quercus is fantastic !

2007-03-10 Thread Jose Quinteiro
- David Campbell <[EMAIL PROTECTED]> wrote: > Running apt-get install libapache-mod-php5 is a lot easier than > running > Resin for 99.99% of people in my experience. Try "emerge resin" -- it's a whole lot less typing. ___ resin-interest mailing l

Re: [Resin-interest] 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 > http://maillist.ca

[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 resin-interest@

Re: [Resin-interest] Resin Pro 3.0.23

2007-02-07 Thread Jose Quinteiro
I've seen this a lot on tar files generated with ant (a Java build tool.) It's never caused any problems. Saludos, Jose. Shane Cruz wrote: > I am trying to untar the Unix/Linux version of Resin Pro 3.0.23 and am > getting the following tar warning: > > > > tar: A lone zero block at 48832 >

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

2007-02-02 Thread Jose Quinteiro
I'm not sure I understood your question, but I'm going to answer anyway (heh.) What we do is have different web-app-deploy paths, like this: "Host" can be a child of "cluster" so changing things in the app1 webapps directory should not affect any other cluster (or host?) T

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

2007-02-02 Thread Jose Quinteiro
Server-default is a child of "cluster", so Scott's way will work like this as well (of course.) Saludos, Jose. Scott Ferguson wrote: > On Feb 2, 2007, at 12:39 AM, Daniel López wrote: > >> Jose Quinteiro escribió: >> Hi, >> >> As Jose, I w

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

Re: [Resin-interest] Resin 3.1.0: init() not called?

2007-01-22 Thread Jose Quinteiro
Jose Quinteiro wrote: P.S. You won't be able to use ant to build the source until and unless you download the hessian .jar and drop it into the lib directory. But you should be able to. Corrected source attached. Reading this page: http://www.caucho.com/resin-3.1/doc/ioc

[Resin-interest] Resin 3.1.0: init() not called?

2007-01-19 Thread Jose Quinteiro
If you drop the attached .war into resin-3.0.22 and then hit /inittest with a browser (or wget or curl or whatever) you'll see the following in the log: Setting stuff Initializing stuff If you do the same to resin-3.1.0 you'll only see: Setting stuff Is this a bug? Source is in the tgz fi