Missing catalina.bat

2005-08-09 Thread Kees Broenink
Hi, I just downloaded and installed Tomcat 5.5.9. When i wanted to configure JPDA I saw that catalina.bat is missing in the bin directory. So now I am starting Tomcat by running the tomcat5.exe. I scanned all config files, registry settings, release notes, documentation, mailing lists and did

RE: Missing catalina.bat

2005-08-09 Thread David Thielen
: Tuesday, August 09, 2005 7:39 AM To: 'Tomcat Users List' Subject: Missing catalina.bat Hi, I just downloaded and installed Tomcat 5.5.9. When i wanted to configure JPDA I saw that catalina.bat is missing in the bin directory. So now I am starting Tomcat by running the tomcat5.exe. I scanned

[SOLVED] Missing catalina.bat

2005-08-09 Thread Kees Broenink
=org.apache.juli.ClassLoaderLogManager That's it. Kees -Oorspronkelijk bericht- Van: Kees Broenink [mailto:[EMAIL PROTECTED] Verzonden: Tuesday, August 09, 2005 3:39 PM Aan: 'Tomcat Users List' Onderwerp: Missing catalina.bat Hi, I just downloaded and installed Tomcat 5.5.9. When i wanted

Query on catalina.bat of Tomcat 5.0.28

2005-04-01 Thread Lakshmi Narayanan K.
Hi All, In the file catalina.bat, the following lines of code are present: echo Using CATALINA_BASE: %CATALINA_BASE% echo Using CATALINA_HOME: %CATALINA_HOME% echo Using CATALINA_TMPDIR: %CATALINA_TMPDIR% echo Using JAVA_HOME: %JAVA_HOME% set _EXECJAVA=%_RUNJAVA

Re: Query on catalina.bat of Tomcat 5.0.28

2005-04-01 Thread Anto Paul
On Apr 1, 2005 2:11 PM, Lakshmi Narayanan K. [EMAIL PROTECTED] wrote: Hi All, In the file catalina.bat, the following lines of code are present: echo Using CATALINA_BASE: %CATALINA_BASE% echo Using CATALINA_HOME: %CATALINA_HOME% echo Using CATALINA_TMPDIR: %CATALINA_TMPDIR

NT Service / Tomcat 4 memory setting ignoring Catalina.bat

2004-09-23 Thread matt hall-smith
Hi there, I'm looking for any help on how to force the Tomcat NT Service installed with Tomcat 4.1.30 to respect the Xms and Xmx setting in Catalina.bat on startup of the Tomcat service. I have added to Catalina.bat : set CATALINA_OPTS=-Xms32M -Xmx256M ... but this is being ignored

RE: NT Service / Tomcat 4 memory setting ignoring Catalina.bat

2004-09-23 Thread matt hall-smith
Service / Tomcat 4 memory setting ignoring Catalina.bat Hi there, I'm looking for any help on how to force the Tomcat NT Service installed with Tomcat 4.1.30 to respect the Xms and Xmx setting in Catalina.bat on startup of the Tomcat service. I have added to Catalina.bat : set

JAVA_OPTS in catalina.bat (Tomcat 5.0.27)

2004-08-26 Thread Chris Ward
Hi, I've added set JAVA_OPTS= -Xms128m -Xmx128m to my catalina.bat file and Tomcat no longer starts. Same happens if I set JAVA_OPT as an environment variable (Windows XP). Anyone hit this? It works on my Tomcat 4.x catalina.bat file. Best regards Chris

RE: JAVA_OPTS in catalina.bat (Tomcat 5.0.27)

