RE: Tomcat startup error.

2004-11-22 Thread Shapira, Yoav
... and to add to my previous message, also check out the Tomcat FAQ's section on logging with log4j and commons-logging. Yoav Shapira http://www.yoavshapira.com -Original Message- From: g k [mailto:[EMAIL PROTECTED] Sent: Monday, November 22, 2004 11:16 AM To: [EMAIL PROTECTED]

RE: Tomcat startup error.

2004-11-22 Thread Shapira, Yoav
Hi, This is not an out-of-the-box Tomcat. Modify your log4j properties so that they don't look for a non-existent (or not running) JMS server ;) Yoav Shapira http://www.yoavshapira.com -Original Message- From: g k [mailto:[EMAIL PROTECTED] Sent: Monday, November 22, 2004 11:16 AM To:

RE: Tomcat startup error

2004-08-13 Thread Shapira, Yoav
:28 PM To: Tomcat Users List Subject: Re: Tomcat startup error On Thu, Aug 12, 2004 at 02:30:37PM -0700, Techs wrote: : We're running tomcat 4.1 on redhat linux 9, when I try to start the service : it it fails. The following is located in the catalina.out file: : : java.util.zip.ZipException

Re: Tomcat startup error

2004-08-12 Thread QM
On Thu, Aug 12, 2004 at 02:30:37PM -0700, Techs wrote: : We're running tomcat 4.1 on redhat linux 9, when I try to start the service : it it fails. The following is located in the catalina.out file: : : java.util.zip.ZipException: No such file or directory : at

Re: Tomcat startup error

2003-08-14 Thread vikas jain
try this: http://www.moreservlets.com/Using-Tomcat-4.html#Set-CLASSPATH From: krishnakumar kumaraswamypillai [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Tomcat startup error Date: Fri, 8 Aug 2003 03:20:04 -0700 (PDT) hi all i have installed JAVA

Re: Tomcat startup error

2003-08-14 Thread Jeff Tulley
I have seen this before when running Tomcat on Windows when I have not had the XML parsing jars anywhere on my path. Either install and use a 1.4.1 JVM, setting JAVA_HOME appropriately, or (I think) it should be sufficient to get the right XML parsing jars in your tomcat common\endorsed

RE: Tomcat startup error

2003-08-14 Thread Shapira, Yoav
Howdy, CLASSPATH does not have to be set, if you mean the environment variable CLASSPATH. See the RELEASE-NOTES for tomcat's section on XML Parsers. Yoav Shapira Millennium ChemInformatics -Original Message- From: krishnakumar kumaraswamypillai [mailto:[EMAIL PROTECTED] Sent: Friday,

RE: Tomcat startup error

2001-11-15 Thread Larry Isaacs
This is likely a CLASSPATH problem. For example, having j2ee.jar on your CLASSPATH. Remove any non-Tomcat entries from your CLASSPATH and see if Tomcat will start. Add them back it one at a time until you see which one is causing the problem. Larry -Original Message- From: Srinivas

RE: Tomcat Startup Error

2001-06-06 Thread Ryan Thompson
you must be root to start it on a port below 1024 run it on 8080 or start it when you are root -Original Message-From: Mike Alba [mailto:[EMAIL PROTECTED]]Sent: Wednesday, June 06, 2001 2:55 PMTo: [EMAIL PROTECTED]Subject: Tomcat Startup Error Hi, Sorry for the

Re: Tomcat Startup Error

2001-06-06 Thread Michael Jennings
Hi, What operating system are you using? Which version of Java are you launching it with? What version of tomcat are you using? What user are you logged in as when you try to launch it? When you say you started tomcat on port 80, do you mean you modified the configuration file or files to

Re: Tomcat Startup Error

2001-06-06 Thread Milt Epstein
Sounds like they're trying to use a port they don't have permission for. On UNIX systems, using any port below 1024 requires root permission. But you probably don't want to be running tomcat as root. Best bet is to use tomcat on a port higher than 1024 (or use it with apache, which knows how

Re: tomcat startup error

2000-12-23 Thread javabettin
You need to put parser.jar in your classpath. Download at: http://java.sun.com/xml Dave --- utsab koirala [EMAIL PROTECTED] wrote: hi, i am using tomcat server in linux platform. It was working well but afterwards i tried to install xml in my linux box. then xml was also working well. but