org.apache.catalina.Realm

2004-10-15 Thread Anderson, M. Paul
Can someone help me get started building my own custom realm?  I can't seem
to locate which jar file this class is in.

Also, once I create the Realm in, say for example, package my.realm.package,
where do I place the class files so that the custom realm can be accessed
from Tomcat?

Thanks!

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: org.apache.catalina.Realm

2004-10-15 Thread Larry Meadors
IIRC, it is in $CATALINA_HOME/server/lib/catalina.jar, and that is where
you would put your implementation, too (if it is in a jar...if it is a
class, put it in $CATALINA_HOME/server/classes).

Larry

 [EMAIL PROTECTED] 10/15/04 9:21 AM 
Can someone help me get started building my own custom realm?  I can't
seem
to locate which jar file this class is in.

Also, once I create the Realm in, say for example, package
my.realm.package,
where do I place the class files so that the custom realm can be
accessed
from Tomcat?

Thanks!

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: org.apache.catalina.Realm

2004-10-15 Thread Anderson, M. Paul
THANK YOU!~

-Original Message-
From: Larry Meadors [mailto:[EMAIL PROTECTED] 
Sent: Friday, October 15, 2004 11:30 AM
To: [EMAIL PROTECTED]
Subject: Re: org.apache.catalina.Realm


IIRC, it is in $CATALINA_HOME/server/lib/catalina.jar, and that is where you
would put your implementation, too (if it is in a jar...if it is a class,
put it in $CATALINA_HOME/server/classes).

Larry

 [EMAIL PROTECTED] 10/15/04 9:21 AM 
Can someone help me get started building my own custom realm?  I can't seem
to locate which jar file this class is in.

Also, once I create the Realm in, say for example, package my.realm.package,
where do I place the class files so that the custom realm can be accessed
from Tomcat?

Thanks!

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: org.apache.catalina.Realm

2004-10-15 Thread Anderson, M. Paul
Is there somewhere I can find the implementation of the JDBCRealm class?
Looking at the Realm how-to I don't get a lot of information about
sequence of calls, what methods are overridable, etc.  Can anyone point me
to the implementation of this class?  

-Original Message-
From: Larry Meadors [mailto:[EMAIL PROTECTED] 
Sent: Friday, October 15, 2004 11:30 AM
To: [EMAIL PROTECTED]
Subject: Re: org.apache.catalina.Realm


IIRC, it is in $CATALINA_HOME/server/lib/catalina.jar, and that is where you
would put your implementation, too (if it is in a jar...if it is a class,
put it in $CATALINA_HOME/server/classes).

Larry

 [EMAIL PROTECTED] 10/15/04 9:21 AM 
Can someone help me get started building my own custom realm?  I can't seem
to locate which jar file this class is in.

Also, once I create the Realm in, say for example, package my.realm.package,
where do I place the class files so that the custom realm can be accessed
from Tomcat?

Thanks!

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: org.apache.catalina.Realm

2004-10-15 Thread Larry Meadors
Download the source distribution?

 [EMAIL PROTECTED] 10/15/04 9:51 AM 
Is there somewhere I can find the implementation of the JDBCRealm class?
Looking at the Realm how-to I don't get a lot of information about
sequence of calls, what methods are overridable, etc.  Can anyone point
me
to the implementation of this class?  

-Original Message-
From: Larry Meadors [mailto:[EMAIL PROTECTED] 
Sent: Friday, October 15, 2004 11:30 AM
To: [EMAIL PROTECTED]
Subject: Re: org.apache.catalina.Realm


IIRC, it is in $CATALINA_HOME/server/lib/catalina.jar, and that is where
you
would put your implementation, too (if it is in a jar...if it is a
class,
put it in $CATALINA_HOME/server/classes).

Larry

 [EMAIL PROTECTED] 10/15/04 9:21 AM 
Can someone help me get started building my own custom realm?  I can't
seem
to locate which jar file this class is in.

Also, once I create the Realm in, say for example, package
my.realm.package,
where do I place the class files so that the custom realm can be
accessed
from Tomcat?

Thanks!

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: org.apache.catalina.Realm

2004-10-15 Thread Shapira, Yoav

Hi,
Or follow any of the links that say CVS Repositories on the apache.org
pages, which will take you here: http://cvs.apache.org/viewcvs.cgi/.
Then go to
jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/realm.

Yoav Shapira http://www.yoavshapira.com


-Original Message-
From: Larry Meadors [mailto:[EMAIL PROTECTED]
Sent: Friday, October 15, 2004 11:56 AM
To: [EMAIL PROTECTED]
Subject: RE: org.apache.catalina.Realm

Download the source distribution?

 [EMAIL PROTECTED] 10/15/04 9:51 AM 
Is there somewhere I can find the implementation of the JDBCRealm
class?
Looking at the Realm how-to I don't get a lot of information about
sequence of calls, what methods are overridable, etc.  Can anyone point
me
to the implementation of this class?

-Original Message-
From: Larry Meadors [mailto:[EMAIL PROTECTED]
Sent: Friday, October 15, 2004 11:30 AM
To: [EMAIL PROTECTED]
Subject: Re: org.apache.catalina.Realm


IIRC, it is in $CATALINA_HOME/server/lib/catalina.jar, and that is
where
you
would put your implementation, too (if it is in a jar...if it is a
class,
put it in $CATALINA_HOME/server/classes).

Larry

 [EMAIL PROTECTED] 10/15/04 9:21 AM 
Can someone help me get started building my own custom realm?  I can't
seem
to locate which jar file this class is in.

Also, once I create the Realm in, say for example, package
my.realm.package,
where do I place the class files so that the custom realm can be
accessed
from Tomcat?

Thanks!

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: org.apache.catalina.Realm

2004-10-15 Thread Anderson, M. Paul
Thanks again!

-Original Message-
From: Shapira, Yoav [mailto:[EMAIL PROTECTED]
Sent: Friday, October 15, 2004 12:02 PM
To: Tomcat Users List
Subject: RE: org.apache.catalina.Realm



Hi,
Or follow any of the links that say CVS Repositories on the apache.org
pages, which will take you here: http://cvs.apache.org/viewcvs.cgi/.
Then go to
jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/realm.

Yoav Shapira http://www.yoavshapira.com


-Original Message-
From: Larry Meadors [mailto:[EMAIL PROTECTED]
Sent: Friday, October 15, 2004 11:56 AM
To: [EMAIL PROTECTED]
Subject: RE: org.apache.catalina.Realm

Download the source distribution?

 [EMAIL PROTECTED] 10/15/04 9:51 AM 
Is there somewhere I can find the implementation of the JDBCRealm
class?
Looking at the Realm how-to I don't get a lot of information about
sequence of calls, what methods are overridable, etc.  Can anyone point
me
to the implementation of this class?

-Original Message-
From: Larry Meadors [mailto:[EMAIL PROTECTED]
Sent: Friday, October 15, 2004 11:30 AM
To: [EMAIL PROTECTED]
Subject: Re: org.apache.catalina.Realm


IIRC, it is in $CATALINA_HOME/server/lib/catalina.jar, and that is
where
you
would put your implementation, too (if it is in a jar...if it is a
class,
put it in $CATALINA_HOME/server/classes).

Larry

 [EMAIL PROTECTED] 10/15/04 9:21 AM 
Can someone help me get started building my own custom realm?  I can't
seem
to locate which jar file this class is in.

Also, once I create the Realm in, say for example, package
my.realm.package,
where do I place the class files so that the custom realm can be
accessed
from Tomcat?

Thanks!

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




This e-mail, including any attachments, is a confidential business
communication, and may contain information that is confidential, proprietary
and/or privileged.  This e-mail is intended only for the individual(s) to
whom it is addressed, and may not be saved, copied, printed, disclosed or
used by anyone else.  If you are not the(an) intended recipient, please
immediately delete this e-mail from your computer system and notify the
sender.  Thank you.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]