Re: Tomcat 8.0.28 and above

2016-04-27 Thread bhanu lakkala
Hi Chris.. Just wanted to add that, the first tomcat 8 version I started with is 8.0.28. I have not tested with older 8.x versions. Thanks, Bhanu Lakkala On Apr 27, 2016 2:32 PM, "bhanu lakkala" wrote: > > Hi Chris, > > On Apr 27, 2016 11:59 AM, "Christopher Schultz" <

Re: Tomcat 8.0.28 and above

2016-04-27 Thread bhanu lakkala
Hi Chris, On Apr 27, 2016 11:59 AM, "Christopher Schultz" < ch...@christopherschultz.net> wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Bhanu, > > On 4/26/16 10:51 PM, bhanu lakkala wrote: > > 1st way: context.xml: > > > [snip] > > This was META-INF/context.xml, not

Re: Tomcat 8.0.28 and above

2016-04-27 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bhanu, On 4/26/16 10:51 PM, bhanu lakkala wrote: > 1st way: context.xml: > [snip] This was META-INF/context.xml, not conf/context.xml, right? I would prefer this way. > 2nd Way: configured a global datasource and a resource link as > shown

Re: CredentialHandler

2016-04-27 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Stefan, On 4/27/16 11:16 AM, Stefan Frei wrote: > Tomcat 8.0.33 > > i need some help with credentialhandler in datasourceRealm. > > I wan t to achieve a encrypted password, if possible with salt. > > Encryption SHA-512 or similar. Technically

Re: Unable to call external SOAP web services from my webapp

2016-04-27 Thread tomcat
On 27.04.2016 13:57, Stéphane Thibaudeau wrote: Hi. On this list, it is preferred if you respond *below* the previous part. It just makes it easier to follow the conversation later, for people who search the archives. See : http://tomcat.apache.org/lists.html -> tomcat users -> important See

Re: Multiple instances of Tomcat

2016-04-27 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Arghya, On 4/27/16 12:37 AM, Arghya Das wrote: > I am using JSP as the language and Tomcat 7 as the Server to deploy > Web applications and Using ECLIPSE as the IDE to build the apps on > Windows 7 platform.. > > I have installed Tomcat as a service

CredentialHandler

2016-04-27 Thread Stefan Frei
Hello Tomcat 8.0.33 java 8 debian i need some help with credentialhandler in datasourceRealm. I wan t to achieve a encrypted password, if possible with salt. Encryption SHA-512 or similar. is there a example somewhere how to modify the realm, i couldnt find anything in the docs. Realm looks

Re: AW: Tomcat 8.5 Nio2: java.lang.IllegalStateException: Failed to create Processor for negotiated protocol [""]

2016-04-27 Thread Rémy Maucherat
2016-04-27 15:59 GMT+02:00 Mark Thomas : > On 27 April 2016 14:20:37 BST, "Kreuser, Peter" > wrote: > > > > >A first hint: > >when I downloaded 8.5.1-dev from trunk the problem was gone - until I > >saw that the installed TC Native Lib 1.2.5 was not used

Re: AW: Tomcat 8.5 Nio2: java.lang.IllegalStateException: Failed to create Processor for negotiated protocol [""]

2016-04-27 Thread Mark Thomas
On 27 April 2016 14:20:37 BST, "Kreuser, Peter" wrote: >A first hint: >when I downloaded 8.5.1-dev from trunk the problem was gone - until I >saw that the installed TC Native Lib 1.2.5 was not used (SEVERE >incompatible). >Recompiled 1.2.6 and the problem came back. >

AW: AW: Tomcat 8.5 Nio2: java.lang.IllegalStateException: Failed to create Processor for negotiated protocol [""]

2016-04-27 Thread Kreuser, Peter
> >-Ursprüngliche Nachricht- >On 27/04/2016 10:01, Kreuser, Peter wrote: >> Mark, >> >> I read that you ported all the new SSL functionality to 8.5, so my first >> guess was, that if that problem was new, you might want to know what's wrong >> ;-). >> >>> On 25/04/2016 17:10, Kreuser,

Re: Unable to call external SOAP web services from my webapp

2016-04-27 Thread tomcat
On 27.04.2016 13:57, Stéphane Thibaudeau wrote: Hi. On this list, it is preferred if you respond *below* the previous part. It just makes it easier to follow the conversation later, for people who search the archives. See : http://tomcat.apache.org/lists.html -> tomcat users -> important See

Re: Unable to call external SOAP web services from my webapp

