You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Sunitha Kumar <su...@cisco.com> on 2004/09/07 23:42:50 UTC

Bind errors in 5.0.19

Hey folks:
On reboot, tomcat complains that it is not able to Bind to port 8080.
I do not see 8080 being used by anything else,
with netstat -a
Any pointers?
thanks,
-sunitha

ug 16, 2004 1:10:51 PM org.apache.catalina.startup.Catalina load
SEVERE: Catalina.start
LifecycleException:  Protocol handler initialization failed: 
java.net.BindException: Address already in use
:8080
        at 
org.apache.coyote.tomcat5.CoyoteConnector.initialize(CoyoteConnector.java:1447)
        at 
org.apache.catalina.core.StandardService.initialize(StandardService.java:648)
        at 
org.apache.catalina.core.StandardServer.initialize(StandardServer.java:2416)
        at org.apache.catalina.startup.Catalina.load(Catalina.java:545)
        at org.apache.catalina.startup.Catalina.load(Catalina.java:566)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:324)
        at org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:260)
        at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:397)
Aug 16, 2004 1:10:51 PM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 1892 ms
Aug 16, 2004 1:10:52 PM org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
Aug 16, 2004 1:10:52 PM org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/5.0.19
Aug 16, 2004 1:10:52 PM org.apache.catalina.core.StandardHost start
INFO: XML validation disabled
Aug 16, 2004 1:10:52 PM org.apache.catalina.core.StandardHostDeployer remove
INFO: Removing web application at context path
Aug 16, 2004 1:10:52 PM org.apache.catalina.logger.LoggerBase stop
INFO: unregistering logger Catalina:type=Logger,host=localhost
Aug 16, 2004 1:10:52 PM org.apache.catalina.logger.LoggerBase stop
INFO: unregistering logger Catalina:type=Logger
Aug 16, 2004 1:10:52 PM org.apache.coyote.http11.Http11Protocol destroy
INFO: Stoping http11 protocol on 8080 Catalina:type=ThreadPool,name=http8080
Aug 16, 2004 1:10:52 PM org.apache.coyote.http11.Http11Protocol destroy
INFO: Stoping http11 protocol on 8443 Catalina:type=ThreadPool,name=http8443
Aug 16, 2004 1:10:52 PM org.apache.catalina.startup.ContextConfig 
applicationConfig



---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


Re: Bind errors in 5.0.19

Posted by Sunitha Kumar <su...@cisco.com>.
No.

Filip Hanik - Dev wrote:

>do you have more than one connector in server.xml on the same port
>
>Filip
>----- Original Message ----- 
>From: "Sunitha Kumar" <su...@cisco.com>
>To: <to...@jakarta.apache.org>
>Sent: Tuesday, September 07, 2004 4:42 PM
>Subject: Bind errors in 5.0.19
>
>
>Hey folks:
>On reboot, tomcat complains that it is not able to Bind to port 8080.
>I do not see 8080 being used by anything else,
>with netstat -a
>Any pointers?
>thanks,
>-sunitha
>
>ug 16, 2004 1:10:51 PM org.apache.catalina.startup.Catalina load
>SEVERE: Catalina.start
>LifecycleException:  Protocol handler initialization failed: 
>java.net.BindException: Address already in use
>:8080
>        at 
>org.apache.coyote.tomcat5.CoyoteConnector.initialize(CoyoteConnector.java:1447)
>        at 
>org.apache.catalina.core.StandardService.initialize(StandardService.java:648)
>        at 
>org.apache.catalina.core.StandardServer.initialize(StandardServer.java:2416)
>        at org.apache.catalina.startup.Catalina.load(Catalina.java:545)
>        at org.apache.catalina.startup.Catalina.load(Catalina.java:566)
>        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>        at 
>sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>        at 
>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>        at java.lang.reflect.Method.invoke(Method.java:324)
>        at org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:260)
>        at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:397)
>Aug 16, 2004 1:10:51 PM org.apache.catalina.startup.Catalina load
>INFO: Initialization processed in 1892 ms
>Aug 16, 2004 1:10:52 PM org.apache.catalina.core.StandardService start
>INFO: Starting service Catalina
>Aug 16, 2004 1:10:52 PM org.apache.catalina.core.StandardEngine start
>INFO: Starting Servlet Engine: Apache Tomcat/5.0.19
>Aug 16, 2004 1:10:52 PM org.apache.catalina.core.StandardHost start
>INFO: XML validation disabled
>Aug 16, 2004 1:10:52 PM org.apache.catalina.core.StandardHostDeployer remove
>INFO: Removing web application at context path
>Aug 16, 2004 1:10:52 PM org.apache.catalina.logger.LoggerBase stop
>INFO: unregistering logger Catalina:type=Logger,host=localhost
>Aug 16, 2004 1:10:52 PM org.apache.catalina.logger.LoggerBase stop
>INFO: unregistering logger Catalina:type=Logger
>Aug 16, 2004 1:10:52 PM org.apache.coyote.http11.Http11Protocol destroy
>INFO: Stoping http11 protocol on 8080 Catalina:type=ThreadPool,name=http8080
>Aug 16, 2004 1:10:52 PM org.apache.coyote.http11.Http11Protocol destroy
>INFO: Stoping http11 protocol on 8443 Catalina:type=ThreadPool,name=http8443
>Aug 16, 2004 1:10:52 PM org.apache.catalina.startup.ContextConfig 
>applicationConfig
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
>For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
>For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
>
>  
>



