On 07.01.2017 23:57, modjkl...@comcast.net wrote:
Anyone know if it has UTF-8 encoding throughout out-of-the-box, or do I need to
configure it to be so?
I'm seeing some headers using iso-8859-1 and I'm not sure where they're being
generated.
Hi.
You are not being very explicit as to what hea
Hello all,
This is my first time posting to a mailing list so hopefully I'm doing
this correctly.
We are running into an issue where we have multiple copies of the same
WAR loaded on a Tomcat instance each with its own context.xml.
The initial problem I was trying to diagnose was A JNDI look
On 1/6/17 3:44 PM, Jerry Malcolm wrote:
> On 1/6/2017 4:30 PM, Christopher Schultz wrote:
>> -BEGIN PGP SIGNED MESSAGE-
>> Hash: SHA256
>>
>> Jerry,
>>
>> On 1/6/17 10:35 AM, Jerry Malcolm wrote:
>>> I'm getting "too many connections" errors.
>> Where?
>>
>> Can you provide an exact error m
I have two Linux servers connected via a cross-connect cable with internal IP
addresses 192.168.0.1 (hostA) and 192.168.0.2 (hostB).
hostA runs CentOS 5, and hostB CentOS 7.
hostB runs Apache 2.4.x, and Tomcat 8.5.9. All web traffic gets routed to port
443 (e.g. HTTPS) of Apache web server ho
I should mention that to configure hostB (e.g. 192.168.0.2) to listen to hostA
(e.g. 192.168.0.1), I simply added
Listen 192.168.0.2:80
Listen 192.168.0.2:443
to hostB httpd.conf file. I did not create a virtual host (is that OK?). I also
didn't modify httpd.conf on hostA.
- Original M
We are assessing Java 9(early access) and JSP compilation is badly broken with
Java 9. Even basic java objects(java.lang.Object) are not accessible while
compilation. Appears to be because of jigsaw(modular)
Any solution or alternative to this problem ?