Re: [VOTE] Tomcat modules

2002-12-05 Thread Craig R. McClanahan
On Thu, 5 Dec 2002, Remy Maucherat wrote: > > Ok, so to paraphrase: > - Catalina core: stays in j-t-catalina/catalina > - Modules which use the Catalina API: j-t-catalina/modules (or by > component name, like j-t-catalina/cluster ?) Or maybe j-t-catalina/modules/cluster so that the individual m

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/core ApplicationDispatcher.java

2002-12-05 Thread amyroh
amyroh 2002/12/05 18:49:39 Modified:catalina/src/share/org/apache/catalina/core ApplicationDispatcher.java Log: Fix for bugtraq 4787595. Filter did not work correctly with JSPs as servlet . Revision ChangesPath 1.6 +15 -15 jakarta-tomc

Re: minimal

2002-12-05 Thread Jon Scott Stevens
on 2002/12/5 11:51 AM, "Costin Manolache" <[EMAIL PROTECTED]> wrote: > - jasper ( at least jasper runtime - but probably the whole thing ). Now that we have JSR 154 and JSR 153, can't we make a distribution of Tomcat that does not include Jasper? That would rock. =) -jon -- StudioZ.tv /\ Bar/N

Re: minimal

2002-12-05 Thread Jon Scott Stevens
on 2002/12/5 10:34 AM, "Costin Manolache" <[EMAIL PROTECTED]> wrote: > And components to be included in minimal: > - catalina > - coyote > - tomcat-util > - http11/jk2 > - all valves/etc that are required for tomcat to operate. > - naming I'm 100% +1 on a minimal distribution of Tomcat 4 that onl

cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/tagplugins/jstl ForEach.java

2002-12-05 Thread luehe
luehe 2002/12/05 15:56:40 Modified:jasper2 build.xml jasper2/src/share/org/apache/jasper/compiler Compiler.java Generator.java Node.java TagPluginManager.java Added: jasper2/src/share/org/apache/jasper/tagplugins/jstl

cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/tagplugins/jstl - New directory

2002-12-05 Thread luehe
luehe 2002/12/05 15:55:15 jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/tagplugins/jstl - New directory -- To unsubscribe, e-mail: For additional commands, e-mail:

cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/tagplugins - New directory

2002-12-05 Thread luehe
luehe 2002/12/05 15:54:51 jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/tagplugins - New directory -- To unsubscribe, e-mail: For additional commands, e-mail:

DO NOT REPLY [Bug 15105] - pushBody()/popBody() error on tomcat 4.1.12

2002-12-05 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

logging error on 5.0/OS X 10.2.2

2002-12-05 Thread Matt Raible
I'm using OS X 10.2.2 and JDK 1.3.1. When I run my application on Tomcat 5.0, I get the following error: java.lang.ExceptionInInitializerError: org.apache.commons.logging.LogConfigurationException: org.apache.commons.logging.LogConfigurationException: org.apache.commons.logging.LogConfigura

Re: minimal

2002-12-05 Thread Costin Manolache
Another try: Required libs: - JMX - JAAS - JNDI - digester ( and beanutils, collections it needs ). - modeler - ant ( required by jasper runtime and startup ) - commons-logging When/if the JNDI-based abstraction of config files is ready we'll not need digester - but most likely it'll still be req

cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/compiler/tagplugin TagPluginContext.java

2002-12-05 Thread kinman
kinman 2002/12/05 11:32:52 Modified:jasper2/src/share/org/apache/jasper/compiler TagPluginManager.java jasper2/src/share/org/apache/jasper/compiler/tagplugin TagPluginContext.java Log: - Add getTemporaryVariableName() to

RE: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/cluster JGCluster.java JGManager.java ReplicatedSession.java ReplicationStream.java SerializablePrincipal.java SessionMessage.java

2002-12-05 Thread Filip Hanik
Hi Remy, we have been actually been working on this at sourceforge.net/projects/tomcat-jg could I continue the work in TC? I have several improvements to make, over the next few months Filip ~ Namaste - I bow to the divine in you ~ Filip Hanik Software Architect www.filip.net >-Original Mes

Re: minimal

2002-12-05 Thread Jeanfrancois Arcand
Remy Maucherat wrote: Costin Manolache wrote: Jeanfrancois Arcand wrote: Yep. There is a couple of Realm/Authenticator that can be optional (the default one should stay in the core module) Speaking of defaults: - Should we make the JAAS realm the default ? Or at least include it in th

Re: minimal

2002-12-05 Thread Remy Maucherat
Costin Manolache wrote: Jeanfrancois Arcand wrote: Yep. There is a couple of Realm/Authenticator that can be optional (the default one should stay in the core module) Speaking of defaults: - Should we make the JAAS realm the default ? Or at least include it in the core ? In my opinion the

