Multiple instances of Tomcat

2016-04-26 Thread Arghya Das
Hi all, 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 in Windows and also linked the Tomcat server with Eclipse. but the tomcat is behaving in two

Re: Session replication will never happen after disabling session persistence across Tomcat restarts

2016-04-26 Thread sanigo
Yes, I think if uncommented the The ClustedManage could be disabled even if is defined. 在 16/4/25 下午12:57, Keiichi Fujino 写道: 2016-04-23 15:29 GMT+09:00 sanigo : Hi! I have tested quite a few times to confirm that session replication will not happen after

Re: Tomcat 8.0.28 and above

2016-04-26 Thread bhanu lakkala
Hi Chris, Thanks for the response. I had been using spring 4.0.9 even before I switched to tomcat 8 and I am continuing to use the same now. I have tried to configure the Resource a couple of different ways: 1st way: In the context.xml file as below: 2nd Way: configured a global datasource and

Re: OT: Re: Order of attributes significant in zipfileset?

2016-04-26 Thread Dave Glasser
Good to know! Thanks George! From: George Sexton To: Tomcat Users List Sent: Tuesday, April 26, 2016 4:06 PM Subject: OT: Re: Order of attributes significant in zipfileset? This isn't as bad as the delete task. If you specify dir

Re: Order of attributes significant in zipfileset?

2016-04-26 Thread Dave Glasser
From: "Caldarale, Charles R" To: Tomcat Users List ; Dave Glasser Sent: Tuesday, April 26, 2016 2:32 PM Subject: RE: Order of attributes significant in zipfileset? >> From: Dave Glasser

OT: Re: Order of attributes significant in zipfileset?

2016-04-26 Thread George Sexton
This isn't as bad as the delete task. If you specify dir and file, it will delete everything in dir, not just file. On 4/26/2016 12:18 PM, Dave Glasser wrote: I discovered this in ant 1.6.5, and found that it still behaves this way in 1.9.7. If you have a element with both a dir and a file

Re: Tomcat 8.0.28 and above

2016-04-26 Thread Christopher Schultz
Bhanu, On 4/22/16 9:46 AM, bhanu lakkala wrote: > I have been working on an issue for the past few days and wanted to check > with you guys if you have any suggestions on fixing this issue. > My current technology stack is: windows 7, java 7/8, tomcat 8, axis2 1.6.3. > I have an axis2 based web

Re: Tomcat 9.0.0-M4 seems not to start digest algorithm on JDBC Realm as did tomcat 8.0.25

2016-04-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Fabio, On 4/24/16 11:36 AM, Fabio Ricci wrote: > appreciate the sunday answer (thank you). > > To say the truth: I did read the documentation and the migration > guide. > > But since there are no examples in >

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

2016-04-26 Thread 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: http://www.w3.org/2001/XMLSchema-instance;

Re: [OT] Order of attributes significant in zipfileset?

2016-04-26 Thread Christopher Schultz
Dave, Off-topic, but okay. On 4/26/16 2:18 PM, Dave Glasser wrote: > I discovered this in ant 1.6.5, and found that it still behaves this way in > 1.9.7. > If you have a element with both a dir and a file attribute, it > will produce different results depending on the order in which those >

Re: OT if/else or not if/else

2016-04-26 Thread Christopher Schultz
Chuck, On 4/26/16 12:18 PM, Caldarale, Charles R wrote: >> From: Christopher Schultz [mailto:ch...@christopherschultz.net] >> Subject: Re: OT if/else or not if/else > >> Unless the JIT can prove that there are no side-effects, it's not >> going to perform any speculative computations for a

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

2016-04-26 Thread Mark Thomas
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. > > To test the setup I use testssl.sh (https://testssl.sh ) . The scan is > successful, also stating HTTP/2 is working. So far so good. > > However I see the following

RE: Order of attributes significant in zipfileset?

2016-04-26 Thread Caldarale, Charles R
> From: Dave Glasser [mailto:dglas...@pobox.com] > Subject: Order of attributes significant in zipfileset? > If you have a element with both a dir and a file attribute, it > will produce > different results depending on the order in which those attributes appear. Not surprising. > I want to

Order of attributes significant in zipfileset?

2016-04-26 Thread Dave Glasser
I discovered this in ant 1.6.5, and found that it still behaves this way in 1.9.7. If you have a element with both a dir and a file attribute, it will produce different results depending on the order in which those attributes appear. If the file attribute appears first, it behaves as you would

RE: OT if/else or not if/else

2016-04-26 Thread Caldarale, Charles R
> From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Subject: Re: OT if/else or not if/else > Unless the JIT can prove that there are no side-effects, it's not > going to perform any speculative computations for a possible branch. True, but due to inlining of many methods, the

Re: Small problems compiling tomcat native

2016-04-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rainer, On 4/25/16 8:57 AM, Rainer Jung wrote: > Am 25.04.2016 um 14:31 schrieb Stefan Frei: >> very sorry just solved it. >> >> >> overlooked a line in configure >> >> /root/tomcat-native-1.1.34-src/jni/native/build/get-version.sh: >> Permission

Re: thread recovery

2016-04-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mahudeswaran, On 4/25/16 2:03 AM, Mahudeswaran A wrote: > Let's assume mutex.wait being called in one of the tomcat thread. > The thread state is still RUNNABLE but the thread does nothing and > just waiting. > > Is there any functionality in

Re: OT if/else or not if/else

2016-04-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chuck, On 4/25/16 4:54 PM, Caldarale, Charles R wrote: >> From: Christopher Schultz [mailto:ch...@christopherschultz.net] >> Subject: Re: OT if/else or not if/else > >> If you use else-less-if, then there is never an opportunity for >>