-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Christoph,

On 5/26/15 10:36 AM, Christoph P.U. Kukulies wrote:
> Am 26.05.2015 um 15:36 schrieb Christopher Schultz:
>> 
>> So you are using either mod_proxy_ajp or mod_proxy?
> 
> mod_proxy

I meant to say mod_proxy_ajp or mod_proxy_http. I'm assuming the
latter is in use.

>> Are you using TLS anywhere in the mix? (I should hope so, since
>> you are deploying a CMS). Does httpd terminate TLS? Do you
>> encrypt the connection(s) between httpd and Tomcat using TLS?
> 
> No, not using TSL between Apache and tomcat. Using secure http
> (https) is planned to be used soon.

Okay. For now, there's no reason to switch to the APR-based connector
because the only real performance benefit is when you are using TLS.
But, you might want to start testing with it, now, so that you have
everything ready for your switch to TLS.

You could also use something like stunnel (or equivalent in the
Microsoft Windows world) so that you are using plain-old HTTP between
httpd and Tomcat, but the networking itself supplies the encryption.
Depending upon your configuration and use case, this may be slightly
more efficient.

>>> We are observing that the server sometimes delivers pages 
>>> incompletely.
>> Have you been able to determine if Tomcat is not sending the
>> whole page, or if httpd is not proxying the whole page?
> 
> I have not yet found the time to debug the connection and to
> locate the actual missing pieces. It just seems that some js or css
> is not being loaded since the source code of the page itself is
> there.

You will obviously want to locate the source of the problem,
regardless of your choice of connector. Again, I'm not aware of any
problems with your version of Tomcat and the Java-based connectors.

>>> Portions of the page do not show and trying to restart the
>>> service results in a time out.
>> A time out where? The service-restart times out, or after a
>> service restart, requests time out?
> 
> When I type NET STOP tomcat7 on the server to stop the service, it 
> hangs. Normally the service should be shut down smoothly.

My (limited) experience with Windows Services is that they often get
cranky with Java-based server processes. Check your Tomcat log files
to see if something is shutting-down particularly slowly.

Anyway, you can download a binary of the tcnative library here:
http://tomcat.apache.org/download-native.cgi

Remember to use the proper architecture, and choose whether you want
OCSP support. If you don't know what that is, you probably don't need it
.

- -chris
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2
Comment: GPGTools - http://gpgtools.org

iQIcBAEBCAAGBQJVZKxxAAoJEBzwKT+lPKRYGb4P/iFxGgrjwv8U2Oxi3RF3htBB
PadpBSI83ib3Q8L1gYV0IvMKSICvsse3YPQxl1O1jqWhglSHYfGtGMJjd8B0nN+G
uA8wN0nawuoOJyOd47StES9w1nHwE4IqbCQV8X3micflbO/U7GJea9TWulgtL72B
HlOEvcn36qcrvHpxPhJbCiINlNcjga+ypmOxha7+NGb+CdU2CcfIoY3Po455gZ16
C1megnxAsM405CO1WRkr0eWAjobYSobiwddv8sBrU8wjC4GtykmUi6Ih6RDj8TeJ
Su6FfdnZh0rH3nXTQStIHFvDmI48ihJaBTtgH9Yd0be2GzYfT4jtuAejiQHLRmh9
vnYg0cLrWcNVhTIItTIJHWjjv3MqTQP8/BYDlSBqVoRfB9jnnnjKOfszI5zwURdf
OvZ9guStHK+2cPu5TRAzmo4X7l3vU2EN/QMC/t0o2U1RoBARFA+pPiNBugnlvzJx
50KV2+UumR5OBrbJPnAtaOn+OqyZxu7xRn6aEpfRG8nY1rifZ57WEoUY7ZcErAs4
7m5iHjJi+JNsB0GMlD7QHu+gEpuwzyziR/Br9dcLUGNMFoc+kmLRuu+dXhooK32U
EXKHWaiquC1bZHuEcZLkHMvRO+PToxXrWWdrlKs+KAQDQNoVbg4+Dfa0G3NLznmj
PmA865IGu2cM++lXgYVb
=deks
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to