Re: Cannot connect from outside using Tomcat 7/APR/SSL on AWS Windows system

2014-01-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Jeffrey, On 1/17/14, 5:06 PM, Jeffrey Janner wrote: > > [snip] > > I cannot connect from any system, anywhere, using the "external" IP > address. > > I can stop the Tomcat7 and start the Tomcat6 and immediately > connect from anywhere. > > [snip

Re: Oracle Application Server 10g R3 works fine with RK-1048 codepage but Tomcat 7.0.47 does not.

2014-01-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Тимур, On 1/17/14, 10:52 AM, Тимур Кулибаев wrote: > Hello, Chris ! Thank you for your correspondence with me. > > I misleaded you a lot in the following part: > > +++For Tomcat 7: lang="ru-RU", content="Oracle UIX", > +++charset="UTF-8" type="te

Re: Possible Apache Tomcat workshop after ApacheCon 2014

2014-01-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 1/17/14, 2:32 AM, Mark Thomas wrote: > Cross-posted to users and dev list. Please reply on the users > list. > > All, > > There is the possibility of holding a Tomcat specific > summit/workshop after ApacheCon 2014 [1] (i.e. Thursday 10th

Re: serialization and newest tomcat

2014-01-18 Thread Ray Holme
To make the long and short of it. Nothing in my application(s) should LIVE over a restart. So serialization does NOT make sense for me at all. Users timeout after inactivity too which otherwise might be a good reason for using it (maybe it would be fine there as the timeout is pretty long). H