DO NOT REPLY [Bug 32406] New: - pageContext.include() not throws IOException

2004-11-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=32406.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=32406

   Summary: pageContext.include() not throws IOException
   Product: Tomcat 5
   Version: 5.0.28
  Platform: PC
OS/Version: Windows 2000
Status: NEW
  Severity: normal
  Priority: P2
 Component: Servlet  JSP API
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


if file not found, IOException not throws

package javax.servlet.jsp;
public abstract void include(String s) throws ServletException, IOException;

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 27143] - provide a low in memory concept

2004-11-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=27143.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=27143


[EMAIL PROTECTED] changed:

   What|Removed |Added

  Component|Catalina|Catalina
Product|Tomcat 4|Tomcat 5
Version|4.1.27  |5.0.28




--- Additional Comments From [EMAIL PROTECTED]  2004-11-26 14:08 ---
see also: Bug 27062 

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



java.net.SocketException: socket closed Endpoint ServerSocket

2004-11-26 Thread Chirag
Software Installed
--

jakarta-tomcat-5.5.2
JDK 1.5
IE 6.0SP1

Requirement


The PC has Internet Connection. and we start the
Tomcat Server.

After that we try to see the site 
http://localhost:8080/

We get normal Tomcat Home Page ready

Afterwards I try to surf the same site by typing

http://160.160.160.160:8080/

where

160.160.160.160 is the IP address

After that the Tomcat Server throws the error and the
IE also is trying to display the page

The Exception is thrown

and as the message is displayed that Reinitializing
ServerSocket But nothing such a thing happens

Exception Raised in Tomcat Server


INFO: Server startup in 20650 ms
Nov 18, 2004 8:03:23 PM
org.apache.tomcat.util.net.PoolTcpEndpoint
acceptSocket
SEVERE: Endpoint
ServerSocket[addr=0.0.0.0/0.0.0.0,port=0,localport=8080]
ignored exception: java.net.SocketException: socket
closed
java.net.SocketException: socket closed
at
java.net.PlainSocketImpl.socketAccept(Native Method)
at
java.net.PlainSocketImpl.accept(PlainSocketImpl.java:384)
at
java.net.ServerSocket.implAccept(ServerSocket.java:450)
at
java.net.ServerSocket.accept(ServerSocket.java:421)
at
org.apache.tomcat.util.net.DefaultServerSocketFactory.acceptSocket(DefaultServerSocketFactory.java:60)
at
org.apache.tomcat.util.net.PoolTcpEndpoint.acceptSocket(PoolTcpEndpoint.java:368)
at
org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:548)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
at java.lang.Thread.run(Thread.java:595)
Nov 18, 2004 8:03:23 PM
org.apache.tomcat.util.net.PoolTcpEndpoint
acceptSocket
WARNING: Reinitializing ServerSocket



Thanks in advance

CSJakharia




__ 
Do you Yahoo!? 
All your favorites on one personal page – Try My Yahoo!
http://my.yahoo.com 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 27143] - provide a low in memory concept

2004-11-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=27143.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=27143


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WONTFIX




--- Additional Comments From [EMAIL PROTECTED]  2004-11-26 14:36 ---
Please propose patches to reopen the report.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Starting tomcat inside eclipse

2004-11-26 Thread Brij Naald
Hi, i'm trying to start tomcat within eclipse, to make debugging somewhat 
easier.
I followed the orders on the tomcat webpage, but it doesn't work.
I took org.apache.catalina.startup.Catalina as main class,
put start at the program arguments, and I put
-Dcatalina-home=D:\tomcat\jakarta-tomcat-5\build as the VM argument.

