• 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 with authentication for .net exe using Realm

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,
I have a web-application in tomcat 5.0. This web application is protected by JDBCRealm (Form authentication). When i am trying to access any resource (e.g. *.html, *.jsp) from this web application, it works fine. First, JDBCRealm checks if the user is authenticated or not.
If the user is not authenticated, JDCBRealm redirects to the login page.
After the successful user authentication, required resource is sent to the client.
I have a .NET exe in the same web application.But the problem is that, When i am trying to access this exe, JDBCRealm first shows the login page for authentication.Even if i enter correct user name and password, the requested resource(i.e. .NET exe) is not allocated to me. It doesn't show any exception or error.

I don't know, in one case (e.g. *.html and *.jsp pages) Realms works fine, and only in case of .NET exe doesn't work properly.

Please help me to resolve this problem.

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