Tomcat startup error

2005-06-16 Thread marco
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 hi, if i start tomcat 5.5.9 i get the following AssertionError: Exception in thread main java.lang.ExceptionInInitializerError Caused by: org.apache.commons.logging.LogConfigurationException: java.lang.AssertionError (Caused by

tomcat startup error

2005-03-03 Thread t.n.a.
I'm using eclipse and sysdeo. I attempted to make a small prototype application, but I can't get tomcat to start. This is what tomcat says when I try: SEVERE: Error deploying configuration descriptor klapa9.xml java.lang.NoClassDefFoundError: org/apache/log4j/Layout klapa9.xml looks like this:

Startup error Tomcat 5.5.4 and jdk1.5.0 on Fedora

2004-11-28 Thread Phill Ashworth
Hi I'm running Tomcat 5.5.4 with jdk1.5.0 on a Fedora Core 3 system. When I start Tomcat as a non-root user I get the Java HotSpot error below and then Tomcat loads. I have changed the whole Tomcat directory permissions to the user and group I want Tomcat to run as, I'm using the supplied

Tomcat startup error.

2004-11-22 Thread g k
Hi I am new to Tomcat. I have version 5.0.25 installed on my pc. When i startup tomcat using the startup.bat i get the following error (apologies for the long details). 22-Nov-2004 16:13:53 org.apache.coyote.http11.Http11Protocol init INFO: Initializing Coyote HTTP/1.1 on http-8081 22-Nov-2004

RE: Tomcat startup error.

2004-11-22 Thread Shapira, Yoav
] Subject: Tomcat startup error. Hi I am new to Tomcat. I have version 5.0.25 installed on my pc. When i startup tomcat using the startup.bat i get the following error (apologies for the long details). 22-Nov-2004 16:13:53 org.apache.coyote.http11.Http11Protocol init INFO: Initializing Coyote HTTP/1.1

RE: Tomcat startup error.

2004-11-22 Thread Shapira, Yoav
To: [EMAIL PROTECTED] Subject: Tomcat startup error. Hi I am new to Tomcat. I have version 5.0.25 installed on my pc. When i startup tomcat using the startup.bat i get the following error (apologies for the long details). 22-Nov-2004 16:13:53 org.apache.coyote.http11.Http11Protocol init INFO

Jni Error on Startup [error] workerEnv.initChannel() init failed for channel.jni:jni