---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


Re: Bind errors in 5.0.19

Posted by Filip Hanik - Dev <de...@hanik.com>.
do you have more than one connector in server.xml on the same port

Filip
----- Original Message ----- 
From: "Sunitha Kumar" <su...@cisco.com>
To: <to...@jakarta.apache.org>
Sent: Tuesday, September 07, 2004 4:42 PM
Subject: Bind errors in 5.0.19


Hey folks:
On reboot, tomcat complains that it is not able to Bind to port 8080.
I do not see 8080 being used by anything else,
with netstat -a
Any pointers?
thanks,
-sunitha

ug 16, 2004 1:10:51 PM org.apache.catalina.startup.Catalina load
SEVERE: Catalina.start
LifecycleException:  Protocol handler initialization failed: 
java.net.BindException: Address already in use
:8080
        at 
org.apache.coyote.tomcat5.CoyoteConnector.initialize(CoyoteConnector.java:1447)
        at 
org.apache.catalina.core.StandardService.initialize(StandardService.java:648)
        at 
org.apache.catalina.core.StandardServer.initialize(StandardServer.java:2416)
        at org.apache.catalina.startup.Catalina.load(Catalina.java:545)
        at org.apache.catalina.startup.Catalina.load(Catalina.java:566)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:324)
        at org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:260)
        at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:397)
Aug 16, 2004 1:10:51 PM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 1892 ms
Aug 16, 2004 1:10:52 PM org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
Aug 16, 2004 1:10:52 PM org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/5.0.19
Aug 16, 2004 1:10:52 PM org.apache.catalina.core.StandardHost start
INFO: XML validation disabled
Aug 16, 2004 1:10:52 PM org.apache.catalina.core.StandardHostDeployer remove
INFO: Removing web application at context path
Aug 16, 2004 1:10:52 PM org.apache.catalina.logger.LoggerBase stop
INFO: unregistering logger Catalina:type=Logger,host=localhost
Aug 16, 2004 1:10:52 PM org.apache.catalina.logger.LoggerBase stop
INFO: unregistering logger Catalina:type=Logger
Aug 16, 2004 1:10:52 PM org.apache.coyote.http11.Http11Protocol destroy
INFO: Stoping http11 protocol on 8080 Catalina:type=ThreadPool,name=http8080
Aug 16, 2004 1:10:52 PM org.apache.coyote.http11.Http11Protocol destroy
INFO: Stoping http11 protocol on 8443 Catalina:type=ThreadPool,name=http8443
Aug 16, 2004 1:10:52 PM org.apache.catalina.startup.ContextConfig 
applicationConfig



---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


Re: Bind errors in 5.0.19

Posted by Reynir Þór Hübner <re...@hugsmidjan.is>.
Hi,

This is because something else is running on port 8080, or you have two connectors on port 8080 defined in server.xml.
Try telneting on this port, if you can open a session you have something there.

c:\>telnet yourhost 8080

I also recomend that you upgrade to 5.0.28.

