DO NOT REPLY [Bug 44988] JPDA_OPTS in catalina.sh / catalina.bat is using old JDWP semantics

2009-03-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44988 Cédrik LIME changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

DO NOT REPLY [Bug 46792] New: NullPointerException in org.apache.catalina.connector

2009-03-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46792 Summary: NullPointerException in org.apache.catalina.connector Product: Tomcat 6 Version: 6.0.18 Platform: PC OS/Version: Windows XP Status: NEW Severity: normal

can tomcat 5.0 be used as an application server

2009-03-03 Thread l...@work
hi, i am developing an online application which uses money transactions via credit card.can i use tomcat 5.0 for this ..does this server have enough security.i am planning to use ejb's for transactions. thanks in advance -- View this message in context: http://www.nabble.com/can-tomcat

svn commit: r749632 - in /tomcat/site/trunk: docs/ xdocs/ xdocs/stylesheets/

2009-03-03 Thread markt
Author: markt Date: Tue Mar 3 15:35:56 2009 New Revision: 749632 URL: http://svn.apache.org/viewvc?rev=749632&view=rev Log: Fix broken link. Use proper link rather than redirect for FAQ. Clarify alpha/beta/stable Modified: tomcat/site/trunk/docs/bugreport.html tomcat/site/trunk/docs/con

Re: Website and stable versions

2009-03-03 Thread Mark Thomas
Chris Wilson wrote: > Dear sirs, > > Can I point out that on your website, http://tomcat.apache.org, the "Which > Version?" page is supposed to help one decide which version to download, > and it does describe the meaning of the various stability levels, but it > does not describe what level ea

Re: can tomcat 5.0 be used as an application server

2009-03-03 Thread Mark Thomas
l...@work wrote: > hi, > i am developing an online application which uses money > transactions via credit card.can i use tomcat 5.0 for this ..does this > server have enough security.i am planning to use ejb's for transactions. > thanks in advance That is a question for the users list.

svn commit: r749685 - in /tomcat/connectors/trunk/jk/native/common: jk_ajp_common.c jk_ajp_common.h jk_lb_worker.c jk_lb_worker.h jk_status.c

2009-03-03 Thread rjung
Author: rjung Date: Tue Mar 3 18:38:51 2009 New Revision: 749685 URL: http://svn.apache.org/viewvc?rev=749685&view=rev Log: Some updates related to dynamic address change: - Include shm lock and unlock in pull and push functions. Indicate whether we already acquired the lock with the new arg

svn commit: r749724 - /tomcat/current/tc4.1.x/STATUS.txt

2009-03-03 Thread markt
Author: markt Date: Tue Mar 3 20:17:13 2009 New Revision: 749724 URL: http://svn.apache.org/viewvc?rev=749724&view=rev Log: Propose fix Modified: tomcat/current/tc4.1.x/STATUS.txt Modified: tomcat/current/tc4.1.x/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/current/tc4.1.x/STATUS.tx

DO NOT REPLY [Bug 46764] Tomcat 6 and xmlValidation="false" not working

2009-03-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46764 --- Comment #1 from Mark Thomas 2009-03-03 14:05:57 PST --- Can you please supply the simplest JSP that exhibits this error on a clean 6.0.18 installation. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=em

DO NOT REPLY [Bug 46792] NullPointerException in org.apache.catalina.connector

2009-03-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46792 Mark Thomas changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #1 from Mar

svn commit: r749800 - in /tomcat/trunk/bin: catalina.bat catalina.sh

2009-03-03 Thread markt
Author: markt Date: Tue Mar 3 22:20:16 2009 New Revision: 749800 URL: http://svn.apache.org/viewvc?rev=749800&view=rev Log: Update docs to reflect changes for bug 44988 Modified: tomcat/trunk/bin/catalina.bat tomcat/trunk/bin/catalina.sh Modified: tomcat/trunk/bin/catalina.bat URL: htt

svn commit: r749802 - in /tomcat/tc6.0.x/trunk/bin: catalina.bat catalina.sh

2009-03-03 Thread markt
Author: markt Date: Tue Mar 3 22:23:03 2009 New Revision: 749802 URL: http://svn.apache.org/viewvc?rev=749802&view=rev Log: Update docs to reflect changes for bug 44988 Modified: tomcat/tc6.0.x/trunk/bin/catalina.bat tomcat/tc6.0.x/trunk/bin/catalina.sh Modified: tomcat/tc6.0.x/trunk/bi

DO NOT REPLY [Bug 44988] JPDA_OPTS in catalina.sh / catalina.bat is using old JDWP semantics

2009-03-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44988 Mark Thomas changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|

DO NOT REPLY [Bug 46766] Random StackOverflowError

2009-03-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46766 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

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

2009-03-03 Thread fhanik
Author: fhanik Date: Wed Mar 4 00:42:20 2009 New Revision: 749862 URL: http://svn.apache.org/viewvc?rev=749862&view=rev Log: proposal to move the cookie attribute to the context Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/v

DO NOT REPLY [Bug 46792] NullPointerException in org.apache.catalina.connector

2009-03-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46792 --- Comment #2 from alex 2009-03-03 22:25:54 PST --- the lines causing the exception are externalContext = FacesContext.getCurrentInstance().getExternalContext(); requestParameterMap = externalContext.getRequestParameterMap(); // nex