AW: 403 Error

2021-09-03 Thread Thomas Hoffmann (Speed4Trade GmbH)
ann (Speed4Trade GmbH) ; Tomcat Users List Betreff: Re: 403 Error 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

Re: 403 Error

2021-09-03 Thread David Lau
From: Thomas Hoffmann (Speed4Trade GmbH) Sent: Friday, September 3, 2021 2:26 AM To: Tomcat Users List Subject: AW: 403 Error Hello, I'm at a loss on how to track down why I'm getting a 403 error. My server.xml file and some logs follow:

AW: 403 Error

2021-09-02 Thread Thomas Hoffmann (Speed4Trade GmbH)
Hello, I'm at a loss on how to track down why I'm getting a 403 error. My server.xml file and some logs follow: server.xml localhost_access_log.2021-09-03.txt 10.40.120.1

403 Error

2021-09-02 Thread David Lau
Hello, I'm at a loss on how to track down why I'm getting a 403 error. My server.xml file and some logs follow: server.xml localhost_access_log.2021-09-03.txt 10.40.120.1

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
NT 6.1; WOW64) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/15.0.874.120 Safari/535.2" 0:0:0:0:0:0:0:1 - - [13/Nov/2011:09:50:32 +0300] "GET /query/ HTTP/1.1" 403 964 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/15.0.874.120 Sa

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

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. >> >

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

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 ap

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

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 ap

403 error starting tomcat 7.0.22 application on windows 7

2011-11-12 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. What seems to be my problem? Thanks.

Re: Spring security configuration in web.xml results in 403 error

2010-07-23 Thread André Warnier
Ashish Jain wrote: any takers for this Q??? On Thu, Jul 15, 2010 at 1:38 PM, Ashish Jain wrote: Hi, I have an application which uses non interactive login and hence utilizes NONLogin Authenticator in tomcat. Here is a snippet from web.xml. contextConfigLocation /WEB-INF/app

Re: Spring security configuration in web.xml results in 403 error

2010-07-22 Thread Ashish Jain
any takers for this Q??? On Thu, Jul 15, 2010 at 1:38 PM, Ashish Jain wrote: > Hi, > > I have an application which uses non interactive login and hence utilizes > NONLogin Authenticator in tomcat. Here is a snippet from web.xml. > > > contextConfigLocation > /WEB-INF/application

Spring security configuration in web.xml results in 403 error

2010-07-15 Thread Ashish Jain
Hi, I have an application which uses non interactive login and hence utilizes NONLogin Authenticator in tomcat. Here is a snippet from web.xml. contextConfigLocation /WEB-INF/applicationContext-security.xml springSecurityFilterChain org.springframework.web.fil

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
marc > I have recently installed Tomcat, and am having difficulty accessing the > Manager web application. I have added the role "manager" to the > tomcat-users.xml file under the user "both" but when I put in these > credentials at the password challenge, I am s

403 Error

2006-05-31 Thread Mann, Bradley
I have recently installed Tomcat, and am having difficulty accessing the Manager web application. I have added the role "manager" to the tomcat-users.xml file under the user "both" but when I put in these credentials at the password challenge, I am shown an http 403 error

Wrong userrole gets me 403 error code

2006-05-08 Thread Henke
Hi! In a application i´m using JDBCRealm and form-based login to authenticate the user. But i have som problems. When i enter a user with correct username, password and role everything works fine. Entering username or password incorrect i´m beeing redirected to the login-error-page, that´s