Re: Question about tomcat startup ConcurrentModificationException

2005-09-28 Thread Maurice Yarrow
Hello Jilles So I have downloaded the mx4j-2.1.1.tar and untarred it, but since there is no exact match for jmx.jar in the mx4j distribution I zipinfo'd and sorted: the original tomcat/bin/jmx.tar (235 classes) mx4j.jar (285 classes) When diff'd, mostly a good

Re: Question about tomcat startup ConcurrentModificationException

2005-09-27 Thread Jilles van Gurp
The fix is to replace the mx4j jar file in the release (bin/jmx.jar) with the fixed version (latest 2.1.x) which has been available for a long time now from the mx4j project site. You might also search this mailinglist. This must be one of the more frequently raised topics. I know I found the

Question about tomcat startup ConcurrentModificationException

2005-09-26 Thread Maurice Yarrow
Hello Tomcat people When tomcat is restarted, it occasionally (1 in 25 times) gets the below exception. (tomcat 5.0.28, on Fedora Core 1) What is the significance of this? Thanks Maurice INFO: Starting Coyote HTTP/1.1 on http-8080 Sep 26, 2005 9:29:19 AM

Re: Question about tomcat startup ConcurrentModificationException

2005-09-26 Thread Tim Funk
Search bugzilla. There is a bug report about ConcurrentModificationException - it has to do with mx4j having a race condition. The bug describes a fix. -Tim Maurice Yarrow wrote: Hello Tomcat people When tomcat is restarted, it occasionally (1 in 25 times) gets the below exception.

validation stricter at tomcat startup than XML Schema

2005-08-23 Thread Robert Koberg
Hi, I just noticed that the schema: http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd allows //filter-mapping/filter-name's that have not been defined in a //filter/filter-name At tomcat startup however, there is a validation error (of course). I would say the SUN schema is wrong. best

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

Problem in Tomcat startup

2005-05-31 Thread Ram Sriram
Hi, I have been using Tomcat for some time. Recently my machine crashed and I had to reinstall the entire environment. When I do startup of Tomcat, I get an error. I am attaching the screen when I do startup. Can anyone help me with this? Thanks...Ram

Re: Problem in Tomcat startup

2005-05-31 Thread Anto Paul
On 5/31/05, Ram Sriram [EMAIL PROTECTED] wrote: Caused by: java.lang.IllegalArgumentException: addChild: Child name 'bizDispatc her' is not unique at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase .java:860) at

Re: Problem in Tomcat startup

2005-05-31 Thread Ram Sriram
Anto, Thanks. That worked. BizDispatcher was declared both in application web.xml and Tomcats conf\web.xml. I commented the one in Tomcats conf\web.xml. I am not having the problem anymore...Ram --- Anto

Re: Debugging tomcat startup

2005-04-02 Thread Larry Meadors
Realm implementations should go into server/lib. On Apr 2, 2005 12:16 AM, Anto Paul [EMAIL PROTECTED] wrote: On Apr 2, 2005 1:27 AM, Sasha Borodin [EMAIL PROTECTED] wrote: What is the motive to place jars in server/lib. These jars are not visible to applications.

Re: Debugging tomcat startup

2005-04-02 Thread Larry Meadors
, and start tomcat using this: $CATALINA_HOME/bin/catalina.sh jpda start Once it starts, you can attach, and debug everything starting at the beginning. Java rocks! :-D Larry On Apr 1, 2005 12:57 PM, Sasha Borodin [EMAIL PROTECTED] wrote: I'd like to solicit suggestions for debugging Tomcat startup

Debugging tomcat startup

