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

2007-04-05 Thread j.random.programmer
--- Sam <[EMAIL PROTECTED]> wrote: > > -Djava.library.path=${CLASSPATH} You sure about this ? I tried it. I put the above in resin.conf. This is what I got: unix> /tmp/resin-3.1.0/conf# ../bin/httpd.sh -verbose - [...] java \ -Djava.util.

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

2007-04-05 Thread Sam
> I need to be able to use $CLASSPATH (and the value it > contains) > > -Djava.library.path=$CLASSPATH > is not going to work now, is it ? Try: -Djava.library.path=${CLASSPATH} -- Sam ___ resin-interest mailing list resin-interest@caucho.com http:/

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

2007-04-05 Thread j.random.programmer
Jose said: > You have to specify it as a jvm-arg, which is now a > child of e.g., > > > > > -Djava.library.path=/some/path > Did you read the part where I said: > unix> httpd.sh -verbose -cp $CLASSPATH > > I've a lot of libraries and classes on my system classpath, many > of whi

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

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

2007-04-05 Thread j.random.programmer
Hi: I posted this message earlier but it didn't hit the resin mailing list, as far as i can tell, since I wasn't subscribed. I'm subscribed now :-) So, I had a question about having resin 3.1.0 use the system classpath. I've tried specifying the -cp flag, such as: unix> httpd.sh -verbose -cp $CL