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: 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 should be able to access.

John


On Mon, Jan 7, 2019 at 12:25 PM Joel Saunders <joel.saund...@zones.com>
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 read the docs regarding the required roles, and the valve that restricts
> access other than from localhost, restarted each time with no success.   I
> haven’t figured out how to set debug on to hopefully give me more info on
> why it’s failing.
>
>
>
> Does anyone have specific steps that would need to be followed in order to
> allow a user to access the manager app after a new install?
>
>
>
> We don’t use this that much so it’s very frustrating to say the least.
> Once I get the manager access handled, then I’ll be able to deploy the
> application that tomcat8 was required for (I know that you can use commands
> vs the gui to do that, but we’re used to using the gui so that’s why we
> need it to work.
>
>
>
> Any comments/suggestions would be greatly appreciated as I’ve already
> wasted way too much time trying to address such a simple request.
>
>
>
> Thanks…
>
>
>
> Joel
>
>
>
> *JOEL SAUNDERS*
>
>
>
> SR. DBA/ARCHITECT, MANAGED SERVICES | Zones, Inc.
>
> W: 518-652-4089| C: 518-265-0771
> joel.saund...@zones.com | zones.com <https://nfrastructure.com/>
>
> <http://zones.com/>
>
>
>
> <https://urldefense.proofpoint.com/v2/url?u=https-3A__www.facebook.com_nfrastructure_&d=DwIFaQ&c=bFSfV3JDZVFjkVdrOg1Bnsgwku-x_EGNRi2KNxwvClI&r=WG-pl0WpwyPk-r6oNnUhsoAUBdVNpC8ryokTG8RkffA&m=WmfTxglUOJXJjpBdJqIUDDk8Kh1IEiu74NSZ7gjiP0M&s=ZCFM6c-c3laQSrjXwgR1zjPHClgxRqaiTaw4cZ0Dyg8&e=>
> <https://urldefense.proofpoint.com/v2/url?u=https-3A__www.linkedin.com_company_nfrastructure_&d=DwIFaQ&c=bFSfV3JDZVFjkVdrOg1Bnsgwku-x_EGNRi2KNxwvClI&r=WG-pl0WpwyPk-r6oNnUhsoAUBdVNpC8ryokTG8RkffA&m=WmfTxglUOJXJjpBdJqIUDDk8Kh1IEiu74NSZ7gjiP0M&s=kwcUhYT-OcwNfzqcIuvSowxH9jXY5SdFljAvNlWdCDw&e=>
> <https://urldefense.proofpoint.com/v2/url?u=https-3A__twitter.com_nfrastructure&d=DwIFaQ&c=bFSfV3JDZVFjkVdrOg1Bnsgwku-x_EGNRi2KNxwvClI&r=WG-pl0WpwyPk-r6oNnUhsoAUBdVNpC8ryokTG8RkffA&m=WmfTxglUOJXJjpBdJqIUDDk8Kh1IEiu74NSZ7gjiP0M&s=BrYq9ymyMiuciiqulHrpeX8cILVL2TVzLuc0r_McVXQ&e=>
> <https://urldefense.proofpoint.com/v2/url?u=https-3A__www.youtube.com_user_nfrastructure1992&d=DwIFaQ&c=bFSfV3JDZVFjkVdrOg1Bnsgwku-x_EGNRi2KNxwvClI&r=WG-pl0WpwyPk-r6oNnUhsoAUBdVNpC8ryokTG8RkffA&m=WmfTxglUOJXJjpBdJqIUDDk8Kh1IEiu74NSZ7gjiP0M&s=Roa51rpRz27cOPoaoeKZZgroWpRqrLD_W3kqlc6MUZk&e=>
>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to