Re: Need help setting up SSL on Tomcat 8

2016-07-08 Thread Ognjen Blagojevic
On 7.7.2016 23:17, Daniel Savard wrote: Certificate Error There are issues with the site's certificate chain (net::ERR_CERT_COMMON_NAME_INVALID). Looks like adding the keyAlias to the connector did not fix anything unfortunately. Did you examined the received certificate in the browser.

Long running process and parallel deployment

2016-07-08 Thread Chris Gamache
I need some help: My web application has an upload file function. These files can be huge. While the file is uploading, the upload class spawns a new thread to send status updates to the client's progress bar. This works fine even for the most giant files except when we want to make a parallel

Dynamically determine which credentials to use for a Tomcat JDBC Connection Pool [Tomcat 8.0.36]

2016-07-08 Thread Philip Hachey
Hi. I'm looking for a way to dynamically determine which username and password to use for a Tomcat JDBC Connection Pool [https://tomcat.apache.org/tomcat-8.0-doc/jdbc-pool.html] based on the database URL to which it is connecting. I imagine this as an external key=value lookup where

Encoding issues with Tomcat 7.0.69+ and 8.0.33+

2016-07-08 Thread Vincent Massol
Hi guys, I work on the XWiki project (http://xwiki.org) and we’ve had several reports of users telling us that XWiki is not working anymore with versions of Tomcat > 7.0.69 and > 8.0.33. It works perfectly well with those versions and lower. The issue is described in more detail at

Weird problem with WebSockets

2016-07-08 Thread Edwin Quijada
Hi! I have developed an app using websocket. I am using servers to upload my app in DigitalOcean but here the websockets doesnt work but using another server server4U everuthing is fine. I am using Tomcat 8.5.3 somebody has any cluee, any, about this behavour , the only thing that I think is

Re: WebSockets

2016-07-08 Thread Martin Funk
Coming from the TomEE, I see there, that while the server starts up it logs all kind of information of web-apps and services it found in its deployment. For example REST Endpoints with the Path they are served under are logged. I found that quit nice for a freshmen to know which services are

Re: Share data between applications

2016-07-08 Thread Nathan Quirynen
On 07/07/16 19:59, André Warnier (tomcat) wrote: On 07.07.2016 17:48, Nathan Quirynen wrote: We have several applications deployed in Tomcat and want to add 1 application to handle authentication for all of the other applications. All applications are defined as different host elements in

How to Disable TLSv1.0 in Tomcat 7

2016-07-08 Thread varun gulati
Greetings Experts, Since past few days i have been struggling with disabling TLSv1.0 in my Tomcat configuration. Here is the content of my server.xml file. I was able to disable SSLv3, and things were working fine but somehow not able to disable TLSv1.0. Really appreciate your suggestions on

Disable SSLv3 & TLSv1.0 in Tomcat 7

2016-07-08 Thread varun gulati
Hello Team, Since past few days i have been struggling with disabling TLSv1.0 in my Tomcat configuration. Here is the content of my server.xml file. I was able to disable SSLv3, and things were working fine but somehow not able to disable TLSv1.0. Really appreciate your suggestions on how to