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

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

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

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

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

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

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

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

Re: NullPointerExceptions from Coyote over SSL

2016-07-20 Thread Rémy Maucherat
2016-07-20 2:54 GMT+02:00 Peter Robbins : > Without JCE or BC? Both are pretty critical for core functionality and > didn't cause any issues until 8.5.3 entered the mix. Any known issues there > I should be aware of? > You still need to test something. You don't

Re: Tomcat Log file setting.

2016-07-20 Thread Daniel Küppers
James, i think this is either a Log4j error or a custom one. It seems like the path for *IDOMailLOCAL1.log* is hard coded, as it's not present in the Log4j config file. I would suggest you search your codebase for pattern like *IDOMail* (because the LOCAL1 might be generic, imho) or for the