How to configure Datasource externally

2002-11-04 Thread Kwon Yu
Hello...everyone Does anyone know how to configure datasource externally like using a class? In Struts, I use struts-config.xml file to configure datasource. However, how do I configure datasource from a class and make it available when web application start. Thanks in advance... -- To

Re: How to configure Datasource externally

2002-11-04 Thread Kwon Yu
Thanks for your response... But do you have any example for this case ? On 11/4/02 9:33 AM, David Graham [EMAIL PROTECTED] wrote: You can create a DataSource in a plugin or the ActionServlet and store it in the ServletContext for later retrieval. David From: Kwon Yu [EMAIL