2005-04-01 Thread Sasha Borodin
I'd like to solicit suggestions for debugging Tomcat startup - specifically various class initializations. I've written a custom Realm implementation; in it, I use some data access classes which use iBatis; these classes work great when used in a web application (all jars residing in the apps WEB

Re: Debugging tomcat startup

2005-04-01 Thread Anto Paul
On Apr 2, 2005 1:27 AM, Sasha Borodin [EMAIL PROTECTED] wrote: I'd like to solicit suggestions for debugging Tomcat startup - specifically various class initializations. I've written a custom Realm implementation; in it, I use some data access classes which use iBatis; these classes work

Tomcat startup with jsvc on Linux

2005-03-17 Thread Bernard
Hi, How can I start Tomcat with jsvc so that the jsvc command returns control to the command prompt or script exactly after the Daemon started successfully ? I would like it to behave in the same way as other services such as Apache httpd so I can cod success and failure messages in the script.

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:

java.awt.headless=true in tomcat startup

2005-02-04 Thread Rodrigo Avila
JVM, add the following line to your startup command: $JAVA_COMMAND -Djava.awt.headless=true ... But, how I put this option in the Tomcat startup? -- Rodrigo de Avila [EMAIL PROTECTED] http://www.avila.eti.br - To unsubscribe

Re: java.awt.headless=true in tomcat startup

2005-02-04 Thread Filip Hanik - Dev
put it in the /bin/catalina.sh script Filip - Original Message - From: Rodrigo Avila [EMAIL PROTECTED] To: Tomcat Users List tomcat-user@jakarta.apache.org Sent: Friday, February 04, 2005 10:57 AM Subject: java.awt.headless=true in tomcat startup Hi! I try to use some awt\swing

Re: java.awt.headless=true in tomcat startup

2005-02-04 Thread Charles N. Harvey III
JVM, add the following line to your startup command: $JAVA_COMMAND -Djava.awt.headless=true ... But, how I put this option in the Tomcat startup? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: java.awt.headless=true in tomcat startup

2005-02-04 Thread Larry Meadors
: $JAVA_COMMAND -Djava.awt.headless=true ... But, how I put this option in the Tomcat startup? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED

Re: java.awt.headless=true in tomcat startup

2005-02-04 Thread Jens Joachim
: [EMAIL PROTECTED] - Original Message - From: Rodrigo Avila [EMAIL PROTECTED] To: Tomcat Users List tomcat-user@jakarta.apache.org Sent: Friday, February 04, 2005 5:57 PM Subject: java.awt.headless=true in tomcat startup Hi! I try to use some awt\swing classes to convert rtf strings

Tomcat Startup/Shutdown and mod_jk Issues

2005-01-18 Thread David Rickard
System: SunOS 5.9 Generic_117171-13 sun4u sparc SUNW,Sun-Fire-V440 Apache: 2.0.52 Tomcat: 5.5.4 Connector: jk-1.2.6 Java: JDK 1.5.0.01 We're attempting an upgrade from Tomcat 4.1.31 to 5.5.4; we are using JK 1 as a connector to Apache (due to prior experience and relative simplicity); We are

Re: Tomcat Startup/Shutdown and mod_jk Issues

2005-01-18 Thread Mohd. Jeffry
It seems like something is hogging the port 8080. Did you check wether there is something listening on port 8080 before you start your new tomcat? On Tue, 18 Jan 2005 16:22:12 -0800, David Rickard [EMAIL PROTECTED] wrote: System: SunOS 5.9 Generic_117171-13 sun4u sparc SUNW,Sun-Fire-V440

Tomcat startup failing with Exception processing JAR

2004-12-23 Thread Angela Day
Guys, I have been really struggling with this new install. Tomcat startup failing with error in localhost_log.txt and locahost_log_admin.txt: Localhost_log.txt: 2004-12-23 09:51:03 ContextConfig[/alligator] Exception processing JAR at resource path /WEB-INF/lib/commons-pool-1.0.jar

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

RE: Tomcat startup time delay in Windows 95/98

2004-11-18 Thread Pragyan Padmini Misra
Thanks Tim, But I guess this all has been taken care of. Dunno where the problem lies. -Original Message- From: Tim Funk [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 17, 2004 5:31 PM To: Tomcat Users List Subject: Re: Tomcat startup time delay in Windows 95/98 Just created

Tomcat startup time delay in Windows 95/98

2004-11-17 Thread Pragyan Padmini Misra
are facing is the time taken for the load of the application. The load time takes up about 1 1/2 to 2 minutes. This doesnt seem to be a feasible solution for the product acceptance. Is there any way we can decrease the tomcat startup load time? Can we manipulate on the processes so as to reduce

Re: Tomcat startup time delay in Windows 95/98

2004-11-17 Thread Tim Funk
acceptance. Is there any way we can decrease the tomcat startup load time? Can we manipulate on the processes so as to reduce the load time? Or is there any solution for the same? Regards Pragyan - To unsubscribe, e-mail: [EMAIL

RE: Tomcat startup time delay in Windows 95/98

2004-11-17 Thread Benson Margulies
Use an actual operating system :) -Original Message- From: Pragyan Padmini Misra [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 17, 2004 6:48 AM To: 'Tomcat Users List' Subject: Tomcat startup time delay in Windows 95/98 HI, I had posted this earlier and again am resending as am

RE: Tomcat startup time delay in Windows 95/98

2004-11-17 Thread Shapira, Yoav
: RE: Tomcat startup time delay in Windows 95/98 Use an actual operating system :) -Original Message- From: Pragyan Padmini Misra [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 17, 2004 6:48 AM To: 'Tomcat Users List' Subject: Tomcat startup time delay in Windows 95/98 HI, I had

Tomcat startup time delay in Windows 95/98

2004-11-16 Thread Pragyan Padmini Misra
. This doesnt seem to be a feasible solution for the product acceptance. Is there any way we can decrease the tomcat startup load time? Can we manipulate on the processes so as to reduce the load time? Or is there any solution for the same? Regards Pragyan

How to tell if JNI Library Loaded at Tomcat Startup?

2004-11-10 Thread Dan Barron
Hello, How can you determine in Tomcat if a JNI library has been loaded as a shared resource for web applications? I have a Wrapper class and the library both living tomcat-root/shared/lib. Thanks. Dan - To unsubscribe,

Re: tomcat startup processing

2004-10-23 Thread Edoardo Panfili
Didier McGillis wrote: is there away to have a jsp or something run some code on startup or to have it cache some data results so that I dont have to keep on going to the database each time the page is loaded. I use some cached informations on my application, the information are stored as static

tomcat startup processing

2004-10-22 Thread Didier McGillis
is there away to have a jsp or something run some code on startup or to have it cache some data results so that I dont have to keep on going to the database each time the page is loaded. _ Powerful Parental Controls Let your child

Re: tomcat startup processing

2004-10-22 Thread vivek gupta
Certainly you can do it. As if you are using Struts you can do it with use of plug-ins in struts-config.xml as Plug-ins get invoked when server starts. I wrote a plug-in which goes to database at starup of system and stores state information in application context. Hope it will help. Thanks

RE: tomcat startup processing

2004-10-22 Thread Shapira, Yoav
Hi, is there away to have a jsp or something run some code on startup or to have it cache some data results so that I dont have to keep on going to the database each time the page is loaded. The best place for this is usually a ServletContextListener. Alternatives including a static initializer

RE: Error on Tomcat startup

2004-10-14 Thread Aziz Yacoub
] Sent: Wednesday, October 13, 2004 8:17 AM To: [EMAIL PROTECTED] Subject: Error on Tomcat startup I notice the following error on starting TC 4.1.30 on WinXP in stderr.log. What file is it parsing? I assume it's one of the web.xml files, but is there a quick way of finding out which one

Error on Tomcat startup

2004-10-13 Thread Aziz Yacoub
I notice the following error on starting TC 4.1.30 on WinXP in stderr.log. What file is it parsing? I assume it's one of the web.xml files, but is there a quick way of finding out which one without having to go through each of them? Thanks for any help. 13/10/2004 21:30:42

RE: Error on Tomcat startup

2004-10-13 Thread Shapira, Yoav
your web.xml file using a tool like XMLSpy or one of the free online alternatives. Yoav Shapira http://www.yoavshapira.com -Original Message- From: Aziz Yacoub [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 13, 2004 8:17 AM To: [EMAIL PROTECTED] Subject: Error on Tomcat startup I notice

Need help on automating Tomcat startup and shutdown on HP-UX

2004-10-05 Thread Weifeng Wang
Good Afternoon, I am having problem in automating Tomcat (4.1.30) startup and shutdown on HP-UX B.11.11 platform. I have created a script named tomcat in /sbin/init.d directory. I can start up and shut down Tomcat by running this script manually with the super user (root) account. But, it

org.apache.commons.digester.Digester error--- at tomcat startup...

2004-09-30 Thread Shilpa Nalgonda
I added some elements in web.xml on linux machine and i get this error, but i cannot see any problem with web.xml, the same web.xml works fine on windows...below is my web.xml...can someone please suggest Sep 30, 2004 9:03:31 AM org.apache.commons.digester.Digester error SEVERE: Parse Error at

RE: org.apache.commons.digester.Digester error--- at tomcat startup...

2004-09-30 Thread Shapira, Yoav
AM To: Tomcat Users List Subject: org.apache.commons.digester.Digester error--- at tomcat startup... I added some elements in web.xml on linux machine and i get this error, but i cannot see any problem with web.xml, the same web.xml works fine on windows...below is my web.xml...can someone please

tomcat startup/shutdown script problem

2004-08-26 Thread Eyup TEKIN
hi i have 2 tomcat instances ( tomcat 4.x modjk apache2.x structure) like cluster1 and cluster2.and rhel3.0 linuxux system has jdk1.3.x when i started tomcat via command /usr/local/tomcat/cluster1/bin/catalina sh start and give ps -efw | grep cluster1 command it returns below output ps

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

tomcat startup with beans error :-s

2004-07-29 Thread Betto McRose G,
what is the problem here ? Jul 29, 2004 3:13:53 PM org.apache.coyote.http11.Http11Protocol init INFO: Initializing Coyote HTTP/1.1 on port 8080 Jul 29, 2004 3:13:53 PM org.apache.catalina.startup.Catalina load INFO: Initialization processed in 3345 ms Jul 29, 2004 3:13:53 PM

RE: tomcat startup with beans error :-s

2004-07-29 Thread Shapira, Yoav
To: Tomcat Users List Subject: tomcat startup with beans error :-s what is the problem here ? Jul 29, 2004 3:13:53 PM org.apache.coyote.http11.Http11Protocol init INFO: Initializing Coyote HTTP/1.1 on port 8080 Jul 29, 2004 3:13:53 PM org.apache.catalina.startup.Catalina load INFO: Initialization

Re: tomcat startup with beans error :-s

2004-07-29 Thread Betto McRose G,
PROTECTED] Sent: Thursday, July 29, 2004 3:37 PM Subject: RE: tomcat startup with beans error :-s Hi, How have you modified server.xml? ;) If you took out the LifecycleListener or MBean declarations, that could cause this error. Yoav Shapira Millennium Research Informatics

