Re: 403 whilst reading from ROOT

2022-03-04 Thread Mark Thomas
On 04/03/2022 09:50, Alan F wrote: Im trying to read robots.txt from '/' on a few tomcat servers to block web search engines. Obviously placed the txt file in ./webapps/ROOT/ Works fine on a few tomcat hosts that have identical server.xml / web.xml so im puzzled as to why these two Tomcat ser

RE: 403 Errors for REST Web Services after upgrade from 8.5.30 to 8.5.58

2021-09-13 Thread Mike Webb
I'm sorry the bottom section of the below email should instead be The server that does work has Tomcat version: Apache Tomcat/8.5.30 JVM Version: 11.0.11+9-LTS JVM Vendor: Red Hat, Inc. OS Name: Linux OS Version: 3.10.0-1160.31.1.el7.x86_64 OS Architecture

Re: 403 Error

2021-09-03 Thread David Lau
Hi Thomas, Thanks for the response. The application uses ADFS authentication, which should be happening through an Apache httpd server, with the application accessed at https://marmoset.eng.uwaterloo.ca. So is the indication here that the ADFS authentication is not working? Thanks, David Lau

Re: 403 Access Denied on manager app

2016-06-07 Thread Konstantin Kolinko
1. Mailing list rules: http://tomcat.apache.org/lists.html#tomcat-users -> 6. Top-posting is bad. 2. "192.168.44.1" in access log is client IP, not server IP. AccessLogValve can be configured to log "Local IP address", but that is not the default configuration. 3. The Manager web application is

Re: 403 Access Denied on manager app

2016-06-07 Thread saved lion
Is there any wrong in the /opt/tomcat9/apache-tomcat-9.0.0.M6/conf/tomcat-users.xml? On Tue, Jun 7, 2016 at 3:45 PM, Hardibo Pierre-Jean wrote: > you have to declare also tags role for admin and manager > > > Le 07/06/2016 21:41, saved lion a écrit : > >> >> >> > /> >> >> >> >> > ro

Re: 403 Access Denied on manager app

2016-06-07 Thread Hardibo Pierre-Jean
you have to declare also tags role for admin and manager Le 07/06/2016 21:41, saved lion a écrit : were added. the problem still exists. On Tue, Jun 7, 2016 at 3:20 PM, Hardibo Pierre-Jean wrote: try to add roles : manager and admin Le 07/06/2016 21:17, saved lion a écrit : my h

Re: 403 Access Denied on manager app

2016-06-07 Thread saved lion
were added. the problem still exists. On Tue, Jun 7, 2016 at 3:20 PM, Hardibo Pierre-Jean wrote: > try to add roles : manager and admin > > > Le 07/06/2016 21:17, saved lion a écrit : > >> my host ip is 192.168.44.131, but it is 192.168.44.1 in the access log, is >> it a problem? >> >>

Re: 403 Access Denied on manager app

2016-06-07 Thread Hardibo Pierre-Jean
try to add roles : manager and admin Le 07/06/2016 21:17, saved lion a écrit : my host ip is 192.168.44.131, but it is 192.168.44.1 in the access log, is it a problem? inet addr:192.168.44.131 Bcast:192.168.44.255 Mask:255.255.255.0 On Tue, Jun 7, 2016 at 3:14 PM, saved lion wrote: at th

Re: 403 Access Denied on manager app

2016-06-07 Thread saved lion
my host ip is 192.168.44.131, but it is 192.168.44.1 in the access log, is it a problem? inet addr:192.168.44.131 Bcast:192.168.44.255 Mask:255.255.255.0 On Tue, Jun 7, 2016 at 3:14 PM, saved lion wrote: > at the first, I added below entries, the problem is same. > > > > > > > > > role

Re: 403 Access Denied on manager app

2016-06-07 Thread saved lion
at the first, I added below entries, the problem is same. On Tue, Jun 7, 2016 at 3:09 PM, Hardibo Pierre-Jean wrote: > me i put : manager, manager-ui, admin and admin-ui roles > > > Le 07/06/2016 21:07, saved lion a écrit : > >> Hi, >> >> I installed an instance on /opt/tomcat9/apache

