Re: Unable to access Manager App, Host Manager and Server Status urls

2016-08-15 Thread Konstantin Kolinko
2016-08-15 6:22 GMT+03:00 Andrew M :
> Thank you so much ! Issue resolved. So why it was not asking for username and 
> password before ?? Also the standard documentation doesn't talk about 
> removing that tag from context.xml. One last thing though, I can access 
> "Server Status" and "Manager app" but not "Host Manager" ? I do have 
> admin-gui role defined so not sure why I cannot access it.
> Cheers


Read carefully:

http://tomcat.apache.org/tomcat-8.5-doc/security-howto.html#Securing_Management_Applications

http://tomcat.apache.org/tomcat-8.5-doc/manager-howto.html#Configuring_Manager_Application_Access

http://tomcat.apache.org/migration-85.html#Web_applications

Also, mailing list rules

http://tomcat.apache.org/lists.html#tomcat-users
-> Important -> 6. Top-posting is bad.



Best regards,
Konstantin Kolinko

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



Re: Unable to access Manager App, Host Manager and Server Status urls

2016-08-14 Thread Andrew M
Thank you so much ! Issue resolved. So why it was not asking for username and 
password before ?? Also the standard documentation doesn't talk about removing 
that tag from context.xml. One last thing though, I can access "Server Status" 
and "Manager app" but not "Host Manager" ? I do have admin-gui role defined so 
not sure why I cannot access it.
Cheers 

On Monday, 15 August 2016, 3:50, Mark Olsson  wrote:
 

 Tried that but no charm as of yet.
If I add comments like the one I have bold, I am unable to access tomcat
manager.So I have to uncomment it.
After uncomment. It says access denied...


Take just this out of context.xml and restart Tomcat and your browser.

**

Actually I don't know if restarting is necessary on either, but it can't
hurt.


   

Re: Unable to access Manager App, Host Manager and Server Status urls

2016-08-14 Thread Mark Olsson
Tried that but no charm as of yet.
If I add comments like the one I have bold, I am unable to access tomcat
manager.So I have to uncomment it.
After uncomment. It says access denied...


Take just this out of context.xml and restart Tomcat and your browser.

**

Actually I don't know if restarting is necessary on either, but it can't
hurt.


Re: Unable to access Manager App, Host Manager and Server Status urls

2016-08-14 Thread Andrew M
Tried that but no charm as of yet.
[root@docker1 META-INF]# cat /opt/tomcat/webapps/manager/META-INF/context.xml 

If I add comments like the one I have bold, I am unable to access tomcat 
manager.So I have to uncomment it.

After uncomment. It says access denied...

 

On Sunday, 14 August 2016, 23:14, Mark Thomas  wrote:
 

 On 14 August 2016 12:37:37 BST, Andrew M  
wrote:
>I have clear the history, tried different browsers, restarted tomcat
>several times. I'm not sure what you want me to comment/uncomment. My
>context.xml file is below:

That is the global context.xml. Check the web application specific context.xml 
at $CATALINA_BASE/webapps/manager/META-INF/context.xml

Mark