problem with tomcat startup script in linux

2004-07-16 Thread Kamaleshwaran Sivalingam
Content-type: multipart/alternative; boundary=Next_1090005099---0-203.199.83.148-27860 This is a multipart mime message --Next_1090005099---0-203.199.83.148-27860 Content-type: text/html; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline

Re: Detecting Sessions already existent at Tomcat Startup?

2004-04-19 Thread Andreas Schildbach
Hello Mark, you are right, sorry for misinterpreting the spec. What I am now doing is, for each session I set an instance of a custom HttpSessionActivationListener implementation as an attribute. This works, at least if the Listener is implemented as a normal (outer) class. If I implement it

Re: Detecting Sessions already existent at Tomcat Startup?

2004-04-19 Thread Andreas Schildbach
Hello again, I solved the inner class issue. Had to declare the inner class as static. Regards, Andreas - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Detecting Sessions already existent at Tomcat Startup?

2004-04-19 Thread Mark Thomas
From: news [mailto:[EMAIL PROTECTED] On Behalf Of Andreas Schildbach Aside from that, wouldn't it be nice of the servlet spec would allow binding HttpSessionActivationListeners to the whole application instead just to an attribute? In my application, it would be much elegant/easier. Maybe

Detecting Sessions already existent at Tomcat Startup?

2004-04-18 Thread Andreas Schildbach
Hello everyone, when I start up Tomcat and Tomcat activates any sessions from SESSION.ser, shouldn't sessionDidActivate() in a registered HttpSessionActivationListener be called? Or is this listener reserved only for Session migrations between JVMs? In any case, how can I detect a session if

RE: Detecting Sessions already existent at Tomcat Startup?

2004-04-18 Thread Mark Thomas
-Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Andreas Schildbach Sent: Sunday, April 18, 2004 11:45 AM To: [EMAIL PROTECTED] Subject: Detecting Sessions already existent at Tomcat Startup? Hello everyone, when I start up Tomcat and Tomcat activates any sessions

Re: Detecting Sessions already existent at Tomcat Startup?

2004-04-18 Thread Andreas Schildbach
Hello Mark, spec-quote SRV.15.1.8 HttpSessionActivationListener /spec-quote HttpSessionActivationListener is the way to achieve what you are trying to do. Then why doesn't Tomcat 5.0.19 call my registered HttpSessionActivationListener when I shut Tomcat down or start it up again? I know that my

RE: Detecting Sessions already existent at Tomcat Startup?

2004-04-18 Thread Mark Thomas
Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Andreas Schildbach Sent: Sunday, April 18, 2004 7:28 PM To: [EMAIL PROTECTED] Subject: Re: Detecting Sessions already existent at Tomcat Startup? Hello Mark, spec-quote SRV.15.1.8 HttpSessionActivationListener /spec-quote

Re: Detecting Sessions already existent at Tomcat Startup?

2004-04-18 Thread Andreas Schildbach
that are active. See sourcecode below. As you can see, sessions are being added or removed from a set if sessionCreated/sessionDestroyed is called (this part is working). I also want to add all sessions activated at Tomcat startup. This is what sessionDidActive() is implemented for. But neither

RE: Detecting Sessions already existent at Tomcat Startup?

2004-04-18 Thread Mark Thomas
/sessionDestroyed is called (this part is working). I also want to add all sessions activated at Tomcat startup. This is what sessionDidActive() is implemented for. But neither sessionDidActive() nor sessionWillPassivate() is called. Is there any important information missing? My

RE: Modifying tomcat startup options on Tomcat 5 with Windows .exe

2004-01-12 Thread Allistair Crossley
[mailto:[EMAIL PROTECTED] Sent: 10 January 2004 04:48 To: [EMAIL PROTECTED] Subject: Re: Modifying tomcat startup options on Tomcat 5 with Windows .exe a) No. b) Well, if it is working perfectly, then 'tomcat //US//Tomcat5 -security' should work. A very quick look at the code suggests

