Remote Tomcat webapps bidirectional communication

2014-06-14 Thread Lmhelp1
Hello, My question is about what code to write to allow two remote Tomcat webapps to communicate with one another through the Internet. Let me explain more precisely what I would like to do. (I'm just simplifying a bit the real situation). - I have a Tomcat webapp running on a server in Engla

Re: How to create an alias for a context name

2014-06-14 Thread Colin Ingarfield
On Fri, Jun 13, 2014 at 4:39 PM, Christopher Schultz wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > James, > > On 6/13/14, 4:11 PM, James H. H. Lampert wrote: >> When this thread first came up, I tried one obvious approach: >> creating a symbolic link in the file system, mapping a

Exclude scanning of class folders for Servlet 3.0 annotations.

2014-06-14 Thread Vimil Saju
Hi, I am using tomcat 7.0.52 and jdk 1.7.0_45. We have a web application which has its classpath configured in its own context xml file using virtualClasspath attribute of Loader tag. The webapp uses version 3.0 of web.xml,  The classpath contains multiple class folders in addition to jar file

Re: Choosing provider to load pkcs12 keystore for ssl

2014-06-14 Thread Konstantin Kolinko
2014-06-14 15:38 GMT+04:00 Steffen Heil (Mailinglisten) : > Hi > > > I am using tomcat with the NIO connector, so I load the ssl certificate and > private key from a keystore in pkcs12 format. > This works fine using RSA. > > Now I want to switch to a certificate using ECC and that EC is not suppo

Choosing provider to load pkcs12 keystore for ssl

2014-06-14 Thread Steffen Heil (Mailinglisten)
Hi I am using tomcat with the NIO connector, so I load the ssl certificate and private key from a keystore in pkcs12 format. This works fine using RSA. Now I want to switch to a certificate using ECC and that EC is not supported by the JRE. It IS however supported by bouncycastle. In my own co