>root@docker1 conf]# cat context.xml encoding="UTF-8"?>
>           
>WEB-INF/web.xml   
>${catalina.base}/conf/web.xml
>        [root@docker1 conf]#  
>Spent lot of investigating but I'm still not sure what is the
>problem.
>
>On Sunday, 14 August 2016, 19:55, Mark Olsson 
>wrote:
> 
>
>On Sun, Aug 14, 2016 at 1:43 AM, Andrew M
>
>wrote:
>
>> I tried disabling SE Linux but no charm :(
>> What is interesting is I have enabled finest level of debugging but I
>> cannot see anything in log files as ALL or finest level of logging.
>>
>
>Make sure if you have an address filter in
>webapps/manager/META-INF/context.xml that it's correct, and try
>removing or
>commenting it out temporarily even if it does look correct just in
>case.
>
>Since your first message was 18 hours ago, I'm assuming at some point
>you
>have closed and reopened your browser?  On my systems, if I enter the
>wrong
>user or password to get into the management console I get the 403 and I
>can't get back to the login prompt without completely closing and
>restarting the browser.  I don't know if that's intentional or just a
>side
>effect of Firefox and the various privacy extensions I use, never
>bothered
>to look for the cause.  So, depending on your browser, try
>closing/restarting, clearing caches and active logins, even try from a
>different browser.



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



  

Re: Unable to access Manager App, Host Manager and Server Status urls

2016-08-14 Thread Mark Thomas
On 14 August 2016 12:37:37 BST, Andrew M  wrote:
>I have clear the history, tried different browsers, restarted tomcat
>several times. I'm not sure what you want me to comment/uncomment. My
>context.xml file is below:

That is the global context.xml. Check the web application specific context.xml 
at $CATALINA_BASE/webapps/manager/META-INF/context.xml

Mark


>root@docker1 conf]# cat context.xml encoding="UTF-8"?>
>           
>WEB-INF/web.xml   
>${catalina.base}/conf/web.xml
>        [root@docker1 conf]#  
>Spent lot of investigating but I'm still not sure what is the
>problem.
>
>On Sunday, 14 August 2016, 19:55, Mark Olsson 
>wrote:
> 
>
>On Sun, Aug 14, 2016 at 1:43 AM, Andrew M
>
>wrote:
>
>> I tried disabling SE Linux but no charm :(
>> What is interesting is I have enabled finest level of debugging but I
>> cannot see anything in log files as ALL or finest level of logging.
>>
>
>Make sure if you have an address filter in
>webapps/manager/META-INF/context.xml that it's correct, and try
>removing or
>commenting it out temporarily even if it does look correct just in
>case.
>
>Since your first message was 18 hours ago, I'm assuming at some point
>you
>have closed and reopened your browser?  On my systems, if I enter the
>wrong
>user or password to get into the management console I get the 403 and I
>can't get back to the login prompt without completely closing and
>restarting the browser.  I don't know if that's intentional or just a
>side
>effect of Firefox and the various privacy extensions I use, never
>bothered
>to look for the cause.  So, depending on your browser, try
>closing/restarting, clearing caches and active logins, even try from a
>different browser.



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



Re: Unable to access Manager App, Host Manager and Server Status urls

2016-08-14 Thread Andrew M
I have clear the history, tried different browsers, restarted tomcat several 
times. I'm not sure what you want me to comment/uncomment. My context.xml file 
is below:
root@docker1 conf]# cat context.xml 
            WEB-INF/web.xml    
${catalina.base}/conf/web.xml
        [root@docker1 conf]#  
Spent lot of investigating but I'm still not sure what is the problem.

On Sunday, 14 August 2016, 19:55, Mark Olsson  
wrote:
 

 On Sun, Aug 14, 2016 at 1:43 AM, Andrew M 
wrote:

