[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]

Re: TomCat



On Thu, Mar 30, 2000 at 01:38:24PM +0530, Rohit Singh wrote:
> [root@157 bin]# Exception in thread "main"
> java.lang.NoClassDefFoundError: org/apache/tomcat/startup/Tomcat

That class is in webserver.jar. Did you do a build using build.sh ?
Are you running from a src or binary distributio ? Make sure that
TOMCAT_HOME is pointing to the right thing.

	-Arun