Re: TLD jar scanning at Tomcat Startup

2023-11-07 Thread Mark Thomas
On 06/11/2023 20:53, charles didonato wrote: Good Evening, Tomcat 9.082 on Windows 11. Tomcat runs as a Windows service. When I start Tomcat and deploy my war file, it hangs at the following in the Catalina Log: 06-Nov-2023 15:21:59.819 INFO [main]

TLD jar scanning at Tomcat Startup

2023-11-06 Thread charles didonato
Good Evening, Tomcat 9.082 on Windows 11. Tomcat runs as a Windows service. When I start Tomcat and deploy my war file, it hangs at the following in the Catalina Log: 06-Nov-2023 15:21:59.819 INFO [main] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet

Re: NullPointerException in Tomcat startup while parsing XML configuration file

2022-03-15 Thread Mark Thomas
not obvious at all. If you are capable of attaching a debugger to Tomcat, you are most certainly capable of modifying an XML file within a JAR file. It does not prevent Tomcat startup. Good. It only prevents me from finding the NullPointerException in my application startup. Does it? How so

Re: NullPointerException in Tomcat startup while parsing XML configuration file

2022-03-15 Thread Christopher Schultz
a debugger to Tomcat, you are most certainly capable of modifying an XML file within a JAR file. It does not prevent Tomcat startup. Good. It only prevents me from finding the NullPointerException in my application startup. Does it? How so? Because the NPE happens before your NPE happens

RE: NullPointerException in Tomcat startup while parsing XML configuration file

2022-03-15 Thread Harri Pesonen
Hello, that xml file is embedded in catalina.jar, so obviously I have not modified it: jar:file:/C:/Tomcat/tomcat_home/lib/catalina.jar!/org/apache/catalina/mbeans/mbeans-descriptors.xml It does not prevent Tomcat startup. It only prevents me from finding the NullPointerException in my

Re: NullPointerException in Tomcat startup while parsing XML configuration file

2022-03-14 Thread Christopher Schultz
Harri, On 3/14/22 10:23, Harri Pesonen wrote: Hello, I don't know if this is interesting, but while I started Tomcat in IDEA debugger, when I had breakpoint set to NullPointerException (so that it breaks on all of them), then it break here:

NullPointerException in Tomcat startup while parsing XML configuration file

2022-03-14 Thread Harri Pesonen
Hello, I don't know if this is interesting, but while I started Tomcat in IDEA debugger, when I had breakpoint set to NullPointerException (so that it breaks on all of them), then it break here:

Re: tomcat startup error on windows 10

2019-10-01 Thread Mark Thomas
On 01/10/2019 22:12, Barry Kimelman wrote: > my laptop is windows 10 , 64 bit > > I am running tomcat 9.0.14. it has been running fine since I installed it, > until today. Today for the first time in a long while I could not start > tomcat. > > I found the following logfile >

tomcat startup error on windows 10

2019-10-01 Thread Barry Kimelman
my laptop is windows 10 , 64 bit I am running tomcat 9.0.14. it has been running fine since I installed it, until today. Today for the first time in a long while I could not start tomcat. I found the following logfile *** *

Re: HTTP 404 error even though Tomcat startup is successful

2017-04-25 Thread tomcat
Hi. On 25.04.2017 15:04, Gulhane, Amol wrote: Hi, I am trying to configure Windows Authentication for an application using: 1. Windows Server 2008 R2 2. Tomcat 8.0.17 3. IIS 7.5 reverse proxy 4. ISAPI redirector 1.2.42.0 64 bit 5. Connector in Tomcat

HTTP 404 error even though Tomcat startup is successful

