• 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

NTSystem.dll and JBOSS 3.x

 
Greenhorn
Posts: 17
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
We're using JAAS with NTSystem.dll to do the user/password lookup.

NTSystem.dll works fine in Tomcat, but I can't seem to get a directory where it's happy under JBOSS 3.x.

I've tried JBoss' bin folder, for example. I've also tried setting a PATH variable to point to the bin folder. I keep getting a password failure in JBoss on login.

Anybody successfully gotten NTSystem.dll working with JBoss 3.x or can help me figure out the more generic question of where to install external libraries like NTSystem.dll?

Thanks very much in advance for any ideas!!!

-- J
 
Ranch Hand
Posts: 328
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I can't seem to get a directory where it's happy under JBOSS 3.x. I've tried JBoss' bin folder, for example. I've also tried setting a PATH variable to point to the bin folder.

Have you tried %windir% ? or %windir%\system32 ?
 
John Morkus
Greenhorn
Posts: 17
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
That was a great idea.

Unfortunatly neither 'windir' or 'system32' has any effect. The NTSystem.dll still doesn't work under JBoss.

I hope I can figure this out soon.

Thanks very much for your reply.

--J
 
Let nothing stop you! Not even this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic