Re: tomcat-extras

2016-07-20 Thread Mark Thomas
On 20/07/2016 21:33, Timothy Stewart wrote: > I'm not able to download the artifact for (maven): > > > org.apache.tomcat.extras > tomcat-extras-juli > 8.5.4 > > > org.apache.tomcat.extras > tomcat-extras-juli-ad

Re: Unable to access Manager App from remote machine

2016-07-20 Thread Mark Thomas
On 20/07/2016 23:11, Nick Klose wrote: > Hello, > > I have recently set up Tomcat 8.5.4 on Ubuntu 14.04. I have the default > page showing on port 8080, but when I click on the Manager App button I > immediately get "403 Access Denied" and am not prompted to enter a username > or password. I have

Unable to access Manager App from remote machine

2016-07-20 Thread Nick Klose
Hello, I have recently set up Tomcat 8.5.4 on Ubuntu 14.04. I have the default page showing on port 8080, but when I click on the Manager App button I immediately get "403 Access Denied" and am not prompted to enter a username or password. I have set up roles and a user in conf/tomcat-users.xml in

tomcat-extras

2016-07-20 Thread Timothy Stewart
I'm not able to download the artifact for (maven): org.apache.tomcat.extras tomcat-extras-juli 8.5.4 org.apache.tomcat.extras tomcat-extras-juli-adapters 8.5.4 Also the download links at ht

Re: OutOfMemoryError: PermGen space

2016-07-20 Thread Mark Thomas
On 20/07/2016 17:31, Berneburg, Cris J. - US wrote: > Mark > > Thanks again for taking the time to educate me and answer my > questions. My lengthy replies below. To summarize, our app does not > seem to commit any egregious memory leak offenses, from what I can > tell so far. I plan to heap du

Re: NullPointerExceptions from Coyote over SSL

2016-07-20 Thread Peter Robbins
That’s good to know. In the short term I think we’re going to revert back to the 8.0.x branch and see if we can find put together a more isolated repro war to try to nail this thing down. Thanks for your help! Peter On 7/20/16, 7:40 AM, "Rémy Maucherat" wrote: 2016-07-20 13:59 GMT+02:00 Peter

No binary distribution for mod_jk?

2016-07-20 Thread Paul Roubekas
I am trying to install the mod_jk on httpd for my tomcat 7.0.68 (TomEE) server. I am reading this https://tomcat.apache.org/connectors-doc/webserver_howto/apache.html documentation which points to this http://tomcat.apache.org/download-connectors.cgi download page. But there is no binary download

RE: OutOfMemoryError: PermGen space

2016-07-20 Thread Berneburg, Cris J. - US
Mark Thanks again for taking the time to educate me and answer my questions. My lengthy replies below. To summarize, our app does not seem to commit any egregious memory leak offenses, from what I can tell so far. I plan to heap dump an older version of the app that does not use third-party

RE: OutOfMemoryError: PermGen space

2016-07-20 Thread Berneburg, Cris J. - US
Hi Guido Thanks for taking the time to answer my questions and make suggestions. My replies below. -Original Message- From: Jäkel, Guido [mailto:g.jae...@dnb.de] Sent: Tuesday, July 19, 2016 10:31 AM To: 'Tomcat Users List' Subject: RE: OutOfMemoryError: PermGen space >> In Visual VM

Re: NullPointerExceptions from Coyote over SSL

2016-07-20 Thread Rémy Maucherat
2016-07-20 13:59 GMT+02:00 Peter Robbins : > Ok I'll see if I can dig BC out of the application and have it actually > start up to try to see if that's the case. > > You're saying there are known compatibility issues with Tomcat NIO https > if you register another j2ee security provider? No, but

Re: NullPointerExceptions from Coyote over SSL

2016-07-20 Thread Peter Robbins
Ok I'll see if I can dig BC out of the application and have it actually start up to try to see if that's the case. You're saying there are known compatibility issues with Tomcat NIO https if you register another j2ee security provider? The errors we're seeing don't seem crypto related apart fro