RE: [Maybe spam] unsubscribe trouble

2006-06-13 Thread enquiries
Hi, We appreciate your interest in vPOST. We have noted on your feedback and will make the necessary arrangements to filter your email from receiving our newsletter. We apologise for any inconvenience caused. Thank you and have a nice day. Yours sincerely, vPOST Customer Service [EMAIL

RE: [Maybe spam] unsubscribe trouble

2006-06-13 Thread enquiries
Hi, Who are u? Thank you and have a nice day. Yours sincerely, vPOST Customer Service [EMAIL PROTECTED] From: enquiries Sent: Tue 13/6/2006 2:09 PM To: Tomcat Developers List Subject: RE: [Maybe spam] unsubscribe trouble Hi, We appreciate your

DO NOT REPLY [Bug 39794] New: - getResource method of WebappClassLoader does not return URLs for packages

2006-06-13 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=39794. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

Re: WebappLoader RFC

2006-06-13 Thread Darryl Miles
Glen Marchesani wrote: Loader className=org.apache.catalina.loader.MyWebappLoader extendedClasspath=C:/mycode/myproject/lib/*.jar;C:/mycode/myproject2/lib/*.jar;C:/mycode/myproject2/classes/ / /Context The reason for doing this is when developping a webapp that consists of

DO NOT REPLY [Bug 39795] New: - ServletContext.getInitParameter() is null after jsp has been recompiled

2006-06-13 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=39795. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 39795] - ServletContext.getInitParameter() is null after jsp has been recompiled

2006-06-13 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=39795. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

code structure and api docs for Tomcat 5.5

2006-06-13 Thread Adrian M
Hello, I have checked-out and built Tomcat sources in Eclipse as described at http://tomcat.apache.org/tomcat-5.5-doc/building.html. Although there are a number of errors when trying to run the code, it seems that (at least the build part) is all right. However, I'm having some problems

What triggers jspDestroy?

2006-06-13 Thread Bob Damato
Hello, I got no response for this on the tomcat-users list. I think it may be more appropriate for this list since it's more about the internals of Tomcat: -- I have a page that renders a very large report using the apache jstl tags. When the page has

DO NOT REPLY [Bug 39803] New: - Unified EL impl doesn't support enums

2006-06-13 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=39803. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 39804] New: - JspFactory.getDefaultFactory() returns null

2006-06-13 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=39804. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 39805] New: - Annotations only working for public methods

2006-06-13 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=39805. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

HELP Wanted

2006-06-13 Thread Tom Miller
Summarry: I have five webased web site with java application. One application per web site. Here is my current enviroment: OS = Linux RedHat 4.0 Appache 2.0.50 Connector JK 1.2.6 Tomcat 5.5.4 I am currently have each website and application run on one machine. I also have some machine with

HELP Wanted with attachment

2006-06-13 Thread Tom Miller
Summarry: I have five webased web site with java application. One application per web site. Here is my current enviroment: OS = Linux RedHat 4.0 Appache 2.0.50 Connector JK 1.2.6 Tomcat 5.5.4 I am currently have each website and application run on one machine. I also have some machine with

Re: What triggers jspDestroy?

2006-06-13 Thread Jan Luehe
Hi Bob, Bob Damato wrote On 06/13/06 07:49,: Hello, I got no response for this on the tomcat-users list. I think it may be more appropriate for this list since it's more about the internals of Tomcat: -- I have a page that renders a very large report

svn commit: r413988 - in /tomcat/container/tc5.5.x/modules/groupcom: src/share/org/apache/catalina/tribes/ src/share/org/apache/catalina/tribes/group/ src/share/org/apache/catalina/tribes/group/interc

2006-06-13 Thread fhanik
Author: fhanik Date: Tue Jun 13 15:07:01 2006 New Revision: 413988 URL: http://svn.apache.org/viewvc?rev=413988view=rev Log: Completed almost all of the coordinator, still need test cases for all the use cases that exists Modified:

svn commit: r413996 - in /tomcat/container/tc5.5.x/modules/groupcom: src/share/org/apache/catalina/tribes/group/interceptors/ src/share/org/apache/catalina/tribes/transport/nio/ test/java/org/apache/c

2006-06-13 Thread fhanik
Author: fhanik Date: Tue Jun 13 15:45:25 2006 New Revision: 413996 URL: http://svn.apache.org/viewvc?rev=413996view=rev Log: Fine tuned the test cases, we don't need long sleeps, it should all go pretty quick Modified:

svn commit: r413998 - /tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes/group/interceptors/NonBlockingCoordinator.java

2006-06-13 Thread fhanik
Author: fhanik Date: Tue Jun 13 15:45:59 2006 New Revision: 413998 URL: http://svn.apache.org/viewvc?rev=413998view=rev Log: Log to the logger Modified: tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes/group/interceptors/NonBlockingCoordinator.java Modified:

svn commit: r414002 - /tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes/group/interceptors/NonBlockingCoordinator.java

2006-06-13 Thread fhanik
Author: fhanik Date: Tue Jun 13 15:59:16 2006 New Revision: 414002 URL: http://svn.apache.org/viewvc?rev=414002view=rev Log: Added a semaphore for not receiving messages Modified:

Re: code structure and api docs for Tomcat 5.5

2006-06-13 Thread Mark Thomas
Adrian M wrote: However, I'm having some problems understanding the structure of the whole project because the apparent inconsistency between the documentation (Tomcat API for v. 5.5) and the source code in the (5) Tomcat projects. For instance, I cannot locate the org.apache.jk.* packages

Re: HELP Wanted

2006-06-13 Thread Mark Thomas
Tom Miller wrote: If none of you volunteer I will have to post my need on the list and keep bother you all until I get some solution (-: (-: Or until I or one of the other list owners get fed up with your spam and unsubscribe you. I'll keep hassling you until you help me isn't what open

svn commit: r414005 - in /tomcat/container/tc5.5.x/modules/groupcom: VERSION src/share/org/apache/catalina/tribes/group/interceptors/NonBlockingCoordinator.java

2006-06-13 Thread fhanik
Author: fhanik Date: Tue Jun 13 16:21:30 2006 New Revision: 414005 URL: http://svn.apache.org/viewvc?rev=414005view=rev Log: Added version notes Modified: tomcat/container/tc5.5.x/modules/groupcom/VERSION

Re: WebappLoader RFC

2006-06-13 Thread Darryl Miles
Its unclear now what you are trying to fix. Your first post stated you wanted to cut down on the deploy part (I pointed out the features we currently get that we'd loose with your approach; also that deploy is necessary to flush out the old version of the code in the JVM) and this last post

DO NOT REPLY [Bug 39794] - getResource method of WebappClassLoader does not return URLs for packages

2006-06-13 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=39794. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 39793] - Domain name Catalina:type=... is hardcoded in several files.

2006-06-13 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=39793. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 39646] - UnknownHostException. Intermitent. Fixes if tomcat restarted.

2006-06-13 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=39646. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

svn commit: r414056 - in /tomcat/container/tc5.5.x/modules/groupcom: src/share/org/apache/catalina/tribes/ src/share/org/apache/catalina/tribes/group/interceptors/ src/share/org/apache/catalina/tribes

2006-06-13 Thread fhanik
Author: fhanik Date: Tue Jun 13 21:05:24 2006 New Revision: 414056 URL: http://svn.apache.org/viewvc?rev=414056view=rev Log: Created a coordination demo, text only, to show how election works Added:

svn commit: r414060 - /tomcat/container/tc5.5.x/modules/groupcom/test/java/org/apache/catalina/tribes/demos/CoordinationDemo.java

2006-06-13 Thread fhanik
Author: fhanik Date: Tue Jun 13 21:13:19 2006 New Revision: 414060 URL: http://svn.apache.org/viewvc?rev=414060view=rev Log: Added count to demo Modified: tomcat/container/tc5.5.x/modules/groupcom/test/java/org/apache/catalina/tribes/demos/CoordinationDemo.java Modified:

svn commit: r414061 - in /tomcat/container/tc5.5.x/modules/groupcom: VERSION to-do.txt

2006-06-13 Thread fhanik
Author: fhanik Date: Tue Jun 13 21:15:00 2006 New Revision: 414061 URL: http://svn.apache.org/viewvc?rev=414061view=rev Log: Completed coordination demo Modified: tomcat/container/tc5.5.x/modules/groupcom/VERSION tomcat/container/tc5.5.x/modules/groupcom/to-do.txt Modified:

svn commit: r414073 - in /tomcat/container/tc5.5.x/modules/groupcom: src/share/org/apache/catalina/tribes/group/interceptors/ src/share/org/apache/catalina/tribes/util/ test/java/org/apache/catalina/t

2006-06-13 Thread fhanik
Author: fhanik Date: Tue Jun 13 21:53:55 2006 New Revision: 414073 URL: http://svn.apache.org/viewvc?rev=414073view=rev Log: Fixed nextIndex bug and added support for multi threading during start/stop of the entire demo Modified:

DO NOT REPLY [Bug 39810] New: - Security flaw in security-constraint when request made by \

2006-06-13 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=39810. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.