WebLogic Installation & Configuration Step by Step
Steps
1. Download JDK.
2. Install JDK
3. Download WebLogic
4. Install WebLogic.
5. Create domain.
6. Configure nodemanager
7. Configure Machine.
8. create managed server
9. create cluster.
10. Deploy application
Administration Commands with Examples:
1. Start managed server from backend
=>Using unsecure connection./startManagedWebLogic.sh node1 http://skubuntu:7001
=>Using t3 protocol
./startManagedWebLogic.sh node1 t3://skubuntu:7001
=>Using secure connection
./startManagedWebLogic.sh node1 https://skubuntu:7002
=>Run in background
./startManagedWebLogic.sh node1 t3://skubuntu:7001 &
No comments:
Post a Comment