WebSocket: Special character escaping

2015-05-13 Thread Ganesh Bms
Hi, I have written a web socket server using web socket API(JSR-356) and which runs on tomcat version 7.0.56. My test client sends some text which has some special characters over web socket connection to my server. the problem is that server is not getting the client's text as it is. the special

Re: WebSocket: Special character escaping

2015-05-13 Thread Mark Thomas
On 13/05/2015 11:44, Ganesh Bms wrote: Sorry .. correction to line: The text that my client sends is Test701á. Server received is SIP701?. Actual: The text that my client sends is Test701á. Server received is Test701?. Lots of places this could go wrong. You need to make sure that

CoyoteAdapter.checkRecycled Encountered a non-recycled response and recycled it forcedly.

2015-05-13 Thread Maxim Neshcheret
Tomcat experiencing problems that causes the following exception: 13-May-2015 15:39:42.886 INFO [http-apr-0.0.0.0-4089-exec-123] org.apache.catalina.connector.CoyoteAdapter.checkRecycled Encountered a non-recycled response and recycled it forcedly.

Interrupted while waiting for a free slot in the AsyncAppender LogEvent-queue

2015-05-13 Thread Maxim Neshcheret
Application uses log4j2 for generation of trace file (configuration is attached). During application execution I see multiple warnings related to AsycAppender: 2015-05-13 16:13:32,580 WARN Interrupted while waiting for a free slot in the AsyncAppender LogEvent-queue arASYNC_CORE 2015-05-13

Re: WebSocket: Special character escaping

2015-05-13 Thread Ganesh Bms
Sorry .. correction to line: The text that my client sends is Test701á. Server received is SIP701?. Actual: The text that my client sends is Test701á. Server received is Test701?. On Wed, May 13, 2015 at 3:33 PM, Ganesh Bms gbmsat...@gmail.com wrote: Hi, I have written a web socket server

RE: Tomcat 7.0.57 - Deployment Issue

2015-05-13 Thread Jeffrey Janner
-Original Message- From: Kiran Badi [mailto:ki...@poonam.org] Sent: Tuesday, May 12, 2015 9:30 PM To: Tomcat Users List Subject: Re: Tomcat 7.0.57 - Deployment Issue Thanks Hassan/Prabhu/Charles for reply. I tried the options given in this link.

RE: String Cache Configuration

2015-05-13 Thread Thone Soungpanya
Hello Mark, No I haven't but I will look at it. However, I thought someone would know and be able to summarize it for me quickly :). Thanks for the response. Thone -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Wednesday, May 13, 2015 11:46 AM To: Tomcat Users

Re: Tomcat 7 JNDI Realm credential password update availability

2015-05-13 Thread Mark Thomas
On 13/05/2015 19:13, John Beaulaurier -X (jbeaulau - ADVANCED NETWORK INFORMATION INC at Cisco) wrote: Hello, We have a Tomcat 7 server running on Linux that must use LDAP over SSL to connect to an AD server for user authentication. This configuration we have working. The issue is the

Re: String Cache Configuration

2015-05-13 Thread Mark Thomas
On 13/05/2015 19:18, Thone Soungpanya wrote: Hello, Can anyone give me more information on what the String Cache Configuration does? This is a setting in the catalina.properties file. I searched the web and it does not give much info on the tomcat document site

Re: Tomcat 7 JNDI Realm credential password update availability

2015-05-13 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 5/13/15 2:45 PM, Mark Thomas wrote: On 13/05/2015 19:13, John Beaulaurier -X (jbeaulau - ADVANCED NETWORK INFORMATION INC at Cisco) wrote: Hello, We have a Tomcat 7 server running on Linux that must use LDAP over SSL to connect to

Re: Problem : Apache Tomcat 7.0 starts up fine using startup scripts; error when starting as Windows Service

2015-05-13 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Troy, On 5/13/15 1:55 PM, Troy Robinson wrote: Sorry about that. 'here' was just the Windows Services gui ... by highlighting the new Service called Apache Tomcat 7.0 Tomcat7 and clicking on Start the service. The error is a popup window

Re: Tomcat 7 JNDI Realm credential password update availability

2015-05-13 Thread André Warnier
John Beaulaurier -X (jbeaulau - ADVANCED NETWORK INFORMATION INC at Cisco) wrote: Hello, We have a Tomcat 7 server running on Linux that must use LDAP over SSL to connect to an AD server for user authentication. This configuration we have working. The issue is the credentials used to connect

Re: Issues with Tomcat 7.0.57 not loading ActionServlets

2015-05-13 Thread Raj
Hi Chris, Thanks for your response. Sorry for the late response as I was out of town. I verified struts-config.xml the files and have this plug-in className=org.apache.struts.validator.ValidatorPlugIn set-property property=pathnames value=/org/apache/struts/validator/validator-rules.xml,

Re: Tomcat 7.0.57 - Deployment Issue

2015-05-13 Thread Kiran Badi
Thanks *Jeffrey Janner *and *Mark Eggers*, I was able to deploy the app successfully in its own virtual host. Actually I think apache httpd was interfering somewhere and I raised the support ticket with my provider.I think they made some changes to host file and it started working. I had done same

Problem : Apache Tomcat 7.0 starts up fine using startup scripts; error when starting as Windows Service

2015-05-13 Thread Troy Robinson
Hi, System: Windows Server 2012 Standard Apache Tomcat 7.0.59 Java jre 7 I'm experiencing an issue ... where Apache Tomcat will start fine using : %CATALINA_HOME%\bin\startup.bat But if use : %CATALINA_HOME%\bin\service.bat install The Service does now show up in the Windows Services gui

RE: Problem : Apache Tomcat 7.0 starts up fine using startup scripts; error when starting as Windows Service

2015-05-13 Thread Caldarale, Charles R
From: Troy Robinson [mailto:troy.robin...@sasktel.com] Subject: Problem : Apache Tomcat 7.0 starts up fine using startup scripts; error when starting as Windows Service Windows Server 2012 Standard Apache Tomcat 7.0.59 Java jre 7 Thanks for specifying the above; many people forget. I'm

Re: Problem : Apache Tomcat 7.0 starts up fine using startup scripts; error when starting as Windows Service

2015-05-13 Thread Troy Robinson
Hi, Sorry about that. 'here' was just the Windows Services gui ... by highlighting the new Service called Apache Tomcat 7.0 Tomcat7 and clicking on Start the service. The error is a popup window titles Services with the following content. Windows could not start the Apache Tomcat 7.0 Tomcat7

Tomcat 7 JNDI Realm credential password update availability

2015-05-13 Thread John Beaulaurier -X (jbeaulau - ADVANCED NETWORK INFORMATION INC at Cisco)
Hello, We have a Tomcat 7 server running on Linux that must use LDAP over SSL to connect to an AD server for user authentication. This configuration we have working. The issue is the credentials used to connect to the AD server must have the password updated every 180 days, and therefore

String Cache Configuration

2015-05-13 Thread Thone Soungpanya
Hello, Can anyone give me more information on what the String Cache Configuration does? This is a setting in the catalina.properties file. I searched the web and it does not give much info on the tomcat document site (https://tomcat.apache.org/tomcat-6.0-doc/config/systemprops.html). # String