2017-04-25 Thread Gulhane, Amol
Hi, I am trying to configure Windows Authentication for an application using: 1. Windows Server 2008 R2 2. Tomcat 8.0.17 3. IIS 7.5 reverse proxy 4. ISAPI redirector 1.2.42.0 64 bit 5. Connector in Tomcat server.xml: I have deployed 2 .war files (tc.war,

Re: New warning at Tomcat Startup

2014-09-05 Thread Martin Knoblauch
On Fri, Sep 5, 2014 at 12:57 AM, Konstantin Kolinko knst.koli...@gmail.com wrote: 2014-09-04 19:55 GMT+04:00 Martin Knoblauch knobis...@gmail.com: It seems it happens between 7.0.42 and 7.0.47. I would bisect, but cannot find any tarballs between those two releases. Those versions

New warning at Tomcat Startup

2014-09-04 Thread Martin Knoblauch
Hi, I am using JDK 1.7.0_67 and Tomcat 7.0.55. At application startup I am seeing a bunch of below messages flying by. The messages have not been observed with Tomcat 7.042. There are exactly 135 of them, which is the sum of the jars in $CATALINA_HOME/lib and my applications WEB-INF/lib. Two

Re: New warning at Tomcat Startup

2014-09-04 Thread Mark Thomas
On 04/09/2014 15:38, Martin Knoblauch wrote: Hi, I am using JDK 1.7.0_67 and Tomcat 7.0.55. At application startup I am seeing a bunch of below messages flying by. The messages have not been observed with Tomcat 7.042. There are exactly 135 of them, which is the sum of the jars in

Re: New warning at Tomcat Startup

2014-09-04 Thread Martin Knoblauch
On Thu, Sep 4, 2014 at 4:58 PM, Mark Thomas ma...@apache.org wrote: On 04/09/2014 15:38, Martin Knoblauch wrote: Hi, I am using JDK 1.7.0_67 and Tomcat 7.0.55. At application startup I am seeing a bunch of below messages flying by. The messages have not been observed with Tomcat

Re: New warning at Tomcat Startup

2014-09-04 Thread Konstantin Kolinko
2014-09-04 19:55 GMT+04:00 Martin Knoblauch knobis...@gmail.com: It seems it happens between 7.0.42 and 7.0.47. I would bisect, but cannot find any tarballs between those two releases. Those versions have been votes as broken and not released. 2) How can one find out which jars are

Tomcat Startup Times - Additional Question

2014-08-22 Thread George Sexton
I had an earlier thread where I asked some questions about tomcat startup times. Essentially, by disabling the annotation checking thing, I was able to get my startup time from 700 seconds down to around 30 seconds. Today I was doing some changes, and I moved a jar from the ${catalina.base

Unable to start running Tomcat startup script

2013-07-01 Thread Sunil Dath
Hello, I am using apache-tomcat-7.0.41 and I have downloaded the - 64-bit Windows ziphttp://mirror.cc.columbia.edu/pub/software/apache/tomcat/tomcat-7/v7.0.41/bin/apache-tomcat-7.0.41-windows-x64.zip

Re: Unable to start running Tomcat startup script

2013-07-01 Thread Mark Eggers
On 7/1/2013 6:31 PM, Sunil Dath wrote: Hello, I am using apache-tomcat-7.0.41 and I have downloaded the - 64-bit Windows ziphttp://mirror.cc.columbia.edu/pub/software/apache/tomcat/tomcat-7/v7.0.41/bin/apache-tomcat-7.0.41-windows-x64.zip

RE: Unable to start running Tomcat startup script

2013-07-01 Thread Caldarale, Charles R
From: Sunil Dath [mailto:sunild...@gmail.com] Subject: Unable to start running Tomcat startup script set JAVA_HOME=%ProgramFiles%\Java\jdk1.7.0_25 set JRE_HOME=%ProgramFiles%\Java\jre7 In general, you should set just one or the other of the above, not both. exit /b 0 The exit command

Re: Unable to start running Tomcat startup script

2013-07-01 Thread Sunil Dath
Mark, I did unpack under C:\Users\me\ without any luck. C:\Users\Mecd apache-tomcat-7.0.41 C:\Users\Me\apache-tomcat-7.0.41cd bin C:\Users\Me\apache-tomcat-7.0.41\binstartup Using CATALINA_BASE: C:\Users\Me\apache-tomcat-7.0.41 Using CATALINA_HOME: C:\Users\Me\apache-tomcat-7.0.41 Using

Re: Unable to start running Tomcat startup script

2013-07-01 Thread Sunil Dath
] Subject: Unable to start running Tomcat startup script set JAVA_HOME=%ProgramFiles%\Java\jdk1.7.0_25 set JRE_HOME=%ProgramFiles%\Java\jre7 In general, you should set just one or the other of the above, not both. exit /b 0 The exit command isn't necessary, but shouldn't hurt. C:\apache

Re: Suggestion for improving Tomcat startup performance...

2012-12-05 Thread Pid
On 05/12/2012 01:05, Tony Anecito wrote: Also, if there is some other email group I should be using for technical questions about use of Tomcat please let me know. No, this is it. p -- [key:62590808] signature.asc Description: OpenPGP digital signature

Re: Suggestion for improving Tomcat startup performance...

2012-12-04 Thread Konstantin Kolinko
2012/12/5 Tony Anecito adanec...@yahoo.com: Hi Tomcat Developers, I am using Tomcat 7.0.33 and notice on Tomcat startup my web services startup in series rather than parallel. If you do not have it you might want to have an option to startup apps in parallel or assign number of threads

RE: Suggestion for improving Tomcat startup performance...

