RE: Window doesnt close on shutdown

2002-10-21 Thread Robert L Sowders
Are you running the warp connector?  I didn't know that was working under 
windows.  If you're not trying to use it then make sure it is commented 
out in the TOMCAT_HOME\conf\server.xml file.

I haven't done too much with mod_jk yet.  I've been using mod_jk2 on my 
windows boxes here.  I have a short how to if you're interested in 
trying out mod_jk2. 







RXZ JLo [EMAIL PROTECTED]
10/18/2002 11:08 PM
Please respond to Tomcat Users List

 
To: Tomcat Users List [EMAIL PROTECTED]
cc: Robert L Sowders [EMAIL PROTECTED]
Subject:RE: Window doesnt close on shutdown

I have tried out your suggestions:
1. Killing the task via Task manager did not add
entries to any log
2. No error.log anywhere
3. The only error I see is in
apache_log.2002-10-19.txt:

2002-10-19 11:06:12
[org.apache.catalina.connector.warp.WarpConnector]
Error accepting requests
java.net.SocketException: socket closed
 at java.net.PlainSocketImpl.socketAccept(Native
Method)
 at
java.net.PlainSocketImpl.accept(PlainSocketImpl.java:421)
 at
java.net.ServerSocket.implAccept(ServerSocket.java:243)
 at
java.net.ServerSocket.accept(ServerSocket.java:222)
 at
org.apache.catalina.connector.warp.WarpConnector.run(WarpConnector.java:590)
 at java.lang.Thread.run(Thread.java:484)


What is this error, Can this be the cause?

4. Am I supposed to end the threads I started?

thanks,
rf.


--- Robert L Sowders [EMAIL PROTECTED] wrote:
 Then your problem is not with the shortcut but with
 tomcat.  What do the 
 logs say.  Have you turned up the levels to debug
 yet.  Check all the 
 logs, stdout, sterr, the apache access.log and
 error.log and all the logs 
 in tomcat_home/logs too.  It should tell you
 something. 
 
 If you can kill it via the task manager, then go
 back and reread the logs 
 again, more clues might turn up.
 
 rls
 
 
 
 
 
 
 RXZ JLo [EMAIL PROTECTED]
 10/17/2002 10:32 PM
 Please respond to Tomcat Users List
 
 
 To: Tomcat Users List
 [EMAIL PROTECTED]
 cc: [EMAIL PROTECTED]
 Subject:RE: Window doesnt close on
 shutdown
 
 Yes the tomcat process (java.exe) is still in the
 task
 manager. Also on shutdown the process is taking in
 additional memory, I am not sure if it is my app or
 tomcat that is taking the additional memory of
 around
 20mb.
 
 
 
 --- Robert L Sowders [EMAIL PROTECTED] wrote:
  Do you still see the tomcat process in the task
  manager?  If not is there 
  a -w in the target field of the properties for
 the
  shortcut for Tomcat 
  stop?
  
  rls
  
  
  
  
  RXZ JLo [EMAIL PROTECTED]
  10/17/2002 09:12 PM
  Please respond to Tomcat Users List
  
  
  To: Tomcat Users List
  [EMAIL PROTECTED]
  cc: 
  Subject:RE: Window doesnt close on
  shutdown
  
  I am creating two socket listeners in my webapp,
 am
  I
  supposed to close them explicitly for the shutdown
  to
  finish gracefully?
  
  thanks,
  rf
  
  --- RXZ JLo [EMAIL PROTECTED] wrote:
   No. Should it?
   
   
   --- Adam Greene [EMAIL PROTECTED] wrote:
Does the title bar say Finished??

-Original Message-
From: RXZ JLo [mailto:rufoo2001;yahoo.com]
Sent: Wednesday, October 16, 2002 9:33 AM
To: [EMAIL PROTECTED]
Subject: Window doesnt close on shutdown


I use tomcat4.0.4 on windows 2000.
When I shutdown tomcat, the window
just shows
Stopping Tomcat-Apache and standalone
and doesnt close on itself.

Does this mean my application hasnt
closed properly?

Thanks,
rf



   
  __
