How can we specify a different port number other than the default 1470 in the startup script?

By: hong zhao

Abstract: You can specify the port number in the script file


Question:

How can we specify a different port number other than the default 1470 in the start up script, startweblogic6_oi.bat, for the Audit System?
 
Answer:

If you are using the profiler, you can use: -Xrunpri:startAudit=t,port=1000,filter=%FILTER_PATH% to replace: -Xrunoii:filter=%FILTER_PATH% in the startWeblogic6_OI.bat file. Then when you attach to the program, you also need to use the same port number that you use in that script file. You'll find which port number you are using when you start weblogic server.
 

Server Response from: ETNASC01