> I tried disabling SE Linux but no charm :(
> What is interesting is I have enabled finest level of debugging but I
> cannot see anything in log files as ALL or finest level of logging.
>

Make sure if you have an address filter in
webapps/manager/META-INF/context.xml that it's correct, and try removing or
commenting it out temporarily even if it does look correct just in case.

Since your first message was 18 hours ago, I'm assuming at some point you
have closed and reopened your browser?  On my systems, if I enter the wrong
user or password to get into the management console I get the 403 and I
can't get back to the login prompt without completely closing and
restarting the browser.  I don't know if that's intentional or just a side
effect of Firefox and the various privacy extensions I use, never bothered
to look for the cause.  So, depending on your browser, try
closing/restarting, clearing caches and active logins, even try from a
different browser.


  

Re: Unable to access Manager App, Host Manager and Server Status urls

2016-08-14 Thread Mark Olsson
On Sun, Aug 14, 2016 at 1:43 AM, Andrew M 
wrote:

> I tried disabling SE Linux but no charm :(
> What is interesting is I have enabled finest level of debugging but I
> cannot see anything in log files as ALL or finest level of logging.
>

Make sure if you have an address filter in
webapps/manager/META-INF/context.xml that it's correct, and try removing or
commenting it out temporarily even if it does look correct just in case.

Since your first message was 18 hours ago, I'm assuming at some point you
have closed and reopened your browser?  On my systems, if I enter the wrong
user or password to get into the management console I get the 403 and I
can't get back to the login prompt without completely closing and
restarting the browser.  I don't know if that's intentional or just a side
effect of Firefox and the various privacy extensions I use, never bothered
to look for the cause.  So, depending on your browser, try
closing/restarting, clearing caches and active logins, even try from a
different browser.


Re: Unable to access Manager App, Host Manager and Server Status urls

2016-08-14 Thread Andrew M
AVA_HOME=/usr/java/default

Still not challenge to input the credentials 

    On Sunday, 14 August 2016, 8:35, Andrew M <bluemind2...@yahoo.com> wrote:
 

 Yes, absolutely. I restarted after adding snippet several times but still not 
charm. What I observed is it doesn't even ask me for username and password but 
just says directly Access denied (403). 

    On Sunday, 14 August 2016, 2:57, "Caldarale, Charles R" 
<chuck.caldar...@unisys.com> wrote:
 

 > From: Andrew M [mailto:bluemind2...@yahoo.com.INVALID] 
> Subject: Unable to access Manager App, Host Manager and Server Status urls

> I have added these three lines in my tomcat-users.xml file:
> 
> 

And did you remove the comment markers that bracket that area of the file?

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.


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


  

  

  

Re: Unable to access Manager App, Host Manager and Server Status urls

2016-08-13 Thread Andrew M
I'm not sure if this is related in any way but I just exported variable 
JAVA_HOME in setclasspath.sh

export JAVA_HOME=/usr/java/default

Still not challenge to input the credentials 

On Sunday, 14 August 2016, 8:35, Andrew M <bluemind2...@yahoo.com> wrote:
 

 Yes, absolutely. I restarted after adding snippet several times but still not 
charm. What I observed is it doesn't even ask me for username and password but 
just says directly Access denied (403). 

On Sunday, 14 August 2016, 2:57, "Caldarale, Charles R" 
<chuck.caldar...@unisys.com> wrote:
 

 > From: Andrew M [mailto:bluemind2...@yahoo.com.INVALID] 
> Subject: Unable to access Manager App, Host Manager and Server Status urls

> I have added these three lines in my tomcat-users.xml file:
> 
> 

And did you remove the comment markers that bracket that area of the file?

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.


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


   

   

Re: Unable to access Manager App, Host Manager and Server Status urls

2016-08-13 Thread Andrew M
Yes, absolutely. I restarted after adding snippet several times but still not 
charm. What I observed is it doesn't even ask me for username and password but 
just says directly Access denied (403). 

On Sunday, 14 August 2016, 2:57, "Caldarale, Charles R" 
<chuck.caldar...@unisys.com> wrote:
 

 > From: Andrew M [mailto:bluemind2...@yahoo.com.INVALID] 
> Subject: Unable to access Manager App, Host Manager and Server Status urls

> I have added these three lines in my tomcat-users.xml file:
> 
> 

And did you remove the comment markers that bracket that area of the file?

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.


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


   

RE: Unable to access Manager App, Host Manager and Server Status urls

2016-08-13 Thread Caldarale, Charles R
> From: Andrew M [mailto:bluemind2...@yahoo.com.INVALID] 
> Subject: Unable to access Manager App, Host Manager and Server Status urls

> I have added these three lines in my tomcat-users.xml file:
> 
> 

And did you remove the comment markers that bracket that area of the file?

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.


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



Unable to access Manager App, Host Manager and Server Status urls

2016-08-13 Thread Andrew M
Good Day,
Just another day in Paradise !My query is as mentioned in the subject.[Unable 
to access Manager App, Host Manager and Server Status urls], for each of these 
web applications, I am not challenged to input credentials rather gives 
directly access denied 403.
Nothing interesting in catalina.out
14-Aug-2016 00:14:23.636 INFO [main] 
org.apache.catalina.startup.VersionLoggerListener.log Server version:        
Apache Tomcat/8.5.414-Aug-2016 00:14:23.637 INFO [main] 
org.apache.catalina.startup.VersionLoggerListener.log Server built:          
Jul 6 2016 08:43:30 UTC14-Aug-2016 00:14:23.637 INFO [main] 
org.apache.catalina.startup.VersionLoggerListener.log Server number:         
8.5.4.014-Aug-2016 00:14:23.637 INFO [main] 
org.apache.catalina.startup.VersionLoggerListener.log OS Name:               
Linux14-Aug-2016 00:14:23.637 INFO [main] 
org.apache.catalina.startup.VersionLoggerListener.log OS Version:            
3.10.0-327.22.2.el7.x86_6414-Aug-2016 00:14:23.637 INFO [main] 
org.apache.catalina.startup.VersionLoggerListener.log Architecture:          
amd6414-Aug-2016 00:14:23.637 INFO [main] 
org.apache.catalina.startup.VersionLoggerListener.log Java Home:             
/usr/java/jdk1.7.0_80/jre14-Aug-2016 00:14:23.637 INFO [main] 
org.apache.catalina.startup.VersionLoggerListener.log JVM Version:           
1.7.0_80-b1514-Aug-2016 00:14:23.638 INFO [main] 
org.apache.catalina.startup.VersionLoggerListener.log JVM Vendor:            
Oracle Corporation14-Aug-2016 00:14:23.638 INFO [main] 
org.apache.catalina.startup.VersionLoggerListener.log CATALINA_BASE:         
/opt/apache-tomcat-8.5.414-Aug-2016 00:14:23.638 INFO [main] 
org.apache.catalina.startup.VersionLoggerListener.log CATALINA_HOME:         
/opt/apache-tomcat-8.5.414-Aug-2016 00:14:23.638 INFO [main] 
org.apache.catalina.startup.VersionLoggerListener.log Command line argument: 
-Djava.util.logging.config.file=/opt/tomcat/conf/logging.properties14-Aug-2016 
00:14:23.638 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log 
Command line argument: 
-Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager14-Aug-2016 
00:14:23.638 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log 
Command line argument: -Djdk.tls.ephemeralDHKeySize=204814-Aug-2016 
00:14:23.638 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log 
Command line argument: -Dcatalina.base=/opt/tomcat14-Aug-2016 00:14:23.638 INFO 
[main] org.apache.catalina.startup.VersionLoggerListener.log Command line 
argument: -Dcatalina.home=/opt/tomcat14-Aug-2016 00:14:23.638 INFO [main] 
org.apache.catalina.startup.VersionLoggerListener.log Command line argument: 
-Djava.io.tmpdir=/opt/tomcat/temp14-Aug-2016 00:14:23.638 INFO [main] 
org.apache.catalina.core.AprLifecycleListener.lifecycleEvent The APR based 
Apache Tomcat Native library which allows optimal performance in production 
environments was not found on the java.library.path: 
/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib14-Aug-2016 
00:14:23.807 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing 
ProtocolHandler ["http-nio-8080"]14-Aug-2016 00:14:23.837 INFO [main] 
org.apache.tomcat.util.net.NioSelectorPool.getSharedSelector Using a shared 
selector for servlet write/read14-Aug-2016 00:14:23.845 INFO [main] 
org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler 
["ajp-nio-8009"]14-Aug-2016 00:14:23.846 INFO [main] 
org.apache.tomcat.util.net.NioSelectorPool.getSharedSelector Using a shared 
selector for servlet write/read14-Aug-2016 00:14:23.847 INFO [main] 
org.apache.catalina.startup.Catalina.load Initialization processed in 928 
ms14-Aug-2016 00:14:23.879 INFO [main] 
org.apache.catalina.core.StandardService.startInternal Starting service 
Catalina14-Aug-2016 00:14:23.879 INFO [main] 
org.apache.catalina.core.StandardEngine.startInternal Starting Servlet Engine: 
Apache Tomcat/8.5.414-Aug-2016 00:14:23.896 INFO [localhost-startStop-1] 
org.apache.catalina.startup.HostConfig.deployDirectory Deploying web 
application directory /opt/apache-tomcat-8.5.4/webapps/ROOT14-Aug-2016 
00:14:55.791 INFO [localhost-startStop-1] 
org.apache.catalina.util.SessionIdGeneratorBase.createSecureRandom Creation of 
SecureRandom instance for session ID generation using [SHA1PRNG] took [31,061] 
milliseconds.14-Aug-2016 00:14:55.862 INFO [localhost-startStop-1] 
org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web 
application directory /opt/apache-tomcat-8.5.4/webapps/ROOT has finished in 
31,966 ms14-Aug-2016 00:14:55.862 INFO [localhost-startStop-1] 
org.apache.catalina.startup.HostConfig.deployDirectory Deploying web 
application directory /opt/apache-tomcat-8.5.4/webapps/docs14-Aug-2016 
00:14:55.913 INFO [localhost-startStop-1] 
org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web 
application directory /opt/apache-tomcat-8.5.4/webapps/docs has finished in 51 
ms14-Aug-20