How can I create a portable Weblogic Scripting Tool application?
问题 I am creating WLST scripts which will be run against a server running weblogic which is fairly locked down. I only have permission to view logs and read only access to the console unless a pre-authorised change. I don't have permission to access the entire weblogic domain and run WLST. I would like to run WLST on a differernt server which has Java installed but not Weblogic. I was initially hoping to add a weblogic jar to the classpath then run the tool but it seems a bit more complicated