Re: FarmWarDeployer not checking watchDir

2015-01-19 Thread Théo Chamley
On 2015-01-16 19:33, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Théo, On 1/13/15 1:38 PM, Théo Chamley wrote: I have setup a Tomcat cluster and I am now trying to get the FarmWarDeployer to work. However, it seems that the Deployer never checks my watchDir and t

Re: persisting sessions best practices

2015-01-19 Thread Daniel Mikusa
On Sun, Jan 18, 2015 at 9:27 PM, Aristedes Maniatis wrote: > I have some applications currently using sticky sessions in tomcat 7. > Everything works well except that restarting tomcat requires disabling > mod_jk new sessions to an instance, waiting for sessions to expire and then > several hours

Re: Self signed certificate not working for tomcat 6

2015-01-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Zama, On 11/28/14 3:46 AM, Zama Ques wrote: > I am trying to configure self signed certificate for our tomcat > server. For that initially I created the keystore certificate file > using keytool .The command I tried for this is: > keytool -genkey

Re: Self signed certificate not working for tomcat 6

2015-01-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Zama, Whoops, just realized this was a 4-month old thread. It looked new to me :) Anyhow, I hope me response helps... 4 months late. - -chris On 1/19/15 10:37 AM, Christopher Schultz wrote: > Zama, > > On 11/28/14 3:46 AM, Zama Ques wrote: >> I

Re: persisting sessions best practices

2015-01-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Aristedes, On 1/18/15 9:27 PM, Aristedes Maniatis wrote: > I have some applications currently using sticky sessions in tomcat > 7. Everything works well except that restarting tomcat requires > disabling mod_jk new sessions to an instance, waiting

Re: [OT] persisting sessions best practices

2015-01-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Daniel, On 1/19/15 9:21 AM, Daniel Mikusa wrote: > I've not personally used memcache, but I have used redis, so I > guess that's a similar approach. Are you using Redis for session persistence? > The technology was a nice fit, but it didn't seem l

Re: [OT] persisting sessions best practices

2015-01-19 Thread Daniel Mikusa
On Mon, Jan 19, 2015 at 11:05 AM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Daniel, > > On 1/19/15 9:21 AM, Daniel Mikusa wrote: > > I've not personally used memcache, but I have used redis, so I > > guess that's a similar ap

Facing SSL Exception in Tomcat 7.57 using Java

2015-01-19 Thread Rajesh Biswas
I am facing issues running the application in SSL with latest version of tomcat 7.57, same is working in 7.40. Below is the configuration in my server.xml file " keystorePass="xxx" clientAuth="false" sslProtocol="TLS" /> I am getting ssl handshake error while I am trying to access the application

users@tomcat.apache.org

2015-01-19 Thread Manish . M . Patel
Hello Users: Issue: while copying file from windows 7 to network share folder (in webapp using webDav servlet) it throws error message on local machine Error 0x80070032: The request is not supported We were NOT having this issue when we were using windows XP. We are working with microsoft on th

Re: Facing SSL Exception in Tomcat 7.57 using Java

2015-01-19 Thread Mark Thomas
On 19/01/2015 17:33, Rajesh Biswas wrote: > I am facing issues running the application in SSL with latest version of > tomcat 7.57, same is working in 7.40. Below is the configuration in my > server.xml file > > " keystorePass="xxx" clientAuth="false" sslProtocol="TLS" /> > > I am getting ssl han

Re: FarmWarDeployer not checking watchDir

2015-01-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Théo, On 1/19/15 6:11 AM, Théo Chamley wrote: > On 2015-01-16 19:33, Christopher Schultz wrote: Théo, > > On 1/13/15 1:38 PM, Théo Chamley wrote: I have setup a Tomcat cluster and I am now trying to get the FarmWarDeployer to work. Howev

users@tomcat.apache.org

2015-01-19 Thread Mark Thomas
On 19/01/2015 18:43, manish.m.pa...@kp.org wrote: > Hello Users: > > Issue: > while copying file from windows 7 to network share folder (in webapp using > webDav servlet) it throws error message on local machine > Error 0x80070032: The request is not supported > > We were NOT having this issue w

