servlet-api.jar jsp path is empty

2007-11-26 Thread Steven Crosley
Hi, I was getting this error from my app: Caused by: java.lang.NoClassDefFoundError: javax/servlet/jsp/tagext/ TagSupport So I looked in the servlet-api.jar file that was included with my Tomcat 6 download and noticed that the javax/servlet/jsp/ folder is empty. I'm guessing this was by

Re: servlet-api.jar jsp path is empty

2007-11-26 Thread Steven Crosley
- - Original Message - From: Steven Crosley [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Monday, November 26, 2007 1:07 PM Subject: servlet-api.jar jsp path is empty Hi, I was getting this error from my app: Caused by: java.lang.NoClassDefFoundError: javax/servlet

Re: servlet-api.jar jsp path is empty

2007-11-26 Thread Steven Crosley
Doesn't look like I have the jsp-api.jar anywhere else. Could there be another reason why it can't find the class? Thanks, Steven On Nov 26, 2007, at 1:05 PM, Caldarale, Charles R wrote: From: Steven Crosley [mailto:[EMAIL PROTECTED] Subject: Re: servlet-api.jar jsp path is empty Ah, ok

log4j error

2007-11-16 Thread Steven Crosley
I'm getting the following error when Tomcat 6.0.14 starts up, and after the the server starts up, I no longer get any messages logged to catalina.out. Can someone tell me what I am doing that is causing this error? log4j:ERROR A org.apache.log4j.ConsoleAppender object is not assignable

Re: Clustering Tomcat with multiple machines

2007-11-08 Thread Steven Crosley
+CAS http://tomcat.apache.org/tomcat-5.5-doc/cluster-howto.html Basically, you need to set up multicast on your network, so that the machines can share session information. -Original Message- From: Steven Crosley [mailto:[EMAIL PROTECTED] Sent: Thursday, November 08, 2007 12:00 PM To: users

Clustering Tomcat with multiple machines

2007-11-08 Thread Steven Crosley
Hi, I've been scouring the web for documentation regarding clustering Tomcat on 3 machines. The only documentation I can find contains information about clustering 3 instances of Tomcat on the same machine. Can anyone tell me what exactly would need to be changed in order to use Tomcat