Code Snippet

Just another Code Snippet site

weblogic

[Cassandra] Add Cassandra Datasource into Weblogic

Cassandra Datastax Drivers Cassandra JDBC Drivers how-to-add-third-party-jdbc-drivers-on-weblogic-64 Copy JAR and dependencies into $WL_HOME/server/lib/cassandra edit commEnv.sh update # set up WebLogic Server’s class path WEBLOGIC_CLASSPATH=”${JAVA_HOME}/lib/tools. … Add : List of dependencies : cassandra-all-2.1.1.jar cassandra-clientutil-2.1.1.jar cassandra-jdbc-2.1.1.jar cassandra-thrift-2.1.1.jar guava-15.0.jar jackson-core-asl-1.9.2.jar jackson-mapper-asl-1.9.2.jar libthrift-0.9.2.jar log4j-1.2.15.jar slf4j-api-1.5.2.jar slf4j-log4j12-1.5.2.jar slf4j-simple-1.5.2.jar Cassandra Driver : org.apache.cassandra.cql.jdbc.CassandraDriver Cassandra URL : jdbc:cassandra://localhost:9160/mykeyspace Cassandra Datastax Drivers

[Weblogic/Apache] Cluster

Blog & Tutos : setting-up-a-load-balanced-oracle-weblogic-cluster-in-amazon-ec2 full-weblogic-load-balancing-in-ec2-with-amazon-elb Basic clustering with Weblogic 12c and Apache Web Server http://blog.c2b2.co.uk/2010/10/configuring-and-testing-weblogic.html http://weblogic-wonders.com/weblogic/2010/12/11/configure-apache-webserver-with-weblogic-server/ http://www.appeon.com/support/documents/appeon_online_help/1.5/web_server_configuration_guide/ch02s02s03.html https://support.rackspace.com/how-to/simple-load-balancing-with-apache/ Apache Weblogic Module configuration : http://www.inf.fu-berlin.de/lehre/WS00/SWT/BEA/documentation/docs51/admindocs/apache_bridge.html WebLogic Doc : https://docs.oracle.com/middleware/1212/webtier/PLGWL/apache.htm#PLGWL395 https://docs.oracle.com/cd/E21764_01/web.1111/e16435/apache.htm#PLGWL395 https://docs.oracle.com/cd/E11035_01/wls100/plugins/apache.html https://docs.oracle.com/cd/E13222_01/wls/docs81/plugins/apache.html https://docs.oracle.com/cd/E13222_01/wls/docs103/cluster/setup.html https://docs.oracle.com/cd/E13222_01/wls/docs81/cluster/overview.html https://docs.oracle.com/cd/E11035_01/wls100/cluster/overview.html

,

[Weblogic] Reset admin password

Shut down the WebLogic domain. Rename/Remove the data folder. Rename/Remove the file Set the environment variables. Reset the password using the following command. Remember to substitute the appropriate username and password. Update the “$DOMAIN_HOME/servers/AdminServer/security/boot.properties” file with the new username and password. The file format is shown below. Start the WebLogic domain.

Next posts