Re: Microsoft Smart Quote issue over Apache , Tomcat

2016-03-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Saurav, On 3/23/16 2:07 PM, Saurav Maulick wrote: > smart quotes become junk character. > > can you please guide me where could be the issue in Tomcat? In URLs or in request bodies or in response bodies or ... ?? - -chris -BEGIN PGP

Re: Microsoft Smart Quote issue over Apache , Tomcat

2016-03-23 Thread Saurav Maulick
Hi, smart quotes become junk character. can you please guide me where could be the issue in Tomcat? On Wed, Mar 23, 2016 at 1:49 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Saurav, > > On 3/23/16 10:03 AM, Saurav Maulick

Re: Microsoft Smart Quote issue over Apache , Tomcat

2016-03-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Saurav, On 3/23/16 10:03 AM, Saurav Maulick wrote: > Our application is a very old application; we are still running > Tomcat 5.5.28, Apache 2.2 and Java 1.4. > > Recently my Manager has asked me to deploy three new tomcat nodes. > After

Tomcat 7.0.68 - using websocket @ServerEndpoint to listen on alternate port

2016-03-23 Thread Luigi Suardi
Hello Tomcat Users, I have a working websocket based application based on Tomcat 7.0.68 examples in my local environment. There are issues (i.e.  java.lang.UnsupportedOperationException: HTTP upgrade is not supported by the AJP protocol) when running the same in a data center with an Apache web

Microsoft Smart Quote issue over Apache , Tomcat

2016-03-23 Thread Saurav Maulick
Hi All, Our application is a very old application; we are still running Tomcat 5.5.28, Apache 2.2 and Java 1.4. Recently my Manager has asked me to deploy three new tomcat nodes. After successfully deploy the node, we have found that three new nodes are not able to handle Microsoft Word`s Smart

Re: tomcat6 -minheap,maxheap size

2016-03-23 Thread David kerber
On 3/23/2016 9:19 AM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 David, On 3/23/16 8:02 AM, David kerber wrote: On 3/23/2016 3:36 AM, Mahudeswaran A wrote: Hello All, Is there any recommended maximum setting for tomcat-6 32bit version running on windows 64bit OS

Re: Time zone in all web application pages revert to UTC !

2016-03-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jeff, On 3/23/16 9:16 AM, Jeff Crump wrote: > If you're connecting to a database you can set the timezone offset > for that db session. That is (a) not necessary and (b) probably won't help. OP is going to have problems reading dates as input as

Re: tomcat6 -minheap,maxheap size

2016-03-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 David, On 3/23/16 8:02 AM, David kerber wrote: > On 3/23/2016 3:36 AM, Mahudeswaran A wrote: >> Hello All, Is there any recommended maximum setting for tomcat-6 >> 32bit version running on windows 64bit OS > > No, there is not. It all depends on

Re: Time zone in all web application pages revert to UTC !

2016-03-23 Thread Jeff Crump
If you're connecting to a database you can set the timezone offset for that db session. On Mar 23, 2016 8:12 AM, "Christopher Schultz" wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Utkarsh, > > On 3/23/16 3:27 AM, Utkarsh Dave wrote: > > Thanks Chris

Re: Time zone in all web application pages revert to UTC !

2016-03-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Utkarsh, On 3/23/16 3:27 AM, Utkarsh Dave wrote: > Thanks Chris and John for the response. > > Chris - We do not use date formats to display This is the root of your problem. > , but we are facing issue like >

Re: tomcat6 -minheap,maxheap size

2016-03-23 Thread David kerber
On 3/23/2016 3:36 AM, Mahudeswaran A wrote: Hello All, Is there any recommended maximum setting for tomcat-6 32bit version running on windows 64bit OS No, there is not. It all depends on your app's requirements. I have applications for which 64MB is plenty, and others which need 1024MB. I

tomcat6 -minheap,maxheap size

2016-03-23 Thread Mahudeswaran A
Hello All, Is there any recommended maximum setting for tomcat-6 32bit version running on windows 64bit OS We would like to change the default setting and looking for max size/count for 32bit tomcat-6 running on 64bit windows OS. Min heap size=? Max heap size=? Max Thread count=? Thanks and

Re: Time zone in all web application pages revert to UTC !

2016-03-23 Thread Utkarsh Dave
Thanks Chris and John for the response. Chris - We do not use date formats to display, but we are facing issue like System.out.println(java.util.TimeZone.getDefault().getID()); //This prints UTC, which is incorrect System.out.println(System.getProperty("user.timezone")); //which prints IST, that