Re: Tomcat 7.0.103

2020-04-21 Thread Mark Thomas
On 21/04/2020 03:13, Hebner, Greg D. wrote: > We are migrating from 7.0.68 to 7.0.103 to close some security > vulnerabilities. We are running LDAP authentication via JAAS. Authentication > was working normally on 7.0.68. we use scripts to configure Tomcat > installations so every install is

Removing Tomcat ROOT directory causes the server to hang on startup

2020-04-21 Thread Clough, Don
Good Morning, Tomcat version 8.5.15 Is it possible to remove the tomcat ROOT directory? We have several applications running on a tomcat instance. I was asked to clean the webapps directory up and remove any unused folders. I removed manager host-manager docs examples Everything is fine, as

Re: Removing Tomcat ROOT directory causes the server to hang on startup

2020-04-21 Thread calder
On Tue, Apr 21, 2020, 08:20 Clough, Don wrote: > Good Morning, > > Tomcat version 8.5.15 > > Is it possible to remove the tomcat ROOT directory? > Yes - not required ... unless you want the functionality provided therein.

Re: Manager save text command bug giving path parameter

2020-04-21 Thread Mark Thomas
On 20/04/2020 20:25, Mark Thomas wrote: > On 19/04/2020 18:34, Arnaud Yahoo wrote: >> Hello, >> >> following >> https://tomcat.apache.org/tomcat-8.5-doc/manager-howto.html#Save_Configuration >> documentation, >> >> calling save with path parameter is failing giving following error: >> *FAIL -

Re: Removing Tomcat ROOT directory causes the server to hang on startup

2020-04-21 Thread James H. H. Lampert
On 4/21/20 6:20 AM, Clough, Don wrote: Is it possible to remove the tomcat ROOT directory? We have several applications running on a tomcat instance. I was asked to clean the webapps directory up and remove any unused folders. Of course it is. The ROOT that comes with Tomcat is simply a

Re: JNDI match of LDAP hashed passwords fail against cleartext

2020-04-21 Thread Mark H. Wood
On Mon, Apr 20, 2020 at 12:17:54PM -0400, Christopher Schultz wrote: > Hmm. The LDAP stuff I think wasn't me, but I understand it a little > bit. Brian, is there a standard I can read for this? I'm familiar with > LDAP servers storing credentials with "{sha}" prefixes but not others. > Honestly,

Re: Removing Tomcat ROOT directory causes the server to hang on startup

2020-04-21 Thread Mark Thomas
On 21/04/2020 14:20, Clough, Don wrote: > Good Morning, > > Tomcat version 8.5.15 > > Is it possible to remove the tomcat ROOT directory? We have several > applications running on a tomcat instance. I was asked to clean the > webapps directory up and remove any unused folders. I removed manager

Using AJP with 2 versions of Tomcat.

2020-04-21 Thread Darryl Philip Baker
We currently have an application running in Tomcat7 that is connected to Apache HTTPD via the mod_jk plugin. I have been asked to get a newer version of the same application running on the same machine using Tomcat9. I know I will need to use alternate ports and paths. I am a bit overwhelmed

Re: [OT] Removing Tomcat ROOT directory causes the server to hang on startup

2020-04-21 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Don, On 4/21/20 09:20, Clough, Don wrote: > Is it possible to remove the tomcat ROOT directory? We have > several applications running on a tomcat instance. I was asked to > clean the webapps directory up and remove any unused folders. This is a

Re: JNDI match of LDAP hashed passwords fail against cleartext

2020-04-21 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 4/21/20 10:31, Mark H. Wood wrote: > On Mon, Apr 20, 2020 at 12:17:54PM -0400, Christopher Schultz > wrote: >> Hmm. The LDAP stuff I think wasn't me, but I understand it a >> little bit. Brian, is there a standard I can read for this? I'm

Re: Using AJP with 2 versions of Tomcat.

2020-04-21 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Darryl, On 4/21/20 12:03, Darryl Philip Baker wrote: > We currently have an application running in Tomcat7 that is > connected to Apache HTTPD via the mod_jk plugin. I have been asked > to get a newer version of the same application running on the

Re: Fwd: Reverse proxy and SSL redirect

2020-04-21 Thread rugman66 .
On Sat, Apr 18, 2020 at 1:46 AM Mark Thomas wrote: > > On 17/04/2020 18:15, rugman66 . wrote: > > Made correction to ProxyPass and ProxyPassReverse. > > Good. Changing the context path in the reverse proxy opens up the > possibility for all sorts of breakage and is generally best avoided if > at

Re: Using AJP with 2 versions of Tomcat.

2020-04-21 Thread Darryl Philip Baker
Thank you, Christopher, I do want to run both versions of the application and tomcat simultaneously. The current version of the app on using tomcat7 on the current ports 8009/8080/8443 I don't think it has 8005 configured. I was thinking I could run the newer version of the app on tomcat9

Large file uploads via https fail on Tomcat 9

2020-04-21 Thread OIT Nua
I have a Tomcat application that accepts file uploads via https. I have had no problems with file uploads and https in Tomcat versions 7 and 8. Now that we've ported to Tomcat 9, file uploads larger than approx. 173KB just hang and never complete (in fact, they seem from the Tomcat side to

Re: Large file uploads via https fail on Tomcat 9

2020-04-21 Thread Manuel Dominguez Sarmiento
What version/build are you using? I believe the was a recent bug that has been already resolved regarding this on HTTPS. I have a Tomcat application that accepts file uploads via https. I have had no problems with file uploads and https in Tomcat versions 7 and 8. Now that we've ported to

RE: Large file uploads via https fail on Tomcat 9

2020-04-21 Thread OIT Nua
Thanks for responding. We are Tomcat version 9.0.31, running on Windows 2012 R2 Standard.

Re: Large file uploads via https fail on Tomcat 9

2020-04-21 Thread Manuel Dominguez Sarmiento
See the following thread: http://tomcat.10.x6.nabble.com/Uploads-breaking-post-upgrade-to-9-0-31-td5096655.html And this bug report: https://bz.apache.org/bugzilla/show_bug.cgi?id=64202 It looks as if upgrading to 9.0.34 should resolve this. On 21/04/2020 14:55, OIT Nua wrote: Thanks for