Re: 403 Access Denied on manager app

2016-06-07 Thread Hardibo Pierre-Jean
me i put : manager, manager-ui, admin and admin-ui roles Le 07/06/2016 21:07, saved lion a écrit : Hi, I installed an instance on /opt/tomcat9/apache-tomcat-9.0.0.M6/. No problems to browse http://host_ip:8080. There is one issue to access 'manager app," though I copied and pasted the two lin

Re: 403 jsp - display required roles

2011-12-31 Thread Pid
On 29/12/2011 08:43, Jürgen Jakobitsch wrote: > hi, > > i have a custom 403 error page. > on that page i'd like to display the securityConstraints that apply > to the requested resource. > > example : > > i have a securityConstraint in my web.xml that says that only users with role > "X" > are

Re: 403 error starting tomcat 7.0.22 application on windows 7

2011-11-15 Thread basilk
When i have changed url for my app from http://localhost... to http://127.0.0.1... the 403 error has gone. -Исходное сообщение- From: Tim Watts Sent: Monday, November 14, 2011 7:35 PM To: Tomcat Users List Subject: Re: 403 error starting tomcat 7.0.22 application on windows 7 On Mon

Re: 403 error starting tomcat 7.0.22 application on windows 7

2011-11-14 Thread Tim Watts
On Mon, 2011-11-14 at 09:56 +0400, bas...@obninsk.com wrote: > > -Исходное сообщение- > From: Tim Watts > Sent: Monday, November 14, 2011 9:09 AM > To: Tomcat Users List > Subject: Re: 403 error starting tomcat 7.0.22 application on windows 7 > > On Mon, 2011-1

Re: 403 error starting tomcat 7.0.22 application on windows 7

2011-11-13 Thread basilk
catalina.policy? // These permissions apply to javac grant codeBase "file:${java.home}/lib/-" { permission java.security.AllPermission; }; // These permissions apply to all shared system extensions grant codeBase "file:${java.home}/jre/lib/ext/-" { permission java.security.AllPerm

Re: 403 error starting tomcat 7.0.22 application on windows 7

2011-11-13 Thread Igor Cicimov
catalina.policy? On Mon, Nov 14, 2011 at 4:56 PM, wrote: > > > -Исходное сообщение- From: Tim Watts > Sent: Monday, November 14, 2011 9:09 AM > To: Tomcat Users List > Subject: Re: 403 error starting tomcat 7.0.22 application on windows 7 > > > On Mon, 201

Re: 403 error starting tomcat 7.0.22 application on windows 7