minimal

2002-12-05 Thread Costin Manolache
Jeanfrancois Arcand wrote: > Yep. There is a couple of Realm/Authenticator that can be optional (the > default one should stay in the core module) Speaking of defaults: - Should we make the JAAS realm the default ? Or at least include it in the core ? In my opinion the user.xml Realm should ev

DO NOT REPLY [Bug 15115] New: - correct docs... XML parser *cannot* be overridden by putting in WEB-INF/lib

2002-12-05 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Re: build files ( again )

2002-12-05 Thread Jeanfrancois Arcand
Costin Manolache wrote: Since we are talking about clean and organized: Can I (re)move the antcall to jk, http11, jtc from j-t-catalina/catalina/build.xml ? j-t5 is the main build file and it should call all 'child' build.xml files directly. +1 Is anyone else using the "build" target ?

cvs commit: jakarta-tomcat-5 tomcat.nsi

2002-12-05 Thread remm
remm2002/12/05 09:59:38 Modified:.tomcat.nsi Log: - Add cute welcome and finish pages. - This really looks like MSI, except it's a lot faster :) Revision ChangesPath 1.18 +15 -5 jakarta-tomcat-5/tomcat.nsi Index: tomcat.nsi ==

Re: build files ( again )

2002-12-05 Thread Remy Maucherat
Costin Manolache wrote: Since we are talking about clean and organized: Can I (re)move the antcall to jk, http11, jtc from j-t-catalina/catalina/build.xml ? j-t5 is the main build file and it should call all 'child' build.xml files directly. Is anyone else using the "build" target ? Any objec

cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/compiler/tagplugin TagPlugin.java TagPluginContext.java

2002-12-05 Thread luehe
luehe 2002/12/05 09:56:43 Modified:jasper2/src/share/org/apache/jasper/compiler Generator.java JspDocumentParser.java JspReader.java Node.java PageDataImpl.java Parser.java TagPluginManager.java jasper2/src/share/org/apache

build files ( again )

2002-12-05 Thread Costin Manolache
Since we are talking about clean and organized: Can I (re)move the antcall to jk, http11, jtc from j-t-catalina/catalina/build.xml ? j-t5 is the main build file and it should call all 'child' build.xml files directly. Is anyone else using the "build" target ? Any objections to creating all the

Re: [VOTE] Tomcat modules

