Re: Late Binding

2013-11-08 Thread Mark Thomas
On 08/11/2013 04:18, Suresh Mathew wrote: All, Can we add a new state to bind the port after the startup is completed. Right now start will start the app after binding to the port. We can delay the binf after connector is started using bindOnInit. But this is a little different.

[jira] [Commented] (MTOMCAT-246) Allow for adding dirs/files to webapp classpath

2013-11-08 Thread Ondrej Burkert (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-246?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13817110#comment-13817110 ] Ondrej Burkert commented on MTOMCAT-246: Great. Looking forward for the new

svn commit: r1539948 - /tomcat/trunk/res/ide-support/eclipse/eclipse.classpath

2013-11-08 Thread kkolinko
Author: kkolinko Date: Fri Nov 8 08:35:12 2013 New Revision: 1539948 URL: http://svn.apache.org/r1539948 Log: Sample Eclipse project for Tomcat 8 - Specifically select a Java 7 JRE (Execution environment Java SE 1.7) - Add EasyMock 3.2 Modified:

[Bug 55759] New: Update to ECJ 4.3.1

2013-11-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55759 Bug ID: 55759 Summary: Update to ECJ 4.3.1 Product: Tomcat 8 Version: 8.0.0-RC5 Hardware: PC Status: NEW Severity: enhancement Priority: P2

svn commit: r1539953 - in /tomcat/trunk: ./ res/ide-support/eclipse/ res/ide-support/netbeans/ res/maven/

2013-11-08 Thread kkolinko
Author: kkolinko Date: Fri Nov 8 09:00:02 2013 New Revision: 1539953 URL: http://svn.apache.org/r1539953 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55759 Update Eclipse JDT Core Batch Compiler (ecj.jar) from 4.2.2 to 4.3.1. Modified: tomcat/trunk/build.properties.default

[Bug 55759] Update to ECJ 4.3.1

2013-11-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55759 Konstantin Kolinko knst.koli...@gmail.com changed: What|Removed |Added Component|Jasper |Jasper

svn commit: r1539956 - /tomcat/maven-plugin/trunk/tomcat7-war-runner/src/main/java/org/apache/tomcat/maven/runner/Tomcat7Runner.java

2013-11-08 Thread kkolinko
Author: kkolinko Date: Fri Nov 8 09:20:10 2013 New Revision: 1539956 URL: http://svn.apache.org/r1539956 Log: https://issues.apache.org/jira/browse/MTOMCAT-211 Followup to r1539920 Introduce a local variable to cache the object created by expandFile.getParentFile() call. Modified:

svn commit: r1539959 - in /tomcat/trunk/java/org/apache/catalina/webresources: CachedResource.java FileResource.java

2013-11-08 Thread markt
Author: markt Date: Fri Nov 8 09:30:39 2013 New Revision: 1539959 URL: http://svn.apache.org/r1539959 Log: Reduce calls to exists() Modified: tomcat/trunk/java/org/apache/catalina/webresources/CachedResource.java tomcat/trunk/java/org/apache/catalina/webresources/FileResource.java

Issue with SPNEGO authenticator

2013-11-08 Thread Arunav Sanyal
Hi Our company has a use case in which our domain is a tomcat process. In our code, we support a parallel protocol which uses In memory based jaas configuration - public class OurLoginConfiguration extends Configuration In IBM JDK 7, we need to initiate using keytab which needs the system

Re: Issue with SPNEGO authenticator

2013-11-08 Thread Mark Thomas
On 08/11/2013 10:15, Arunav Sanyal wrote: Is it possible to remove the last line of the function. What kind of impact it will have. I dont envisage a case in which existing functionality can break. Open a Bugzilla entry and someone (probably me) will take a look. If the authentication

Re: svn commit: r1539771 - /tomcat/trunk/java/org/apache/catalina/webresources/StandardRoot.java

2013-11-08 Thread Konstantin Kolinko
2013/11/7 ma...@apache.org: Author: markt Date: Thu Nov 7 19:24:17 2013 New Revision: 1539771 URL: http://svn.apache.org/r1539771 Log: Add a workaround for a Jira bug (to be removed later) as Jira is being used for testing Ordering of jars is important. The ones in PreResources should

Re: Late Binding

2013-11-08 Thread Konstantin Kolinko
2013/11/8 Suresh Mathew suresh@gmail.com: All, Can we add a new state to bind the port after the startup is completed. Right now start will start the app after binding to the port. We can delay the binf after connector is started using bindOnInit. But this is a little different.

svn commit: r1539979 - /tomcat/trunk/java/org/apache/catalina/core/ApplicationContext.java

2013-11-08 Thread markt
Author: markt Date: Fri Nov 8 11:13:35 2013 New Revision: 1539979 URL: http://svn.apache.org/r1539979 Log: Correct Javadoc. Modified: tomcat/trunk/java/org/apache/catalina/core/ApplicationContext.java Modified: tomcat/trunk/java/org/apache/catalina/core/ApplicationContext.java URL:

Re: svn commit: r1539771 - /tomcat/trunk/java/org/apache/catalina/webresources/StandardRoot.java

2013-11-08 Thread Mark Thomas
On 08/11/2013 11:01, Konstantin Kolinko wrote: 2013/11/7 ma...@apache.org: Author: markt Date: Thu Nov 7 19:24:17 2013 New Revision: 1539771 URL: http://svn.apache.org/r1539771 Log: Add a workaround for a Jira bug (to be removed later) as Jira is being used for testing Ordering of

svn commit: r1539980 - /tomcat/trunk/java/org/apache/catalina/webresources/StandardRoot.java

2013-11-08 Thread markt
Author: markt Date: Fri Nov 8 11:14:21 2013 New Revision: 1539980 URL: http://svn.apache.org/r1539980 Log: Remove TODO and improve comment. Review from kkolinko Modified: tomcat/trunk/java/org/apache/catalina/webresources/StandardRoot.java Modified:

[Bug 55760] New: Tomcat SPNEGO authenticator incompatible with IBM JDK in case of Keytab based initiate and accept authentication

2013-11-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55760 Bug ID: 55760 Summary: Tomcat SPNEGO authenticator incompatible with IBM JDK in case of Keytab based initiate and accept authentication Product: Tomcat 7

[Bug 55760] Tomcat SPNEGO authenticator incompatible with IBM JDK in case of Keytab based initiate and accept authentication

2013-11-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55760 Arunav Sanyal arunav.sanya...@gmail.com changed: What|Removed |Added CC|

Re: Issue with SPNEGO authenticator

2013-11-08 Thread Arunav Sanyal
Hi Mark Thanks for the lightning fast reply. I have raised a bugzilla entry ID: 55760 https://issues.apache.org/bugzilla/show_bug.cgi?id=55760 URL: https://issues.apache.org/bugzilla/show_bug.cgi?id=55760 Just le me know if you need additional logs or information. Yours sincerely Arunav

[Bug 55760] Tomcat SPNEGO authenticator incompatible with IBM JDK in case of Keytab based initiate and accept authentication

2013-11-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55760 Arunav Sanyal arunav.sanya...@gmail.com changed: What|Removed |Added Priority|P2 |P1 --

svn commit: r1539992 - /tomcat/trunk/java/org/apache/catalina/loader/WebappClassLoader.java

2013-11-08 Thread markt
Author: markt Date: Fri Nov 8 12:09:14 2013 New Revision: 1539992 URL: http://svn.apache.org/r1539992 Log: Improve start time for large web applications by avoiding CNFE from system class loader Modified: tomcat/trunk/java/org/apache/catalina/loader/WebappClassLoader.java Modified:

svn commit: r1539996 - /tomcat/trunk/java/org/apache/catalina/webresources/AbstractFileResourceSet.java

2013-11-08 Thread markt
Author: markt Date: Fri Nov 8 12:22:39 2013 New Revision: 1539996 URL: http://svn.apache.org/r1539996 Log: Re-order tests to skip more expensive test when posisble Modified: tomcat/trunk/java/org/apache/catalina/webresources/AbstractFileResourceSet.java Modified:

svn commit: r1540060 - in /tomcat/trunk: build.properties.default build.xml

2013-11-08 Thread markt
Author: markt Date: Fri Nov 8 14:52:18 2013 New Revision: 1540060 URL: http://svn.apache.org/r1540060 Log: Update to Commons Pool 2.0 now it has had its first release Modified: tomcat/trunk/build.properties.default tomcat/trunk/build.xml Modified: tomcat/trunk/build.properties.default

svn commit: r1540073 - /tomcat/trunk/webapps/examples/jsp/jsp2/jspx/basic.jspx

2013-11-08 Thread kpreisser
Author: kpreisser Date: Fri Nov 8 15:18:41 2013 New Revision: 1540073 URL: http://svn.apache.org/r1540073 Log: Follow-Up to r1540070: Fix whitespaces. Modified: tomcat/trunk/webapps/examples/jsp/jsp2/jspx/basic.jspx Modified: tomcat/trunk/webapps/examples/jsp/jsp2/jspx/basic.jspx URL:

svn commit: r1540070 - in /tomcat/trunk/webapps/examples: WEB-INF/tags/xhtmlbasic.tag jsp/jsp2/jspx/basic.jspx

2013-11-08 Thread kpreisser
Author: kpreisser Date: Fri Nov 8 15:15:38 2013 New Revision: 1540070 URL: http://svn.apache.org/r1540070 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55383 Improve markup of XHTML Basic JSPX example: - Since it is intented to be XHTML, change it to actually output XHTML instead

[jira] [Commented] (MTOMCAT-211) The .war file is not extracted from executable war

2013-11-08 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13817342#comment-13817342 ] Hudson commented on MTOMCAT-211: FAILURE: Integrated in TomcatMavenPlugin-mvn3.x #271

svn commit: r1540077 - in /tomcat/trunk/webapps/examples/jsp/jsp2/jspx: svgexample.html textRotate.html textRotate.jspx

2013-11-08 Thread kpreisser
Author: kpreisser Date: Fri Nov 8 15:28:42 2013 New Revision: 1540077 URL: http://svn.apache.org/r1540077 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55383 Improve HTML markup in the examples. Modified: tomcat/trunk/webapps/examples/jsp/jsp2/jspx/svgexample.html

svn commit: r1540082 - /tomcat/trunk/webapps/examples/jsp/jsp2/jspx/basic.html

2013-11-08 Thread kpreisser
Author: kpreisser Date: Fri Nov 8 15:33:07 2013 New Revision: 1540082 URL: http://svn.apache.org/r1540082 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55383 Follow-Up to r1540077: Improve HTML markup in the examples. Modified:

[Bug 55743] Shutdown script broken on linux when only using PID-File

2013-11-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55743 --- Comment #4 from Mark Thomas ma...@apache.org --- It should be possible to check a return value from the call to stop(). If that is non-zero and we have a pid, try that next? -- You are receiving this mail because: You are the assignee

[Bug 53173] maxConnections feature hangs the system

2013-11-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53173 Robert Hardin roberthar...@hotmail.com changed: What|Removed |Added Hardware|PC |All

[Bug 53173] maxConnections feature hangs the system

2013-11-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53173 --- Comment #9 from Filip Hanik fha...@apache.org --- A work around for you should be using the NIO connector, as it doesn't use threads in between keep alives, and don't set any max connections Connector port=8080

[Bug 53173] maxConnections feature hangs the system

2013-11-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53173 --- Comment #10 from Robert Hardin roberthar...@hotmail.com --- Thank you Filip. I'll give it a try. Would I continue to use the maxThreads parameter to throttle traffic (to prevent client requests from burning up my JVM)? If not, how

[Bug 53173] maxConnections feature hangs the system

2013-11-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53173 Robert Hardin roberthar...@hotmail.com changed: What|Removed |Added CC|

[Bug 53173] maxConnections feature hangs the system

2013-11-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53173 Konstantin Kolinko knst.koli...@gmail.com changed: What|Removed |Added Hardware|All |PC

[Bug 55743] Shutdown script broken on linux when only using PID-File

2013-11-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55743 --- Comment #5 from Konstantin Kolinko knst.koli...@gmail.com --- (In reply to Felix Becker from comment #2) But I'm wondering why that is implemented in this way because a normal SIGTERM causes a graceful shutdown - is there any reason

Re: svn commit: r1540077 - in /tomcat/trunk/webapps/examples/jsp/jsp2/jspx: svgexample.html textRotate.html textRotate.jspx

2013-11-08 Thread Konstantin Kolinko
2013/11/8 kpreis...@apache.org: Author: kpreisser Date: Fri Nov 8 15:28:42 2013 New Revision: 1540077 URL: http://svn.apache.org/r1540077 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55383 Improve HTML markup in the examples. Modified: