[JBoss-user] Tomcat jBoss security

2001-04-17 Thread Dug
I am writing an application in which the beans need to use the callers Principal (from sessionContext.getCallerPrincipal() ). I intend to use the beans from java clients and from servlets. I have had success with the java clients but not from the servlets. For the java clients I needed to set up

[JBoss-user] Tomcat & JBoss Security

2001-10-11 Thread storck
I have a problem. How can I achieve that JBoss uses a database like MySql as user/role-management? How can I achieve that Tomcat uses a database like MySql as user/role-management? How do I achieve that both work togehter? Thanks! winmail.dat Description: application/ms-tnef

Re: [JBoss-user] Tomcat jBoss security

2001-04-17 Thread Darrin Thompson
l the configuration right. So no callbacks. That should all be handled before your code is ever reached. Someone correct if I am wrong. Darrin On 4/17/01, 10:18:49 AM, Dug <[EMAIL PROTECTED]> wrote regarding [JBoss-user] Tomcat jBoss security: > I am writing an application in which the beans n

Re: [JBoss-user] Tomcat jBoss security

2001-04-17 Thread Scott M Stark
TED]> Sent: Tuesday, April 17, 2001 8:55 AM Subject: Re: [JBoss-user] Tomcat jBoss security I about tore my hair out on this. I think the correct thing to do is have the JbossRealm entry activated in server.xml, the jdbcrealm entry also active, and the simplerealm entry commented out. I'

RE: [JBoss-user] Tomcat jBoss security

2001-04-17 Thread Dug
nk you > should have to do zero security coding in your servlet if you get all the > configuration right. So no callbacks. That should all be handled before > your code is ever reached. Someone correct if I am wrong. > > Darrin > > On 4/17/01, 10:18:49 AM, Dug <[EMAIL PROTE

Re: [JBoss-user] Tomcat jBoss security

2001-04-17 Thread Scott M Stark
sday, April 17, 2001 9:34 AM Subject: RE: [JBoss-user] Tomcat jBoss security > Have you actually managed to get the servlet --> bean security working? > > Dug > ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

RE: [JBoss-user] Tomcat jBoss security

2001-04-18 Thread Dug
TED] > Subject: Re: [JBoss-user] Tomcat jBoss security > > > The JavaPetStore example uses JDBCRealm and JbossRealm > successfully. The order > of JDBCRealm and JbossRealm in the server.xml is significant and > JbossRealm must > follow JDBCRealm. > > - Original Mess

Re: [JBoss-user] Tomcat jBoss security

2001-04-18 Thread root
ealm and JbossRealm in the server.xml is significant and JbossRealm must > follow JDBCRealm. > > - Original Message - > From: "Dug" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Tuesday, April 17, 2001 9:34 AM > Subject: RE: [JBoss-user] Tom

Re: [JBoss-user] Tomcat jBoss security

2001-04-18 Thread Scott M Stark
1 12:16 PM Subject: Re: [JBoss-user] Tomcat jBoss security > FWIW, this is not the way it is set up in the preconfigured JBoss > 2.2/Tomcat 3.2.1 distro. Probably worth sticking in bugzilla. > > Darrin > > "Scott M Stark" <[EMAIL PROTECTED]> writes: > > > Th

Re: [JBoss-user] Tomcat jBoss security

2001-04-20 Thread Darrin Thompson
It would help a lot if the JbossRealm line occured AFTER both the simple realm and the commented out JDBC realm sample. That way if newbies try to set upthe JDBCRealm we are less likely to here from them on this list. Now I will be quiet. :-) Darrin "Scott M Stark" <[EMAIL PROTECTED]> writes: >

AW: [JBoss-user] Tomcat & JBoss Security

2001-10-11 Thread Sternagel Annegret (PN-SYS/PE)
storck [mailto:[EMAIL PROTECTED]] > Gesendet: Donnerstag, 11. Oktober 2001 15:36 > An: [EMAIL PROTECTED] > Betreff: [JBoss-user] Tomcat & JBoss Security > > I have a problem. > > How can I achieve that JBoss uses a database like MySql as > user/role-managemen

Re: [JBoss-user] Tomcat & JBoss Security

2001-10-11 Thread Michael Jara
ursday, October 11, 2001 7:36 AM Subject: [JBoss-user] Tomcat & JBoss Security > I have a problem. > > How can I achieve that JBoss uses a database like MySql as > user/role-management? > How can I achieve that Tomcat uses a database like MySql as > user/role-management? &

[JBoss-user] Tomcat JBoss security integration How-to

2001-05-02 Thread Dain Sundstrom
Recently, I have seen several posts asking how to integrate Tomcat and JBoss security. The current JBossRealm requires you to add users to both the tomcat and JBoss security systems or configure the tomcat JDBCRealm and JBoss DatabaseServerLoginModule to point to the same database table. This is

[JBoss-user] Tomcat JBoss security integration - problems resolved

2001-05-03 Thread Pete Bennett
:17 To: '[EMAIL PROTECTED]' Subject: RE: [JBoss-user] Tomcat JBoss security integration How-to Hello. I have trouble integrating jboss and tomcat. I have setup jaas on jboss, written client which uses jaas to get initial context and it works ok. How do I connect from JSP pages. Why can

RE: [JBoss-user] Tomcat JBoss security integration How-to

2001-05-03 Thread Ivan Bolcina
TED]] Sent: Thursday, May 03, 2001 5:57 AM To: '[EMAIL PROTECTED]' Subject: [JBoss-user] Tomcat JBoss security integration How-to Recently, I have seen several posts asking how to integrate Tomcat and JBoss security. The current JBossRealm requires you to add users to both the tomcat and J

RE: [JBoss-user] Tomcat JBoss security integration How-to

2001-05-03 Thread Ivan Bolcina
TED]] Sent: Thursday, May 03, 2001 5:57 AM To: '[EMAIL PROTECTED]' Subject: [JBoss-user] Tomcat JBoss security integration How-to Recently, I have seen several posts asking how to integrate Tomcat and JBoss security. The current JBossRealm requires you to add users to both the tomcat and J