Do you Yahoo!?
Faith Hill - Exclusive Performances, Videos 
  More
http://faith.yahoo.com

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




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

   
   
  
 __
   Do you Yahoo!?
   Faith Hill - Exclusive Performances, Videos 
 More
   http://faith.yahoo.com
   
   --
   To unsubscribe, e-mail: 
  
 
 mailto:tomcat-user-unsubscribe;jakarta.apache.org
   For additional commands, e-mail:
   mailto:tomcat-user-help;jakarta.apache.org
   
  
  
  __
  Do you Yahoo!?
  Faith Hill - Exclusive Performances, Videos  More
  http://faith.yahoo.com
  
  --
  To unsubscribe, e-mail: 
 
 mailto:tomcat-user-unsubscribe;jakarta.apache.org
  For additional commands, e-mail:
  mailto:tomcat-user-help;jakarta.apache.org
  
  
  
  
  
  --
  To unsubscribe, e-mail: 
 
 mailto:tomcat-user-unsubscribe;jakarta.apache.org

RE: Window doesnt close on shutdown

2002-10-19 Thread RXZ JLo
I have tried out your suggestions:
1. Killing the task via Task manager did not add
entries to any log
2. No error.log anywhere
3. The only error I see is in
apache_log.2002-10-19.txt:

2002-10-19 11:06:12
[org.apache.catalina.connector.warp.WarpConnector]
Error accepting requests
java.net.SocketException: socket closed
at java.net.PlainSocketImpl.socketAccept(Native
Method)
at
java.net.PlainSocketImpl.accept(PlainSocketImpl.java:421)
at
java.net.ServerSocket.implAccept(ServerSocket.java:243)
at
java.net.ServerSocket.accept(ServerSocket.java:222)
at
org.apache.catalina.connector.warp.WarpConnector.run(WarpConnector.java:590)
at java.lang.Thread.run(Thread.java:484)


What is this error, Can this be the cause?

4. Am I supposed to end the threads I started?

thanks,
rf.


--- Robert L Sowders [EMAIL PROTECTED] wrote:
 Then your problem is not with the shortcut but with
 tomcat.  What do the 
 logs say.  Have you turned up the levels to debug
 yet.  Check all the 
 logs, stdout, sterr, the apache access.log and
 error.log and all the logs 
 in tomcat_home/logs too.  It should tell you
 something. 
 
 If you can kill it via the task manager, then go
 back and reread the logs 
 again, more clues might turn up.
 
 rls
 
 
 
 
 
 
 RXZ JLo [EMAIL PROTECTED]
 10/17/2002 10:32 PM
 Please respond to Tomcat Users List
 
  
 To: Tomcat Users List
 [EMAIL PROTECTED]
 cc: [EMAIL PROTECTED]
 Subject:RE: Window doesnt close on
 shutdown
 
 Yes the tomcat process (java.exe) is still in the
 task
 manager. Also on shutdown the process is taking in
 additional memory, I am not sure if it is my app or
 tomcat that is taking the additional memory of
 around
 20mb.
 
 
 
 --- Robert L Sowders [EMAIL PROTECTED] wrote:
  Do you still see the tomcat process in the task
  manager?  If not is there 
  a -w in the target field of the properties for
 the
  shortcut for Tomcat 
  stop?
  
  rls
  
  
  
  
  RXZ JLo [EMAIL PROTECTED]
  10/17/2002 09:12 PM
  Please respond to Tomcat Users List
  
  
  To: Tomcat Users List
  [EMAIL PROTECTED]
  cc: 
  Subject:RE: Window doesnt close on
  shutdown
  
  I am creating two socket listeners in my webapp,
 am
  I
  supposed to close them explicitly for the shutdown
  to
  finish gracefully?
  
  thanks,
  rf
  
  --- RXZ JLo [EMAIL PROTECTED] wrote:
   No. Should it?
   
   
   --- Adam Greene [EMAIL PROTECTED] wrote:
Does the title bar say Finished??

-Original Message-
From: RXZ JLo [mailto:rufoo2001;yahoo.com]
Sent: Wednesday, October 16, 2002 9:33 AM
To: [EMAIL PROTECTED]
Subject: Window doesnt close on shutdown


