[JBoss-user] [Security & JAAS/JBoss] - Re: How to Use JAAS with custom Authentication filter?

2004-05-21 Thread hoos
useful info into it when it is created. Thanks, Hoos View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835874#3835874 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode

[JBoss-user] [Installation & Configuration] - Re: SyslogAppender for Application not working

2004-05-11 Thread hoos
that you are using? hoos View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834420#3834420 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3834420 ---

[JBoss-user] [Security & JAAS/JBoss] - How to Use JAAS with custom Authentication filter?

2004-05-10 Thread hoos
webapps? Can anyone point me in the right direction, some sample code would be nice. I have seen a few pointers on this in the forum but its all a bit confusing still. Hoos View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834309#3834309 Reply to the post

[JBoss-user] [Installation & Configuration] - Re: SyslogAppender for Application not working

2004-05-10 Thread hoos
My log4j.xml entery | < appende "SYS_LOG" class="org.apache.log4j.net.SyslogAppender"> | | | | | | | | | | | | | | In my case the sys_log is appended to the root, try this as a sanity test. Also make sure your threshold is low to capture all log

[JBoss-user] [Installation & Configuration] - Re: Deploy Order - how?

2004-04-25 Thread hoos
pt to manage the deployment of my application everytime jboss is restarted (stop jboss, remove mbean, start jboss, wait until eveything is deployed then deploy mbean). Thanks everyone for your suggestions. Cheers, Hoos View the original post : http://www.jboss.org/index.html?module=bb&op=

[JBoss-user] [Installation & Configuration] - Re: Deploy Order - how?

2004-04-24 Thread hoos
Khaled, I'm glad you got it working, my EAR is still bombing out. Are you deploying your EJBs and JMX beans in an EAR file or seperately? Hoos View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3832252#3832252 Reply to the post : http://

[JBoss-user] [Installation & Configuration] - Re: JBoss and postgres 7.4

2004-04-23 Thread hoos
Hello, I got this error when I updated to postgres 7.4 but forgot to add the NEW driver jar file to the jboss classpath and remove the old one. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3832204#3832204 Reply to the post : http://www.jboss.org/index.html

[JBoss-user] [Installation & Configuration] - Re: Deploy Order - how?

2004-04-23 Thread hoos
Hello, I have tried using the PrefixDeploymentSorter but still no luck my jboss-service.xml file looks like: | | org.jboss.deployment.scanner.PrefixDeploymentSorter | The comments in the jboss-service.xml file suggest I should start the name portion of the url with a deci

[JBoss-user] [Installation & Configuration] - Re: Deploy Order - how?

2004-04-23 Thread hoos
Ahh, PrefixSorter currently commented out in the jboss-service.xml. The jboss-service.xml file for my sar file is | | | | | jboss:j2ee:jndiName=ejb/SystemSettingBeanLocal,service=EJB jboss:j2ee:jndiName=ejb/SessionManagerBeanLocal,service=EJB | | | | | |

[JBoss-user] [Installation & Configuration] - Re: Deploy Order - how?

2004-04-22 Thread hoos
Jboss 3.2.3. Any suggestions? Hoos View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831974#3831974 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3831974

[JBoss-user] [Security & JAAS/JBoss] - Re: How to get custom security athentication to integrate wi

2004-03-15 Thread hoos
Thanks for the quick response. I think I get where your comming from but if the container security kicks in before my filter won't that force me to authenticate twice, once for the say the FORM authentication and then again when my fiter does not find a valid sessionid? Or are you saying it is

[JBoss-user] [Security & JAAS/JBoss] - How to get custom security athentication to integrate with J

2004-03-15 Thread hoos
JAAS creating a security domain and using the DatabaseLoginModule with form based authentication, but I can't see a way of integrating our security with JAAS. Cheers, Hoos http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3825688#3825688";>View the original post http: