Conditional Deployment

2015-12-01 Thread kidambi madhu
Hi, We are facing an issue related to Deployment (Specifically Auto Deployment) in Tomcat 7 Here is the scenario We have a build process setup from Jenkins tool to build and auto ftp the war file to the “Webapps” folder of Tomcat. In Tomcat we have deployed the SailPoin’t IdentityIQ toll which

Re: How to set up log rotate for Catalina.out

2015-12-01 Thread jins abraham
Thanks a lot for the suggestion Sent from my iPhone > On Dec 1, 2015, at 7:41 PM, Kyohei Nakamura > wrote: > > 2015-12-02 5:30 GMT+09:00 jins abraham : > >>> Hi >> Is there an option to do log rotate for Catalina.out within the >> configuration. >> >> Thanks >> Jins Abraham > > > There is

Re: How to set up log rotate for Catalina.out

2015-12-01 Thread Kyohei Nakamura
2015-12-02 5:30 GMT+09:00 jins abraham : > > Hi > Is there an option to do log rotate for Catalina.out within the > configuration. > > Thanks > Jins Abraham There is no such option within Tomcat configuration. In order to rotate the catalina.out, you can use techniques such as is shown on the fo

How to set up log rotate for Catalina.out

2015-12-01 Thread jins abraham
> Hi Is there an option to do log rotate for Catalina.out within the configuration. Thanks Jins Abraham

Re: Detecting Expired Session via JavaScript?

2015-12-01 Thread Jerry Malcolm
Chris, On 12/1/2015 1:28 PM, Christopher Schultz wrote: Jerry, On 12/1/15 12:30 PM, Jerry Malcolm wrote: I'm looking for a way to detect that the current session has expired (or logged out via another tab on the browser). I know I could just issue dummy requests to the server and see if a log

Re: Detecting Expired Session via JavaScript?

2015-12-01 Thread Jerry Malcolm
On 12/1/2015 12:17 PM, Jose María Zaragoza wrote: ts automatically resets the session timer. Only if the request goes to the same application. You can create a HttpSessionListener who saves some info on a shared store when session is expired. Anothe REST service could check the status of the ses

Re: Detecting Expired Session via JavaScript?

2015-12-01 Thread Christopher Schultz
Jerry, On 12/1/15 12:30 PM, Jerry Malcolm wrote: > I'm looking for a way to detect that the current session has expired (or > logged out via another tab on the browser). I know I could just issue > dummy requests to the server and see if a login page comes back. But > issuing requests automatica

Re: tomcat7 installs to connect to ipv6:::8080 on Ubuntu 14.04

2015-12-01 Thread Christopher Schultz
Christoph, On 12/1/15 12:49 PM, Christoph P.U. Kukulies wrote: > it is (was) in server.xml: (I now only have tomcat listening on port > 8009 proxy_ajp) > > connectionTimeout="2" >URIEncoding="UTF-8" >address="0.0.0.0" redirectPort="8443" /> > >

Re: Detecting Expired Session via JavaScript?

2015-12-01 Thread tomcat
On 01.12.2015 18:30, Jerry Malcolm wrote: I'm looking for a way to detect that the current session has expired (or logged out via another tab on the browser). I know I could just issue dummy requests to the server and see if a login page comes back. But issuing requests automatically resets t

Re: Detecting Expired Session via JavaScript?

2015-12-01 Thread Jose María Zaragoza
2015-12-01 19:17 GMT+01:00 Jose María Zaragoza : > 2015-12-01 18:30 GMT+01:00 Jerry Malcolm : >> I'm looking for a way to detect that the current session has expired (or >> logged out via another tab on the browser). I know I could just issue dummy >> requests to the server and see if a login page

Re: Detecting Expired Session via JavaScript?

2015-12-01 Thread Jose María Zaragoza
2015-12-01 18:30 GMT+01:00 Jerry Malcolm : > I'm looking for a way to detect that the current session has expired (or > logged out via another tab on the browser). I know I could just issue dummy > requests to the server and see if a login page comes back. But issuing > requests automatically res

Re: tomcat7 installs to connect to ipv6:::8080 on Ubuntu 14.04

2015-12-01 Thread Christoph P.U. Kukulies
Hi Chris, it is (was) in server.xml: (I now only have tomcat listening on port 8009 proxy_ajp) I then did a service tomcat7 restart netstat -an | grep 8080 and saw tcp6 still listed and no tcp Now it look like this: (after enabling ipv6 in sysctl.conf again): tcp0 0 127.0.0

Re: Can tomcat serve MPI (parallel) applications?

2015-12-01 Thread Konstantin Kolinko
2015-11-30 0:56 GMT+03:00 Martijn Slouter : > Hello John, > as far as I know, all processes are equivalent, although the one with > rank 0 is usually used for logging unless each process has to > contribute its own logging messages. > > I am using the openmpi MPI software as basis with business log

Detecting Expired Session via JavaScript?

2015-12-01 Thread Jerry Malcolm
I'm looking for a way to detect that the current session has expired (or logged out via another tab on the browser). I know I could just issue dummy requests to the server and see if a login page comes back. But issuing requests automatically resets the session timer. I need a benign way to q

Re: Can tomcat serve MPI (parallel) applications?

2015-12-01 Thread Christopher Schultz
John and Martijn, On 11/30/15 7:57 PM, john Matlock wrote: > As I said earlier, it has been a long time since I worked with MPI (1991 to > be exact) so I am not quite understanding your application or the software > topology. Let me ask a few more questions. It seems you say that a > request for