3 Contribute to WebLogic Remote Console
Contributions from the community to the WebLogic Remote Console project help us build a better experience together. You can contribute by raising a bug or enhancement request or by submitting pull requests to address an issue yourself.
Build from Source
If you want to contribute to the WebLogic Remote Console project or just want a better understanding of how WebLogic Remote Console works, then you can generate the project from its source code to create a local build.
/electron/dist/
.
Run WebLogic Remote Console in Development Mode
If you want to see your changes without building the full WebLogic Remote Console, you can run a development version of WebLogic Remote Console from within a browser.
Note:
WebLogic Remote Console in development mode is distinct from Hosted WebLogic Remote Console. You should only use WebLogic Remote Console in development mode as a tool for development purposes. If you want to perform domain management tasks but your environment limits the installation of standalone applications, then you should use Hosted WebLogic Remote Console. See Deploy Hosted WebLogic Remote Console.
You must have a modern internet browser installed to run WebLogic Remote Console in the browser.
- Build WebLogic Remote Console from its source code. Follow the instructions at Build from Source.
- Copy
/installer/target/console.zip
to a new directory and extract its contents. - Open a command window and navigate to the new directory.
- Run
java -jar console.jar
. - Open a browser window and enter
http://localhost:8012
in the address bar. - Test your changes to WebLogic Remote Console.
To end the session, enter Ctrl+C
in the command window.
Unsaved changes made in the browser application do not persist after you close the browser tab. If you accidentally close or refresh the browser tab, you may lose all of your changes. Changes to an Administration Server provider remain in a pending state and can generally be recovered in a new session. Changes to WDT model files, WDT Composite files, and property lists are lost if you do not click Download File at the end of your session.