Re: Context Dependency Injection with Tomcat 7.0 x / 8.0 x

2016-10-05 Thread andreas
Weld http://weld.cdi-spec.org/ Andreas On Thu, 06 Oct 2016 10:25:46 +0930 Christopher Schultz wrote > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Kiran, > > On 10/5/16 8:15 PM, Kiran Badi wrote: > > I wanted to check if their

Re: Proxy Apache https to Tomcat http

2016-10-05 Thread Ted Spradley
Chris, On Wed, Oct 5, 2016 at 7:52 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Ted, > > On 10/5/16 6:47 PM, Ted Spradley wrote: > > Chris, > > > > On Wed, Oct 5, 2016 at 5:14 PM, Christopher Schultz < > >

Re: Context Dependency Injection with Tomcat 7.0 x / 8.0 x

2016-10-05 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Kiran, On 10/5/16 8:15 PM, Kiran Badi wrote: > I wanted to check if their is a way to do CDI with Tomcat for 7x > and 8x version as per JEE spec ? What part of the JEE spec includes CDI? > I have a project for which I wanted to use CDI the way

Re: Proxy Apache https to Tomcat http

2016-10-05 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Ted, On 10/5/16 6:47 PM, Ted Spradley wrote: > Chris, > > On Wed, Oct 5, 2016 at 5:14 PM, Christopher Schultz < > ch...@christopherschultz.net> wrote: > > Ted, > > On 10/5/16 6:10 PM, Ted Spradley wrote: Chris, Thanks for your

Context Dependency Injection with Tomcat 7.0 x / 8.0 x

2016-10-05 Thread Kiran Badi
Hi All, I wanted to check if their is a way to do CDI with Tomcat for 7x and 8x version as per JEE spec ? I have a project for which I wanted to use CDI the way spring does it. Appreciate if someone can suggest something. - Kiran

Re: Proxy Apache https to Tomcat http

2016-10-05 Thread Ted Spradley
Chris, On Wed, Oct 5, 2016 at 5:14 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Ted, > > On 10/5/16 6:10 PM, Ted Spradley wrote: > > Chris, > > > > Thanks for your response. > > > > On Wed, Oct 5, 2016 at 3:14 PM,

Re: [OT] ECDHE cipher suites missing on Amazon Linux / OpenJDK 7 and 8 ??

2016-10-05 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Rainer, On 10/5/16 6:13 PM, Christopher Schultz wrote: > Rainer, > > On 10/5/16 4:52 PM, Rainer Jung wrote: >> Am 05.10.2016 um 21:11 schrieb Christopher Schultz: >>> -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 >>> >>> All, >>> >>> Apologies

Re: Proxy Apache https to Tomcat http

2016-10-05 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Ted, On 10/5/16 6:10 PM, Ted Spradley wrote: > Chris, > > Thanks for your response. > > On Wed, Oct 5, 2016 at 3:14 PM, Christopher Schultz < > ch...@christopherschultz.net> wrote: > > Ted, > > On 10/5/16 3:42 PM, TED SPRADLEY wrote:

Re: [OT] ECDHE cipher suites missing on Amazon Linux / OpenJDK 7 and 8 ??

2016-10-05 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Rainer, On 10/5/16 4:52 PM, Rainer Jung wrote: > Am 05.10.2016 um 21:11 schrieb Christopher Schultz: >> -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 >> >> All, >> >> Apologies for off-topic post, but lots of folks here have lots >> of

Re: Proxy Apache https to Tomcat http

2016-10-05 Thread Ted Spradley
Chris, Thanks for your response. On Wed, Oct 5, 2016 at 3:14 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Ted, > > On 10/5/16 3:42 PM, TED SPRADLEY wrote: > > Tomcat 7.0.68 Apache 2.4.6 CentOS 7.2.1511 > > Thanks. > > >

Re: [OT] ECDHE cipher suites missing on Amazon Linux / OpenJDK 7 and 8 ??

2016-10-05 Thread Rainer Jung
Am 05.10.2016 um 21:11 schrieb Christopher Schultz: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 All, Apologies for off-topic post, but lots of folks here have lots of different experiences and maybe someone has come across this. I've got a few servers in Amazon EC2 running Amazon Linux.

Re: Proxy Apache https to Tomcat http

2016-10-05 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Ted, On 10/5/16 3:42 PM, TED SPRADLEY wrote: > Tomcat 7.0.68 Apache 2.4.6 CentOS 7.2.1511 Thanks. > Problem: A Tomcat application at context "/mycontext" on port 8081 > running through Apache proxy renders as expected when using >

Proxy Apache https to Tomcat http

2016-10-05 Thread TED SPRADLEY
Tomcat 7.0.68 Apache 2.4.6 CentOS 7.2.1511 Problem: A Tomcat application at context "/mycontext" on port 8081 running through Apache proxy renders as expected when using http://example.com/mycontext but https://example.com/mycontext call renders "The requested URL /mycontext/ was not found on

[OT] ECDHE cipher suites missing on Amazon Linux / OpenJDK 7 and 8 ??

2016-10-05 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 All, Apologies for off-topic post, but lots of folks here have lots of different experiences and maybe someone has come across this. I've got a few servers in Amazon EC2 running Amazon Linux. I'm using the OpenJDK package, and I have versions

Re: Performance Issue - Tomcat 8 - Java 8 Web app with client side applet

2016-10-05 Thread tomcat
On 05.10.2016 16:16, Boyle, James A wrote: Hello, I have a web application compiled under Java 1.8 running in a Tomcat 8 container on a Linux web server. The client side devices are Windows 7 desktops with USB attached printers. The basic operation is a query to a SQL Server

Performance Issue - Tomcat 8 - Java 8 Web app with client side applet

2016-10-05 Thread Boyle, James A
Hello, I have a web application compiled under Java 1.8 running in a Tomcat 8 container on a Linux web server. The client side devices are Windows 7 desktops with USB attached printers. The basic operation is a query to a SQL Server database for the relevant address and then to

AW: Tomcat 8 HTTPS issue with old browser

2016-10-05 Thread Kreuser, Peter
Objections Chris, > André, > > On 10/4/16 7:59 AM, André Warnier (tomcat) wrote: > > On 04.10.2016 12:43, Garratt, Dave wrote: > >> To elaborate, there is only this single application running on > >> the server. All other web applications use Windows IIS. > >> > >> I have mentioned that the