2012-12-04 Thread Caldarale, Charles R
From: Tony Anecito [mailto:adanec...@yahoo.com] Subject: Suggestion for improving Tomcat startup performance... I am using Tomcat 7.0.33 and notice on Tomcat startup my web services startup in series rather than parallel. If you do not have it you might want to have an option to startup

Re: Suggestion for improving Tomcat startup performance...

2012-12-04 Thread Tony Anecito
.   -Tony --- On Tue, 12/4/12, Konstantin Kolinko knst.koli...@gmail.com wrote: From: Konstantin Kolinko knst.koli...@gmail.com Subject: Re: Suggestion for improving Tomcat startup performance... To: Tomcat Users List users@tomcat.apache.org Date: Tuesday, December 4, 2012, 3:41 PM 2012/12/5 Tony

RE: Suggestion for improving Tomcat startup performance...

2012-12-04 Thread Tony Anecito
: Caldarale, Charles R chuck.caldar...@unisys.com Subject: RE: Suggestion for improving Tomcat startup performance... To: Tomcat Users List users@tomcat.apache.org Date: Tuesday, December 4, 2012, 3:45 PM From: Tony Anecito [mailto:adanec...@yahoo.com] Subject: Suggestion for improving Tomcat startup

Re: Suggestion for improving Tomcat startup performance...

2012-12-04 Thread Konstantin Kolinko
2012/12/5 Tony Anecito adanec...@yahoo.com: Thanks. I can not find any examples or reference to what config file this goes into. I looked at server.xml and web.xml and did not find it in there. I did find something called the Engine Container but again no examples or where it can be found if

RE: Suggestion for improving Tomcat startup performance...

2012-12-04 Thread Tony Anecito
Anecito adanec...@yahoo.com Subject: RE: Suggestion for improving Tomcat startup performance... To: Tomcat Users List users@tomcat.apache.org Date: Tuesday, December 4, 2012, 3:55 PM Hi Chuck, According to someone else that is the attribute to use. But as in my last message I could not find where

RE: Suggestion for improving Tomcat startup performance...

2012-12-04 Thread Caldarale, Charles R
From: Tony Anecito [mailto:adanec...@yahoo.com] Subject: RE: Suggestion for improving Tomcat startup performance... Don't top-post. Ok I found a Engine reference in the server.xml for the catalina service. I am guessing that the attribute should go in there somewhere. I will look

RE: Suggestion for improving Tomcat startup performance...

2012-12-04 Thread Caldarale, Charles R
From: Tony Anecito [mailto:adanec...@yahoo.com] Subject: RE: Suggestion for improving Tomcat startup performance... Reply to the list, not to individuals. Not sure what you mean by Top Post. http://ck.wikia.com/wiki/TopPosting http://mailformat.dan.info/quoting/top-posting.html   I only

RE: Suggestion for improving Tomcat startup performance...

