• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Problem while using REALM Security

 
Ranch Hand
Posts: 208
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi

I am using REALM Security Mechanisim for the first time.
I have created the following files :

1. /META-INF/context.xml
And its contents are as follows:



2. /WEB-INF/users.xml
And its contents are as follows:



3. /WEB-INF/web.xml
And its contents are as follows:



I am using TOMCAT 5.x and when i am writting the URL in browser:

http://localhost/RealmTesting/admin/index.jsp

As my resource is in admin folder.

It popup a window and asking me username and password but not accepting even i am entering right credentials.

Can you please tell me where i am goin wrong?

Thanks
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic