Loading...
Administration
Business Process Management
Corporate Training
Development
Online Training
Oracle
Oracle BPM
Process Server
VirtualNuggets
WebLogic Server
https://oraclebpmonlinetraining.blogspot.com/2016/05/process-of-speeding-up-weblogic-server.html
Several notes before progressing:
a) Only apply this to Development/Testing environments.
b) Configuration change impacts the security settings of the server:
Oracle quote: ‘Note that this workaround should not be used in production environments because it uses pseudo-random numbers instead of genuine random numbers.’ (http://docs.oracle.com/cd/E24329_01/doc.1211/e26593/issues.htm#BCFJJHAJ)
The following property change can be applied to the server config.sh, but I prefer to apply it within WebLogic Console due to ease of management.
1. Log into WebLogic Console.
2. Click Servers.
3. Click on the server to apply to property to.
4. Under the Configuration tab, click on the Server Start tab.
5. In the Arguments input box, enter the following argument:–
Djava.security.egd=file:/dev/./urandom
6. Shut down and restart the same server.
That’s it. Notice the difference in the time it takes to start your managed server!
Results:
Originally, it took my WebCenter Portal managed server 4-5 minutes to Start. With this configuration change, it takes just under 2 minutes!
Administration,
Business Process Management,
Corporate Training,
Development,
Online Training,
Oracle,
Oracle BPM,
Process Server,
VirtualNuggets,
WebLogic Server
WebLogic Server
3910419454920137851
Post a Comment
![emo-but-icon](http://1.bp.blogspot.com/-er8j0Y4rFKo/UblPp5djmGI/AAAAAAAAFkQ/0HZNQ_JAnaA/s1600/emoticon-button-icon.png)
Home
item
Popular Posts
-
Design: Process design encompasses both the identification of existing processes and the design of "to-be" processes. Areas o...
-
Question :What is Level 0, Level 1 backup? Answer : A level 0 incremental backup, which is the base for subsequent incremental bac...
-
Q : What is the difference between obsolete RMAN backups and expired RMAN backups A : The term obsolete does not mean the same as ...
-
Business processes are at the heart of what makes or breaks a business-and what differentiates it from the competition. Business process...
-
Adaptive Case Management : Traditionally BPM has been leveraged for automating and optimizing structured business processes, resulting ...
-
Several notes before progressing: a) Only apply this to Development/Testing environments. b) Configuration change impacts the securi...
-
For all Oracle BPM & Case Management users a new User Interface is available. Below we describe briefly how to install it on a BPM env...
-
One of the Issue I found when I use af:selectOneChoice component that when I want to get the selected value from one of the selectOneChoic...