Hi Rick, You need to run httpd.sh for Resin 3.0:
http://caucho.com/resin-3.0/install/install.xtp Emil On Mon, Apr 05, 2010 at 02:07:53PM -0700, Rick Mann wrote: > I'm trying to resurrect my old installation of Resin, 3.0.23, but it's not > launching for some reason. I can't figure out why it can't find a class it > seems it should have: > > CLASSPATH is empty > > $ /usr/java/bin/java -jar /usr/local/resin/lib/resin.jar -conf > /etc/resin/resin.conf -log-directory /var/log/resin -root-directory /var/www > Exception in thread "main" java.lang.NoClassDefFoundError: > com/caucho/server/boot/ResinBoot > Caused by: java.lang.ClassNotFoundException: com.caucho.server.boot.ResinBoot > at java.net.URLClassLoader$1.run(URLClassLoader.java:200) > at java.security.AccessController.doPrivileged(Native Method) > at java.net.URLClassLoader.findClass(URLClassLoader.java:188) > at java.lang.ClassLoader.loadClass(ClassLoader.java:306) > at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:276) > at java.lang.ClassLoader.loadClass(ClassLoader.java:251) > at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319) > > > What am I doing wrong? I've been so immersed in getting 4.x to run, and it's > been so long since I suffered through 3.0.x, I don't know what I'm doing > wrong. > > TIA, > Rick > > > > _______________________________________________ > 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-interest
