[ANN] Apache Tomcat 8.0.18 available

2015-01-27 Thread Mark Thomas
The Apache Tomcat team announces the immediate availability of Apache Tomcat 8.0.18. Apache Tomcat 8 is an open source software implementation of the Java Servlet, JavaServer Pages, Java Unified Expression Language and Java WebSocket technologies. Apache Tomcat 8.0.18 includes numerous fixes for

RE: Mod_jk Configuration

2015-01-27 Thread Chris Arnold
>I'm surprised that the Alfresco team is still giving-out advice that >was appropriate in the mid-2000s. >Some notes: >1. Don't put in server.xml. Just don't. >2. "debug" hasn't been used in ... forever. >3. path="" is bad, and isn't necessary if you follow #1 It did not work so i took it out

Re: Application getting stopped with error code 610 038

2015-01-27 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Rahul, On 1/27/15 1:56 AM, Shruti-Prithvi wrote: > My tomcat web application stopped working after getting following > error. > > janv. 09, 2015 9:57:16 AM > org.apache.tomcat.util.net.AprEndpoint$Poller run Grave: Poller > failed with error [610 0

Re: Mod_jk Configuration

2015-01-27 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Chris, On 1/26/15 8:05 PM, Chris Arnold wrote: >>> Yeah, that document is evidently a pack of lies. Specifically, >>> the "path" and "docbase" attributes in are ignored >>> in META-INF/context.xml files, and you really shouldn't have >>> your any

RE: Strict Transport Security (HSTS) in tomcat 7.0.57

2015-01-27 Thread Muhammad Muddassir Farooq
How can i write it..in web.xml? > Date: Tue, 27 Jan 2015 10:48:15 + > From: ma...@apache.org > To: users@tomcat.apache.org > Subject: Re: Strict Transport Security (HSTS) in tomcat 7.0.57 > > On 27/01/2015 09:27, Muhammad Muddassir Farooq wrote: > > Hi,I want to enable Strict Transport Securi

Re: persisting sessions best practices

2015-01-27 Thread Daniel Mikusa
On Tue, Jan 27, 2015 at 3:03 AM, Aristedes Maniatis wrote: > Thank you to Dan and Chris for your valuable comments. > > On 1/19/15 9:21 AM, Daniel Mikusa wrote: > > Question 1: Is the documentation still correct after all these years of > BackupManager being used? Is it still considered of lower

Re: How to use Jasper to Parse JSP

2015-01-27 Thread Mark Thomas
On 27/01/2015 11:36, t-zhang wrote: > Hi guys > > I am looking for a tool which can parse the JSP code(parse and generate > the AST) Why? What problem are you trying to solve? (There may be a better solution). Mark > If anyone use Jasper to parse the JSP, > Could you share your experience to

How to use Jasper to Parse JSP

2015-01-27 Thread t-zhang
Hi guys I am looking for a tool which can parse the JSP code(parse and generate the AST) If anyone use Jasper to parse the JSP, Could you share your experience to me? I guess the class "org.apache.jasper.compiler.Parser" in Jasper is able to generate the AST. But I can't get the Return Value ma

Re: Strict Transport Security (HSTS) in tomcat 7.0.57

2015-01-27 Thread Mark Thomas
On 27/01/2015 09:27, Muhammad Muddassir Farooq wrote: > Hi,I want to enable Strict Transport Security (HSTS) in tomcat 7.0.57. please > guide Write a filter to add the necessary header. Mark - To unsubscribe, e-mail: users-uns

Re: Multiple instances?

2015-01-27 Thread Mark Thomas
On 26/01/2015 16:13, Billy Bones wrote: > Hi Markt, my wiki alias username is ArKam and my Real username is > GaelTherond, thank you very much. You should have access now. Mark - To unsubscribe, e-mail: users-unsubscr...@tomcat

Strict Transport Security (HSTS) in tomcat 7.0.57

2015-01-27 Thread Muhammad Muddassir Farooq
Hi,I want to enable Strict Transport Security (HSTS) in tomcat 7.0.57. please guide ThanksMuddassir

Re: persisting sessions best practices

2015-01-27 Thread Aristedes Maniatis
Thank you to Dan and Chris for your valuable comments. On 1/19/15 9:21 AM, Daniel Mikusa wrote: > Question 1: Is the documentation still correct after all these years of > BackupManager being used? Is it still considered of lower reliability? > > It's just saying that less people use it. Because