RE: log4j app logging

2019-01-07 Thread Lemke, Michael ST/HZA-ZIC2
On Thursday, December 27, 2018 5:35 PM, Mark H. Wood wrote: >On Wed, Dec 19, 2018 at 06:52:20PM +, Lemke, Michael ST/HZA-ZIC2 wrote: >> On December 19, 2018 6:54 PM Lemke, Michael wrote: >> >On December 18, 2018 8:52 PM Christopher Schultz wrote: >> >>On 12/18/18 12:42, Lemke, Michael

Re: Parsing of multi part content

2019-01-07 Thread Saurav Sarkar
Thanks a lot Chris for the reply. i think even if i parse the request myself i have to always load the content in memory/disk. Because in order to extract the file uploaded from the request , i have to go through the whole request stream and trim down the boundaries. Best Regards, Saurav On

Re: Tomcat SSL - unsupported protocol or cipher suit error

2019-01-07 Thread Sameer Umbrajkar
Dear Chris, Could you help me out with the connector sample with sslhostconfig. I have mentioned the connector details in my previous email. On Mon 7 Jan, 2019, 12:22 AM Christopher Schultz < ch...@christopherschultz.net wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Sameer, > >

Re: Accessing the manager application in a new Tomcat 8.5 install

2019-01-07 Thread John Larsen
You need to allow access in your webapps/manager/META-INF/context.xml file replace allow="127\.\d+\.\d+\.\d+|::1|0:0:0:0:0:0:0:1" with allow=".*" Or set it to more restrictive if needed. Restart tomcat and you should be able to access. John On Mon, Jan 7, 2019 at 12:25 PM Joel Saunders

Accessing the manager application in a new Tomcat 8.5 install

2019-01-07 Thread Joel Saunders
I've spent about 2 weeks on and off (I have other projects) and still cant log in to the Tomcat 8.5 manager app. I get the signon box, enter my credentials from the tomcat-users.xml file and the signon box is promptly returned. I read the docs regarding the required roles, and the valve that

RE: Accessing the manager application in a new Tomcat 8.5 install

2019-01-07 Thread Joel Saunders
Did that this AM and thought that I had it.. until I didn't... Thanks... -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Monday, January 07, 2019 2:45 PM To: users@tomcat.apache.org Subject: Re: Accessing the manager application in a new Tomcat 8.5 install On

Re: Accessing the manager application in a new Tomcat 8.5 install

2019-01-07 Thread Mark Thomas
On 07/01/2019 19:24, Joel Saunders wrote: > I’ve spent about 2 weeks on and off (I have other projects) and still > cant log in to the Tomcat 8.5 manager app. > > I get the signon box, enter my credentials from the tomcat-users.xml > file and the signon box is promptly returned. > >   > > I

RE: Accessing the manager application in a new Tomcat 8.5 install

2019-01-07 Thread Joel Saunders
Thanks... let me try that... At least that will knock that out of the realm of things that could be causing it. I'll post after I test. -Original Message- From: John Larsen [mailto:john.lar...@javapipe.com] Sent: Monday, January 07, 2019 2:42 PM To: Tomcat Users List Subject: Re:

Re: Accessing the manager application in a new Tomcat 8.5 install

2019-01-07 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Joel, On 1/7/19 17:07, Joel Saunders wrote: > What exactly does that mean? I’m sorry but I really don’t know John Larson, in another reply to this thread, suggested that you change your webapps/manager/META-INF/context.xml file to remove the

Re: Tomcat 9.0.14 Windows service slow to stop

2019-01-07 Thread Steve Demy
This sounds similar to: http://mail-archives.apache.org/mod_mbox/tomcat-dev/201812.mbox/ajax/%3Cbug-63041-78%40https.bz.apache.org%2Fbugzilla%2F%3E and, http://mail-archives.apache.org/mod_mbox/tomcat-users/201812.mbox/ajax/%3CDEB74971-2714-401F-9428-25EE0ECC6D11%40shaw.ca%3E I’m not fluent in

Tomcat 9.0.14 Windows service slow to stop

2019-01-07 Thread Jean-Pascal Houde
Hello, I'm having a problem that seems to occur only since Tomcat 9.0.14. I'm using Tomcat installed as a service on a Windows 2012 R2 server. The service starts normally, but stopping it from the Windows Services window takes a long time (about a minute). This happens even with no web

Re: Tomcat SSL - unsupported protocol or cipher suit error

2019-01-07 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Sameer, On 1/7/19 14:27, Sameer Umbrajkar wrote: > Dear Chris, > > Could you help me out with the connector sample with sslhostconfig. > I have mentioned the connector details in my previous email. Try looking at the documentation reference I put

Re: Accessing the manager application in a new Tomcat 8.5 install

2019-01-07 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Joel, On 1/7/19 14:47, Joel Saunders wrote: > Did that this AM and thought that I had it.. until I didn't... Don't forget to re-instate your RemoteIPValve constraints. - -chris > -Original Message- From: Mark Thomas >

Re: Parsing of multi part content

2019-01-07 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Saurav, On 1/7/19 13:13, Saurav Sarkar wrote: > Thanks a lot Chris for the reply. > > I think even if i parse the request myself i have to always load > the content in memory/disk. > > Because in order to extract the file uploaded from the

Re: Accessing the manager application in a new Tomcat 8.5 install

2019-01-07 Thread Joel Saunders
What exactly does that mean? I’m sorry but I really don’t know Sent from my iPhone > On Jan 7, 2019, at 5:06 PM, Christopher Schultz > wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Joel, > >> On 1/7/19 14:47, Joel Saunders wrote: >> Did that this AM and thought that I

Re: Tomcat 9.0.14 Windows service slow to stop

2019-01-07 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Steve, On 1/7/19 19:47, Steve Demy wrote: > This sounds similar to: > > http://mail-archives.apache.org/mod_mbox/tomcat-dev/201812.mbox/ajax/% 3Cbug-63041-78%40https.bz.apache.org%2Fbugzilla%2F%3E > > and, >

Re: Tomcat 9.0.14 Windows service slow to stop

2019-01-07 Thread Igal Sapir
On Mon, Jan 7, 2019 at 8:57 PM Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Steve, > > On 1/7/19 19:47, Steve Demy wrote: > > This sounds similar to: > > > >