Re: any known problems using Tomcat 7.0.42 apr/native (windows) with websockets?

2013-08-06 Thread Mark Thomas
On 06/08/2013 03:45, Bob DeRemer wrote: QUESTION Is anyone aware of any problems using the apr/native connector + websockets in Tomcat 7.0.42? I'm not aware of any reports. BACKGROUND We are trying to see how many concurrent websocket connections Tomcat will handle running on Windows

Re: Is the current Tomcat 7 servlet websocket implementation being deprecated?

2013-08-06 Thread Mark Thomas
On 06/08/2013 03:54, Bob DeRemer wrote: I’ve seen some mention on the user and dev mailing lists that the current servlet-based websocket implementation will be deprecated due to the implementation of the JSR-356. We are currently implementing a Tomcat 7-based websocket server implementation

re: Why does JDBC application logging SQL instructions in Apache Tomcat lists 545 repeatedly

2013-08-06 Thread appy74
This has now been resolved. Thanks anyway. -- - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

RE: [OT] Using the bin/daemon.sh script on ubuntu.

2013-08-06 Thread Igor Cicimov
On 06/08/2013 12:40 AM, Jeffrey Janner jeffrey.jan...@polydyne.com wrote: -Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Friday, August 02, 2013 10:30 PM To: Tomcat Users List Subject: Re: [OT] Using the bin/daemon.sh script on ubuntu.

LDAP/Realm with TLS in Tomcat 6/7?

