By trial and error I answered this question. A custom login module is packaged
into a jar and placed into the /server//lib directory.
There are so many different deployment directories, it is confusing. Maybe
this will help someone else. I found this post in several search engines.
View th
Why has no one replied. This is a very basic question. How can JBoss load my
custom login module? I have found nothing useful on the internet. Please help.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4001824#4001824
Reply to the post :
http://www.jboss
Using JBoss 4.0.5.GA.
I am writing a custom login module. To get going I copied the source from
org.jboss.security.auth.spi.DatabaseServerLoginModule. My class also extends
org.jboss.security.auth.spi.UsernamePasswordLoginModule. I put my compiled
class into a jar file. If I put this jar in
I meant jboss.xml, of course, not jrun.xml.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3992311#3992311
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3992311
___
jboss-user
I am trying to package and deploy an EAR to JBoss 4.0.5. The application
already runs in Weblogic and in JRun. I have a simple MDB that listens on a
Queue. The senders are within stateless EJB's in the same VM. I need the
simplest authorization and no transactional support. I have spent at