Tomcat not able to access folder which is in virtual drive

2010-03-18 Thread Ganesh Sabbani
Hi, I am developing a project wherein it reads log files from virtual drive. I have created the project in eclipse and it is working perfectly fine using tomcat and reads the log files, but the issue which i am facing is when i create a WAR file and deploy it on tomcat it is unable to access the

svn commit: r924663 - /tomcat/native/trunk/xdocs/miscellaneous/changelog-1.1.x.xml

2010-03-18 Thread kkolinko
Author: kkolinko Date: Thu Mar 18 07:55:56 2010 New Revision: 924663 URL: http://svn.apache.org/viewvc?rev=924663&view=rev Log: set svn:eol-style Modified: tomcat/native/trunk/xdocs/miscellaneous/changelog-1.1.x.xml (props changed) Propchange: tomcat/native/trunk/xdocs/miscellaneous/chang

Re: Tomcat not able to access folder which is in virtual drive

2010-03-18 Thread Konstantin Kolinko
Your question is off-topic here. Usage questions should be send to the tomcat-users list. Please read: http://tomcat.apache.org/lists.html http://www.catb.org/~esr/faqs/smart-questions.html Do not forget to provide all relevant information. That includes the *text* of any error messages that you

DO NOT REPLY [Bug 48933] New: Client certificate gone after 1 minute timeout (SSL, APR)

2010-03-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48933 Summary: Client certificate gone after 1 minute timeout (SSL, APR) Product: Tomcat 6 Version: 6.0.26 Platform: Macintosh OS/Version: Linux Status: NEW

svn commit: r924686 - /tomcat/trunk/java/org/apache/tomcat/util/net/jsse/JSSESocketFactory.java

2010-03-18 Thread markt
Author: markt Date: Thu Mar 18 10:25:04 2010 New Revision: 924686 URL: http://svn.apache.org/viewvc?rev=924686&view=rev Log: Use better variable name. Modified: tomcat/trunk/java/org/apache/tomcat/util/net/jsse/JSSESocketFactory.java Modified: tomcat/trunk/java/org/apache/tomcat/util/net/js

DO NOT REPLY [Bug 48933] Client certificate gone after 1 minute timeout (SSL, APR)

2010-03-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48933 --- Comment #1 from Albert Tumanov 2010-03-18 10:26:30 UTC --- Created an attachment (id=25143) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=25143) Certificates All passwords are "changeit" -- Configure bugmail: https://is

DO NOT REPLY [Bug 48933] Client certificate gone after 1 minute timeout (SSL, APR)

2010-03-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48933 Albert Tumanov changed: What|Removed |Added Attachment #25143|Certificates|Certificates (All passwords

DO NOT REPLY [Bug 48933] Client certificate gone after 1 minute timeout (SSL, APR)

2010-03-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48933 --- Comment #2 from Albert Tumanov 2010-03-18 10:30:31 UTC --- Created an attachment (id=25144) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=25144) Test application -- Configure bugmail: https://issues.apache.org/bugzilla/u

DO NOT REPLY [Bug 48933] Client certificate gone after 1 minute timeout (SSL, APR)

2010-03-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48933 --- Comment #3 from Albert Tumanov 2010-03-18 10:34:11 UTC --- Created an attachment (id=25145) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=25145) Test application source -- Configure bugmail: https://issues.apache.org/bug

svn commit: r924692 - /tomcat/tc6.0.x/trunk/STATUS.txt

2010-03-18 Thread markt
Author: markt Date: Thu Mar 18 10:39:22 2010 New Revision: 924692 URL: http://svn.apache.org/viewvc?rev=924692&view=rev Log: (empty) Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=9246

DO NOT REPLY [Bug 48933] Client certificate gone after 1 minute timeout (SSL, APR)

2010-03-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48933 --- Comment #4 from Albert Tumanov 2010-03-18 10:39:48 UTC --- For testing, I was using ssltap: ssltap -sxlp 18443 localdebian:8443 The URL will then be https://localhost:18443/ssltest >From the ssltap log I can see that after 1 minute

DO NOT REPLY [Bug 48934] New: Cluster's regression. When replication fails once, replication can be never done again.

2010-03-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48934 Summary: Cluster's regression. When replication fails once, replication can be never done again. Product: Tomcat 6 Version: 6.0.26 Platform: All OS/Version: All

Patch for better support of Unified EL 2.2