2004-09-24 Thread Curles, Michael L
Trying to run Apache 2.0.50 mod_jk2 Tomcat 5.0.28 on Windows 2000 as in-process... Receive the following in Apache error log. Any ideas on what I may be missing/doing wrong? [error] workerEnv.initChannel() init failed for channel.jni:jni [Fri Sep 24 15:40:11

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

Tomcat startup error

2004-08-12 Thread Techs
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 java.util.zip.ZipFile.open(Native Method) at

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

startup error

2004-06-28 Thread Mendo, Anthony J.
I am new to Tomcat and need some help just getting started. The error I am getting is: The CATALINA_HOME environment variable is not defined correctly... In the RUNNING.txt file states: There are two techniques by which Tomcat 4.0 can be started: * Via an environment variable: - Set an

Re: startup error

2004-06-28 Thread Woodchuck
hi, i would recommend you do the first technique, which is to set an environment variable in windows called CATALINA_HOME. the value in your case would be c:\tomcat (without the quotes) do you know how to do this? (which operating system are you using?) --- Mendo, Anthony J. [EMAIL

Re: startup error

2004-06-28 Thread Giuseppe Briotti
But where am I suppost to point? my install is: c:\tomcat Thus for you %CATALINA_HOME% = C:\tomcat G -- Giuseppe Briotti [EMAIL PROTECTED] Alme Sol, curru nitido diem qui promis et celas aliusque et idem nasceris, possis nihil urbe Roma visere maius. (Orazio)

RE: startup error

2004-06-28 Thread Mendo, Anthony J.
thanks but no joy. I had that. -Original Message- From: Giuseppe Briotti [mailto:[EMAIL PROTECTED] Sent: Monday, June 28, 2004 2:56 PM To: [EMAIL PROTECTED] Subject: Re: startup error But where am I suppost to point? my install is: c:\tomcat Thus for you %CATALINA_HOME% = C

RE: startup error

2004-06-28 Thread Hans
but no joy. I had that. -Original Message- From: Giuseppe Briotti [mailto:[EMAIL PROTECTED] Sent: Monday, June 28, 2004 2:56 PM To: [EMAIL PROTECTED] Subject: Re: startup error But where am I suppost to point? my install is: c:\tomcat Thus for you %CATALINA_HOME% = C:\tomcat G -- Giuseppe

Re: startup error

2004-06-28 Thread Hassan Schroeder
Mendo, Anthony J. wrote: thanks but no joy. I had that. ? So you open a command window and enter C: echo %CATALINA_HOME% and get what? What version of Win* are you running? -- Hassan Schroeder - [EMAIL PROTECTED] Webtuitive Design === (+1) 408-938-0567 ===

RE: startup error

2004-06-28 Thread Mendo, Anthony J.
Now I am getting different errors: the variable value when opening the window is: Variable Name: %CATALINA_HOME% Variable Value: C:\tomcat this is what displays... C:\%CATALINA_HOME% 'C:\tomcat\bin\' is not recognized as an internal or external command, operable program or batch file. so if I

RE: startup error

2004-06-28 Thread Hans
Hi, your startup script might not be correct. It can be found, however the script tells you, the CATALINA HOME is not set, but it is. Correct the error in the startup script or fix the inconsistency in your output: Variable Value: C:\tomcat this is what displays... C:\%CATALINA_HOME%

Re: startup error

2004-06-28 Thread Hassan Schroeder
Mendo, Anthony J. wrote: Now I am getting different errors: the variable value when opening the window is: Variable Name: %CATALINA_HOME% Variable Value: C:\tomcat this is what displays... C:\%CATALINA_HOME% 'C:\tomcat\bin\' is not recognized as an internal or external command, operable program or

Re: RE: startup error

2004-06-28 Thread Giuseppe Briotti
Hi, when in your command prompt and you execute echo %CATALINA_HOME% do you actually see c:\tomcat being printed? Because I don't think that %CATALINA_HOME%=c:\tomcat is going to work. Should be something like SET CATALINA_HOME=c:\tomcat greetz Hans Of course Hans, you're right

RE: startup error

2004-06-28 Thread FRANCOIS Dufour
here [EMAIL PROTECTED] administrateur http://entre-nous.qc.tc From: Mendo, Anthony J. [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List (E-mail) [EMAIL PROTECTED] Subject: startup error Date: Mon, 28 Jun 2004 11:23:11 -0700 I am new to Tomcat and need some help

Tomcat 4.0.6 service startup error

2004-04-14 Thread rtfrench1
I'm receiving the following startup error for the Tomcat 4.0.6. It's loaded but just not starting either set up as a service or manual startup. This is the stdout.log file. Create Catalina server Exception during startup processing java.lang.ClassNotFoundException

Startup error Tomcat 4.

2003-11-21 Thread Bruchem, A. van (Alexander)
I have setup a Sun Solaris v9 system with Java 2 SDK 1.4.2 and Tomcat 4.1.29 Also updated from Sun the Recommended versions for v9. I try to run Tomcat without Apache, so stand-alone. I set the JAVA_HOME to /usr/j2se This however won't work, if I look in catalina.out I have:

RE: Startup error Tomcat 4.

2003-11-21 Thread Shapira, Yoav
: Startup error Tomcat 4. I have setup a Sun Solaris v9 system with Java 2 SDK 1.4.2 and Tomcat 4.1.29 Also updated from Sun the Recommended versions for v9. I try to run Tomcat without Apache, so stand-alone. I set the JAVA_HOME to /usr/j2se This however won't work, if I look in catalina.out I have

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
-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 2 SDK 1.3.1_08 Apache HTTP server 2.0.47

RE: Tomcat startup error

2003-08-14 Thread Shapira, Yoav
, August 08, 2003 6:20 AM To: [EMAIL PROTECTED] Subject: Tomcat startup error hi all i have installed JAVA 2 SDK 1.3.1_08 Apache HTTP server 2.0.47 Apache Tomcat 4.1 on starting tomcat i get the error: Created catalinaLoader in: C:\Program Files\Apache Group\Tomcat

Tomcat startup error

2003-08-09 Thread krishnakumar kumaraswamypillai
hi all i have installed JAVA 2 SDK 1.3.1_08 Apache HTTP server 2.0.47 Apache Tomcat 4.1 on starting tomcat i get the error: Created catalinaLoader in: C:\Program Files\Apache Group\Tomcat 4.1\server\lib java.lang.NoClassDefFoundError: org/xml/sax/InputSource

startup error

2003-07-24 Thread Bradley Haughn
I found someone had posted the same error that I'm having but I'm having trouble finding the answer. Heres what Yakov Belov had posted: Dear All, when I try to start up tomcat I receive the following exception: Exception during startup processing java.lang.reflect.InvocationTargetException:

startup error

2003-06-12 Thread Sandra Williams
Hi, I've just installed jakarta-tomcat-4.1.24 on Windows 2000 (I'm upgrading from jakarta-tomcat-3.2.1 which I have not deleted yet). I have jdk version 1.3.1 When I run startup.bat I get the following error in the log file: 2003-06-11 19:06:21 Error compiling file:

Re: startup error

2003-06-12 Thread Daniel Ost
Hi, you have to set a additional parameter in the {CATALINA-HOME}/conf/web.xml file. Add in the jsp - servlet section the following: init-param param-namefork/param-name param-valuefalse/param-value /init-param CU Daniel --- Sandra Williams [EMAIL

Re: startup error

2003-06-12 Thread Sandra Williams
] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, June 12, 2003 10:28 AM Subject: Re: startup error Hi, you have to set a additional parameter in the {CATALINA-HOME}/conf/web.xml file. Add in the jsp - servlet section the following: init-param param-namefork

Re: startup error

2003-06-12 Thread Daniel Ost
PROTECTED] Sent: Thursday, June 12, 2003 10:28 AM Subject: Re: startup error Hi, you have to set a additional parameter in the {CATALINA-HOME}/conf/web.xml file. Add in the jsp - servlet section the following: init-param param-namefork/param-name

Re: startup error

2003-06-12 Thread Sandra Williams
List [EMAIL PROTECTED] Sent: Thursday, June 12, 2003 1:35 PM Subject: Re: startup error Hi, mmh, no idea, sorry. After adding the additional rows into web.xml, every of my jsps run smoothly. Did you eleminate the usual suspects like classpath, every needed jar is in place (especially

RE: startup error

2003-06-12 Thread Shapira, Yoav
ChemInformatics -Original Message- From: Sandra Williams [mailto:[EMAIL PROTECTED] Sent: Thursday, June 12, 2003 5:23 AM To: [EMAIL PROTECTED] Subject: startup error Hi, I've just installed jakarta-tomcat-4.1.24 on Windows 2000 (I'm upgrading from jakarta-tomcat-3.2.1 which I have not deleted

RE: startup error

2003-06-12 Thread Angus Mezick
but not the other way around. --Angus -Original Message- From: Sandra Williams [mailto:[EMAIL PROTECTED] Sent: Thursday, June 12, 2003 5:48 AM To: Tomcat Users List Subject: Re: startup error Hi, Thanks. I added the code as you suggested and now I get this error: 2003-06-12 10:38

RE: Startup error

2003-06-06 Thread Luc Foisy
compiler RedHat-9 for i386 compat-libstdc++-7.3-2.96.118.i386.rpm Thanks for looking at my ramblings :) -Original Message- From: Luc Foisy Sent: Wednesday, June 04, 2003 9:03 AM To: Tomcat User List (E-mail) Subject: Startup error I am getting the following error in my catalina.out

Re: Startup error

2003-06-06 Thread Tim Shaw
++-7.3-2.96.118.i386.rpm Thanks for looking at my ramblings :) -Original Message- From: Luc Foisy Sent: Wednesday, June 04, 2003 9:03 AM To: Tomcat User List (E-mail) Subject: Startup error I am getting the following error in my catalina.out Error: failed /usr/java/j2sdk1.4.0_03/jre

Re: Startup error

2003-06-06 Thread John Turner
To: Tomcat User List (E-mail) Subject: Startup error I am getting the following error in my catalina.out Error: failed /usr/java/j2sdk1.4.0_03/jre/lib/i386/client/libjvm.so, because libstdc++-libc6.1-1.so.2: cannot open shared object file: No such file or directory I am using RedHat 9.0 Which

RE: Startup error

2003-06-06 Thread Luc Foisy
for i386 compat-libstdc++-7.3-2.96.118.i386.rpm Thanks for looking at my ramblings :) -Original Message- From: Luc Foisy Sent: Wednesday, June 04, 2003 9:03 AM To: Tomcat User List (E-mail) Subject: Startup error I am getting the following error in my catalina.out Error

Startup error

2003-06-05 Thread Luc Foisy
I am getting the following error in my catalina.out Error: failed /usr/java/j2sdk1.4.0_03/jre/lib/i386/client/libjvm.so, because libstdc++-libc6.1-1.so.2: cannot open shared object file: No such file or directory I am using RedHat 9.0 Which package do I need to install to get this to function?

Startup Error

2003-03-27 Thread Luis A
Hi, I am running for the first time Tomcat 5, and I am getting the following exception on startup - the index page opens fine, but I wonder if there is something wrong: Thanks, Luis. Mar 26, 2003 6:59:02 PM org.apache.catalina.core.StandardContext loadOnStartup SEVERE: Servlet

Startup Error

2003-01-09 Thread Nathan McMinn
First, thanks to everyone for all the help. I just have one more question. When starting tomcat (4.1.18 on win xp, jdk 1.4.1_01). I receive this error message: WebappClassLoader: validateJarFile(C:\TomcatTest\webapps\wwxchange\WEB-INF\lib\s ervlet.jar) - jar not loaded. See Servlet Spec 2.3,

RE: Startup Error

2003-01-09 Thread Donie Kelly
Try removing the servlet.jar from you WEB-INF/lib directory as it's already in the tomcat/common/lib directory Donie -Original Message- From: Nathan McMinn [mailto:[EMAIL PROTECTED]] Sent: 09 January 2003 13:47 To: Tomcat Users List Subject: Startup Error First, thanks to everyone

Re: Startup Error

2003-01-09 Thread Nathan McMinn
DOH! thanks - Original Message - From: Donie Kelly [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Thursday, January 09, 2003 7:41 AM Subject: RE: Startup Error Try removing the servlet.jar from you WEB-INF/lib directory as it's already in the tomcat/common/lib

Startup error

2002-10-15 Thread Mihai Gheorghiu
TC4.0.2 jdk1.4.1 RH7.1 Everything went fine until this morning, when TC stopped loading my application when started. Catalina.out shows: ERROR reading java.io.FileInputStream@88e2dd At Line 2340 /web-app/servlet-mapping It seems to come from web.xml, because if I add a blank line, the error

HELP! Tomcat startup error

2002-03-19 Thread Kwan, William
Hi, Here is a debug of my startup. Could someone please help me?? C:\catalina run -debug Using CATALINA_BASE: C:\JAVA\APACHE TOMCAT 4.0 Using CATALINA_HOME: C:\JAVA\APACHE TOMCAT 4.0 Using CATALINA_TMPDIR: C:\JAVA\APACHE TOMCAT 4.0\temp Using JAVA_HOME: C:\JAVA\JDK1.3.1_02

Re: HELP! Tomcat startup error

2002-03-19 Thread matt
Looks like you don't have xerces-j installed. You can download it here: http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0.3/ Make sure the xerces.jar file is in your classpath. $CATALINA_HOME/lib is a good place. Matt Hi, Here is a debug of my startup. Could someone

RE: HELP! Tomcat startup error

2002-03-19 Thread Kwan, William
I figured it out. I needed jdk1.4 because there are extra classes being called in tomcat 4.03. talk to you later, Will -Original Message- From: Kwan, William [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 19, 2002 11:54 AM To: Tomcat user (E-mail) Subject: HELP! Tomcat startup error

RE: HELP! Tomcat startup error

2002-03-19 Thread Andy Eastham
William, Try renaming the tomcat directory so that it has no spaces in it. This usually breaks anything written in java. Andy -Original Message- From: Kwan, William [mailto:[EMAIL PROTECTED]] Sent: 19 March 2002 19:54 To: Tomcat user (E-mail) Subject: HELP! Tomcat startup error

RE: HELP! Tomcat startup error

2002-03-19 Thread Kwan, William
Thanks Matt. That made me realize I downloaded the light version. I downloaded the full version and it works great. Will -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 19, 2002 7:04 AM To: [EMAIL PROTECTED] Subject: Re: HELP! Tomcat startup

Startup error: no userdatabase

2002-02-02 Thread www.custos.de Information
hello, I have an major error while starting tomcat 4.0 on a apache webserver on win2k. After install tomcat, the first startup works fine. After I shutdown the servlet and the start it again an error message occurs No UserDatabase component found... So the tomcat doesn't start up. I reinstalled

Tomcat startup error

2001-11-15 Thread Srinivas Velidanda
Following error is occuring while starting up the Tomcat server. I have downloaded tomcat archive for 2 times still i am not able to work with JSPs. Server is working fine with Servlets. Please suggest me the solution. java.lang.ClassNotFoundException:

RE: Tomcat startup error

2001-11-15 Thread Larry Isaacs
Velidanda [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 15, 2001 5:03 AM To: [EMAIL PROTECTED] Subject: Tomcat startup error Importance: High Following error is occuring while starting up the Tomcat server. I have downloaded tomcat archive for 2 times still i am not able to work

Tomcat 3.3 Startup error

2001-11-15 Thread Sean M McGrath/AC/VCU
Please assist with correcting the following tomcat startup error ... # startup.sh Using classpath: ./../lib/tomcat.jar Using JAVA_HOME: /usr/java130 Using TOMCAT_HOME: /usr/local/jakarta/jakarta-tomcat-3.3 # Exception in thread main java.lang.NoClassDefFoundError: org/apache/tomcat/s

RE: Tomcat 3.3 Startup error

2001-11-15 Thread Larry Isaacs
PROTECTED]] Sent: Thursday, November 15, 2001 4:33 PM To: [EMAIL PROTECTED] Subject: Tomcat 3.3 Startup error Please assist with correcting the following tomcat startup error ... # startup.sh Using classpath: ./../lib/tomcat.jar Using JAVA_HOME: /usr/java130 Using TOMCAT_HOME

RE: Tomcat 3.3 Startup error

2001-11-15 Thread Sean M McGrath/AC/VCU
to Tomcat Users List To: 'Tomcat Users List' [EMAIL PROTECTED] cc: Subject:RE: Tomcat 3.3 Startup error Unfortunately, I don't see an obvious reason why a class in tomcat.jar isn't found when it appears to be in the classpath. Can you display

RE: Tomcat 3.3 Startup error

2001-11-15 Thread Larry Isaacs
[mailto:[EMAIL PROTECTED]] Sent: Thursday, November 15, 2001 5:02 PM To: Tomcat Users List Subject: RE: Tomcat 3.3 Startup error Larry et al Ignorance is bliss How does one go about displaying the contents with the jar program? I install proprietary software and am not a developer so bear

RE: Tomcat 3.3 Startup error

2001-11-15 Thread Sean M McGrath/AC/VCU
McGrath [EMAIL PROTECTED] Data Services 828-6950 Larry Isaacs [EMAIL PROTECTED] 11/15/01 04:59 PM Please respond to Tomcat Users List To: 'Tomcat Users List' [EMAIL PROTECTED] cc: Subject:RE: Tomcat 3.3 Startup error I'm a Windows user, but I would expect

Tomcat 3.2.3 Startup Error Ctx() socket write error..What going on?

2001-08-12 Thread Bryan Lentz
Hi all, using w2k, jdk1.3,tomcat 3.2.3, peer to peer network 2001-08-12 22:49:35 - ContextManager: Adding context Ctx( /examples ) 2001-08-12 22:49:35 - ContextManager: Adding context Ctx( /admin ) Starting tomcat. Check logs/tomcat.log for error messages 2001-08-12 22:49:35 - ContextManager:

Tomcat Startup Error

2001-06-06 Thread Mike Alba
Hi, Sorry for the beginner question but at least it is a tomcat question ;) Anyway when I try to start tomcat on port 80 I get a java.net.BindException: Permission denied Error and it fails can someone please tell me why? Thanks in advance for yor help!

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

Re: Tomcat Startup Error

2001-06-06 Thread Michael Jennings
to use port 80? Do you prefer pepsi or coke? Any information you can send along helps! -Mike - Original Message - From: Mike Alba To: [EMAIL PROTECTED] Sent: Wednesday, June 06, 2001 2:55 PM Subject: Tomcat Startup Error Hi, Sorry for the beginner question

Re: Tomcat Startup Error

2001-06-06 Thread Milt Epstein
, 2001 2:55 PM Subject: Tomcat Startup Error Hi, Sorry for the beginner question but at least it is a tomcat question ;) Anyway when I try to start tomcat on port 80 I get a java.net.BindException: Permission denied Error and it fails can someone please tell me why

Tomcat is not starting - How to trap the startup error?

2001-05-04 Thread Web master
Hello, I am using Tomcat as my server and it was working fine till yesterday. Somebody was in my system to install bunch of stuff and after that, when I tried to start the server, it starts and the JAVA console comes and it disappears in a second,. Since I couldn't see, what was in the

Re: Tomcat is not starting - How to trap the startup error?

2001-05-04 Thread Noel E. Lecaros
Hi, (your-name-here) Assuming it's Windows, just open a DOS prompt and type the command startup located in the bin subdirectory. If you get an exception filling up the console, on NT you can simply increase the window size, reduce the console screen font, and increase the console buffer. On

RE: Tomcat is not starting - How to trap the startup error?

2001-05-04 Thread Craig O'Brien
changed. Regards, Craig -Original Message- From: Web master [mailto:[EMAIL PROTECTED]] Sent: Friday, May 04, 2001 10:20 AM To: [EMAIL PROTECTED] Subject: Tomcat is not starting - How to trap the startup error? Hello, I am using Tomcat as my server and it was working fine till yesterday

RE: Tomcat is not starting - How to trap the startup error?

2001-05-04 Thread Chris Andreou
go under bin and type tomcat run also make sure that you have Normal Http for tomcat on -Original Message- From: Web master [mailto:[EMAIL PROTECTED]] Sent: Friday, May 04, 2001 12:20 PM To: [EMAIL PROTECTED] Subject: Tomcat is not starting - How to trap the startup error? Hello

Re: Tomcat is not starting - How to trap the startup error?

2001-05-04 Thread MTiffany71
If you are using Win9x AND you're starting Tomcat from the DOS batch file script (which it sounds like you are...), when the DOS console appears, just click the "properties" button: When the properties dialog box pops up it will prevent the DOS box from closing. You'll be able to read the error

tomcat startup error

2000-12-23 Thread utsab koirala
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 when i reboot the system and tried to startup the tomcat-apache server i got this type of error: and also i tried by removing the

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