Yes, we just untar it and run it with something like the following script:
/**************************/
export JAVA_HOME=/opt/java/
export RESIN_HOME=/opt/[whatever]/ext/resin-pro-4.0.5
export SERVER_ROOT=/opt/[whatever]/server
$JAVA_HOME/bin/java \
-server \
-Djava.util.logging.manager=com.caucho.log.LogManagerImpl \
-Djava.security.egd=/dev/urandom \
-Dresin.home=${RESIN_HOME} \
-jar ${RESIN_HOME}/lib/resin.jar \
-conf ${SERVER_ROOT}/conf/resin.xml \
$*
/**************************/
Aaron
On 3/23/2010 3:50 PM, Rick Mann wrote:
I have not. I think that's probably a good idea, so late tonight I'll try installing it fresh. What's the right way to invoke it? Just not run make/make install? On Mar 23, 2010, at 13:46:43, Aaron Freeman wrote:Rick, Out of curiosity did you trying running a vanilla version of 4.0.5 without compiling (using Java sockets instead of the native sockets)? I am curious if you still have the issue with it uncompiled. Aaron On 3/23/2010 2:15 PM, Rick Mann wrote:On Mar 23, 2010, at 12:10:35, Scott Ferguson wrote:Rick Mann wrote:Scott, I've opened a bug for my 4.0.5 woes, including the config file and logs from my much more modern Open Solaris machine: http://bugs.caucho.com/view.php?id=3960Thanks for the detailed bug report. We're not seeing the behavior here yet, but the details should help track down the differences.Did the way I built and installed it have anything to do with the flakiness? No virus found in this incoming message. Checked by AVG - www.avg.com Version: 9.0.791 / Virus Database: 271.1.1/2765 - Release Date: 03/23/10 02:33:00_______________________________________________ resin-interest mailing list [email protected] http://maillist.caucho.com/mailman/listinfo/resin-interest_______________________________________________ resin-interest mailing list [email protected] http://maillist.caucho.com/mailman/listinfo/resin-interestNo virus found in this incoming message. Checked by AVG - www.avg.com Version: 9.0.791 / Virus Database: 271.1.1/2765 - Release Date: 03/23/10 02:33:00
_______________________________________________ resin-interest mailing list [email protected] http://maillist.caucho.com/mailman/listinfo/resin-interest