2011-11-13 Thread basilk
-Исходное сообщение- From: Tim Watts Sent: Monday, November 14, 2011 9:09 AM To: Tomcat Users List Subject: Re: 403 error starting tomcat 7.0.22 application on windows 7 On Mon, 2011-11-14 at 08:17 +0400, bas...@obninsk.com wrote: > Can you paste the application web.xml file (inl

Re: 403 error starting tomcat 7.0.22 application on windows 7

2011-11-13 Thread Tim Watts
On Mon, 2011-11-14 at 08:17 +0400, bas...@obninsk.com wrote: > > Can you paste the application web.xml file (inline) into your reply? > > > > > > http://www.w3.org/2001/XMLSchema-instance"; > > xmlns="http://java.sun.com/xml/ns/javaee"; > > xmlns:web="http://java.sun.com/xml/ns/jav

Re: 403 error starting tomcat 7.0.22 application on windows 7

2011-11-13 Thread basilk
Hi. I updated winXp to win7 and cannot start my tomcat 7.0.22 web-application. The tomcat returns 403 error. When i run manager application everything is ok. The manager app is ok, or running the manager app fixes your other app? The manager itself runs ok but starting my app from the manager

Re: 403 error starting tomcat 7.0.22 application on windows 7

2011-11-13 Thread Pid
On 13/11/2011 09:31, bas...@obninsk.com wrote: >>> Hi. >>> >>> I updated winXp to win7 and cannot start my tomcat 7.0.22 >>> web-application. >>> The tomcat returns 403 error. When i run manager application >>> everything is ok. >> >> The manager app is ok, or running the manager app fixes your ot

Re: 403 error starting tomcat 7.0.22 application on windows 7

2011-11-13 Thread basilk
Hi. I updated winXp to win7 and cannot start my tomcat 7.0.22 web-application. The tomcat returns 403 error. When i run manager application everything is ok. The manager app is ok, or running the manager app fixes your other app? The manager itself runs ok but starting my app from the manag

Re: 403 error starting tomcat 7.0.22 application on windows 7

2011-11-13 Thread Pid *
On 13 Nov 2011, at 08:46, "bas...@obninsk.com" wrote: >> Hi. >> >> I updated winXp to win7 and cannot start my tomcat 7.0.22 web-application. >> The tomcat returns 403 error. When i run manager application everything is >> ok. > > The manager app is ok, or running the manager app fixes your oth

Re: 403 error starting tomcat 7.0.22 application on windows 7

2011-11-13 Thread basilk
Hi. I updated winXp to win7 and cannot start my tomcat 7.0.22 web-application. The tomcat returns 403 error. When i run manager application everything is ok. The manager app is ok, or running the manager app fixes your other app? The manager itself runs ok but starting my app from the manag

Re: 403 error starting tomcat 7.0.22 application on windows 7

2011-11-13 Thread Pid *
On 13 Nov 2011, at 07:07, "bas...@obninsk.com" wrote: > Hi. > > I updated winXp to win7 and cannot start my tomcat 7.0.22 web-application. > The tomcat returns 403 error. When i run manager application everything is ok. The manager app is ok, or running the manager app fixes your other app? >

Re: 403

2011-10-31 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chris, On 10/31/2011 3:50 PM, Christopher Gross wrote: > I'm running Tomcat 5.5.26, and I have a few different setups on my > box for a few different projects. I don't have the same password > setup, and if I'm not thinking then I'll block myself out

RE: 403

2011-10-31 Thread Caldarale, Charles R
> From: Christopher Gross [mailto:cogr...@gmail.com] > Subject: 403 > if I'm not thinking then I'll block myself out of an application. I can't think of anything in Tomcat that does a lockout of userids. So either it's your own webapp that's doing it, or the browser. You might try forcing a

RE: 403 on https connection but not http

2009-01-26 Thread Emsley, I (Iain)
ultz [mailto:ch...@christopherschultz.net] Sent: 23 January 2009 19:16 To: Tomcat Users List Subject: Re: 403 on https connection but not http -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Iain, Emsley, I (Iain) wrote: > I'm trying to get https:// working on an application running on Tomcat > 5.5.23 on

Re: 403 on https connection but not http

2009-01-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Iain, Emsley, I (Iain) wrote: > I'm trying to get https:// working on an application running on Tomcat > 5.5.23 on Windows Server 2003. When I ran the application on port 8080, > it logged me in fine using our login filters, however when I moved to >

Re: 403 Error

2006-06-04 Thread Marc Bächinger
Am Samstag, 3. Juni 2006 01.18 schrieb Mark Thomas: > Marc Bächinger wrote: > > hi > > > > I had the same problem and i was near to a nervous breakdown as I noticed > > that encription was requested and tomcat expected encripted passwords > > This is not the case by default. so i have to correct m

Re: 403 Error

2006-06-02 Thread Mark Thomas
Marc Bächinger wrote: > hi > > I had the same problem and i was near to a nervous breakdown as I noticed > that > encription was requested and tomcat expected encripted passwords This is not the case by default. Mark - To sta

Re: 403 Error

2006-05-31 Thread Marc Bächinger
hi I had the same problem and i was near to a nervous breakdown as I noticed that encription was requested and tomcat expected encripted passwords Here you can read about a command linetool to encrypt it: http://tomcat.apache.org/tomcat-5.5-doc/realm-howto.html#Digested%20Passwords regards ma