Sunday, 26 February 2012

Configure H2 JNDI DataSource in Weblogic






H2 good database for packaging app with embedded DB or for local database setup.




Add driver, JNDI URL and user details

Attach JDBC data source to the app server









2 comments:

  1. Is this the correct way of adding the driver for h2:

    Edit your domains setDomainEnv.[cmd|sh] file found in /samples/domains/wl_server/bin and add
    set EXT_PRE_CLASSPATH=

    ReplyDelete

Microservices architecture with Kubernets

Kubernetes is an  open-source platform for automating deployment, scaling, and operations of application containers  across clusters of hos...