2016-04-27 Thread Stéphane Thibaudeau
> > Hi. > > On this list, it is preferred if you respond *below* the previous part. > It just makes it easier to follow the conversation later, for people who > search the archives. > > See : http://tomcat.apache.org/lists.html -> tomcat users -> important > > See below. My bad. I'll be careful

Re: Unable to call external SOAP web services from my webapp

2016-04-27 Thread tomcat
Hi. On this list, it is preferred if you respond *below* the previous part. It just makes it easier to follow the conversation later, for people who search the archives. See : http://tomcat.apache.org/lists.html -> tomcat users -> important See below. On 27.04.2016 12:03, Stéphane Thibaudeau

AW: Tomcat 8.5: Certificate Chain Incomplete - Tomcat 8.0 was fine

2016-04-27 Thread Kreuser, Peter
Thanks Mark. So once I build Tomcat myself for the protocol issue I will get that too! -Ursprüngliche Nachricht- Von: Mark Thomas [mailto:ma...@apache.org] Gesendet: Mittwoch, 27. April 2016 11:51 An: Tomcat Users List Betreff: Re: Tomcat 8.5: Certificate Chain Incomplete - Tomcat 8.0

Re: Unable to call external SOAP web services from my webapp

2016-04-27 Thread Stéphane Thibaudeau
André, thank you for your answer. The service was effectively running under "Local System Account". I've been able to change this and now the calls to web services are successful. But the problem is that my SSO with Waffle doesn't work anymore... I have to admit I'm a bit lost On Wed,

Re: AW: Tomcat 8.5 Nio2: java.lang.IllegalStateException: Failed to create Processor for negotiated protocol [""]

2016-04-27 Thread Mark Thomas
On 27/04/2016 10:01, Kreuser, Peter wrote: > Mark, > > I read that you ported all the new SSL functionality to 8.5, so my first > guess was, that if that problem was new, you might want to know what's wrong > ;-). > >> On 25/04/2016 17:10, Kreuser, Peter wrote: >>> Hi there, >>> >>> I have

Re: Tomcat 8.5: Certificate Chain Incomplete - Tomcat 8.0 was fine

2016-04-27 Thread Mark Thomas
On 27/04/2016 10:39, Kreuser, Peter wrote: > Hi all, > > I have a strange problem with Tomcat 8.5. Using the exact same setup as > Tomcat 8.0 (connector and keystore) ssllabs will downgrade my setup from A to > B because of a missing intermediate certificate.

Tomcat 8.5: Certificate Chain Incomplete - Tomcat 8.0 was fine

2016-04-27 Thread Kreuser, Peter
Hi all, I have a strange problem with Tomcat 8.5. Using the exact same setup as Tomcat 8.0 (connector and keystore) ssllabs will downgrade my setup from A to B because of a missing intermediate certificate. I have the two versions working side by side on two ports. Openssl on the two

AW: Tomcat 8.5 Nio2: java.lang.IllegalStateException: Failed to create Processor for negotiated protocol [""]

2016-04-27 Thread Kreuser, Peter
Mark, I read that you ported all the new SSL functionality to 8.5, so my first guess was, that if that problem was new, you might want to know what's wrong ;-). >On 25/04/2016 17:10, Kreuser, Peter wrote: >> Hi there, >> >> I have setup Tomcat 8.5 with the all new SSL Config and HTTP/2. >> >>

Re: Unable to call external SOAP web services from my webapp

2016-04-27 Thread tomcat
On 27.04.2016 10:27, Stéphane Thibaudeau wrote: Hi, I'm trying to deploy a webapp on Tomcat 8.0.33 running as a windows service.. The webapp is based on Spring Boot (not sure if relevant). The webapp calls external SOAP web services that have been published on another machine (by Navision,

Unable to call external SOAP web services from my webapp

2016-04-27 Thread Stéphane Thibaudeau
Hi, I'm trying to deploy a webapp on Tomcat 8.0.33 running as a windows service. The webapp is based on Spring Boot (not sure if relevant). The webapp calls external SOAP web services that have been published on another machine (by Navision, Microsft's ERP). To authenticate and be able to call

Re: Failed to read schema document 'classpath:/schema/shibboleth-2.0-services.xsd'

2016-04-27 Thread Violeta Georgieva
Hi, 2016-04-26 22:49 GMT+03:00 Hilbert, Colin : > > Tomcat version 7.0.69 > Also happens on 7.0.68 and 7.0.67 > > I don’t get this error on 7.0.65 > > I have deployed an idp.war on tomcat > The idp.war has a service.xml file that looks like this at the beginning: > >