Re: [OT] persisting sessions best practices

2015-01-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Dan, On 1/19/15 11:46 AM, Daniel Mikusa wrote: > On Mon, Jan 19, 2015 at 11:05 AM, Christopher Schultz < > ch...@christopherschultz.net> wrote: >> >> Some things [memcached] cannot do: >> >> 1. Replicate to other nodes. You can do sharding, but i

Tomcat 8.0.14 - Using the Wrong Webapp Directory?

2015-01-19 Thread Barnes, Mark (CORP)
It looks to me like Tomcat 8.0.14 is trying to use the wrong directory when trying to load a web app. In my server.xml, in my element, I have name='wapp1_001" and appBase=””. In my element, I have path=”/src” and docBase=”webapps/src” I would expect Tomcat to use $TOMCAT_HOME/webapps/src f

RE: Tomcat 8.0.14 - Using the Wrong Webapp Directory?

2015-01-19 Thread Barnes, Mark (CORP)
This is the response I got to my bug submission: (In reply to Mark Barnes from comment #0) > In my server.xml, in my element, I have name='wapp1_001" and > > appBase=””. Invalid right off the bat. > Buth when

Re: FarmWarDeployer not checking watchDir

2015-01-19 Thread Théo Chamley
> On 19 Jan 2015, at 20:16, Christopher Schultz > wrote: > > Signed PGP part > Théo, > > On 1/19/15 6:11 AM, Théo Chamley wrote: > > On 2015-01-16 19:33, Christopher Schultz wrote: Théo, > > > > On 1/13/15 1:38 PM, Théo Chamley wrote: > I have setup a Tomcat cluster and I am now trying to

getRequestDispatcher(String): to encode or not to encode

2015-01-19 Thread Jess Holle
I have a simple servlet running in Tomcat 7.0.56 that does: String pathInfo = request.getPathInfo(); // null check, logging, and other processing omitted RequestDispatcher dispatcher = request.getRequestDispatcher( pathInfo ); // other checks omitted dispatcher.forwa

Re: [ Tomcat8 ] [ SingleSignOn ] > 2 Webapplications

2015-01-19 Thread Mark Thomas
On 16/01/2015 14:05, Leonid Rozenblyum wrote: > Hello Mark. > > We do explicit forced expiration of http session in one of SSO enabled > apps (Application1 : session.invalidate() ) > and it didn't cause session expiration in other Apps > > (only workaround with adding security-constraint to other

Re: Facing SSL Exception in Tomcat 7.57 using Java

2015-01-19 Thread Rajesh Biswas
Hello Mark, Thank you for your reply. I have de-select the User SSL 3.0 option from Control Panel ---> Java > Advanced Tab Still I am not able to connect. Is there any other place I need to disable SSL v.3 Rajesh On Tue, Jan 20, 2015 at 12:32 AM, Mark Thomas wrote: > On 19/01/2015 17:33, Ra

Re: Facing SSL Exception in Tomcat 7.57 using Java

2015-01-19 Thread Rajesh Biswas
Hello Mark, I have some more points to mention. The SSL is not working from my Java client which is ran on JDK5, but same is working on JDK7. I put some debug statement to print the SSL version client is running. For JDK I am getting NONE, for JDK7 I am getting TLSv1 Below is my statement:

RE: Facing SSL Exception in Tomcat 7.57 using Java

2015-01-19 Thread Caldarale, Charles R
> From: Rajesh Biswas [mailto:rajesh...@gmail.com] > Subject: Re: Facing SSL Exception in Tomcat 7.57 using Java > Would you please pin point the issue why it is not working in JDK5, where > can I set the TLS property. Note that JRE/JDK 5 has not been supported in some years; the last public re

RE: Tomcat 8.0.14 - Using the Wrong Webapp Directory?

2015-01-19 Thread Caldarale, Charles R
> From: Barnes, Mark (CORP) [mailto:mark.bar...@adp.com] > Subject: Tomcat 8.0.14 - Using the Wrong Webapp Directory? > In my server.xml, in my element, I have name='wapp1_001" and > appBase="". Does the name attribute match that in the , or do you have multiple elements? Regardless, the na