I use tomcat4.0.4 on windows 2000.
When I shutdown tomcat, the window
just shows
Stopping Tomcat-Apache and standalone
and doesnt close on itself.

Does this mean my application hasnt
closed properly?

Thanks,
rf



   
  __
Do you Yahoo!?
Faith Hill - Exclusive Performances, Videos 
  More
http://faith.yahoo.com

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




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

   
   
  
 __
   Do you Yahoo!?
   Faith Hill - Exclusive Performances, Videos 
 More
   http://faith.yahoo.com
   
   --
   To unsubscribe, e-mail: 
  
 
 mailto:tomcat-user-unsubscribe;jakarta.apache.org
   For additional commands, e-mail:
   mailto:tomcat-user-help;jakarta.apache.org
   
  
  
  __
  Do you Yahoo!?
  Faith Hill - Exclusive Performances, Videos  More
  http://faith.yahoo.com
  
  --
  To unsubscribe, e-mail: 
 
 mailto:tomcat-user-unsubscribe;jakarta.apache.org
  For additional commands, e-mail:
  mailto:tomcat-user-help;jakarta.apache.org
  
  
  
  
  
  --
  To unsubscribe, e-mail: 
 
 mailto:tomcat-user-unsubscribe;jakarta.apache.org
  For additional commands, e-mail:
  mailto:tomcat-user-help;jakarta.apache.org
  
 
 
 __
 Do you Yahoo!?
 Faith Hill - Exclusive Performances, Videos  More
 http://faith.yahoo.com
 
 --
 To unsubscribe, e-mail:  
 mailto:tomcat-user-unsubscribe;jakarta.apache.org
 For additional commands, e-mail:
 mailto:tomcat-user-help;jakarta.apache.org
 
 
 
 
 
 --
 To unsubscribe, e-mail:  
 mailto:tomcat-user-unsubscribe;jakarta.apache.org
 For additional commands, e-mail:
 mailto:tomcat-user-help;jakarta.apache.org
 


__
Do you Yahoo!?
Y! Web Hosting - Let the expert host

RE: Window doesnt close on shutdown

2002-10-18 Thread RXZ JLo
No. Should it?


--- Adam Greene [EMAIL PROTECTED] wrote:
 Does the title bar say Finished??
 
 -Original Message-
 From: RXZ JLo [mailto:rufoo2001;yahoo.com]
 Sent: Wednesday, October 16, 2002 9:33 AM
 To: [EMAIL PROTECTED]
 Subject: Window doesnt close on shutdown
 
 
 I use tomcat4.0.4 on windows 2000.
 When I shutdown tomcat, the window
 just shows
 Stopping Tomcat-Apache and standalone
 and doesnt close on itself.
 
 Does this mean my application hasnt
 closed properly?
 
 Thanks,
 rf
 
 
 
 __
 Do you Yahoo!?
 Faith Hill - Exclusive Performances, Videos  More
 http://faith.yahoo.com
 
 --
 To unsubscribe, e-mail:
 mailto:tomcat-user-unsubscribe;jakarta.apache.org
 For additional commands, e-mail:
 mailto:tomcat-user-help;jakarta.apache.org
 
 
 
 
 --
 To unsubscribe, e-mail:  
 mailto:tomcat-user-unsubscribe;jakarta.apache.org
 For additional commands, e-mail:
 mailto:tomcat-user-help;jakarta.apache.org
 


__
Do you Yahoo!?
Faith Hill - Exclusive Performances, Videos  More
http://faith.yahoo.com

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




RE: Window doesnt close on shutdown

2002-10-18 Thread Robert L Sowders
Then your problem is not with the shortcut but with tomcat.  What do the 
logs say.  Have you turned up the levels to debug yet.  Check all the 
logs, stdout, sterr, the apache access.log and error.log and all the logs 
in tomcat_home/logs too.  It should tell you something. 

If you can kill it via the task manager, then go back and reread the logs 
again, more clues might turn up.

rls






