File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Security and the fly likes NTSystem.dll and JBOSS 3.x Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Engineering » Security
Reply Bookmark "NTSystem.dll and JBOSS 3.x" Watch "NTSystem.dll and JBOSS 3.x" New topic
Author

NTSystem.dll and JBOSS 3.x

John Morkus
Greenhorn

Joined: Jul 07, 2004
Posts: 17
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
Dmitry Melnik
Ranch Hand

Joined: Dec 18, 2003
Posts: 328
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

Joined: Jul 07, 2004
Posts: 17
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
 
IntelliJ Java IDE
 
subject: NTSystem.dll and JBOSS 3.x
 
Threads others viewed
Easy Eclipse and JBoss plug-in
problem with run.bat(JBoss)
Error While Starting JBoss 5.1.0 GA!!!
where to put my application?
JBoss installation problems
IntelliJ Java IDE