RE: Tomcat Exception

2006-11-25 Thread Martin Gainty
Please verify the existence of the following required jars $CATALINA_HOME/bin/bootstrap.jar - Contains the main() method that is used to initialize the Tomcat 5 server, and the class loader implementation classes it depends on. $JAVA_HOME/lib/tools.jar - Contains the "javac" compiler used to con

Re: Tomcat Exception

2006-11-24 Thread Gaurav Kushwaha
Did you try your web app in a different installation of Tomcat ? I think your Tomcat installation is messed up. On 11/25/06, nayabinghi <[EMAIL PROTECTED]> wrote: I recently deployed a application and on startup Tomcat throws the exception below. I have posted this in java forum thinking it i

Re: tomcat exception

2006-06-14 Thread Martin Gainty
More than likely the port is already bound.. shut the server down and look for the PortNumber you are looking for- netstat -a | grep NameOfPortYouAreAdvertisingOn M- * This email message and any files transmitted with it contain c