Re: java-linux-tomcat configuration problem

2001-07-13 Thread DA Schaupner
What is the infamous bug for jdk? Thanks! Dan From: Adam Fowler [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: java-linux-tomcat configuration problem Date: Thu, 12 Jul 2001 22:09:53 + Hi, You have two versions of httpd running!?! Make sure that if you

Re: java-linux-tomcat configuration problem

2001-07-12 Thread DA Schaupner
Hello again: Quick thanks for your responses .. now more background, as requested. a) The contexts that I am running are the ones that came with apache, outlined in server.xml. I was able to start up those instances with jre (but not the example jsps, another problem). b) I am running Red

java/linux/tomcat configuration problem

2001-07-11 Thread DA Schaupner
I installed jdk 1.3.1 on my linux box to support tomcat, and set the PATH variable accordingly. However, now the instances of my server don't start up and java hangs. (The TOP command shows that java is consuming 97% of my CPU!!!). Has anybody seen this behaviour before? If so, what is the

can run tomcat on linux servlets but not jsp's

2001-07-10 Thread DA Schaupner
Hi: I am trying to run Tomcat on Linux 2.2. I have been able to run Tomcat with JRE1.2, but not been able to run any of the example jsp's (i have been able to run the servlets). I think i've set the CLASSPATH properly (TOMCAT_HOME/webapps/example/WEB-INF/classes, TOMCAT_HOME/src). Again, no