2010-03-18 Thread Ruslan Gainutdinov
Please review this patch for inclusion in trunk. Basically it replaces direct calls to org.apache.el.ExpressionFactoryImpl to ExpressionFactory.newInstance(). And Tomcat implementation of el-api is modified to add ExpressionFactory.newInstance() method which do it old way. With this patch, is it e

Re: Patch for better support of Unified EL 2.2

2010-03-18 Thread Konstantin Kolinko
2010/3/18 Ruslan Gainutdinov : > Please review this patch for inclusion in trunk. Your attachment is lost. Please create a Bugzilla entry for Tomcat 7 and attach it there, though I cannot comment on whether it will be applied or not. Best regards, Konstantin Kolinko

svn commit: r924776 - in /tomcat/trunk/java/org/apache/catalina/tribes/transport: ReplicationTransmitter.java nio/PooledParallelSender.java

2010-03-18 Thread fhanik
Author: fhanik Date: Thu Mar 18 13:54:27 2010 New Revision: 924776 URL: http://svn.apache.org/viewvc?rev=924776&view=rev Log: https://issues.apache.org/bugzilla/show_bug.cgi?id=48934 The wrong sender was disconnected, should only be the sender holding the actual TCP connections. Modified:

DO NOT REPLY [Bug 48934] Cluster's regression. When replication fails once, replication can be never done again.

2010-03-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48934 --- Comment #1 from Filip Hanik 2010-03-18 13:56:35 UTC --- Created an attachment (id=25146) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=25146) Bug fix Dear Fujino, as always you are right. The intended fix was to close sock

svn commit: r924778 - /tomcat/tc6.0.x/trunk/STATUS.txt

2010-03-18 Thread fhanik
Author: fhanik Date: Thu Mar 18 14:01:27 2010 New Revision: 924778 URL: http://svn.apache.org/viewvc?rev=924778&view=rev Log: proposal Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=92

DO NOT REPLY [Bug 48935] New: Eviction thread trouble

2010-03-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48935 Summary: Eviction thread trouble Product: Tomcat 6 Version: 6.0.26 Platform: PC OS/Version: Windows Vista Status: NEW Severity: normal Priority: P2 C

DO NOT REPLY [Bug 48935] Eviction thread trouble

2010-03-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48935 Filip Hanik changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

DO NOT REPLY [Bug 45995] RFE - MIME type extension not case sensitive

2010-03-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45995 Tim Bain changed: What|Removed |Added CC||tb...@alumni.duke.edu -- Configure bug

Tomcat at the next ApacheCon

2010-03-18 Thread jean-frederic clere
Hi, We all want to see a Tomcat track at the ApacheConNA2010, don't we? I have created a wiki page to collect the presentation proposals. Fell free to add the stuff you would like to present at the ApacheCon. The tomcat PMC will review it and then propose it to the planners of conference. Note w

Re: Tomcat at the next ApacheCon

2010-03-18 Thread Mladen Turk
On 03/18/2010 05:00 PM, jean-frederic clere wrote: Note we have until the Sunday, March 21st to collect that information. I'm always amazed with the fact that each conference planner need your proposals by yesterday. Regards -- ^TM --

[Tomcat Wiki] Update of "TomcatTrackNA10_PMC_Sessions " by JeanFredericClere

2010-03-18 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "TomcatTrackNA10_PMC_Sessions" page has been changed by JeanFredericClere. http://wiki.apache.org/tomcat/TomcatTrackNA10_PMC_Sessions?action=diff&rev1=2&rev2=3 -

Re: Tomcat at the next ApacheCon

2010-03-18 Thread William A. Rowe Jr.
On 3/18/2010 11:00 AM, jean-frederic clere wrote: > Hi, > > We all want to see a Tomcat track at the ApacheConNA2010, don't we? > > I have created a wiki page to collect the presentation proposals. > Fell free to add the stuff you would like to present at the ApacheCon. > The tomcat PMC will revi

[Tomcat Wiki] Update of "TomcatTrackNA10_PMC_Sessions " by JeanFredericClere

2010-03-18 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "TomcatTrackNA10_PMC_Sessions" page has been changed by JeanFredericClere. http://wiki.apache.org/tomcat/TomcatTrackNA10_PMC_Sessions?action=diff&rev1=3&rev2=4 -

Re: Tomcat at the next ApacheCon

2010-03-18 Thread Mladen Turk
On 03/18/2010 05:12 PM, William A. Rowe Jr. wrote: On 3/18/2010 11:00 AM, jean-frederic clere wrote: Note we have until the Sunday, March 21st to collect that information. Note, the schedule need not be *complete* by 3/21; all that was asked for this week is a short description of the track,