Modifying tomcat startup options on Tomcat 5 with Windows .exe

2004-01-09 Thread Allistair Crossley
Hi, I have the windows version of Tomcat 5 installed and am using the windows service. I need to add the -security option to the startup. I notice that catalina.bat is still there but a) does the tomcat.exe use catalina.bat's config? b) how do I make the tomcat.exe service use -security?

Re: Modifying tomcat startup options on Tomcat 5 with Windows .exe

2004-01-09 Thread Andrew Waters
Just open the windows services application and select the tomcat service from the list. Click poperties and set the parameters you want in the box provided. (I think) Andrew Waters. Allistair Crossley wrote: Hi, I have the windows version of Tomcat 5 installed and am using the windows

RE: Modifying tomcat startup options on Tomcat 5 with Windows .exe

2004-01-09 Thread Allistair Crossley
[mailto:[EMAIL PROTECTED] Sent: 09 January 2004 12:28 To: [EMAIL PROTECTED] Subject: Re: Modifying tomcat startup options on Tomcat 5 with Windows .exe Just open the windows services application and select the tomcat service from the list. Click poperties and set the parameters you want

Re: Modifying tomcat startup options on Tomcat 5 with Windows .exe

2004-01-09 Thread Bill Barker
a) No. b) Well, if it is working perfectly, then 'tomcat //US//Tomcat5 -security' should work. A very quick look at the code suggests that it should, but I haven't actually tried it. Allistair Crossley [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi, I have the windows version of

