I believe most tools have wizards that generate the XML file for the datasource. I don't know WebLogic but below is an example generated by Forte:
<?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE ias-resource (View Source for full doctype...)> - <ias-resource> - <resource> <jndi-name>jdbc/EmployeeDB</jndi-name> - <jdbc> <database>Database</database> <datasource>mydb</datasource> <database-url>jdbc:odbc:mydb</database-url> <username>scott</username> <password>tiger</password> <driver-type>ODBC</driver-type> </jdbc> </resource> </ias-resource> > ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
