Thx everyone for the great replies.
I decided to take Konstantin Kolinko's advice and start a new installation from
scratch using tomcat-8.5.32.
I have had some success, but still can't deploy WARS.
Here is what I did:
== Step 1: Installing Tomcat per se ==
I used the instructions on this page
> From: Hassan Schroeder [mailto:hassan.schroe...@gmail.com]
> Subject: Re: Getting the Manager app running on localhost.. Please help
> FYI, I'm on MacOS (Sierra 10.12.6). I just now
> 1) installed apache-tomcat-8.5.32
> 2) added these two lines to tomcat-users.xml
>
&g
On Thu, Jul 12, 2018 at 7:58 AM, Désilets, Alain
wrote:
> I have been trying to get my local Tomcat installation to allow me to deploy
> apps from the local machine and nothing I do seems to help.
FYI, I'm on MacOS (Sierra 10.12.6). I just now
1) installed apache-tomcat-8.5.32
2) added these tw
To use host-manager you need admin-gui as the role.
> On Jul 12, 2018, at 11:08 AM, Désilets, Alain
> wrote:
>
> Thx for the reply.
>
>> have you enabled all user roles with passwords? in
>> CATALINA_HOME/conf/tomcat-users.xml file?
>> Also, don't forget to change
>> the passwords noted as
2018-07-12 18:24 GMT+03:00 Désilets, Alain :
>> Where 132.246.129.58 is my IP address. Note that I tried also with
>> “132.0.0.0” and with “^.*$” to no avail.
>
> I should be more precise…
>
> When I try with “^.*$”, I get same behavior as when I didn’t have a
> manager.xml file, ie:
>
> * Se
Thx for the reply.
> have you enabled all user roles with passwords? in
> CATALINA_HOME/conf/tomcat-users.xml file?
> Also, don't forget to change
> the passwords noted as "" with something "interesting".
Yes. As I mentioned in the first email of this thread, I have a file
[CATALINA_HOME]/con
have you enabled all user roles with passwords?
in CATALINA_HOME/conf/tomcat-users.xml file? Also, don't forget to change
the passwords noted as "" with something "interesting".
By default, it can only run on localhost, and it's configured to listen to
127.0.0.1 via the valve. If you uncomment th
> Where 132.246.129.58 is my IP address. Note that I tried also with
> “132.0.0.0” and with “^.*$” to no avail.
I should be more precise…
When I try with “^.*$”, I get same behavior as when I didn’t have a manager.xml
file, ie:
* Server Status: works
* Manager: opens page but deploying