Re: Tomcat startup script

2003-11-15 Thread Bill Barker
I'm ashamed to admit that I know this, but, for Win9x you need to increase the settings for enviroment space. tim [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I am also looking for the script. I have put it in once via system properties on a w2000 machine that had a box to enter it

Re: RUNNING Tomcat startup script, AND/OR TOMCAT.BAT

2003-11-15 Thread Harry Mantheakis
Hello I am not getting it when it comes to the tomcat.bat file.Windows 98 In the file I have this. set _CP=%CP% set _TOMCAT_HOME=C:\Tomcat I do not know what to type in to replace the following line. set _CLASSPATH=%CLASSPATH% I cannot help you with that - hopefully someone else will.

Re: Tomcat startup script

2003-11-15 Thread Ben Souther
On Friday 14 November 2003 07:21 am, you wrote: I'm looking for a startup script for Tomcat for starting it at system boot. Thanks! Roberto. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

Re: Tomcat startup script

2003-11-15 Thread tim
Robert, try this page http://jakarta.apache.org/tomcat/tomcat-3.3-doc/tomcat-ug.html Roberto Bottoni - AfterBit (TMP) [EMAIL PROTECTED] wrote: I'm looking for a startup script for Tomcat for starting it at system boot. Thanks! Roberto.

Tomcat startup script

