anil wrote:
> Hi,
>
> I want to use DB connection pool I have created on the form based
> authentication. I can change the JDBCRealm and recompile the code. or I
> can extend the RealmBase and create custom Realm. Where should I put
> that class file?
>
Either way, the updated code would need to be in a JAR file in the
$CATALINA_HOME/server directory to be loaded into Catalina at startup
time. The name of the JAR file does not matter -- all JAR files found here
are added to Catalina's internal class path.
>
> Thank you
>
> Anil
Craig McClanahan
====================
See you at ApacheCon Europe <http://www.apachecon.com>!
Session VS01 (23-Oct 13h00-17h00): Sun Technical Briefing
Session T06 (24-Oct 14h00-15h00): Migrating Apache JServ
Applications to Tomcat
|