RXZ JLo [EMAIL PROTECTED]
10/17/2002 10:32 PM
Please respond to Tomcat Users List

 
To: Tomcat Users List [EMAIL PROTECTED]
cc: [EMAIL PROTECTED]
Subject:RE: Window doesnt close on shutdown

Yes the tomcat process (java.exe) is still in the task
manager. Also on shutdown the process is taking in
additional memory, I am not sure if it is my app or
tomcat that is taking the additional memory of around
20mb.



--- Robert L Sowders [EMAIL PROTECTED] wrote:
 Do you still see the tomcat process in the task
 manager?  If not is there 
 a -w in the target field of the properties for the
 shortcut for Tomcat 
 stop?
 
 rls
 
 
 
 
 RXZ JLo [EMAIL PROTECTED]
 10/17/2002 09:12 PM
 Please respond to Tomcat Users List
 
 
 To: Tomcat Users List
 [EMAIL PROTECTED]
 cc: 
 Subject:RE: Window doesnt close on
 shutdown
 
 I am creating two socket listeners in my webapp, am
 I
 supposed to close them explicitly for the shutdown
 to
 finish gracefully?
 
 thanks,
 rf
 
 --- RXZ JLo [EMAIL PROTECTED] wrote:
  No. Should it?
  
  
  --- Adam Greene [EMAIL PROTECTED] wrote:
   Does the title bar say Finished??
   
   -Original Message-
   From: RXZ JLo [mailto:rufoo2001;yahoo.com]
   Sent: Wednesday, October 16, 2002 9:33 AM
   To: [EMAIL PROTECTED]
   Subject: Window doesnt close on shutdown
   
   
   I use tomcat4.0.4 on windows 2000.
   When I shutdown tomcat, the window
   just shows
   Stopping Tomcat-Apache and standalone
   and doesnt close on itself.
   
   Does this mean my application hasnt
   closed properly?
   
   Thanks,
   rf
   
   
   
  
 __
   Do you Yahoo!?
   Faith Hill - Exclusive Performances, Videos 
 More
   http://faith.yahoo.com
   
   --
   To unsubscribe, e-mail:
  
 
 mailto:tomcat-user-unsubscribe;jakarta.apache.org
   For additional commands, e-mail:
   mailto:tomcat-user-help;jakarta.apache.org
   
   
   
   
   --
   To unsubscribe, e-mail: 
  
 
 mailto:tomcat-user-unsubscribe;jakarta.apache.org
   For additional commands, e-mail:
   mailto:tomcat-user-help;jakarta.apache.org
   
  
  
  __
  Do you Yahoo!?
  Faith Hill - Exclusive Performances, Videos  More
  http://faith.yahoo.com
  
  --
  To unsubscribe, e-mail: 
 
 mailto:tomcat-user-unsubscribe;jakarta.apache.org
  For additional commands, e-mail:
  mailto:tomcat-user-help;jakarta.apache.org
  
 
 
 __
 Do you Yahoo!?
 Faith Hill - Exclusive Performances, Videos  More
 http://faith.yahoo.com
 
 --
 To unsubscribe, e-mail: 
 mailto:tomcat-user-unsubscribe;jakarta.apache.org
 For additional commands, e-mail:
 mailto:tomcat-user-help;jakarta.apache.org
 
 
 
 
 
 --
 To unsubscribe, e-mail: 
 mailto:tomcat-user-unsubscribe;jakarta.apache.org
 For additional commands, e-mail:
 mailto:tomcat-user-help;jakarta.apache.org
 


__
Do you Yahoo!?
Faith Hill - Exclusive Performances, Videos  More
http://faith.yahoo.com

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





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




RE: Window doesnt close on shutdown

2002-10-18 Thread Adam Greene
Does the title bar say Finished??

-Original Message-
From: RXZ JLo [mailto:rufoo2001;yahoo.com]
Sent: Wednesday, October 16, 2002 9:33 AM
To: [EMAIL PROTECTED]
Subject: Window doesnt close on shutdown


I use tomcat4.0.4 on windows 2000.
When I shutdown tomcat, the window
just shows
Stopping Tomcat-Apache and standalone
and doesnt close on itself.

