Max Sessions Across whole Server

2017-05-24 Thread Anthony, Clark R [US] (MS)
Hello, I'm currently using Tomcat 8.5.14. I'd like to be able to limit the number of active sessions across the entire Tomcat server. I saw the "maxActiveSessions" value in the Manager configuration component, but that appears to be required to be nested inside a Context object. So that would

Re: how to upgrade tomcat 8.5.x?

2017-05-24 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 5/24/17 11:50 AM, Mark Eggers wrote: > True blue-green deployments would take some additional work, but > that's not beyond the realm of possibility. I might spend some > time doing this with Elastic Beanstalk, since $work wishes to move

tomcat 8 windows service logs

2017-05-24 Thread Gili B
hi Im using tomcat 8 as a windows service. Most of the logs are going to .stderr I use the same logging.config as I use in linux (and it works in linux). The files are created under logs directory, but are empty. When I configure tomcat LogLevel to WARNING, I still see INFO messages in

Re: how to upgrade tomcat 8.5.x?

2017-05-24 Thread Mark Eggers
Chris, On 5/23/2017 10:55 AM, Christopher Schultz wrote: > Mark, > > On 5/21/17 8:34 PM, Mark Eggers wrote: >> I developed my own [build and deployment scripts]. I use the Ant >> scripts just for customizing Tomcat installations.> I do have one >> slight issue with my current Ant scripts. The

issue with tomcat 8.0.43

2017-05-24 Thread Karthik Surya
blockquote, div.yahoo_quoted { margin-left: 0 !important; border-left:1px #715FFA solid !important; padding-left:1ex !important; background-color:white !important; } Hello   i tried upgrading from 8.0.14 to 8.0.43 and am stuck with an issue of view expired issue which is causing session

Re: trimSpaces removing whitespace from html

2017-05-24 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 David, Your attachments were stripped from the list. Can you put the text directly into your post? Thanks, - -chris On 5/24/17 6:29 AM, David Kavanagh wrote: > Hi Mark, > > Apologies for the delay. I have the files that should reproduce > the

Re: Automatic deploy : java.util.zip.ZipException on macosx

2017-05-24 Thread Riccardo Cohen
Thanks for your quick answer. I found my mistake, I put the war in a wrong webapps directory, and I don't know why there was a symbolic link with the same name in the good webapps directory ! Problem solved. Thanks a lot. On 24/05/2017 13:39, Simon De Uvarow wrote: Sorry, the "A WAR

Re: Automatic deploy : java.util.zip.ZipException on macosx

2017-05-24 Thread Simon De Uvarow
Sorry, the "A WAR file may be digitally signed in the same way as a JAR file in order to allow others to determine where the source code came from." wasn't correct. My bad. But try

Re: Automatic deploy : java.util.zip.ZipException on macosx

2017-05-24 Thread Simon De Uvarow
Hi Ricardo, it looks like your war files doesn't contain the META-INF folder. Check here: https://en.wikipedia.org/wiki/WAR_(file_format) "A WAR file may be digitally signed in the same way as a JAR

Automatic deploy : java.util.zip.ZipException on macosx

2017-05-24 Thread Riccardo Cohen
Hello I'm new to tomcat and just tried sucessfully a small hello world with tomcat 8.5.14 on macosx / java 1.8.0_25. With IntelliJ I created a war thanks to their tomcat plugin. The war is valid and can be unzipped with no problem: .../apache-tomcat-8.5.14/webapps> unzip web_war.war

Re: Tomcat 8.5: wrong classloader used during context startup?

2017-05-24 Thread Mark Thomas
On 23/05/17 19:09, Christopher Schultz wrote: > Mark, > > On 5/21/17 5:49 AM, Mark Thomas wrote: >> On 21/05/2017 00:30, Christopher Schultz wrote: >>> Mark, >>> >>> On 5/19/17 3:45 PM, Mark Thomas wrote: On 19/05/2017 15:25, Christopher Schultz wrote: > > Also, for an untrusted

Re: trimSpaces removing whitespace from html

2017-05-24 Thread David Kavanagh
Hi Mark, Apologies for the delay. I have the files that should reproduce the error for you. The imageTopWrapper.jsp loads the articleBody.tag. Then inside the articleBody.tag file the following section loads class names into the class attributes. data-mrf-transitioner="${transitioner}"