I then gives following exception (it has something to do with the catalina 
home. What have I done wrong? (I already tried it without the , and I 
already tried to change the \ in /.

Thanks for the help!
java.lang.NullPointerException
at java.util.Hashtable.put(Hashtable.java:393)
at java.util.Properties.setProperty(Properties.java:102)
at java.lang.System.setProperty(System.java:656)
at org.apache.catalina.startup.Embedded.initDirs(Embedded.java:916)
at 
org.apache.catalina.startup.Catalina.setCatalinaHome(Catalina.java:425)
at org.apache.catalina.startup.Catalina.process(Catalina.java:178)
at org.apache.catalina.startup.Catalina.main(Catalina.java:166)
Exception in thread main
_
Kies nu de Site Van Het Jaar en win prachtige prijzen! 
http://www.sitevanhetjaar.be/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


DO NOT REPLY [Bug 32404] - Performance regression with load-balancer config

2004-11-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=32404.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=32404


[EMAIL PROTECTED] changed:

   What|Removed |Added

 AssignedTo|[EMAIL PROTECTED]   |tomcat-
   ||[EMAIL PROTECTED]




-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 32319] - Idle connection disconnect - free waiting tomcat threads

2004-11-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=32319.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=32319





--- Additional Comments From [EMAIL PROTECTED]  2004-11-26 17:55 ---
Hi,

1. Can you rename 'check' to maintain
2. Add the time(NULL) to function call so we don't call that for
   each worker. For example call time(NULL) before calling wc_maintain,
   so we don't call that function for each worker in the list.
3. Explain the close_idle_endpoints function.
4. Make a diff -u against current cvs head.

Thanks.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-tomcat-connectors/jk/native/common jk_context.c jk_context.h

2004-11-26 Thread mturk
mturk   2004/11/26 08:58:31

  Modified:jk/native/common jk_context.c jk_context.h
  Log:
  Change C++ reserved word 'virtual' to virt
  
  Revision  ChangesPath
  1.12  +10 -10jakarta-tomcat-connectors/jk/native/common/jk_context.c
  
  Index: jk_context.c
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native/common/jk_context.c,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- jk_context.c  8 Oct 2004 07:50:39 -   1.11
  +++ jk_context.c  26 Nov 2004 16:58:31 -  1.12
  @@ -29,14 +29,14 @@
* Set the virtual name of the context 
*/
   
  -int context_set_virtual(jk_context_t *c, char *virtual)
  +int context_set_virtual(jk_context_t *c, char *virt)
   {
   if (c) {
   
  -if (virtual) {
  -c-virtual = jk_pool_strdup(c-p, virtual);
  +if (virt) {
  +c-virt = jk_pool_strdup(c-p, virt);
   
  -if (!c-virtual)
  +if (!c-virt)
   return JK_FALSE;
   }
   
  @@ -50,7 +50,7 @@
* Init the context info struct
*/
   
  -int context_open(jk_context_t *c, char *virtual)
  +int context_open(jk_context_t *c, char *virt)
   {
   if (c) {
   jk_open_pool(c-p, c-buf, sizeof(jk_pool_atom_t) * 
SMALL_POOL_SIZE);
  @@ -58,7 +58,7 @@
   c-capacity = 0;
   c-contexts = NULL;
   
  -return context_set_virtual(c, virtual);
  +return context_set_virtual(c, virt);
   }
   
   return JK_FALSE;
  @@ -83,12 +83,12 @@
* Allocate and open context
*/
   
  -int context_alloc(jk_context_t **c, char *virtual)
  +int context_alloc(jk_context_t **c, char *virt)
   {
   if (c)
   return context_open(*c =
  -(jk_context_t *)malloc(sizeof(jk_context_t)),
  -virtual);
  +(jk_context_t *)calloc(1, sizeof(jk_context_t)),
  +virt);
   
   return JK_FALSE;
   }
  
  
  
  1.10  +5 -5  jakarta-tomcat-connectors/jk/native/common/jk_context.h
  
  Index: jk_context.h
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native/common/jk_context.h,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- jk_context.h  8 Nov 2004 13:28:54 -   1.9
  +++ jk_context.h  26 Nov 2004 16:58:31 -  1.10
  @@ -82,7 +82,7 @@
* Virtual Server (if use)
*/
   
  -char *virtual;
  +char *virt;
   
   /*
* Num of context handled (ie: examples, admin...)
  @@ -109,13 +109,13 @@
* functions defined here 
*/
   
  -int context_set_virtual(jk_context_t *c, char *virtual);
  +int context_set_virtual(jk_context_t *c, char *virt);
   
  -int context_open(jk_context_t *c, char *virtual);
  +int context_open(jk_context_t *c, char *virt);
   
   int context_close(jk_context_t *c);
   
  -int context_alloc(jk_context_t **c, char *virtual);
  +int context_alloc(jk_context_t **c, char *virt);
   
   int context_free(jk_context_t **c);
   
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-tomcat-connectors/jk/native/common jk_ajp13_worker.c jk_ajp14.c jk_ajp14_worker.c jk_ajp_common.c jk_jni_worker.c jk_lb_worker.c

2004-11-26 Thread mturk
mturk   2004/11/26 08:59:52

  Modified:jk/native/common jk_ajp13_worker.c jk_ajp14.c
jk_ajp14_worker.c jk_ajp_common.c jk_jni_worker.c
jk_lb_worker.c
  Log:
  Use calloc instead malloc for initalizing stucts, so we can use default zeros
  
  Revision  ChangesPath
  1.21  +4 -3  
jakarta-tomcat-connectors/jk/native/common/jk_ajp13_worker.c
  
  Index: jk_ajp13_worker.c
  ===
  RCS file: 
/home/cvs/jakarta-tomcat-connectors/jk/native/common/jk_ajp13_worker.c,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- jk_ajp13_worker.c 19 Nov 2004 12:58:18 -  1.20
  +++ jk_ajp13_worker.c 26 Nov 2004 16:59:51 -  1.21
  @@ -78,7 +78,7 @@
   int JK_METHOD ajp13_worker_factory(jk_worker_t **w,
  const char *name, jk_logger_t *l)
   {
  -ajp_worker_t *aw = (ajp_worker_t *) malloc(sizeof(ajp_worker_t));
  +ajp_worker_t *aw;
   
   JK_TRACE_ENTER(l);
   if (name == NULL || w == NULL) {
  @@ -86,7 +86,8 @@
   JK_TRACE_EXIT(l);
   return JK_FALSE;
   }
  -
  +
  +aw = (ajp_worker_t *) calloc(1, sizeof(ajp_worker_t));
   if (!aw) {
   jk_log(l, JK_LOG_ERROR,
  malloc of private_data failed\n);
  
  
  
  1.24  +6 -6  jakarta-tomcat-connectors/jk/native/common/jk_ajp14.c
  
  Index: jk_ajp14.c
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native/common/jk_ajp14.c,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- jk_ajp14.c11 Nov 2004 17:43:01 -  1.23
  +++ jk_ajp14.c26 Nov 2004 16:59:51 -  1.24
  @@ -417,7 +417,7 @@
   JK_TRACE_ENTER(l);
   jk_log(l, JK_LOG_DEBUG,
  get virtual %s for virtual %s\n,
  -   vname, c-virtual);
  +   vname, c-virt);
   
   if (!vname) {
   jk_log(l, JK_LOG_ERROR,
  @@ -427,7 +427,7 @@
   }
   
   /* Check if we get the correct virtual host */
  -if (c-virtual != NULL  vname != NULL  strcmp(c-virtual, vname)) {
  +if (c-virt != NULL  vname != NULL  strcmp(c-virt, vname)) {
   /* set the virtual name, better to add to a virtual list ? */
   
   if (context_set_virtual(c, vname) == JK_FALSE) {
  @@ -536,7 +536,7 @@
   /*
* VIRTUAL HOST CSTRING
*/
  -if (jk_b_append_string(msg, c-virtual)) {
  +if (jk_b_append_string(msg, c-virt)) {
   jk_log(l, JK_LOG_ERROR,
  failed appending the virtual host string\n);
   JK_TRACE_EXIT(l);
  @@ -628,10 +628,10 @@
   }
   
   /* Check if we speak about the correct virtual */
  -if (strcmp(c-virtual, vname)) {
  +if (strcmp(c-virt, vname)) {
   jk_log(l, JK_LOG_ERROR,
  incorrect virtual %s instead of %s\n,
  -   vname, c-virtual);
  +   vname, c-virt);
   JK_TRACE_EXIT(l);
   return JK_FALSE;
   }
  
  
  
  1.24  +3 -2  
jakarta-tomcat-connectors/jk/native/common/jk_ajp14_worker.c
  
  Index: jk_ajp14_worker.c
  ===
  RCS file: 
/home/cvs/jakarta-tomcat-connectors/jk/native/common/jk_ajp14_worker.c,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- jk_ajp14_worker.c 19 Nov 2004 12:58:18 -  1.23
  +++ jk_ajp14_worker.c 26 Nov 2004 16:59:51 -  1.24
  @@ -380,7 +380,7 @@
   int JK_METHOD ajp14_worker_factory(jk_worker_t **w,
  const char *name, jk_logger_t *l)
   {
  -ajp_worker_t *aw = (ajp_worker_t *) malloc(sizeof(ajp_worker_t));
  +ajp_worker_t *aw;
   
   JK_TRACE_ENTER(l);
   
  @@ -390,6 +390,7 @@
   return JK_FALSE;
   }
   
  +aw = (ajp_worker_t *) calloc(1, sizeof(ajp_worker_t));
   if (!aw) {
   jk_log(l, JK_LOG_ERROR,
  malloc of private data failed\n);
  
  
  
  1.65  +2 -2  
jakarta-tomcat-connectors/jk/native/common/jk_ajp_common.c
  
  Index: jk_ajp_common.c
  ===
  RCS file: 
/home/cvs/jakarta-tomcat-connectors/jk/native/common/jk_ajp_common.c,v
  retrieving revision 1.64
  retrieving revision 1.65
  diff -u -r1.64 -r1.65
  --- jk_ajp_common.c   19 Nov 2004 12:59:15 -  1.64
  +++ jk_ajp_common.c   26 Nov 2004 16:59:51 -  1.65
  @@ -1947,7 +1947,7 @@
   }
   }
   
  -ae = (ajp_endpoint_t *) malloc(sizeof(ajp_endpoint_t));
  +ae = (ajp_endpoint_t *) calloc(1, sizeof(ajp_endpoint_t));
   if (ae) {
   ae-sd = -1;
   ae-reuse = JK_FALSE;
  
  
  
  1.29  +4 -3  
jakarta-tomcat-connectors/jk/native/common/jk_jni_worker.c
  
  Index: 

RE: java.net.SocketException: socket closed Endpoint ServerSocket

2004-11-26 Thread Mark Thomas
This is a question for the tomcat-user list, not tomcat-dev.

Mark 

 -Original Message-
 From: Chirag [mailto:[EMAIL PROTECTED] 
 Sent: Friday, November 26, 2004 1:15 PM
 To: [EMAIL PROTECTED]
 Subject: java.net.SocketException: socket closed Endpoint ServerSocket
 
 Software Installed
 --
 
 jakarta-tomcat-5.5.2
 JDK 1.5
 IE 6.0SP1
 
 Requirement
 
 
 The PC has Internet Connection. and we start the
 Tomcat Server.
 
 After that we try to see the site 
 http://localhost:8080/
 
 We get normal Tomcat Home Page ready
 
 Afterwards I try to surf the same site by typing
 
 http://160.160.160.160:8080/
 
 where
 
 160.160.160.160 is the IP address
 
 After that the Tomcat Server throws the error and the
 IE also is trying to display the page
 
 The Exception is thrown
 
 and as the message is displayed that Reinitializing
 ServerSocket But nothing such a thing happens
 
 Exception Raised in Tomcat Server
 
 
 INFO: Server startup in 20650 ms
 Nov 18, 2004 8:03:23 PM
 org.apache.tomcat.util.net.PoolTcpEndpoint
 acceptSocket
 SEVERE: Endpoint
 ServerSocket[addr=0.0.0.0/0.0.0.0,port=0,localport=8080]
 ignored exception: java.net.SocketException: socket
 closed
 java.net.SocketException: socket closed
 at
 java.net.PlainSocketImpl.socketAccept(Native Method)
 at
 java.net.PlainSocketImpl.accept(PlainSocketImpl.java:384)
 at
 java.net.ServerSocket.implAccept(ServerSocket.java:450)
 at
 java.net.ServerSocket.accept(ServerSocket.java:421)
 at
 org.apache.tomcat.util.net.DefaultServerSocketFactory.acceptSo
 cket(DefaultServerSocketFactory.java:60)
 at
 org.apache.tomcat.util.net.PoolTcpEndpoint.acceptSocket(PoolTc
 pEndpoint.java:368)
 at
 org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoi
 nt.java:548)
 at
 org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(
 ThreadPool.java:684)
 at java.lang.Thread.run(Thread.java:595)
 Nov 18, 2004 8:03:23 PM
 org.apache.tomcat.util.net.PoolTcpEndpoint
 acceptSocket
 WARNING: Reinitializing ServerSocket
 
 
 
 Thanks in advance
 
 CSJakharia
 
 
 
   
 __ 
 Do you Yahoo!? 
 All your favorites on one personal page  Try My Yahoo!
 http://my.yahoo.com 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: contract

2004-11-26 Thread Vic
Hmm. You want somone to click to open a doc file?
OK.
.V
[EMAIL PROTECTED] wrote:
Sorry to bother you, but I am having a problem receiving your emails.
I am responding to your last email in the attached file.
Please get back to me if there is any problem reading the attachment.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: contract

2004-11-26 Thread Oliver Zeigermann
Don't be silly man, this is SPAM! Don't do this!

Oliver


On Fri, 26 Nov 2004 15:36:02 -0600, Vic [EMAIL PROTECTED] wrote:
 Hmm. You want somone to click to open a doc file?
 OK.
 
 .V
 
 [EMAIL PROTECTED] wrote:
  Sorry to bother you, but I am having a problem receiving your emails.
  I am responding to your last email in the attached file.
  Please get back to me if there is any problem reading the attachment.
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 32389] - ajp13 interface stops responding

2004-11-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=32389.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=32389


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID




--- Additional Comments From [EMAIL PROTECTED]  2004-11-26 23:12 ---
The Exception is harmless, and nothing in the logs quoted looks even slightly 
unusual.  

You could try asking for help on tomcat-user.  If you discover additional 
information that would point to a Tomcat problem, feel free to REOPEN this.  
REOPENing without additional information is just a waste of everybody's time, 
since it is very unlikely that anybody will investigate further based on the 
information here :).

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Information

2004-11-26 Thread mikeb
--  Virus Warning Message (on uusnwa0l)

Found virus WORM_NETSKY.Z in file Details.txt   

  .exe (in Details.zip)
The file is deleted.

-
Important details!


--  Virus Warning Message (on uusnwa0l)

Details.zip is removed from here because it contains a virus.

-
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]