Does this mean my application hasnt
closed properly?

Thanks,
rf



__
Do you Yahoo!?
Faith Hill - Exclusive Performances, Videos  More
http://faith.yahoo.com

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




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




RE: Window doesnt close on shutdown

2002-10-18 Thread RXZ JLo
I am creating two socket listeners in my webapp, am I
supposed to close them explicitly for the shutdown to
finish gracefully?

thanks,
rf

--- RXZ JLo [EMAIL PROTECTED] wrote:
 No. Should it?
 
 
 --- Adam Greene [EMAIL PROTECTED] wrote:
  Does the title bar say Finished??
  
  -Original Message-
  From: RXZ JLo [mailto:rufoo2001;yahoo.com]
  Sent: Wednesday, October 16, 2002 9:33 AM
  To: [EMAIL PROTECTED]
  Subject: Window doesnt close on shutdown
  
  
  I use tomcat4.0.4 on windows 2000.
  When I shutdown tomcat, the window
  just shows
  Stopping Tomcat-Apache and standalone
  and doesnt close on itself.
  
  Does this mean my application hasnt
  closed properly?
  
  Thanks,
  rf
  
  
  
  __
  Do you Yahoo!?
  Faith Hill - Exclusive Performances, Videos  More
  http://faith.yahoo.com
  
  --
  To unsubscribe, e-mail:
 
 mailto:tomcat-user-unsubscribe;jakarta.apache.org
  For additional commands, e-mail:
  mailto:tomcat-user-help;jakarta.apache.org
  
  
  
  
  --
  To unsubscribe, e-mail:  
 
 mailto:tomcat-user-unsubscribe;jakarta.apache.org
  For additional commands, e-mail:
  mailto:tomcat-user-help;jakarta.apache.org
  
 
 
 __
 Do you Yahoo!?
 Faith Hill - Exclusive Performances, Videos  More
 http://faith.yahoo.com
 
 --
 To unsubscribe, e-mail:  
 mailto:tomcat-user-unsubscribe;jakarta.apache.org
 For additional commands, e-mail:
 mailto:tomcat-user-help;jakarta.apache.org
 


__
Do you Yahoo!?
Faith Hill - Exclusive Performances, Videos  More
http://faith.yahoo.com

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




RE: Window doesnt close on shutdown

2002-10-18 Thread RXZ JLo
Yes the tomcat process (java.exe) is still in the task
manager. Also on shutdown the process is taking in
additional memory, I am not sure if it is my app or
tomcat that is taking the additional memory of around
20mb.



--- Robert L Sowders [EMAIL PROTECTED] wrote:
 Do you still see the tomcat process in the task
 manager?  If not is there 
 a -w in the target field of the properties for the
 shortcut for Tomcat 
 stop?
 
 rls
 
 
 
 
 RXZ JLo [EMAIL PROTECTED]
 10/17/2002 09:12 PM
 Please respond to Tomcat Users List
 
  
 To: Tomcat Users List
 [EMAIL PROTECTED]
 cc: 
 Subject:RE: Window doesnt close on
 shutdown
 
 I am creating two socket listeners in my webapp, am
 I
 supposed to close them explicitly for the shutdown
 to
 finish gracefully?
 
 thanks,
 rf
 
 --- RXZ JLo [EMAIL PROTECTED] wrote:
  No. Should it?
  
  
  --- Adam Greene [EMAIL PROTECTED] wrote:
   Does the title bar say Finished??
   
   -Original Message-
   From: RXZ JLo [mailto:rufoo2001;yahoo.com]
   Sent: Wednesday, October 16, 2002 9:33 AM
   To: [EMAIL PROTECTED]
   Subject: Window doesnt close on shutdown
   
   
   I use tomcat4.0.4 on windows 2000.
   When I shutdown tomcat, the window
   just shows
   Stopping Tomcat-Apache and standalone
   and doesnt close on itself.
   
   Does this mean my application hasnt
   closed properly?
   
   Thanks,
   rf
   
   
   
  
 __
   Do you Yahoo!?
   Faith Hill - Exclusive Performances, Videos 
 More
   http://faith.yahoo.com
   
   --
   To unsubscribe, e-mail:
  
 
 mailto:tomcat-user-unsubscribe;jakarta.apache.org
   For additional commands, e-mail:
   mailto:tomcat-user-help;jakarta.apache.org
   
   
   
   
   --
   To unsubscribe, e-mail: 
  
 
 mailto:tomcat-user-unsubscribe;jakarta.apache.org
   For additional commands, e-mail:
   mailto:tomcat-user-help;jakarta.apache.org
   
  
  
  __
  Do you Yahoo!?
  Faith Hill - Exclusive Performances, Videos  More
  http://faith.yahoo.com
  
  --
  To unsubscribe, e-mail: 
 
 mailto:tomcat-user-unsubscribe;jakarta.apache.org
  For additional commands, e-mail:
  mailto:tomcat-user-help;jakarta.apache.org
  
 
 
 __
 Do you Yahoo!?
 Faith Hill - Exclusive Performances, Videos  More
 http://faith.yahoo.com
 
 --
 To unsubscribe, e-mail:  
 mailto:tomcat-user-unsubscribe;jakarta.apache.org
 For additional commands, e-mail:
 mailto:tomcat-user-help;jakarta.apache.org
 
 
 
 
 
 --
 To unsubscribe, e-mail:  
 mailto:tomcat-user-unsubscribe;jakarta.apache.org
 For additional commands, e-mail:
 mailto:tomcat-user-help;jakarta.apache.org
 