hope it helps,
-reynir

Sunitha Kumar wrote:

> Hey folks:
> On reboot, tomcat complains that it is not able to Bind to port 8080.
> I do not see 8080 being used by anything else,
> with netstat -a
> Any pointers?
> thanks,
> -sunitha
> 
> ug 16, 2004 1:10:51 PM org.apache.catalina.startup.Catalina load
> SEVERE: Catalina.start
> LifecycleException:  Protocol handler initialization failed: 
> java.net.BindException: Address already in use
> :8080
>        at 
> org.apache.coyote.tomcat5.CoyoteConnector.initialize(CoyoteConnector.java:1447) 
> 
>        at 
> org.apache.catalina.core.StandardService.initialize(StandardService.java:648) 
> 
>        at 
> org.apache.catalina.core.StandardServer.initialize(StandardServer.java:2416) 
> 
>        at org.apache.catalina.startup.Catalina.load(Catalina.java:545)
>        at org.apache.catalina.startup.Catalina.load(Catalina.java:566)
>        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>        at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) 
> 
>        at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) 
> 
>        at java.lang.reflect.Method.invoke(Method.java:324)
>        at org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:260)
>        at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:397)
> Aug 16, 2004 1:10:51 PM org.apache.catalina.startup.Catalina load
> INFO: Initialization processed in 1892 ms
> Aug 16, 2004 1:10:52 PM org.apache.catalina.core.StandardService start
> INFO: Starting service Catalina
> Aug 16, 2004 1:10:52 PM org.apache.catalina.core.StandardEngine start
> INFO: Starting Servlet Engine: Apache Tomcat/5.0.19
> Aug 16, 2004 1:10:52 PM org.apache.catalina.core.StandardHost start
> INFO: XML validation disabled
> Aug 16, 2004 1:10:52 PM org.apache.catalina.core.StandardHostDeployer 
> remove
> INFO: Removing web application at context path
> Aug 16, 2004 1:10:52 PM org.apache.catalina.logger.LoggerBase stop
> INFO: unregistering logger Catalina:type=Logger,host=localhost
> Aug 16, 2004 1:10:52 PM org.apache.catalina.logger.LoggerBase stop
> INFO: unregistering logger Catalina:type=Logger
> Aug 16, 2004 1:10:52 PM org.apache.coyote.http11.Http11Protocol destroy
> INFO: Stoping http11 protocol on 8080 
> Catalina:type=ThreadPool,name=http8080
> Aug 16, 2004 1:10:52 PM org.apache.coyote.http11.Http11Protocol destroy
> INFO: Stoping http11 protocol on 8443 
> Catalina:type=ThreadPool,name=http8443
> Aug 16, 2004 1:10:52 PM org.apache.catalina.startup.ContextConfig 
> applicationConfig
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


RE: More than one thread part II

Posted by "Bedrijven.nl" <ma...@bedrijven.nl>.
Hi QM,

if a set the autoDeploy="false" for each virtual host has no effect. So
still 8 host, so 8x8 initialisations.

Please what to do?

Maarten

-----Oorspronkelijk bericht-----
Van: QM [mailto:qm300@brandxdev.net]
Verzonden: Wednesday, September 08, 2004 2:09 PM
Aan: Tomcat Users List
Onderwerp: Re: More than one thread part II


On Wed, Sep 08, 2004 at 03:01:56PM +0200, Bedrijven.nl wrote:
: They share the same appBase. Is this a problem (for instance performance)
or
: not?? And what should i do then?? Isn't turning autodeploy to false not
: enough??

You tell me -- what do the Tomcat docs say about deployOnStartup vs
autoDeploy?


: p.s. do you know where in the archive?

I can help you help yourself. Search for:

	my name/e-mail address
	the term "deployOnStartup"
	the term "autoDeploy"

(all in the same message)

That may yield a few hits ;)

-QM

--

software  -- http://www.brandxdev.net
tech news -- http://www.RoarNetworX.com


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


Re: More than one thread part II

Posted by QM <qm...@brandxdev.net>.
On Wed, Sep 08, 2004 at 03:01:56PM +0200, Bedrijven.nl wrote:
: They share the same appBase. Is this a problem (for instance performance) or
: not?? And what should i do then?? Isn't turning autodeploy to false not
: enough??

