SecurID® Governance & Lifecycle Blog

Subscribe to the official SecurID Governance & Lifecycle community blog for information about new product features, industry insights, best practices, and more.

Steps to compile and deploy java node class in weblogic

ChitraAnilkumar
Moderator Moderator
Moderator
2 8 2,122

test.png

  1. Copy the aveksa.ear to localbox
  2. Explode the ear.
  3. Use the server.jar from exploded ear to compile the class:

Javac –classpath ./server.jar TestJavaNode.java

  4. Copy the class file to the following path in the exploded ear:

/aveksa.war/WEB-INF/plug-ins/JavaNode/classes

      If it’s a jar file, copy it to

/aveksa.war/WEB-INF/plug-ins/JavaNode/lib

  5. Repackage the ear

  6. Update and deploy the ear on weblogic server

Capture.PNG

8 Comments