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
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
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
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
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
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
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?
>>
>>
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
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
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
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
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
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
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
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
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
-Исходное сообщение-
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
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
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
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
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
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
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
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?
>
-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
> 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
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
-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
>
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
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
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
31 matches
Mail list logo