Thanks Mark for this , applied the solution and it worked.
On Tue, Mar 23, 2021 at 3:58 PM Mark Thomas wrote:
> On 23/03/2021 10:05, Ravi Kumar wrote:
> > Hello,
> > I am migrating my application which is using tomcat 7 currently to tomcat
> > 9. As there are a lot of changes in the API, with to
On 23/03/2021 10:05, Ravi Kumar wrote:
Hello,
I am migrating my application which is using tomcat 7 currently to tomcat
9. As there are a lot of changes in the API, with tomcat 7 we were setting
the Realm for this engine by // set the Realm for this engine
//tomcatServer.setDefaultRealm(new
Hello,
I am migrating my application which is using tomcat 7 currently to tomcat
9. As there are a lot of changes in the API, with tomcat 7 we were setting
the Realm for this engine by // set the Realm for this engine
//tomcatServer.setDefaultRealm(new TomcatRepoRealm());
Here tomcatServer is a
Scott wrote:
I figured it out. The style sheet just has to be in a directory that isn't
locked down.
It's a common occurrence with authentication via login pages : the
initial access triggers a redirect to a login page, which itself
contains items to be retrieved from a protected area, which
; > From: Scott [mailto:hacktori...@gmail.com]
>> > Subject: Realm Issue
>> >
>> > Here is my app info:
>>
>> Where is your webapp deployed? Where is the element for the
>> webapp (if it has one)? What's in its element (if it has one)?
&
4, 2009 at 11:45 PM, Caldarale, Charles R <
chuck.caldar...@unisys.com> wrote:
> > From: Scott [mailto:hacktori...@gmail.com]
> > Subject: Realm Issue
> >
> > Here is my app info:
>
> Where is your webapp deployed? Where is the element for the
> webapp (if i
> From: Scott [mailto:hacktori...@gmail.com]
> Subject: Realm Issue
>
> Here is my app info:
Where is your webapp deployed? Where is the element for the webapp
(if it has one)? What's in its element (if it has one)?
> /MyApp/*
The is relative to the webapp
Hello,
I am having an issue setting up a FORM realm in Tomcat 5.5.27. It does not
seem to be blocking access to protected resources for some reason, and I
cannot figure out why. If I access index.jsp, which is supposed to be
protected, the server just sends me to the index.jsp page. It does this