RE: newbie can't start tomcat

2005-07-11 Thread dsimmons
Thanks, I tried it, and this makes no change in the behavior. -Original Message- From: Mandar Vaidya [mailto:[EMAIL PROTECTED] Sent: Friday, July 08, 2005 2:44 PM To: 'Tomcat Users List' Subject: RE: newbie can't start tomcat Hi Doug, I believe you don't have to start it as ./bin

RE: newbie can't start tomcat

2005-07-11 Thread dsimmons
My goal is to get Sakai running, and it must have 1.4, so I guess I'm stuck with it. Thanks, Doug Simmons -Original Message- From: Luis Torres [mailto:[EMAIL PROTECTED] Sent: Friday, July 08, 2005 2:43 PM To: Tomcat Users List Subject: Re: newbie can't start tomcat It may

Re: newbie can't start tomcat

2005-07-11 Thread Paul Singleton
The clue is in 'Exception in thread main java.lang.NoClassDefFoundError: server' where it seems to be trying to load a class named 'server'. In your environment variables you have JAVA_OPTS=server -Xms512m -Xmx512m -verbose:gc -XX:+PrintGCDetails -XX:+PrintGC but the first option should

RE: newbie can't start tomcat

2005-07-11 Thread dsimmons
: Re: newbie can't start tomcat The clue is in 'Exception in thread main java.lang.NoClassDefFoundError: server' where it seems to be trying to load a class named 'server'. In your environment variables you have JAVA_OPTS=server -Xms512m -Xmx512m -verbose:gc -XX:+PrintGCDetails -XX:+PrintGC

newbie can't start tomcat

2005-07-08 Thread dsimmons
I have been googling the archives and anyplace else I can think of for my particular problem, for about three days, without success. ANY help would be greatly appreciated. I suspect a simple path problem or a missing component, but honestly I've been through about a half-dozen

RE: newbie can't start tomcat

2005-07-08 Thread Mandar Vaidya
@jakarta.apache.org Subject: newbie can't start tomcat I have been googling the archives and anyplace else I can think of for my particular problem, for about three days, without success. ANY help would be greatly appreciated. I suspect a simple path problem or a missing component, but honestly I've been through

Re: newbie can't start tomcat

2005-07-08 Thread Luis Torres
It may not be the best solution because you may have a special attachment to Java 1.4 but since you are running Solaris you can install JDK 1.5 anywhere (even /export/home) without it colliding with the overall SO Java installation. So why not use JDK 1.5, set your JAVA_HOME to your new Java