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

2019-01-08 Thread Joel Saunders
hristopher Schultz [mailto:ch...@christopherschultz.net] Sent: Monday, January 07, 2019 11:45 PM To: users@tomcat.apache.org Subject: Re: Accessing the manager application in a new Tomcat 8.5 install -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Joel, On 1/7/19 17:07, Joel Saunders wrote: >

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

2019-01-07 Thread Christopher Schultz
as >>>> [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 07/01/2019 19:24, Joe

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

2019-01-07 Thread Joel Saunders
t;> To: users@tomcat.apache.org Subject: Re: Accessing the manager >> application in a new Tomcat 8.5 install >> >>> 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 To

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

2019-01-07 Thread Christopher Schultz
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 07/01/2019 19:24, Joel Saunders wrote: >> I've spent about 2 weeks on and off (I have other proj

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

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
: Accessing the manager application in a new Tomcat 8.5 install 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 shou

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