You are on page 1of 2

Before http://192.168.1.

24:7003/contentstorage
After http://prodtest.ifl.net:8005/OA_HTML/
Go to system profiles
Web logic server
1) Stop admin server.
2) add below flag in JAVA_OPTIONS of server startup script script. (StartWebLogic.sh)
-Djava.io.tmpdir=<new_temp_dir>
Ex:
JAVA_OPTIONS="${JAVA_OPTIONS} -Djava.io.tmpdir=<new_temp_dir>"
3)save it and restart the server.
4)stop the admin server using stopWeblogic.sh script.

. ./startManagedWebLogic.sh tolm_ManagedServer_1 http://192.168.1.24:7001


[oracle@TESTOLM ~]$ . ./startManagedWebLogic.sh tolm_ManagedServer_1 t3://192.168.1.24:7001

You might also like