2002-12-05 Thread Costin Manolache
Remy Maucherat wrote: > Costin Manolache wrote: >> Remy Maucherat wrote: >> >> >>>Hi, >>> >>>I plan to reorganize the jakarta-tomcat-catalina repository as follows: >>>- catalina folder: Catalina core; this depends on the servlet API >>>- modules folders: Optional functionality and modules (one

DO NOT REPLY [Bug 15084] - preloaded jsp's have their init method called again on first hit

2002-12-05 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Re: [VOTE] Tomcat modules

2002-12-05 Thread Remy Maucherat
Costin Manolache wrote: Remy Maucherat wrote: Hi, I plan to reorganize the jakarta-tomcat-catalina repository as follows: - catalina folder: Catalina core; this depends on the servlet API - modules folders: Optional functionality and modules (one example is clustering), but which depends on th

Re: [VOTE] Tomcat modules

2002-12-05 Thread Jeanfrancois Arcand
Remy Maucherat wrote: +1 [X ] -1 [ ] Remy I like the idea of having j-t-module, because it's look like jakarta-commons. But j-t-connector is fine for now. -- Jeanfrancois -- To unsubscribe, e-mail: For additional commands, e-mail:

cvs commit: jakarta-tomcat-5/resources/confinstall server_2.xml

2002-12-05 Thread remm
remm2002/12/05 08:03:06 Modified:resources/confinstall server_2.xml Log: - Add JG cluster example. Revision ChangesPath 1.8 +19 -0 jakarta-tomcat-5/resources/confinstall/server_2.xml Index: server_2.xml

cvs commit: jakarta-tomcat-catalina/catalina/src/conf server.xml

2002-12-05 Thread remm
remm2002/12/05 08:02:54 Modified:catalina/src/conf server.xml Log: - Add JG cluster example. Revision ChangesPath 1.12 +7 -1 jakarta-tomcat-catalina/catalina/src/conf/server.xml Index: server.xml ===

cvs commit: jakarta-tomcat-catalina/webapps/admin build.xml

2002-12-05 Thread costin
costin 2002/12/05 07:59:03 Modified:webapps/admin build.xml Log: Added digester ( in some cases it wasn't picked up - for example when calling it directly ) Revision ChangesPath 1.5 +1 -0 jakarta-tomcat-catalina/webapps/admin/build.xml Index: build.xml

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/startup Catalina.java

2002-12-05 Thread costin
costin 2002/12/05 07:57:48 Modified:catalina/src/share/org/apache/catalina/startup Catalina.java Log: Make Catalina extend Embed. Some methods moved ( setters/getters grouped ). Duplicated methods removed ( use the ones in parent ). Catalina.home and jndi are done in parent

Re: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/clusterJGCluster.java JGManager.java ReplicatedSession.java ReplicationStream.javaSerializablePrincipal.java SessionMessage.java

2002-12-05 Thread Remy Maucherat
[EMAIL PROTECTED] wrote: remm2002/12/05 04:25:09 Added: catalina/src/share/org/apache/catalina/cluster JGCluster.java JGManager.java ReplicatedSession.java ReplicationStream.java SerializablePrincipal.java Ses

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/startup Embedded.java

2002-12-05 Thread costin
costin 2002/12/05 07:53:57 Modified:catalina/src/share/org/apache/catalina/startup Embedded.java Log: Move to c-l. A bit of refactoring in catalina.home initialization - to make it consistent to Catalina ( the server.xml init ). Also added a check with IntrospectionUtils (

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/core ApplicationDispatcher.java

2002-12-05 Thread costin
costin 2002/12/05 07:44:30 Modified:catalina/src/share/org/apache/catalina/core ApplicationDispatcher.java Log: One more conversion to c-l Revision ChangesPath 1.5 +62 -55 jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/co

cvs commit: jakarta-tomcat-catalina/catalina/src/bin catalina.xml

2002-12-05 Thread costin
costin 2002/12/05 07:42:13 Modified:catalina/src/bin catalina.xml Log: Fix the relative paths ( so it can be used from bin/ ) Revision ChangesPath 1.7 +2 -2 jakarta-tomcat-catalina/catalina/src/bin/catalina.xml Index: catalina.xml ==

cvs commit: jakarta-tomcat-catalina/catalina build.xml

2002-12-05 Thread costin
costin 2002/12/05 07:41:37 Modified:catalina build.xml Log: Pass commons-modeler to jk. I'll change the jmx support from dynamic mbean to modeler. Revision ChangesPath 1.33 +1 -0 jakarta-tomcat-catalina/catalina/build.xml Index: build.xml =

Re: [VOTE] Tomcat modules

2002-12-05 Thread Costin Manolache
Remy Maucherat wrote: > Hi, > > I plan to reorganize the jakarta-tomcat-catalina repository as follows: > - catalina folder: Catalina core; this depends on the servlet API > - modules folders: Optional functionality and modules (one example is > clustering), but which depends on the Catalina API;

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/cluster JGManager.java

2002-12-05 Thread remm
remm2002/12/05 06:05:22 Modified:catalina/src/share/org/apache/catalina/cluster JGManager.java Log: - Allow specifying the implementation class for sessions when deserializing (obviously, JG doesn't like StandardSession instances). Revision Chang

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/session StandardManager.java

2002-12-05 Thread remm
remm2002/12/05 06:05:12 Modified:catalina/src/share/org/apache/catalina/session StandardManager.java Log: - Allow specifying the implementation class for sessions when deserializing (obviously, JG doesn't like StandardSession instances). Revision

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/session ManagerBase.java StandardSession.java DistributedManager.java

2002-12-05 Thread remm
remm2002/12/05 05:52:51 Modified:catalina/src/share/org/apache/catalina/session ManagerBase.java StandardSession.java Removed: catalina/src/share/org/apache/catalina/session DistributedManager.java Log: - Allow extending StdSe

DO NOT REPLY [Bug 15077] - NPE when reloading servlets in org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.java:686)

2002-12-05 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/core StandardWrapper.java

2002-12-05 Thread remm
remm2002/12/05 05:34:09 Modified:catalina/src/share/org/apache/catalina/core StandardWrapper.java Log: - Slightly experimental: mark servlets as unavailable when the wrapper is stopped (bug 15077). Revision ChangesPath 1.9 +10 -5

DO NOT REPLY [Bug 15081] - WAR loses date information for enclosed contents

2002-12-05 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/mbeans mbeans-descriptors.xml

2002-12-05 Thread remm
remm2002/12/05 04:26:08 Modified:catalina/src/share/org/apache/catalina/mbeans mbeans-descriptors.xml Log: - Add a few MBeans (cluster is not supported yet, though :-( ). Revision ChangesPath 1.13 +78 -1 jakarta-tomcat-catalina/catali

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/cluster ClusterMemberInfo.java ClusterReceiver.java ClusterSender.java ClusterSessionBase.java MulticastReceiver.java MulticastSender.java ReplicationWrapper.java StandardCluster.java

2002-12-05 Thread remm
remm2002/12/05 04:25:35 Removed: catalina/src/share/org/apache/catalina/cluster ClusterMemberInfo.java ClusterReceiver.java ClusterSender.java ClusterSessionBase.java MulticastReceiver.java MulticastSender.java

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/cluster JGCluster.java JGManager.java ReplicatedSession.java ReplicationStream.java SerializablePrincipal.java SessionMessage.java

2002-12-05 Thread remm
remm2002/12/05 04:25:09 Added: catalina/src/share/org/apache/catalina/cluster JGCluster.java JGManager.java ReplicatedSession.java ReplicationStream.java SerializablePrincipal.java SessionMessage.java Log:

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/core StandardContext.java

2002-12-05 Thread remm
remm2002/12/05 04:23:37 Modified:catalina/src/share/org/apache/catalina/core StandardContext.java Log: - Get a clustered manager if a cluster is associated with the host. Revision ChangesPath 1.11 +10 -5 jakarta-tomcat-catalina/catali

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/startup HostRuleSet.java

2002-12-05 Thread remm
remm2002/12/05 04:22:52 Modified:catalina/src/share/org/apache/catalina/startup HostRuleSet.java Log: - This should be setCluster (how long since Cluster was last used ?). Revision ChangesPath 1.2 +5 -5 jakarta-tomcat-catalina/catal

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina Cluster.java

2002-12-05 Thread remm
remm2002/12/05 04:22:15 Modified:catalina/src/share/org/apache/catalina Cluster.java Log: - Simplify cluster interface. Revision ChangesPath 1.2 +19 -53 jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/Cluster.java Index: Cluster.java ==

cvs commit: jakarta-tomcat-5 build.properties.default build.xml

2002-12-05 Thread remm
remm2002/12/05 04:01:32 Modified:.build.properties.default build.xml Log: - Add JavaGroups support (which will be moved somewhere else relatively quickly). Revision ChangesPath 1.53 +9 -2 jakarta-tomcat-5/build.properties.default Index: build.pr

cvs commit: jakarta-tomcat-catalina/catalina build.xml

2002-12-05 Thread remm
remm2002/12/05 04:01:17 Modified:catalina build.xml Log: - Add JavaGroups support (which will be moved somewhere else relatively quickly). Revision ChangesPath 1.32 +1 -0 jakarta-tomcat-catalina/catalina/build.xml Index: build.xml

[VOTE] Tomcat modules

2002-12-05 Thread Remy Maucherat
Hi, I plan to reorganize the jakarta-tomcat-catalina repository as follows: - catalina folder: Catalina core; this depends on the servlet API - modules folders: Optional functionality and modules (one example is clustering), but which depends on the Catalina API; this does not directly depend on

DO NOT REPLY [Bug 15104] - sendRedirect() does not write the port on the redirect url

2002-12-05 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 15105] New: - pushBody()/popBody() error on tomcat 4.1.12

2002-12-05 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 15104] New: - sendRedirect() does not write the port on the redirect url

2002-12-05 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/valves PersistentValve.java

2002-12-05 Thread jfclere
jfclere 2002/12/05 02:41:35 Modified:catalina/src/share/org/apache/catalina/valves PersistentValve.java Log: Now it works as I excepted it. I will move it to 5.0 soon. Revision ChangesPath 1.2 +29 -9 jakarta-tomcat-4.0/catalina/src/share

DO NOT REPLY [Bug 15084] - preloaded jsp's have their init method called again on first hit

2002-12-05 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Unexpected behavior in mod_jk redirector for IIS

2002-12-05 Thread Joakim Ström
Hello, I'm trying to use Tomcat in a Webdav app running under IIS, but keep running into severe problems with the IIS connector that are stalling our project. I have tried the users list without any luck with two cases, and some colleagues now think we should look for another servlet container. B

Re: [PATCH] change jndi auth in tomcat

2002-12-05 Thread John Holman
Carsten LDAP authentication with a bind is supported in the JNDIRealm included with Tomcat 4.1 John. Carsten Burghardt wrote: Hi, I tried to get a ldap-authentification with domino but noticed that the current code (I checked tomcat 4.0.6 so if this is obsolete in a newer version forgive m

DO NOT REPLY [Bug 15086] - System.out from destroy goes to different place than init message

2002-12-05 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/core StandardWrapper.java

2002-12-05 Thread remm
remm2002/12/05 01:12:38 Modified:catalina/src/share/org/apache/catalina/core StandardWrapper.java Log: - Use the swallowOutput flag when unloading (bug 15086). Revision ChangesPath 1.43 +15 -11 jakarta-tomcat-4.0/catalina/src/share/org

DO NOT REPLY [Bug 9997] - Servlet.service() for servlet default threw exception java.net.SocketException: Operation would block

2002-12-05 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bug

DO NOT REPLY [Bug 9997] - Servlet.service() for servlet default threw exception java.net.SocketException: Operation would block

2002-12-05 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bug