Forum OpenACS Q&A: Re: Re: Re: nsjk2 module

Collapse
5: Re: Re: Re: nsjk2 module (response to 4)
Posted by Steve Manning on
Is it possible that it just isn't seeing the JVM? Might be worth checking your paths and environment variabls for the user that aols runs as.

- Steve
Collapse
Posted by Nick Carroll on
I set the JAVA_HOME variable as follows:

sudo /usr/bin/env -i JAVA_HOME=/usr/local/j2sdk1.4.2_04 TOMCAT_HOME=/usr/local/tomcat LD_LIBRARY_PATH=/usr/local/tomcat/lib:/usr/local/j2sdk1.4.2_04/jre/lib/i386:/usr/local/j2sdk1.4.2_04/jre/lib/i386/server /usr/local/aolserver/bin/nsd -ft /usr/local/aolserver/sample-config.tcl -u ncarroll -g web

I don't think the paths are the problem.