2003-11-14 Thread Roberto Bottoni - AfterBit \(TMP\)
I'm looking for a startup script for Tomcat for starting it at system boot. Thanks! Roberto. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Tomcat startup script

2003-11-14 Thread Tim Funk
From http://nagoya.apache.org/wiki/apachewiki.cgi?Tomcat/Links look at the last link. I think it talks about a startup script. -Tim Roberto Bottoni - AfterBit (TMP) wrote: I'm looking for a startup script for Tomcat for starting it at system boot.

Re: Tomcat startup script

2003-11-14 Thread tim
I am also looking for the script. I have put it in once via system properties on a w2000 machine that had a box to enter it into. But on W98 I am not apt at editing the tomcat.bat file here it is. I do not know what to type. @echo off rem

RUNNING Tomcat startup script, AND/OR TOMCAT.BAT

2003-11-14 Thread tim
I am not getting it when it comes to the tomcat.bat file.Windows 98 In the file I have this. set _CP=%CP% set _TOMCAT_HOME=C:\Tomcat I do not know what to type in to replace the following line. set _CLASSPATH=%CLASSPATH% in the autoexec.bat file I have this for java

RE: better error messages (was re: Exception at Tomcat startup)

2003-11-11 Thread Anton Modaresi
-Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: den 10 november 2003 15:33 To: Tomcat Users List Subject: RE: better error messages (was re: Exception at Tomcat startup) Howdy, But tomcat should really try to do something about its exceptions. Care to contribute some

RE: better error messages (was re: Exception at Tomcat startup)

2003-11-11 Thread Shapira, Yoav
november 2003 15:33 To: Tomcat Users List Subject: RE: better error messages (was re: Exception at Tomcat startup) Howdy, But tomcat should really try to do something about its exceptions. Care to contribute some code? Yoav Shapira This e-mail, including any attachments, is a confidential

better error messages (was re: Exception at Tomcat startup)