2004-08-26 Thread Dale, Matt
There must be an error message somewhere. Either in catalina.out or on the console. Put a pause in at the end of catalina.bat so it stays on screen when you try to start tomcat. -Original Message- From: Chris Ward [mailto:[EMAIL PROTECTED] Sent: 26 August 2004 11:17 To: [EMAIL

RE: JAVA_OPTS in catalina.bat (Tomcat 5.0.27)

2004-08-26 Thread Chris Ward
Thanks Matt, I've since found that it just didn't like the version of the command in catalina.bat (or setclasspath.bat) Fails = set JAVA_OPTS= -Xms128m -Xmx128m Succeeds = set JAVA_OPTS=-Xms128m -Xmx128m I'd seen some mailing list posting the other day that recommended putting

RE: JAVA_OPTS in catalina.bat (Tomcat 5.0.27)

2004-08-26 Thread Dale, Matt
It works fine on my XP machine and in 2K, what version of windows are you running? -Original Message- From: Chris Ward [mailto:[EMAIL PROTECTED] Sent: 26 August 2004 11:46 To: Tomcat Users List Subject: RE: JAVA_OPTS in catalina.bat (Tomcat 5.0.27) Thanks Matt, I've since found

RE: JAVA_OPTS in catalina.bat (Tomcat 5.0.27)

2004-08-26 Thread Chris Ward
previous mail) (In catalina.bat) Fails set JAVA_OPTS= -Xms128m -Xmx128m Succeedsset JAVA_OPTS= -Xms128m -Xmx128m(note trailing space still present) Best regards Chris -- Chris Ward, Horizon Asset Limited mailto:[EMAIL PROTECTED] Tel +44 (20) 7367 7028, Fax

Tomcat crash from catalina.bat, but not from starting as NT Servi ce

2003-11-17 Thread Wendell Holmes
following all the suggestions for increasing both stack and heap sizes in catalina.bat, the registry, jvm.cfg and NT system env variables, all to no avail. If you can offer any suggestions, please use baby steps, as I've been confused whether to use -mx128m, -Xmx128m, -Dsomethingelse. Thanks

how to configurate the catalina.bat to start Remote Debug with JPDA

2003-08-28 Thread Duong, Thanh
Hi, I am trying to start Tomcat with JPDA remote debug. But every time when I call catalina jpda start, tomcat doesn't start. I didnt get any error messages. I start catalina with following options: start Tomcat C:\JDeveloper\JDK1.3.1\bin\java -Xdebug

RE: JPDA_ADDRESS default in catalina.sh is 8000,but jdbconn in catalina.bat

2003-02-25 Thread Wendy Smoak
catalina.bat defaults to: JPDA_TRANSPORT=dt_shmem JPDA_ADDRESS=jdbconn I was not able to get JSwat to attach to Tomcat (4.1.20 on Win2000) using these settings, mostly because when I try to attach with a transport type of shared memory, it wants a shared name and I can't figure out what

Re: JPDA_ADDRESS default in catalina.sh is 8000, but jdbconnin catalina.bat

2003-02-25 Thread Jeanfrancois Arcand
I suspect you need to add something like JPDA_Connector=SharedMemoryAttach. I'm using Netbean and that's very easy using the current catalina.bat setting. You maybe want to ask the question to JSwat peoples since they probably know how to to that on win2k. -- Jeanfrancois. Wendy Smoak wrote

RE: JPDA_ADDRESS default in catalina.sh is 8000,but jdbconn in catalina.bat

2003-02-25 Thread Wendy Smoak
I suspect you need to add something like JPDA_Connector=SharedMemoryAttach. I'm using Netbean and that's very easy using the current catalina.bat setting. You maybe want to ask the question to JSwat peoples since they probably know how to to that on win2k. Ahhh... nevermind

JPDA_ADDRESS default in catalina.sh is 8000, but jdbconn in catalina.bat

2003-02-24 Thread Karr, David
It seems perfectly reasonable to me to default JPDA_ADDRESS to 8000, as is set in catalina.sh. However, I noticed that in catalina.bat, the default is not 8000, and isn't even a number, being jdbconn, whatever that means. What is the reason for that difference

Re: JPDA_ADDRESS default in catalina.sh is 8000, but jdbconnin catalina.bat

2003-02-24 Thread Jeanfrancois Arcand
to 8000, as is set in catalina.sh. However, I noticed that in catalina.bat, the default is not 8000, and isn't even a number, being jdbconn, whatever that means. What is the reason for that difference? - To unsubscribe, e-mail: [EMAIL

HELP! - Modifying Catalina.bat for RMI

2002-07-17 Thread James Milks
option to catalina.bat in the %_EXECJAVA% sections near the end of the file (which is what I did in tomcat.bat with TOMCAT 3) like this: -Djava.rmi.server.codebase=path to my interface stub classes; However, when I do this in catalina.bat, TOMCAT won't start (I'm using startup.bat, not the Start

Re: HELP! - Modifying Catalina.bat for RMI

2002-07-17 Thread Simon Oldeboershuis
managed to get everything working except RMI. I suspect that I simply need to add a configuration option to catalina.bat in the %_EXECJAVA% sections near the end of the file (which is what I did in tomcat.bat with TOMCAT 3) like this: -Djava.rmi.server.codebase=path to my interface stub

help launching with catalina.bat

2002-06-13 Thread Kevin O'Connor
i get this error message... C:\Apache\Tomcat 4.0\bincatalina run Using CATALINA_BASE: C:\Apache\Tomcat 4.0\ Using CATALINA_HOME: C:\Apache\Tomcat 4.0\ Using CATALINA_TMPDIR: C:\Apache\Tomcat 4.0\temp Using JAVA_HOME: c:\jdk1.3.1_02 Exception in thread main

RE: help launching with catalina.bat

2002-06-13 Thread Steven Cummings
Remove the space from your CATALINA_BASE (and _HOME) variables. Make it C:\Apache\Tomcat4.0. It thinks the 4.0 after the space is a package and class so it can't find 4/0. /S Kevin O'Connor [EMAIL PROTECTED] wrote: i get this error message... C:\Apache\Tomcat 4.0\bincatalina run Using

Re: help launching with catalina.bat

2002-06-13 Thread rsequeira
I'd remove the spaces in Tomcat 4.0 and try again. RS Kevin O'Connor [EMAIL PROTECTED] on 06/13/2002 12:08:41 PM Please respond to Tomcat Users List [EMAIL PROTECTED] To:[EMAIL PROTECTED] cc: Subject:help launching with catalina.bat i get this error message... C:\Apache\Tomcat

Re: help launching with catalina.bat

2002-06-13 Thread rsequeira
Ofcourse rename the folder too. RS [EMAIL PROTECTED] on 06/13/2002 12:13:27 PM Please respond to Tomcat Users List [EMAIL PROTECTED] To:Tomcat Users List [EMAIL PROTECTED] cc: Subject:Re: help launching with catalina.bat I'd remove the spaces in Tomcat 4.0 and try again. RS

Re[2]: help launching with catalina.bat

2002-06-13 Thread Jacob Kjome
Hello Steven, Actually, you can leave the directory as-is, but refer to it like this: CATALINA_BASE=C:\Apache\Tomcat~1 Do the same for the other environment vars. That give Tomcat a directory to look at with no spaces and NT will resolve the directory to the proper C:\Apache\Tomcat 4.0 Jake

Re: Question about Catalina.bat

2002-02-12 Thread Tom Bednarz
Irene, Please explain the following code in catalina.bat : %_STARTJAVA% %CATALINA_OPTS% -Dcatalina.base=%CATALINA_BASE% -Dcatalina.home=%CATALINA _HOME% org.apache.catalina.startup.Bootstrap %2 %3%9 start for example, -Dcatalina.home=%CATALINA_HOME% My only guess

AW: catalina.bat

2001-09-27 Thread Reto Badertscher
Hi Bob, If you start it from a DOS window you should see the messages and the window should stay. Reto -Ursprüngliche Nachricht- Von: Epling, Bob [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 27. September 2001 00:19 An: [EMAIL PROTECTED] Betreff: catalina.bat Hi all, I haven't

Re: AW: catalina.bat

2001-09-27 Thread Jim Cheesman
: Donnerstag, 27. September 2001 00:19 An: [EMAIL PROTECTED] Betreff: catalina.bat Hi all, I haven't been able to find the answer to this. How does one go about keeping the dos window open when catalina.bat errors? I would like to see what the exception is, but the window closes as soon as the error gets

AW: AW: catalina.bat

2001-09-27 Thread Reto Badertscher
I assumed that someone does not just opening a DOS window without entering any command. Sorry for that! Reto -Ursprüngliche Nachricht- Von: Jim Cheesman [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 27. September 2001 10:14 An: [EMAIL PROTECTED] Betreff: Re: AW: catalina.bat At 09

Re: catalina.bat

2001-09-27 Thread David Smith
Have you tried a pause command in the catalina.bat? Place it right after the point where things die and it should keep the window open. Or you could checking the log file 'catalina.out' which should also have any errors from startup. --David Smith On Wednesday 26 September 2001 06:18 pm

catalina.bat

2001-09-26 Thread Epling, Bob
Hi all, I haven't been able to find the answer to this. How does one go about keeping the dos window open when catalina.bat errors? I would like to see what the exception is, but the window closes as soon as the error gets displayed. I am trying to run tomcat4 on a winnt machine, in standalone