Re: Introdution

2016-07-04 Thread Bian Frank
https://github.com/FrankBian/tomcat8.0-source-research I compiled the tomcat 8 source code with maven in Intellij IDEA, it may be helpful for you > On Jul 5, 2016, at 1:10 PM, Lahiru Wijewardana

Introdution

2016-07-04 Thread Lahiru Wijewardana
Hi all, I am a 3rd year undergraduate student of Department of Computer Engineering, University of Peradeniya, Sri Lanka. I am interesting in open source contribution. I pick Tomcat 8 as my new project. I have install Tomcat and used it. I installed the ant 1.9.7 and clone the project from the

Re: Tomcat 7.0.70 War Redeployed every few minutes

2016-07-04 Thread Andrew Moore
Hi Chuck, It seems you are correct about timestamps. I have no idea why but systemd was interfering with the directory: andrew@stbernard01:~$ ls -la /usr/local/tomcat7/webapps/ total 8 drwxr-xr-x 2 andrew andrew 4096 Jul 5 11:23 . drwxrwxr-x 8 systemd-timesync 1005 4096 Jul 4 13:38

Re: Tomcat 7.0.70 War Redeployed every few minutes

2016-07-04 Thread Andrew Moore
It seems deleted the war from /webapps unloads the webapp entirely. I'm going to use tomcat7 from Ubuntu sudo apt policy tomcat7 tomcat7: Installed: 7.0.68-1 Candidate: 7.0.68-1 I'll continue to monitor and update later. On Tue, Jul 5, 2016 at 11:27 AM, Andrew Moore

RE: Tomcat 7.0.70 War Redeployed every few minutes

2016-07-04 Thread Caldarale, Charles R
> From: Andrew Moore [mailto:andrew.mo...@petcircle.com.au] > Subject: Tomcat 7.0.70 War Redeployed every few minutes > We noticed that we were getting Connection Refused when trying to connect > to port 8080 remotely. And then we could see this was being caused by the > war redeploying

Tomcat 7.0.70 War Redeployed every few minutes

2016-07-04 Thread Andrew Moore
Hi I've set up a new server with Ubuntu 16.04 and Tomcat 7.0.70 from Apache.org We noticed that we were getting Connection Refused when trying to connect to port 8080 remotely. And then we could see this was being caused by the war redeploying automatically every few minutes. I've deleted the

Re: [ANN] Apache Tomcat Native 1.2.8 released

2016-07-04 Thread Florian Kleedorfer
Dear Mark, Thank you for fixing the OCSP bug I reported. I just tried the new release and I can confirm it works. Best regards, Florian Am 04.07.2016 um 16:57 schrieb Mark Thomas: The Apache Tomcat team announces the immediate availability of Apache Tomcat Native 1.2.8 stable. The key

[ANN] Apache Tomcat Native 1.2.8 released

2016-07-04 Thread Mark Thomas
The Apache Tomcat team announces the immediate availability of Apache Tomcat Native 1.2.8 stable. The key features of this release are: - Improved performance with concurrent loads - Correctly enable and disable OCSP in the binaries for Windows - Fix a bug in the handling of EAGAIN during

Suggestions for deploying context.xml for different environments?

2016-07-04 Thread Philip Hachey
Hello. I am seeking some advice for the best ways to deploy Java web applications to different Tomcat environments. In particular, my application requires that a JNDI resource be defined for a database, where the database server address and credentials will vary depending on the environment

Re: How to configure SPNEGO authentication with fallback to FORM auth?

2016-07-04 Thread Andrei Ivanov
Hi Ken, Would you mind posting the patch? :-) On Thu, Jun 30, 2016 at 3:52 PM, ken edward wrote: > I did get it to work. Simply merged existing spnego and form auth valves > together, I will try to post later.. > > On Fri, Jun 24, 2016 at 6:21 PM, Terence M. Bandoian