2003-11-10 Thread Anton Modaresi
in there the problem is. I would say it's a blocker for next stable release! :p *my opinion* -Original Message- From: Schalk [mailto:[EMAIL PROTECTED] Sent: den 8 november 2003 02:26 To: 'Tomcat Users List' Subject: RE: Exception at Tomcat startup Het there You may want to have a look

RE: better error messages (was re: Exception at Tomcat startup)

2003-11-10 Thread Shapira, Yoav
Howdy, But tomcat should really try to do something about its exceptions. Care to contribute some code? Yoav Shapira This e-mail, including any attachments, is a confidential business communication, and may contain information that is confidential, proprietary and/or privileged. This

RE: better error messages (was re: Exception at Tomcat startup)

2003-11-10 Thread Goehring, Chuck Mr., RCI - San Diego
-Original Message- From: Anton Modaresi [mailto:[EMAIL PROTECTED] Sent: Monday, November 10, 2003 12:58 AM To: 'Tomcat Users List' Subject: better error messages (was re: Exception at Tomcat startup) But tomcat should really try to do something about its exceptions. the error messages

Tomcat -- startup question

2003-11-07 Thread Gopalakrishnan. Govindakrishnan
Hi: Anyone know why do I get this error during startup? D:\Tomcat 4.1\bincatalina run Press any key to continue . . . ... from setclasspath.bat ... Using CATALINA_BASE: D:\Tomcat 4.1\ Using CATALINA_HOME: D:\Tomcat 4.1\ Using CATALINA_TMPDIR: D:\Tomcat 4.1\\temp Using JAVA_HOME:

Re: Tomcat -- startup question

2003-11-07 Thread Jean-Francois Arcand
Avoid putting space in the installation folder or define catalina home using quote. Use D:\Tomcat4.1 instead (less pain) -- Jeanfrancois Gopalakrishnan. Govindakrishnan wrote: Hi: Anyone know why do I get this error during startup? D:\Tomcat 4.1\bincatalina run Press any key to continue

Exception at Tomcat startup

2003-11-07 Thread Rishikesh Tembe
Hi experts, This is the display I get when I start up Tomcat v4.1.27. As you can see an InvocationTargetException gets thrown. I did not make any changes anywhere. What could be the cause? Is this a known bug? I couldn't find a similar bug in BugZilla... --- Nov 7, 2003 4:51:28 PM

RE: Exception at Tomcat startup

2003-11-07 Thread Schalk
: Exception at Tomcat startup :: :: Hi experts, :: :: This is the display I get when I start up Tomcat v4.1.27. As you can see :: an InvocationTargetException gets thrown. I did not make any changes :: anywhere. What could be the cause? :: Is this a known bug? I couldn't find a similar bug in BugZilla

RE: Exception at Tomcat startup

2003-11-07 Thread Rishikesh Tembe
Actually, I had the servlet entry for ControlServlet twice in web.xml, which was the source of the exception. It works fine now.. Thanks!! On Sat, 8 Nov 2003 03:26:02 +0200, Schalk [EMAIL PROTECTED] said: Het there You may want to have a look at this line in your web.xml: Child name

how to disable info and warning messages at tomcat startup?

2003-10-31 Thread Rick Sansburn
I have searched through the mailing list archive and the FAQ and I can't seem to fins a way to disable the INFO and WARNING messages that tomcat outputs at startup. Here are some of the messages Oct 31, 2003 1:43:53 PM org.apache.commons.modeler.Registry loadRegistry INFO: Loading registry

RE: how to disable info and warning messages at tomcat startup?

2003-10-31 Thread Mike Curwen
PROTECTED] Sent: Friday, October 31, 2003 1:37 PM To: [EMAIL PROTECTED] Subject: how to disable info and warning messages at tomcat startup? I have searched through the mailing list archive and the FAQ and I can't seem to fins a way to disable the INFO and WARNING messages that tomcat outputs

Embedded Tomcat startup java class