Re: Tomcat at the next ApacheCon

2010-03-18 Thread jean-frederic clere
On 03/18/2010 05:05 PM, Mladen Turk wrote: > On 03/18/2010 05:00 PM, jean-frederic clere wrote: >> >> Note we have until the Sunday, March 21st to collect that information. >> > > I'm always amazed with the fact that each conference > planner need your proposals by yesterday. Well they were askin

[Tomcat Wiki] Update of "TomcatTrackNA10_PMC_Sessions " by JeanFredericClere

2010-03-18 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "TomcatTrackNA10_PMC_Sessions" page has been changed by JeanFredericClere. http://wiki.apache.org/tomcat/TomcatTrackNA10_PMC_Sessions?action=diff&rev1=4&rev2=5 -

Re: Tomcat at the next ApacheCon

2010-03-18 Thread Mladen Turk
On 03/18/2010 05:19 PM, jean-frederic clere wrote: I'm always amazed with the fact that each conference planner need your proposals by yesterday. Well they were asking that the 16th, but anyone that already presented something somewhere has a short bio available somewhere and probably a abstra

[Tomcat Wiki] Update of "TomcatTrackNA10_PMC_Sessions " by JeanFredericClere

2010-03-18 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "TomcatTrackNA10_PMC_Sessions" page has been changed by JeanFredericClere. http://wiki.apache.org/tomcat/TomcatTrackNA10_PMC_Sessions?action=diff&rev1=5&rev2=6 -

Re: Tomcat at the next ApacheCon

2010-03-18 Thread jean-frederic clere
On 03/18/2010 05:33 PM, Mladen Turk wrote: > On 03/18/2010 05:19 PM, jean-frederic clere wrote: >>> >>> I'm always amazed with the fact that each conference >>> planner need your proposals by yesterday. >> >> Well they were asking that the 16th, but anyone that already presented >> something somewh

svn commit: r924904 - /tomcat/taglibs/rdc/trunk/doap_rdc.rdf

2010-03-18 Thread bayard
Author: bayard Date: Thu Mar 18 17:18:36 2010 New Revision: 924904 URL: http://svn.apache.org/viewvc?rev=924904&view=rev Log: Updating links post Jakarta move Modified: tomcat/taglibs/rdc/trunk/doap_rdc.rdf Modified: tomcat/taglibs/rdc/trunk/doap_rdc.rdf URL: http://svn.apache.org/viewvc/to

[Tomcat Wiki] Trivial Update of "PoweredBy" by GetNetwo rks

2010-03-18 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "PoweredBy" page has been changed by GetNetworks. The comment on this change is: Added JavaServletHosting.com logo and modified description. http://wiki.apache.org/tomcat/PoweredBy?

DO NOT REPLY [Bug 48826] POST request causes access violation in isapi_redirect 1.2.29 (X64)

2010-03-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48826 Bruce G. Stewart changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

DO NOT REPLY [Bug 48940] New: IIS to Tomcat occasionally fails on POST with T-E chunked header

2010-03-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48940 Summary: IIS to Tomcat occasionally fails on POST with T-E chunked header Product: Tomcat Connectors Version: unspecified Platform: PC OS/Version: Windows Server 2008 (Lo

DO NOT REPLY [Bug 48941] New: Make EL api and servlet container compatible with other Unified EL implementations

2010-03-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48941 Summary: Make EL api and servlet container compatible with other Unified EL implementations Product: Tomcat 6 Version: 6.0.26 Platform: PC OS/Version: Windows XP

Re: Patch for better support of Unified EL 2.2

2010-03-18 Thread Ruslan Gainutdinov
Created bug 48941. I would like it to be integrated into Tomcat 6, if possible. Proposed changes are light, IMHO. With kindest personal regards, Ruslan Gainutdinov On Thu, Mar 18, 2010 at 4:18 PM, Konstantin Kolinko wrote: > 2010/3/18 Ruslan Gainutdinov : >> Please review this patch for inclusi

DO NOT REPLY [Bug 48940] IIS to Tomcat occasionally fails on POST with T-E chunked header

2010-03-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48940 --- Comment #1 from Bruce G. Stewart 2010-03-18 21:50:34 UTC --- er, where I wrote APR, please read AJP. It's been a long day. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving th

[Tomcat Wiki] Update of "MemoryLeakProtection" by Sylva inLaurent

2010-03-18 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "MemoryLeakProtection" page has been changed by SylvainLaurent. http://wiki.apache.org/tomcat/MemoryLeakProtection?action=diff&rev1=5&rev2=6