IntelliJ WebLogic deployment¶
IntelliJ WebLogic deployment refers to the process of configuring a [[WebLogic]] application server environment and deploying Java projects to it from within the [[IntelliJ IDEA]] development environment.^[600-developer__java__application-server__weblogic__weblogic-intellij.md]
Practice Environments¶
For learning and testing purposes, a [[Docker]] environment can be utilized to quickly spin up a WebLogic instance rather than performing a local installation.^[600-developer__java__application-server__weblogic__weblogic-intellij.md]
Using a docker-compose.yml file allows for the automated deployment of a WebLogic container.^[600-developer__java__application-server__weblogic__weblogic-intellij.md] A common configuration uses the ismaleiva90/weblogic12 image and maps the necessary ports (e.g., 7001 for the console) to the host machine.^[600-developer__java__application-server__weblogic__weblogic-intellij.md]
The default administrative credentials for many practice images are typically:
* User: weblogic
* Pass: welcome1^[600-developer__java__application-server__weblogic__weblogic-intellij.md]
Related Concepts¶
- [[WebLogic]]
- [[IntelliJ IDEA]]
- [[Docker]]
Sources¶
^[600-developer__java__application-server__weblogic__weblogic-intellij.md]