[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

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 3.x and the system classpath

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

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

2007-04-05 Thread j.random.programmer
--- Sam [EMAIL PROTECTED] wrote: jvm-arg-Djava.library.path=${CLASSPATH}/jvm-arg 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 \