2012-12-04 Thread Tony Anecito
wrote: From: Caldarale, Charles R chuck.caldar...@unisys.com Subject: RE: Suggestion for improving Tomcat startup performance... To: Tomcat Users List (users@tomcat.apache.org) users@tomcat.apache.org Date: Tuesday, December 4, 2012, 4:32 PM From: Tony Anecito [mailto:adanec...@yahoo.com

Re: Context fails to load during start of Tomcat, and stalls tomcat startup

2012-10-19 Thread Steffen Schumacher
Hi! Yes, it does use other webservices on the same webserver - I'll try to investigate if some of these are attempted during startup - this should be easily tested via tcpdump I guess. /Steffen On 10/18/12 5:00 PM, Ben Souther b...@souther.us wrote: Is it possible that the context in

Re: Context fails to load during start of Tomcat, and stalls tomcat startup

2012-10-19 Thread Steffen Schumacher
for, and the only option for me is to implement better handling of this, so that timeout occurs reasonably fast, and an attempt is made later on if the wsdl wasn't available at the time of tomcat-startup. So thanks for now, I think this is most likely what I needed! /Steffen On 10/19/12 12:30 PM, Steffen

Re: Context fails to load during start of Tomcat, and stalls tomcat startup

2012-10-19 Thread Ben Souther
, which is never responded to (expectedly so). So I guess this is the smoking gun I've been looking for, and the only option for me is to implement better handling of this, so that timeout occurs reasonably fast, and an attempt is made later on if the wsdl wasn't available at the time of tomcat

Re: Context fails to load during start of Tomcat, and stalls tomcat startup

2012-10-19 Thread Christopher Schultz
is never responded to (expectedly so). So I guess this is the smoking gun I've been looking for, and the only option for me is to implement better handling of this, so that timeout occurs reasonably fast, and an attempt is made later on if the wsdl wasn't available at the time of tomcat-startup

Re: Context fails to load during start of Tomcat, and stalls tomcat startup

2012-10-19 Thread Pid
, which is never responded to (expectedly so). So I guess this is the smoking gun I've been looking for, and the only option for me is to implement better handling of this, so that timeout occurs reasonably fast, and an attempt is made later on if the wsdl wasn't available at the time of tomcat

Context fails to load during start of Tomcat, and stalls tomcat startup

2012-10-18 Thread Steffen Schumacher
Hi! Running apache-tomcat 7.0.26 on FreeBSD 8.1@vmware, I've spotted a really curious issue. We are hosting ~8 different contexts on 4 servers all matching the above setup, and in normal operation we have no beef at all, except when the server guys needs to reboot the servers for whatever reason.

Re: Context fails to load during start of Tomcat, and stalls tomcat startup

2012-10-18 Thread Ben Souther
Is it possible that the context in question depends on another context in your setup for something during startup? Do you have something in a context listener (or a servlet that gets deployed on startup) that makes a web service call to another context in your system during initialization? If

Re: starting connectors after the tomcat startup

2012-02-09 Thread Pradeep Fernando
Hi all, I could achieve the required behaviour by extending the standardService provided by tomcat. In my overrided startInternal() method i just dont start connectors. thanks, --Pradeep - To unsubscribe, e-mail:

starting connectors after the tomcat startup

2012-02-06 Thread Pradeep Fernando
Hi all, I'm using embedded tomcat within my application. I configured the org.apache.catalina.startup.Tomcat class using the server.xml found in tomcat distribution. But i want to start my connectors after some requirement are met (The necessary resources being initialized). My approach was to

Re: starting connectors after the tomcat startup

2012-02-06 Thread Domenico Briganti
Hi Fernando, open HTTP/AJP il the last step that tomcat do when it starts. Why don't you put your initializzations on webapp's context initialize and wait the ready of your resource that? Regards Domenico Il giorno lun, 06/02/2012 alle 21.51 +0530, Pradeep Fernando ha scritto: Hi all,

Re: starting connectors after the tomcat startup

2012-02-06 Thread Pradeep Fernando
Hi, Let me explain my scenario. I'm running tomcat inside an OSGi environment. There I create http.service out of tomcat. I do that in a servlet init method and set the loadOnStartup to '1' for that servlet. Now during the server startup my http.service get exposed and other bundles make use of

Changes to deployed .war file not copied to unpacked war directory at Tomcat startup?

2012-01-18 Thread Aron Roberts
WAR file ('cspace-ui.war') to $CATALINA_HOME/webapps (the default appBase directory). 3. Start Tomcat. Following Tomcat startup: * Any changes that had been made within the newly-copied 'cspace-ui.war' WAR file, such as additions or deletions of files in the WAR ... * Are *not* also appearing

Re: Changes to deployed .war file not copied to unpacked war directory at Tomcat startup?

2012-01-18 Thread Mark Thomas
/conf/server.xml: 1. Stop Tomcat. 2. Copy an updated WAR file ('cspace-ui.war') to $CATALINA_HOME/webapps (the default appBase directory). 3. Start Tomcat. Following Tomcat startup: * Any changes that had been made within the newly-copied 'cspace-ui.war' WAR file, such as additions

Re: Changes to deployed .war file not copied to unpacked war directory at Tomcat startup?

2012-01-18 Thread Aron Roberts
('cspace-ui.war') to $CATALINA_HOME/webapps (the default appBase directory).  3. Start Tomcat.  Following Tomcat startup:  * Any changes that had been made within the newly-copied 'cspace-ui.war' WAR file, such as additions or deletions of files in the WAR ...  * Are *not* also appearing within

RE: Changes to deployed .war file not copied to unpacked war directory at Tomcat startup?

2012-01-18 Thread Caldarale, Charles R
From: Mark Thomas [mailto:ma...@apache.org] Subject: Re: Changes to deployed .war file not copied to unpacked war directory at Tomcat startup? If you update a WAR file while Tomcat is shut down, you *must* delete any associated unpacked directory as well. Best to clean out the webapp's

Re: Tomcat startup error!

2011-05-15 Thread Konstantin Kolinko
2011/5/14 red phoenix rodphoe...@gmail.com: I use tomcat 7.0.12 with hibernate 3,when I startup first,it can work well and no errors.then I shutdown tomcat,and startup again,it raise following warning information: Warn: Failed to scan JAR [jndi:/localhost/examples/WEB-INF/lib/standard.jar]

RE: Tomcat startup error!

2011-05-14 Thread Caldarale, Charles R
From: red phoenix [mailto:rodphoe...@gmail.com] Subject: Tomcat startup error! Warn: Failed to scan JAR [jndi:/localhost/examples/WEB-INF/lib/standard.jar] from WEB-INF/lib java.io.FileNotFoundException: c:\apache-tomcat-7.0.12\temp\jar_cache1803949900871975219.tmp (Another program

Tomcat startup error!

2011-05-13 Thread red phoenix
I use tomcat 7.0.12 with hibernate 3,when I startup first,it can work well and no errors.then I shutdown tomcat,and startup again,it raise following warning information: Warn: Failed to scan JAR [jndi:/localhost/examples/WEB-INF/lib/standard.jar] from WEB-INF/lib java.io.FileNotFoundException:

Please help - Question on Tomcat Startup

2011-01-21 Thread Savoy, Melinda
I have what I think is a weird situation. I have two workspaces in 2 different versions of Eclipse that reside in 2 different directories and whereby I have 2 different versions of the tomcat server that reside in 2 different directories on my Windows XP box. In one my workspaces, which is a

RE: Please help - Question on Tomcat Startup

2011-01-21 Thread Savoy, Melinda
/response would be appreciated. Thanks anyway. Regards. _ From: Savoy, Melinda Sent: Friday, January 21, 2011 6:35 AM To: 'users@tomcat.apache.org' Subject: Please help - Question on Tomcat Startup I have what I think is a weird situation. I have two

Re: Tomcat Startup : Tomcat as a Service

2010-08-13 Thread Pid
On 13/08/2010 06:47, Richard da Silva wrote: I installed Tomcat 6.1 on my machine. Are you sure? The version should be 6.0.nn. The 'nn' part is important. During the installation, I was not asked to choose whether or not I want it installed as a Service or whatever. I want to

Re: Tomcat Startup : Tomcat as a Service

2010-08-13 Thread Richard da Silva
Sorry, my Tomcat version is :  6.0.18 Richard da Silva --- On Fri, 8/13/10, Pid p...@pidster.com wrote: From: Pid p...@pidster.com Subject: Re: Tomcat Startup : Tomcat as a Service To: Tomcat Users List users@tomcat.apache.org Date: Friday, August 13, 2010, 11:49 AM On 13/08/2010 06:47

Re: Tomcat Startup : Tomcat as a Service

2010-08-13 Thread Pid
Subject: Re: Tomcat Startup : Tomcat as a Service To: Tomcat Users List users@tomcat.apache.org Date: Friday, August 13, 2010, 11:49 AM On 13/08/2010 06:47, Richard da Silva wrote: I installed Tomcat 6.1 on my machine. Are you sure? The version should be 6.0.nn. The 'nn' part is important

Tomcat Startup : Tomcat as a Service

2010-08-12 Thread Richard da Silva
I installed Tomcat 6.1 on my machine. During the installation, I was not asked to choose whether or not I want it installed as a Service or whatever. I want to configure Tomcat to start automatically whenever Windows starts. To do this, naturally, Tomcat needs to be installed as a Service.

Re: Tomcat startup error

2010-04-12 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bill, On 4/10/2010 5:33 PM, Bill Barker wrote: Another thing to note is that the Tomcat folks have made an unstable change, here, by changing a public API. It would have been better to create a method with a new signature and deprecated the old

Re: Tomcat startup error

2010-04-11 Thread Amit Agarwal
Thanks all -- I could resolve this after compiling with the latest jars. On Sun, Apr 11, 2010 at 3:03 AM, Bill Barker billwbar...@verizon.netwrote: Christopher Schultz ch...@christopherschultz.net wrote in message news:4bbf945e.4050...@christopherschultz.net... -BEGIN PGP SIGNED

Re: Tomcat startup error

2010-04-10 Thread Bill Barker
Christopher Schultz ch...@christopherschultz.net wrote in message news:4bbf945e.4050...@christopherschultz.net... -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Harry, On 4/9/2010 2:01 PM, Harry Metske wrote: you are using some piece of software (com.mypkg.packaging.*) that is calling

Tomcat startup error

2010-04-09 Thread Amit Agarwal
After upgrading to the latest 6.0.26 ver from 6.0.13, I see the following error while starting embedded Tomcat. Any ideas how to get around this? WrapperSimpleApp: Encountered an error running main: java.lang.NoSuchMethodError:

Re: Tomcat startup error

2010-04-09 Thread Harry Metske
Amit, you should post the full stacktrace, but it looks like your embedding package was compiled against an older version of Tomcat than the one you are running. The method signature of org.apache.tomcat.util.IntrospectionUtils.setProperty has changed (return type void = boolean) in revision

Re: Tomcat startup error

2010-04-09 Thread Amit Agarwal
Hi Harry, Thanks for the tip. Here is the full stack trace. I am not sure what did you mean by compile with embedding package. Could you put some more light on it. WrapperSimpleApp: Encountered an error running main: java.lang.NoSuchMethodError:

Re: Tomcat startup error

2010-04-09 Thread Harry Metske
you are using some piece of software (com.mypkg.packaging.*) that is calling tomcat code. It expects to find a method in org.apache.tomcat.util.IntrospectionUtils that is no longer there in 6.0.26, which causes the NoSuchMethodError. Basically your embedder does not support this version of Tomcat,

Re: Tomcat startup error

2010-04-09 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Harry, On 4/9/2010 2:01 PM, Harry Metske wrote: you are using some piece of software (com.mypkg.packaging.*) that is calling tomcat code. It expects to find a method in org.apache.tomcat.util.IntrospectionUtils that is no longer there in 6.0.26,

Weird JAXP problem at Tomcat startup

2010-01-04 Thread David Haraburda
Sometimes, when starting Tomcat I get an error when JAXP is trying to load the DocumentBuilderFactory. Tomcat does not start completely. This doesn't always happen, and when it does I can restart the server and it is fine. I turned on JAXP debugging and noticed that when I had the problem, JAXP

RE: Weird JAXP problem at Tomcat startup

2010-01-04 Thread Caldarale, Charles R
From: David Haraburda [mailto:david.harabu...@dairy.com] Subject: Weird JAXP problem at Tomcat startup I turned on JAXP debugging and noticed that when I had the problem, JAXP was finding a system property specifying that xerces should be used: INFO: Starting Coyote HTTP/1.1 on http-8580

How to Hide Tomcat startup console

2009-11-14 Thread SRama
I want to hide tomcat status console (once stated server dos window it will show about tomcat stat up stuts) so please let me know how to hide? I have to do anything related in the confi files? -- View this message in context: http://old.nabble.com/How-to-Hide-Tomcat-startup-console

Re: How to Hide Tomcat startup console

2009-11-14 Thread Mark Thomas
SRama wrote: I want to hide tomcat status console (once stated server dos window it will show about tomcat stat up stuts) so please let me know how to hide? I have to do anything related in the confi files? If you don't want the console, the simplest solution is to run Tomcat as a service.

Re: How to Hide Tomcat startup console

2009-11-14 Thread Konstantin Kolinko
2009/11/14 SRama su...@techie.com: I want to hide tomcat status console (once stated server dos window it will show about tomcat stat up stuts) so please let me know how to hide? I have to do anything related in the confi files? Use javaw.exe instead of java. Though running as service should

Re: Tomcat startup exception

2009-11-10 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Milan, On 11/9/2009 6:32 AM, Milan Tomic wrote: I have just installed it and moved some apps from tomcat 5.0. You should start over with the server.xml that came with Tomcat 6.0 and add whatever configuration you need. TC 5.0 server.xml is

Re: Tomcat startup exception

2009-11-10 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Pid, On 11/9/2009 11:08 AM, Pid wrote: On 09/11/2009 15:46, André Warnier wrote: and mimsy were the borogroves Aha! You've employed the Inclined Sandle Variation presuming that will flummox me; but I have the perfect riposte: marmoset

Tomcat startup exception

2009-11-09 Thread Milan Tomic
I got this excpetion while starting Tomcat 6.0.20: INFO: Starting service Catalina 9.11.2009 9:22:50 org.apache.catalina.core.StandardEngine start INFO: Starting Servlet Engine: Apache Tomcat/6.0.20 java.lang.reflect.InvocationTargetException     at

Re: Tomcat startup exception

2009-11-09 Thread Pid
On 09/11/2009 09:40, Milan Tomic wrote: I got this excpetion while starting Tomcat 6.0.20: INFO: Starting service Catalina 9.11.2009 9:22:50 org.apache.catalina.core.StandardEngine start INFO: Starting Servlet Engine: Apache Tomcat/6.0.20 java.lang.reflect.InvocationTargetException

Re: Tomcat startup exception

2009-11-09 Thread Milan Tomic
Hi Pid, Post the full stacktrace please. At the end of this mail. Your server.xml with comments removed At the end of this mail. Is this a vanilla install? I have just installed it and moved some apps from tomcat 5.0. On which OS/version? Windows 2003 Server Thank you! :) LOG: Using

Re: Tomcat startup exception

2009-11-09 Thread Milan Tomic
, November 9, 2009 12:32:47 PM Subject: Re: Tomcat startup exception Hi Pid, Post the full stacktrace please. At the end of this mail. Your server.xml with comments removed At the end of this mail. Is this a vanilla install? I have just installed it and moved some apps from tomcat 5.0. On which OS

Re: Tomcat startup exception

2009-11-09 Thread Pid
Listusers@tomcat.apache.org Sent: Mon, November 9, 2009 12:32:47 PM Subject: Re: Tomcat startup exception Hi Pid, Post the full stacktrace please. At the end of this mail. Your server.xml with comments removed At the end of this mail. Is this a vanilla install? I have just installed

RE: Tomcat startup exception

2009-11-09 Thread Martin Gainty
From: tomicmi...@yahoo.com Subject: Re: Tomcat startup exception To: users@tomcat.apache.org Oh, I have missed this line: Caused by: java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory it seems that Log4J is missing. Best regards, Milan - Original Message

Re: Tomcat startup exception

2009-11-09 Thread Pid
responsabilité pour le contenu fourni. Date: Mon, 9 Nov 2009 03:49:48 -0800 From: tomicmi...@yahoo.com Subject: Re: Tomcat startup exception To: users@tomcat.apache.org Oh, I have missed this line: Caused by: java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory it seems that Log4J

Re: Tomcat startup exception

2009-11-09 Thread André Warnier
Pid wrote: My cat's name is Mittens. and mimsy were the borogroves. - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Tomcat startup exception

2009-11-09 Thread Pid
On 09/11/2009 15:46, André Warnier wrote: and mimsy were the borogroves Aha! You've employed the Inclined Sandle Variation presuming that will flummox me; but I have the perfect riposte: marmoset singlehat. I think you'll find you've been boxed. p

RE: Tomcat startup exception

2009-11-09 Thread Caldarale, Charles R
From: Pid [mailto:p...@pidster.com] Subject: Re: Tomcat startup exception I think you'll find you've been boxed. Goo goo g'joob. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received

Re: Tomcat startup exception

2009-11-09 Thread André Warnier
Caldarale, Charles R wrote: From: Pid [mailto:p...@pidster.com] Subject: Re: Tomcat startup exception I think you'll find you've been boxed. Goo goo g'joob. Sirs, you've got me smacked, two episodes ago already. In my defense, I'll quote Samuel Clemens : To any foreigner, English

RE: Tomcat startup exception

2009-11-09 Thread Caldarale, Charles R
From: André Warnier [mailto:a...@ice-sa.com] Subject: Re: Tomcat startup exception Goo goo g'joob. Sirs, you've got me smacked, two episodes ago already. Hint: I am the Walrus (Lennon, not Carroll - although there are numerous similarities). - Chuck THIS COMMUNICATION MAY CONTAIN

Re: Tomcat startup exception

2009-11-09 Thread Pid
On 09/11/2009 21:04, Caldarale, Charles R wrote: From: André Warnier [mailto:a...@ice-sa.com] Subject: Re: Tomcat startup exception Goo goo g'joob. Sirs, you've got me smacked, two episodes ago already. Hint: I am the Walrus (Lennon, not Carroll - although there are numerous similarities

Re: [OT] Tomcat startup exception

2009-11-09 Thread André Warnier
Pid wrote: On 09/11/2009 21:04, Caldarale, Charles R wrote: From: André Warnier [mailto:a...@ice-sa.com] Subject: Re: Tomcat startup exception Goo goo g'joob. Sirs, you've got me smacked, two episodes ago already. Hint: I am the Walrus (Lennon, not Carroll - although there are numerous

RE: Tomcat Startup Error on IBM AIX 5.3 after Cluster enable in server.xml

2009-10-15 Thread Imad Hachem
, computer viruses and other defects.] -Original Message- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: Wednesday, October 14, 2009 7:54 PM To: Tomcat Users List Subject: RE: Tomcat Startup Error on IBM AIX 5.3 after Cluster enable in server.xml From: Imad

Re: Tomcat Startup Error on IBM AIX 5.3 after Cluster enable in server.xml

2009-10-15 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Imad, On 10/15/2009 9:43 AM, Imad Hachem wrote: I have installed the latest Tomcat version Tomcat-6.0.20 and I am still getting the same Error. Is there anything to do on the IBM AIX level or at the level of Tomcat Settings or Startup scripts?

RE: Tomcat Startup Error on IBM AIX 5.3 after Cluster enable in server.xml

2009-10-15 Thread Imad Hachem
] Sent: Wednesday, October 14, 2009 7:54 PM To: Tomcat Users List Subject: RE: Tomcat Startup Error on IBM AIX 5.3 after Cluster enable in server.xml From: Imad Hachem [mailto:ihac...@lb.path-solutions.com] Subject: Tomcat Startup Error on IBM AIX 5.3 after Cluster enable in server.xml I am

Re: Tomcat Startup Error on IBM AIX 5.3 after Cluster enable in server.xml

2009-10-15 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Imad, On 10/15/2009 12:03 PM, Imad Hachem wrote: As per the ifconfig command, it seems BROADCAST and MULTICAST are enabled on my AIX 5.3 Network interface: Yes, it appears that all of your interfaces have MULTICAST enabled. Is there another

RE: Tomcat Startup Error on IBM AIX 5.3 after Cluster enable in server.xml

2009-10-15 Thread Imad Hachem
Subject: Re: Tomcat Startup Error on IBM AIX 5.3 after Cluster enable in server.xml -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Imad, On 10/15/2009 12:03 PM, Imad Hachem wrote: As per the ifconfig command, it seems BROADCAST and MULTICAST are enabled on my AIX 5.3 Network interface: Yes

Tomcat Startup Error on IBM AIX 5.3 after Cluster enable in server.xml

2009-10-14 Thread Imad Hachem
Dear all, I am getting the below error during Tomcat-5.5.12 Startup on IBM AIX 5.3 after enabling the Cluster configuration in server.xml : Oct 14, 2009 2:31:58 PM org.apache.catalina.cluster.tcp.SimpleTcpCluster start INFO: Cluster is about to start Oct 14, 2009 2:31:58 PM

RE: Tomcat Startup Error on IBM AIX 5.3 after Cluster enable in server.xml

2009-10-14 Thread Caldarale, Charles R
From: Imad Hachem [mailto:ihac...@lb.path-solutions.com] Subject: Tomcat Startup Error on IBM AIX 5.3 after Cluster enable in server.xml I am getting the below error during Tomcat-5.5.12 Startup on IBM AIX 5.3 after enabling the Cluster configuration in server.xml : You might want to try

Re: Attach listener to tomcat startup

2009-09-16 Thread Mark Thomas
joea88 wrote: I need to run some processes which access own server, so I need to know when the tomcat has fully started and ready to serve. I tried Servlet and doesnt work. There must be some interface or class notify when the server has started. Take a look at the first few entries in

Re: Attach listener to tomcat startup

2009-09-16 Thread Ken Bowen
the server has started. Anyone come across this situation? -- View this message in context: http://www.nabble.com/Attach-listener-to-tomcat-startup-tp25465762p25465762.html Sent from the Tomcat - User mailing list archive at Nabble.com

Attach listener to tomcat startup

2009-09-15 Thread joea88
in context: http://www.nabble.com/Attach-listener-to-tomcat-startup-tp25465762p25465762.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional

Tomcat startup as service on CentOS 5.3

2009-06-25 Thread tomcatastrophe
remaining threads.. #kill -9 `cat $CATALINA_HOME/work/catalina.pid` start ;; *) echo Usage: $0 {start|stop|restart} esac exit 0 -- View this message in context: http://www.nabble.com/Tomcat-startup-as-service-on-CentOS-5.3-tp24203574p24203574.html Sent from

RE: Tomcat startup as service on CentOS 5.3

2009-06-25 Thread Jason Pyeron
-Original Message- From: tomcatastrophe Sent: Thursday, June 25, 2009 9:47 Subject: Tomcat startup as service on CentOS 5.3 I have found and tried some startup scripts online and added them to /etc/init.d as tomcat, so /etc/init.d/tomcat I ran chmod a+x tomcat on the script

Re: Tomcat startup as service on CentOS 5.3

2009-06-25 Thread Markus Schönhaber
tomcatastrophe: When I try to run /etc/init.d/tomcat restart or /sbin/service tomcat restart (or stop or start) I get this error: -bash: /etc/init.d/tomcat: /bin/bash^M: bad interpreter: No such file or directory When you create script files for Linux on a Windows box, make sure you save

Re: Tomcat startup as service on CentOS 5.3

2009-06-25 Thread tomcatastrophe
-- View this message in context: http://www.nabble.com/Tomcat-startup-as-service-on-CentOS-5.3-tp24203574p24203771.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users

RE: Tomcat startup as service on CentOS 5.3

2009-06-25 Thread tomcatastrophe
Sure enough, this did it! VERY helpful. Jason Pyeron wrote: -Original Message- From: tomcatastrophe Sent: Thursday, June 25, 2009 9:47 Subject: Tomcat startup as service on CentOS 5.3 I have found and tried some startup scripts online and added them to /etc/init.d

  1   2   3   >