__
Do you Yahoo!?
Faith Hill - Exclusive Performances, Videos  More
http://faith.yahoo.com

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




RE: Window doesnt close on shutdown

2002-10-18 Thread Robert L Sowders
Do you still see the tomcat process in the task manager?  If not is there 
a -w in the target field of the properties for the shortcut for Tomcat 
stop?

rls




RXZ JLo [EMAIL PROTECTED]
10/17/2002 09:12 PM
Please respond to Tomcat Users List

 
To: Tomcat Users List [EMAIL PROTECTED]
cc: 
Subject:RE: Window doesnt close on shutdown

I am creating two socket listeners in my webapp, am I
supposed to close them explicitly for the shutdown to
finish gracefully?

thanks,
rf

--- RXZ JLo [EMAIL PROTECTED] wrote:
 No. Should it?
 
 
 --- Adam Greene [EMAIL PROTECTED] wrote:
  Does the title bar say Finished??
  
  -Original Message-
  From: RXZ JLo [mailto:rufoo2001;yahoo.com]
  Sent: Wednesday, October 16, 2002 9:33 AM
  To: [EMAIL PROTECTED]
  Subject: Window doesnt close on shutdown
  
  
  I use tomcat4.0.4 on windows 2000.
  When I shutdown tomcat, the window
  just shows
  Stopping Tomcat-Apache and standalone
  and doesnt close on itself.
  
  Does this mean my application hasnt
  closed properly?
  
  Thanks,
  rf
  
  
  
  __
  Do you Yahoo!?
  Faith Hill - Exclusive Performances, Videos  More
  http://faith.yahoo.com
  
  --
  To unsubscribe, e-mail:
 
 mailto:tomcat-user-unsubscribe;jakarta.apache.org
  For additional commands, e-mail:
  mailto:tomcat-user-help;jakarta.apache.org
  
  
  
  
  --
  To unsubscribe, e-mail: 
 
 mailto:tomcat-user-unsubscribe;jakarta.apache.org
  For additional commands, e-mail:
  mailto:tomcat-user-help;jakarta.apache.org
  
 
 
 __
 Do you Yahoo!?
 Faith Hill - Exclusive Performances, Videos  More
 http://faith.yahoo.com
 
 --
 To unsubscribe, e-mail: 
 mailto:tomcat-user-unsubscribe;jakarta.apache.org
 For additional commands, e-mail:
 mailto:tomcat-user-help;jakarta.apache.org
 


__
Do you Yahoo!?
Faith Hill - Exclusive Performances, Videos  More
http://faith.yahoo.com

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





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