2013-08-06 Thread Jens Neu
Dear all, is there a lib/method/whatever to achieve Realm Auth in Tomcat 5.x where username/password are protected by TLS? org.apache.catalina.realm.JNDIRealm works with Tomcat 5, but not in 6 :-( best regards Jens www.biotronik.com BIOTRONIK - Celebrating 50 years of excellence

Remote deployments in Tomcat

2013-08-06 Thread Thulasiram Gopalakrishna
Comrades, I was just wondering, if we do have a method to perform remote deployment. I did take a look at the code for the Tomcat deployer and as per my understanding, it performs a HTTP PUT request, with the deployment file, to the Manager application to further perform the deployment. If

RE: Why does JDBC application logging SQL instructions in Apache Tomcat lists 545 repeatedly

2013-08-06 Thread Martin O'Shea
This is now resolved. Thanks anyway. -Original Message- From: app...@dsl.pipex.com [mailto:app...@dsl.pipex.com] Sent: 06 Aug 2013 00 30 To: users@tomcat.apache.org Subject: Why does JDBC application logging SQL instructions in Apache Tomcat lists 545 repeatedly I'm not sure of this is

Re: Remote deployments in Tomcat

2013-08-06 Thread Ognjen Blagojevic
Thulasiram, On 6.8.2013 12:46, Thulasiram Gopalakrishna wrote: If for some reason, the Manager application is / can not be deployed, is there still a way to achieve remote deployment on to Tomcat? Or is it a must, that we must be having Manager application deployed to deploy applications

Re: Why does JDBC application logging SQL instructions in Apache Tomcat lists 545 repeatedly

2013-08-06 Thread chris derham
On Tue, Aug 6, 2013 at 7:52 AM, Martin O'Shea app...@dsl.pipex.com wrote: This is now resolved. Thanks anyway. For the benefit of anybody else that hits this issue, care to explain how it was resolved? Thanks Chris - To

Re: LDAP/Realm with TLS in Tomcat 6/7?

2013-08-06 Thread Ognjen Blagojevic
Jens, On 6.8.2013 12:44, Jens Neu wrote: is there a lib/method/whatever to achieve Realm Auth in Tomcat 5.x where username/password are protected by TLS? I never tried it myself, but you might find these links useful: https://wiki.apache.org/tomcat/JNDI_startTLs_HowTo

Re: Remote deployments in Tomcat

2013-08-06 Thread Thulasiram Gopalakrishna
Ognjen Many thanks for the response. On 06-Aug-2013, at 4:40 PM, Ognjen Blagojevic ognjen.d.blagoje...@gmail.com wrote: Thulasiram, On 6.8.2013 12:46, Thulasiram Gopalakrishna wrote: If for some reason, the Manager application is / can not be deployed, is there still a way to achieve

RE: Why does JDBC application logging SQL instructions in Apache Tomcat lists 545 repeatedly

2013-08-06 Thread Martin O'Shea
Apologies, I should have explained. This issue was caused by as pair of rogue System.out.println statements which had been used for debugging. They were erroneously retained when the code went live. -Original Message- From: cjder...@gmail.com [mailto:cjder...@gmail.com] On Behalf Of

RE: Auto-loading of the SQL Server JDBC Driver in 6.0.35

2013-08-06 Thread MWick
From: Daniel Mikusa [mailto:dmik...@gopivotal.com] Sent: Monday, August 05, 2013 7:56 AM To: Tomcat Users List Subject: Re: Auto-loading of the SQL Server JDBC Driver in 6.0.35 On Aug 4, 2013, at 2:14 PM, mw...@loftware.com wrote: From: Mark Eggers [mailto:its_toas...@yahoo.com] Sent:

Re: Remote deployments in Tomcat

2013-08-06 Thread Thulasiram Gopalakrishna
Ognjen , Many thanks for the response. I happened to accidentally touch the send button sending you an incomplete response. My apologies for the inconvenience. Your suggestion makes sense. Many thanks and warm regards. Thulasiram G. On 06-Aug-2013, at 4:40 PM, Ognjen Blagojevic

RE: LDAP/Realm with TLS in Tomcat 6/7?

2013-08-06 Thread Martin Gainty
you will need to supply any security credentials to that layer and inform the connector you are using protocol=TLS and match each attribute to attribute from the supplied key package (.pfx/.p7b) http://tomcat.apache.org/tomcat-4.1-doc/ssl-howto.html HTH, Martin

RE: any known problems using Tomcat 7.0.42 apr/native (windows) with websockets?

2013-08-06 Thread Bob DeRemer
-Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Tuesday, August 06, 2013 3:56 AM To: Tomcat Users List Subject: Re: any known problems using Tomcat 7.0.42 apr/native (windows) with websockets? On 06/08/2013 03:45, Bob DeRemer wrote: QUESTION Is anyone

RE: Is the current Tomcat 7 servlet websocket implementation being deprecated?

2013-08-06 Thread Bob DeRemer
-Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Tuesday, August 06, 2013 3:59 AM To: Tomcat Users List Subject: Re: Is the current Tomcat 7 servlet websocket implementation being deprecated? On 06/08/2013 03:54, Bob DeRemer wrote: I've seen some mention on

Re: any known problems using Tomcat 7.0.42 apr/native (windows) with websockets?

2013-08-06 Thread Niki Dokovski
On Tue, Aug 6, 2013 at 3:20 PM, Bob DeRemer bob.dere...@thingworx.comwrote: -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Tuesday, August 06, 2013 3:56 AM To: Tomcat Users List Subject: Re: any known problems using Tomcat 7.0.42 apr/native (windows)

Re: Is the current Tomcat 7 servlet websocket implementation being deprecated?

2013-08-06 Thread Niki Dokovski
On Tue, Aug 6, 2013 at 3:22 PM, Bob DeRemer bob.dere...@thingworx.comwrote: -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Tuesday, August 06, 2013 3:59 AM To: Tomcat Users List Subject: Re: Is the current Tomcat 7 servlet websocket implementation being

RE: Is the current Tomcat 7 servlet websocket implementation being deprecated?

2013-08-06 Thread Bob DeRemer
-Original Message- From: Niki Dokovski [mailto:nick...@gmail.com] Sent: Tuesday, August 06, 2013 9:12 AM To: Tomcat Users List Subject: Re: Is the current Tomcat 7 servlet websocket implementation being deprecated? On Tue, Aug 6, 2013 at 3:22 PM, Bob DeRemer

Re: Using NIO connector with Apache Httpd 2.4

2013-08-06 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 8/5/13 10:12 AM, Mark Thomas wrote: On 05/08/2013 15:50, Abhijith Prabhakar wrote: Hi All, We are currently using HTTP connector in tomcat 7.42 and planning to switch to AJP NIO connector. When I was reading through the docs I

Re: LDAP/Realm with TLS in Tomcat 6/7?

2013-08-06 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Jens, Please ignore Martin's response, because: a) It incorrectly identifies the issue (Connector versus Realm) b) Gives you a link to outdated documentation (3 versions older) - -chris On 8/6/13 8:21 AM, Martin Gainty wrote: you will need to

Re: any known problems using Tomcat 7.0.42 apr/native (windows) with websockets?

2013-08-06 Thread Mark Thomas
On 06/08/2013 14:20, Bob DeRemer wrote: -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Tuesday, August 06, 2013 3:56 AM To: Tomcat Users List Subject: Re: any known problems using Tomcat 7.0.42 apr/native (windows) with websockets? On 06/08/2013 03:45, Bob

Re: Is the current Tomcat 7 servlet websocket implementation being deprecated?

2013-08-06 Thread Mark Thomas
On 06/08/2013 16:00, Bob DeRemer wrote: FINAL QUESTION on this thread: * with the understanding that the existing Tomcat 7 logic is being deprecated, I have to ask: could/should it be used in production - specifically if we know we're going to be expecting it to handle 50K+ concurrent

Re: Using NIO connector with Apache Httpd 2.4

2013-08-06 Thread Mark Thomas
On 06/08/2013 16:09, Christopher Schultz wrote: Mark, On 8/5/13 10:12 AM, Mark Thomas wrote: On 05/08/2013 15:50, Abhijith Prabhakar wrote: Hi All, We are currently using HTTP connector in tomcat 7.42 and planning to switch to AJP NIO connector. When I was reading through the docs I

Option to allow \ in hardcoded file paths

2013-08-06 Thread Jeffrey Janner
Had a programmer build a filepath using \ instead of / , because he's windows centric (duh). Works great on my mostly windows deployments, but fails spectacularly on Unix/Linux boxes. Is there a Java option that can force the Linux boxes to treat the backslash as a forward slash? Fixing the

tomcat 7 ldap error

2013-08-06 Thread vicky
    I need to configure Tomcat 7 with Active directory LDAP. I did  following configuration in server.xml application's web.xml but while loggin in Invalid username and/or password, please try again error is coming .please suggest what can be the issue =server.xml

Re: Using NIO connector with Apache Httpd 2.4

2013-08-06 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 8/6/13 10:50 AM, Mark Thomas wrote: On 06/08/2013 16:09, Christopher Schultz wrote: Mark, On 8/5/13 10:12 AM, Mark Thomas wrote: On 05/08/2013 15:50, Abhijith Prabhakar wrote: Hi All, We are currently using HTTP connector in

[ANN] Apache Tomcat 8.0.0-RC1 (alpha) available

2013-08-06 Thread Mark Thomas
The Apache Tomcat team announces the immediate availability of Apache Tomcat 8.0.0-RC1 (alpha). Apache Tomcat 8 is an open source software implementation of the Java Servlet, JavaServer Pages, Java Unified Expression Language and Java WebSocket technologies. Apache Tomcat 8 is aligned with Java

Re: Option to allow \ in hardcoded file paths

2013-08-06 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Jeffrey, On 8/6/13 11:05 AM, Jeffrey Janner wrote: Had a programmer build a filepath using \ instead of / , because he's windows centric (duh). Works great on my mostly windows deployments, but fails spectacularly on Unix/Linux boxes. Is

Please, I need to understand how apache tomcat finds taglib files with .tld and .xml extensions

2013-08-06 Thread Alejandro Soto
Hello: I have the following problem, actually it is not a problem, it is a conceptual problem I think. I have a custom taglib file, which is named mytaglib.xml. When I deploy my app, which uses this file, in apache tomcat 5.5 and better, my app does not have any problem to find this file, and

apache tomcat 8.0.0-rc1; /manager connection ciphers; NPE

2013-08-06 Thread jieryn
When clicking the 'SSL connector configuration diagnostics' 'Connection ciphers' button, the following NPE ends up in the log and a similar stack trace is sent to the browser: SEVERE [http-apr-9.12.19.180-8443-exec-4] org.apache.catalina.core.StandardWrapperValve.invoke Servlet.service() for

apache tomcat 8.0.0-rc1; /manager 404; NPE

2013-08-06 Thread jieryn
When I try to hit the /manager application from a browser without specifying /html, the following NPE ends up in the log, but the browser sees what appears to be a typical tomcat 404 error page without exposing the full trace: == logs/access_log.2013-08-06 == a.b.c.d - - [06/Aug/2013:14:37:52

Re: apache tomcat 8.0.0-rc1; /manager 404; NPE

2013-08-06 Thread Mark Thomas
On 06/08/2013 20:46, jieryn wrote: When I try to hit the /manager application from a browser without specifying /html, the following NPE ends up in the log, but the browser sees what appears to be a typical tomcat 404 error page without exposing the full trace: I can't repeat this with a

Re: apache tomcat 8.0.0-rc1; /manager connection ciphers; NPE

2013-08-06 Thread Mark Thomas
On 06/08/2013 20:31, jieryn wrote: When clicking the 'SSL connector configuration diagnostics' 'Connection ciphers' button, the following NPE ends up in the log and a similar stack trace is sent to the browser: I can't repeat this with a clean installation. Please provide the steps to

Re: [ANN] Apache Tomcat 8.0.0-RC1 (alpha) available

2013-08-06 Thread Michael-O
Am 2013-08-06 17:48, schrieb Mark Thomas: The Apache Tomcat team announces the immediate availability of Apache Tomcat 8.0.0-RC1 (alpha). [..] The purpose of this release candidate is to give users an opportunity to test Tomcat 8 and provide feedback to the Tomcat community. It has been given

Re : Does Tomcat 7.x (7.0.42 ) support Java 1.7 ( 1.7.25)

2013-08-06 Thread saumil shah
Hello All, Thanks in advance. Can someone please calrify on is Tomcat 7.X (7.0.42 ) compatible with Java 1.7.X ( 1.7.25 )? http://stackoverflow.com/questions/9294355/is-tomcat-7-now-compatible-with-java-7 Above page indicates that it's compativle with Java 1.6 or later ... But on official site

Re: apache tomcat 8.0.0-rc1; /manager connection ciphers; NPE

2013-08-06 Thread jieryn
Greetings, On Tue, Aug 6, 2013 at 2:56 PM, Mark Thomas ma...@apache.org wrote: On 06/08/2013 20:31, jieryn wrote: When clicking the 'SSL connector configuration diagnostics' 'Connection ciphers' button, the following NPE ends up in the log and a similar stack trace is sent to the browser: I

Re: apache tomcat 8.0.0-rc1; /manager 404; NPE

2013-08-06 Thread jieryn
Greetings, On Tue, Aug 6, 2013 at 2:56 PM, Mark Thomas ma...@apache.org wrote: On 06/08/2013 20:46, jieryn wrote: When I try to hit the /manager application from a browser without specifying /html, the following NPE ends up in the log, but the browser sees what appears to be a typical tomcat

Re: Re : Does Tomcat 7.x (7.0.42 ) support Java 1.7 ( 1.7.25)

2013-08-06 Thread Mark Thomas
On 06/08/2013 21:50, saumil shah wrote: Hello All, Thanks in advance. Can someone please calrify on is Tomcat 7.X (7.0.42 ) compatible with Java 1.7.X ( 1.7.25 )? http://stackoverflow.com/questions/9294355/is-tomcat-7-now-compatible-with-java-7 Above page indicates that it's compativle with

Re: 8.0.0 Problems With javax.websocket.*

2013-08-06 Thread Igor Urisman
Martin, I can't because the mailing list will strip the attachment. Please suggest a way to submit a case. -Igor. On Tue, Aug 6, 2013 at 12:21 PM, Martin Grigorov mgrigo...@apache.orgwrote: Hi Igor, Send this message to Tomcat's users mailing list. On Tue, Aug 6, 2013 at 9:05 PM, Igor

Re: apache tomcat 8.0.0-rc1; /manager 404; NPE

2013-08-06 Thread Mark Thomas
On 06/08/2013 21:53, jieryn wrote: Greetings, On Tue, Aug 6, 2013 at 2:56 PM, Mark Thomas ma...@apache.org wrote: On 06/08/2013 20:46, jieryn wrote: When I try to hit the /manager application from a browser without specifying /html, the following NPE ends up in the log, but the browser

Re: apache tomcat 8.0.0-rc1; /manager connection ciphers; NPE

2013-08-06 Thread Mark Thomas
On 06/08/2013 21:53, jieryn wrote: Greetings, On Tue, Aug 6, 2013 at 2:56 PM, Mark Thomas ma...@apache.org wrote: On 06/08/2013 20:31, jieryn wrote: When clicking the 'SSL connector configuration diagnostics' 'Connection ciphers' button, the following NPE ends up in the log and a similar

Re: apache tomcat 8.0.0-rc1; /manager 404; NPE

2013-08-06 Thread jieryn
Greetings, On Tue, Aug 6, 2013 at 4:53 PM, Mark Thomas ma...@apache.org wrote: The Tomcat 7.0.x behaviour is identical to Tomcat 8.0.x. The root cause of the stack trace in both versions is the missing configuration for the JSP servlet. Ok, since the manager application already provides a

Re: tomcat 7 ldap error

2013-08-06 Thread vicky007aggarwal
Hi All, Can somebody pls share the steps requires to setup active directory with tomcat . Is it valid to simply define a user in the active directory ldap without assigning any role to it ?? Will we still be able to authenticate the user when logged in from the application.if yes then kindly

Re: 8.0.0 Problems With javax.websocket.*

2013-08-06 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Igor, On 8/6/13 4:28 PM, Igor Urisman wrote: Martin, I can't because the mailing list will strip the attachment. Please suggest a way to submit a case. Bugzilla: https://issues.apache.org/bugzilla/enter_bug.cgi?product=Tomcat%208 Describe the

Re: apache tomcat 8.0.0-rc1; /manager connection ciphers; NPE

2013-08-06 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 8/6/13 4:56 PM, Mark Thomas wrote: On 06/08/2013 21:53, jieryn wrote: Greetings, On Tue, Aug 6, 2013 at 2:56 PM, Mark Thomas ma...@apache.org wrote: On 06/08/2013 20:31, jieryn wrote: When clicking the 'SSL connector configuration

Re: apache tomcat 8.0.0-rc1; /manager 404; NPE

2013-08-06 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Jieryn, On 8/6/13 10:00 PM, jieryn wrote: Greetings, On Tue, Aug 6, 2013 at 4:53 PM, Mark Thomas ma...@apache.org wrote: The Tomcat 7.0.x behaviour is identical to Tomcat 8.0.x. The root cause of the stack trace in both versions is the

Re: tomcat 7 ldap error

2013-08-06 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Vicky, On 8/6/13 10:46 PM, vicky007aggar...@yahoo.co.in wrote: Hi All, Can somebody pls share the steps requires to setup active directory with tomcat . Is it valid to simply define a user in the active directory ldap without assigning any

Re: Please, I need to understand how apache tomcat finds taglib files with .tld and .xml extensions

2013-08-06 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Alejandro, On 8/6/13 1:51 PM, Alejandro Soto wrote: I have a custom taglib file, which is named mytaglib.xml. When I deploy my app, which uses this file, in apache tomcat 5.5 and better, my app does not have any problem to find this file, and

Re: [OT] Using the bin/daemon.sh script on ubuntu.

2013-08-06 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Igor, On 8/6/13 6:28 AM, Igor Cicimov wrote: On 06/08/2013 12:40 AM, Jeffrey Janner jeffrey.jan...@polydyne.com wrote: -Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Friday, August 02, 2013