You tell me -- what do the Tomcat docs say about deployOnStartup vs
autoDeploy?


: p.s. do you know where in the archive?

I can help you help yourself. Search for:

	my name/e-mail address
	the term "deployOnStartup"
	the term "autoDeploy"

(all in the same message)

That may yield a few hits ;)

-QM

-- 

software  -- http://www.brandxdev.net
tech news -- http://www.RoarNetworX.com


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


RE: More than one thread part II

Posted by "Bedrijven.nl" <ma...@bedrijven.nl>.
thanx QM.

They share the same appBase. Is this a problem (for instance performance) or
not?? And what should i do then?? Isn't turning autodeploy to false not
enough??

Maarten

p.s. do you know where in the archive?

-----Oorspronkelijk bericht-----
Van: QM [mailto:qm300@brandxdev.net]
Verzonden: Wednesday, September 08, 2004 1:49 PM
Aan: Tomcat Users List
Onderwerp: Re: More than one thread part II


On Wed, Sep 08, 2004 at 10:58:14AM +0200, Bedrijven.nl wrote:
: I submitted a question about multiple threads (See message below). What I
: discovered is that I have defined 7 (virtual) hosts in my <engine> tag
: (server.xml). And during startup Tomcat initiated 7 times (I think for
each
: host all the hosts again) each application, but one time is enough or
not??


Do you enable autodeploy and/or deployOnStartup for each vhost -AND-
share the same appBase?  That will trigger this behavior.

I also recall this answer is in the archives.

-QM

--

software  -- http://www.brandxdev.net
tech news -- http://www.RoarNetworX.com


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


Re: More than one thread part II

Posted by QM <qm...@brandxdev.net>.
On Wed, Sep 08, 2004 at 10:58:14AM +0200, Bedrijven.nl wrote:
: I submitted a question about multiple threads (See message below). What I
: discovered is that I have defined 7 (virtual) hosts in my <engine> tag
: (server.xml). And during startup Tomcat initiated 7 times (I think for each
: host all the hosts again) each application, but one time is enough or not??


Do you enable autodeploy and/or deployOnStartup for each vhost -AND-
share the same appBase?  That will trigger this behavior.

I also recall this answer is in the archives.

-QM

-- 

software  -- http://www.brandxdev.net
tech news -- http://www.RoarNetworX.com


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


AW: More than one thread part II

Posted by SH Solutions <sh...@gmx.net>.
Hi

> I have defined 7 (virtual) hosts in my <engine> tag (server.xml). And
during startup Tomcat initiated 7 times (I think for each host all the hosts
again) each application, but one time is enough or not??

You have 7 hosts. Each applications belongs to EXACTLY ONE host.
If your appBase is the same, the application is loaded FOR EACH host again.

But you have more problems:
The application is not only initialized multiple times, each application
instance is loaded in it's own classloader.
One implication of this is, that even static data is not shared...

Rule: Use default host to match any Domain, do not use virtual hosts.

Regards,
  Steffen


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


AW: More than one thread part II

Posted by SH Solutions <sh...@gmx.net>.
Hi

> if a set the autoDeploy="false" for each virtual host has no effect. So
still 8 host, so 8x8 initialisations.

Setting autoDeploy will simply disable mouting your webapps automatically
when tomcat starts.
If you still want all web applications to be available from all hosts, there
is nothing you can do.
If you want only some application to be available per host, use different
appBases or work with autoDeplay = false.

Regards,
  Steffen


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


More than one thread part II

Posted by "Bedrijven.nl" <ma...@bedrijven.nl>.
Hello

I submitted a question about multiple threads (See message below). What I
discovered is that I have defined 7 (virtual) hosts in my <engine> tag
(server.xml). And during startup Tomcat initiated 7 times (I think for each
host all the hosts again) each application, but one time is enough or not??

Please help me.

Maarten




-----Oorspronkelijk bericht-----
Van: Bedrijven.nl [mailto:maarten@bedrijven.nl]
Verzonden: Wednesday, September 08, 2004 9:17 AM
Aan: 'Tomcat Users List'
Onderwerp: More than one thread


Hi,

