Hi, >has caused an exception in catalina.out (is at the end of the mail). >Afer 200 queries the system is still alive... but it does not souds >encouraging for me. The crash was not easily reproducible.
Well, I'm glad it's still alive ;) > <Host name="localhost" debug="0" appBase="webapps" > unpackWARs="true" autoDeploy="true" > xmlValidation="false" xmlNamespaceAware="false"> > <Logger className="org.apache.catalina.logger.FileLogger" > directory="logs" prefix="localhost_log." suffix=".txt" > timestamp="true"/> > <Context path="/GuiDeBook" docBase="GuiDeBook" debug="5" >reloadable="true" /> One minor note here: autoDeploy="true" AND an explicit Context declaration are usually not what you want. It's usually either/or. >I did a "find / -name "hs_err*" " (and the same with "core" or "dump") >but I can't find any file. >I don't how I can determine the running directory of the JVM. It's the directory from which you run startup.bat or startup.sh. >GRAVE: Error starting static Resources >java.lang.IllegalArgumentException: Document base >/usr/local/tomcat/webapps/balancer does not exist or is not a readable >directory Oh, when you remove the balancer webapp directory make sure to also remove the balancer.xml configuration file at conf/Catalina/localhost. Yoav This e-mail, including any attachments, is a confidential business communication, and may contain information that is confidential, proprietary and/or privileged. This e-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]