2003-10-24 Thread Mark W. Webb
Knowing that Tomcat is moving towards JMX, I was wondering if anyone has ported Embedded.java into the a format that will support the JMX integration. Knowing that there is a build.xml file that will launch tomcat in an embedded state, is there an equivalent .java file for doing this? thank

Tomcat startup and running as a disconnected process

2003-10-08 Thread Hanasaki JiJi
How does tomcat implement the ability, on Win and Unix, disconnect from its parent process (ie: the process that ran the startup.bat/sh script) -- = = Management is doing things right; leadership is doing the = = right

tomcat startup problem

2003-09-26 Thread Tich Mandivenga
i, i was wondering if you can help me.I am running tomcat on a Tru64 (v5.1a) box.When i atempt to start tomcat i get this message # ./tomcat start Starting Tomcat FastVM cannot allocate its internal data. Please check process stack size and virtual address space limit. Stack size may be too large,

RE: tomcat startup problem

2003-09-26 Thread Shapira, Yoav
[mailto:[EMAIL PROTECTED] Sent: Friday, September 26, 2003 6:56 AM To: [EMAIL PROTECTED] Subject: tomcat startup problem i, i was wondering if you can help me.I am running tomcat on a Tru64 (v5.1a) box.When i atempt to start tomcat i get this message # ./tomcat start Starting Tomcat FastVM cannot

Tomcat startup failure

2003-09-05 Thread Noel Rappin
the reboot, the only thing in the log directory is a zero-length catalina.out file, and the java process is not running. Invoking the tomcat startup again at this point causes it to work normally. I can find no evidence that the tomcat java process exits, and no matter how much I turn up

Re: Tomcat startup failure

2003-09-05 Thread John Turner
in the log directory is a zero-length catalina.out file, and the java process is not running. Invoking the tomcat startup again at this point causes it to work normally. I can find no evidence that the tomcat java process exits, and no matter how much I turn up debugging, I get no logged output

FW: Tomcat startup with JDBC Realm [RE-POST]

2003-09-02 Thread Koes, Derrick
-Original Message- From: Koes, Derrick Sent: Friday, August 29, 2003 11:05 AM To: '[EMAIL PROTECTED]' Subject: Tomcat startup with JDBC Realm I have a timing issue where both my database and tomcat are being run as Windows services. If my server reboots for some reason, even though

Re: FW: Tomcat startup with JDBC Realm [RE-POST]

2003-09-02 Thread Tim Funk
http://marc.theaimsgroup.com/?l=tomcat-userm=106216990220530w=2 -Tim Koes, Derrick wrote: -Original Message- From: Koes, Derrick Sent: Friday, August 29, 2003 11:05 AM To: '[EMAIL PROTECTED]' Subject: Tomcat startup with JDBC Realm I have a timing issue where both my database

RE: FW: Tomcat startup with JDBC Realm [RE-POST]

2003-09-02 Thread Koes, Derrick
To: Tomcat Users List Subject: Re: FW: Tomcat startup with JDBC Realm [RE-POST] http://marc.theaimsgroup.com/?l=tomcat-userm=106216990220530w=2 -Tim Koes, Derrick wrote: -Original Message- From: Koes, Derrick Sent: Friday, August 29, 2003 11:05 AM To: '[EMAIL PROTECTED

Re: Tomcat startup with JDBC Realm

2003-08-29 Thread Tim Funk
I have committed a patch for tomcat 5 that fixes this. It is available with HEAD or tomcat 5.0.10 (which doesn't exist yet). If people test can test 5 and it is OK - I can back port it to tomcat 4.1.X. If your impatient, the code for JDBCRealm from 5 would be the same as 4.1 so you can: - Get

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

Re: Tomcat startup problems

2003-08-03 Thread Tang Guangyu
It seems caused by a wrong user realm configuration. Check server.xml under %TOMCAT_HOME%/conf, remove or correct user realm part. - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, August 03, 2003 8:26 AM Subject: Tomcat startup problems Hello, I am

  1   2   3   >