RE: [JBoss-dev] Realm Setting

2002-05-31 Thread Lin Wang
layer. Is it true? Again thanks for your great help. Lin -Original Message- From: Scott M Stark [mailto:[EMAIL PROTECTED]] Sent: Friday, May 31, 2002 7:11 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-dev] Realm Setting If the security domains are consistent it just works. The cat

Re: [JBoss-dev] Realm Setting

2002-05-31 Thread Scott M Stark
Message - From: "Lin Wang" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, May 31, 2002 6:52 PM Subject: RE: [JBoss-dev] Realm Setting You mean uncommenting out the following line in server.xml? Based on the description. It's only for web server side. Ho

RE: [JBoss-dev] Realm Setting

2002-05-31 Thread Lin Wang
EMAIL PROTECTED] Subject: Re: [JBoss-dev] Realm Setting You would still need to configure the single sign-on valve but and have the same security-domain declared in each web app but I have not checked that this combination works. Scott Stark Chief Technology Officer JBoss Group

Re: [JBoss-dev] Realm Setting

2002-05-31 Thread Scott M Stark
Message - From: "Lin Wang" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, May 31, 2002 6:18 PM Subject: RE: [JBoss-dev] Realm Setting Hi Scott, One more question regarding JBoss security module. Does intergrated Tomcat4.0/JBoss3.0 support Single Sign On, mean

RE: [JBoss-dev] Realm Setting

2002-05-31 Thread Lin Wang
hanks, Lin -Original Message- From: Scott M Stark [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 30, 2002 6:42 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-dev] Realm Setting Never as embedded tomcat uses the JBoss security infrastructure. You have to use our security api inside of the s

RE: [JBoss-dev] Realm Setting

2002-05-30 Thread Lin Wang
Thanks, Lin -Original Message- From: Scott M Stark [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 30, 2002 6:42 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-dev] Realm Setting Never as embedded tomcat uses the JBoss security infrastructure. You have to use our security api inside of

Re: [JBoss-dev] Realm Setting

2002-05-30 Thread Scott M Stark
ROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, May 30, 2002 6:17 PM Subject: RE: [JBoss-dev] Realm Setting Too bad. Is it just for now or never? Thanks a lot, Lin ___ Don't miss the 2002 Sprint PCS Application Devel

RE: [JBoss-dev] Realm Setting

2002-05-30 Thread Lin Wang
Too bad. Is it just for now or never? Thanks a lot, Lin -Original Message- From: Scott M Stark [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 30, 2002 6:12 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-dev] Realm Setting Custom tomcat realms are not supported by the embedded service

Re: [JBoss-dev] Realm Setting

2002-05-30 Thread Scott M Stark
, May 30, 2002 5:38 PM Subject: [JBoss-dev] Realm Setting Hi, I am having problems to set up a custom realm in the integrated jboss-3.0.0RC2_tomcat-4.0.3. I added the custom realm in the following file: /catalina/conf/server.xml like this: The server can never pick it up. Then I tried example:

[JBoss-dev] Realm Setting

2002-05-30 Thread Lin Wang
Hi, I am having problems to set up a custom realm in the integrated jboss-3.0.0RC2_tomcat-4.0.3. I added the custom realm in the following file: /catalina/conf/server.xml like this: The server can never pick it up. Then I tried example: http://localhost:8080/examples/jsp/security/protected fr