Steps to compile and deploy java node class in weblogic
- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
2017-01-10
02:58 PM
- Copy the aveksa.ear to localbox
- Explode the ear.
- 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
8 Comments
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.