Built-in minimum WLST file set

I use Eclipse to write a small Java application that uses WLST to manage multiple development servers. I want to provide this application to our developers who do not have Weblogic installed. We are using Weblogic version 9.2.

When I add weblogic.jar to the classpath (but leave it in the WEBLOGIC_HOME tree), it works fine. When I move weblogic.jar to my / lib projects directory, I get a failure when trying to connect to the node manager.

It’s pretty clear that the code in the weblogic bank uses hardcoded relative paths to search for other files.

Does anyone know the complete minimal set of files that WLST should work?

+3
source share
1 answer
  • config.jar
  • jsafe.jar
  • jython.jar
  • pdev.jar
  • weblogic.jar
  • wlcipher.jar

    DemoTrust.jks should be on the way to the class.

+1
source

Source: https://habr.com/ru/post/1773694/


All Articles