Re: How to re-direct the default Tomcat home page

2005-09-11 Thread Mark Shifman
From the tomcat wiki.. How do I override the default home page loaded by Tomcat? http://wiki.apache.org/jakarta-tomcat/HowTo#head-e82228c43a0ce77f71ebe64fc99ced33c9506ffe Bruno Georges wrote: Hi Ben Someone already reply to this question in the list very recently. In a nutshell, name your web

Re: Java.lang.ClassNotFoundException: listeners.ContextListener

2005-02-06 Thread Mark Shifman
I had the same thing happen to me the other day. My listener stopped working as did my whole web app and it had been working fine for months. Look in /WEB-INF/classes and see if anything was compiled. I added a bad jar to my classpath and nothing compiled. When I removed the jar (which happen

Controlling logging level in catalina.out

2004-04-01 Thread Mark Shifman
I googled, looked at the tomcat faq and searched mail archives and couldn't find a reasonable answer (or one that I understand) but I'm sure it must be asked frequently. catalina.out has lots of INFO statements (using tomcat5). How can I control catalina.out logging so it only gets WARN or a

Re: IOException while loading persisted sessions: java.io.WriteAbortedException: writing aborted; java.io.NotSerializableException: org.apache.commons.logging.impl.Log4JLogger

2004-03-23 Thread Mark Shifman
not using any funny Manager. I also tried nesting in my context .xml but it didn't do anything. Mark Shifman Yoav Shapira - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: IOException while loading persisted sessions: java.io.WriteAbortedException: writing aborted; java.io.NotSerializableException: org.apache.commons.logging.impl.Log4JLogger

2004-03-23 Thread Mark Shifman
EMAIL PROTECTED] -- Mark Shifman MD. Ph.D. Yale Center for Medical Informatics Phone (203)737-5219 [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: IOException while loading persisted sessions: java.io.WriteAbortedException: writing aborted; java.io.NotSerializableException: org.apache.commons.logging.impl.Log4JLogger

2004-03-22 Thread Mark Shifman
en do your WAR copy and restart, do you still get the error? I don't see any session.cer file anywhere. $CATALINA_HOME/work, or anywhere along the path work/Catalina/localhost/chartms Yoav Shapira Millennium Research Informatics -Original Message----- From: Mark Shifman [mai

Re: IOException while loading persisted sessions: java.io.WriteAbortedException: writing aborted; java.io.NotSerializableException: org.apache.commons.logging.impl.Log4JLogger

2004-03-22 Thread Mark Shifman
-mail is intended only for the individual(s) to whom it is addressed, and may not be saved, copied, printed, disclosed or used by anyone else. If you are not the(an) intended recipient, please immediately delete this e-mail from your computer system and notify the sender. Thank you. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Mark Shifman MD. Ph.D. Yale Center for Medical Informatics Phone (203)737-5219 [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: IOException while loading persisted sessions: java.io.WriteAbortedException: writing aborted; java.io.NotSerializableException: org.apache.commons.logging.impl.Log4JLogger

2004-03-22 Thread Mark Shifman
truts. My only session attributes are a String , an Integer , an ArrayList and a String[]. the struts form beans, are DyanValidatorForm which are serializable. Yoav Shapira Millennium Research Informatics -Original Message- From: Mark Shifman [mailto:[EMAIL PROTECTED] Sent: M

IOException while loading persisted sessions: java.io.WriteAbortedException: writing aborted; java.io.NotSerializableException: org.apache.commons.logging.impl.Log4JLogger

2004-03-22 Thread Mark Shifman
My server .xml is set out of the box with: unpackWARs="true" autoDeploy="true" If I copy a war file to webapps when there is an active session present i get this error: IOException while loading persisted sessions: java.io.WriteAbortedException: writing aborted; java.io.NotSerializableExceptio

Re: Encountered exception java.lang.ThreadDeath on Starting from manager

2004-03-18 Thread Mark Shifman
r, that is) to a ServletContextListener's contextDestroyed method solves this issue. Yoav Shapira Millennium Research Informatics -Original Message----- From: Mark Shifman [mailto:[EMAIL PROTECTED] Sent: Thursday, March 18, 2004 1:54 PM To: Tomcat Users List Subject: Encoun

Encountered exception java.lang.ThreadDeath on Starting from manager

2004-03-18 Thread Mark Shifman
I am using 5.0.19 and Linux, When I stop my application via the manager, I can't start it again. I get this message Encountered exception java.lang.ThreadDeath What am I doing wrong. catalina.out shows Mar 18, 2004 1:26:19 PM org.apache.catalina.core.StandardHostDeployer stop INFO: standardHo

jsvc.exec error

2004-03-15 Thread Mark Shifman
I just installed and init.d script for jakarta-tomcat-5.0.19. I am running linux 2.4.21-9.ELsmp. The edited Tomcat5.sh script seems to work fine but I get this message logged to catalina.out when I stop tomcat: jsvc.exec error: Service exit with a return value of 143 I checked jsvc-unix.c b