When I looked to my threads i saw this for one application:

	T Thread[StandardManager[/aclive],5,main]
	T Thread[StandardManager[/aclive],5,main]
	T Thread[StandardManager[/aclive],5,main]
	T Thread[StandardManager[/aclive],5,main]
	T Thread[StandardManager[/aclive],5,main]
	T Thread[StandardManager[/aclive],5,main]
	T Thread[StandardManager[/aclive],5,main]

I saw this also in the log: When I restart tomcat ii initialized 7 times my
applications. How is that possible??

Maarten


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


More than one thread

Posted by "Bedrijven.nl" <ma...@bedrijven.nl>.
Hi,

When I looked to my threads i saw this for one application:

	T Thread[StandardManager[/aclive],5,main]
	T Thread[StandardManager[/aclive],5,main]
	T Thread[StandardManager[/aclive],5,main]
	T Thread[StandardManager[/aclive],5,main]
	T Thread[StandardManager[/aclive],5,main]
	T Thread[StandardManager[/aclive],5,main]
	T Thread[StandardManager[/aclive],5,main]

I saw this also in the log: When I restart tomcat ii initialized 7 times my
applications. How is that possible??

Maarten


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


Re: Bind errors in 5.0.19

Posted by Gerardo Juarez <ge...@computo-industrial.com.mx>.
It could appear as 'webcache' instead of '8080'...

Some Linux distributions have a Tomcat server that may be active. You 
download and install a new version and end up having two servers: the one 
you wish to use and the one the distribution has but is not obvious it's 
there. Have you checked the services that are up and running?

Gerardo Juarez

On Tue, 7 Sep 2004, Sunitha Kumar wrote:

> Hey folks:
> On reboot, tomcat complains that it is not able to Bind to port 8080.
> I do not see 8080 being used by anything else,
> with netstat -a
> Any pointers?
> thanks,
> -sunitha
> 
> ug 16, 2004 1:10:51 PM org.apache.catalina.startup.Catalina load
> SEVERE: Catalina.start
> LifecycleException:  Protocol handler initialization failed: 
> java.net.BindException: Address already in use
> :8080
>         at 
> org.apache.coyote.tomcat5.CoyoteConnector.initialize(CoyoteConnector.java:1447)
>         at 
> org.apache.catalina.core.StandardService.initialize(StandardService.java:648)
>         at 
> org.apache.catalina.core.StandardServer.initialize(StandardServer.java:2416)
>         at org.apache.catalina.startup.Catalina.load(Catalina.java:545)
>         at org.apache.catalina.startup.Catalina.load(Catalina.java:566)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>         at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>         at java.lang.reflect.Method.invoke(Method.java:324)
>         at org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:260)
>         at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:397)
> Aug 16, 2004 1:10:51 PM org.apache.catalina.startup.Catalina load
> INFO: Initialization processed in 1892 ms
> Aug 16, 2004 1:10:52 PM org.apache.catalina.core.StandardService start
> INFO: Starting service Catalina
> Aug 16, 2004 1:10:52 PM org.apache.catalina.core.StandardEngine start
> INFO: Starting Servlet Engine: Apache Tomcat/5.0.19
> Aug 16, 2004 1:10:52 PM org.apache.catalina.core.StandardHost start
> INFO: XML validation disabled
> Aug 16, 2004 1:10:52 PM org.apache.catalina.core.StandardHostDeployer remove
> INFO: Removing web application at context path
> Aug 16, 2004 1:10:52 PM org.apache.catalina.logger.LoggerBase stop
> INFO: unregistering logger Catalina:type=Logger,host=localhost
> Aug 16, 2004 1:10:52 PM org.apache.catalina.logger.LoggerBase stop
> INFO: unregistering logger Catalina:type=Logger
> Aug 16, 2004 1:10:52 PM org.apache.coyote.http11.Http11Protocol destroy
> INFO: Stoping http11 protocol on 8080 Catalina:type=ThreadPool,name=http8080
> Aug 16, 2004 1:10:52 PM org.apache.coyote.http11.Http11Protocol destroy
> INFO: Stoping http11 protocol on 8443 Catalina:type=ThreadPool,name=http8443
> Aug 16, 2004 1:10:52 PM org.apache.catalina.startup.ContextConfig 
> applicationConfig
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org