Changing the server's port numberBy default, WebLogic listens for HTTP requests on port 7001. To change this default, change the following setting in the WebLogic startup script (startWebLogic.cmd for Windows or startWebLogic.sh for UNIX): -Dweblogic.system.listenPort=NEW_PORT_NUMBER NEW_PORT_NUMBER should be the port you wish to use. Java setting -XX:MaxPermSizeThis setting is the amount of memory set aside for loading all necessary classes that are needed by an application. If using the ENOVIA Live Collaboration Server in RIP mode on Windows with WebLogic, you will need to set MaxPermSize=120M (at least). Otherwise you may see java.lang.OutOfMemoryError after about two hours of run time. If the problem persists, increase the setting to 256m. Configuring for large FCS synchronization operationsIf WebLogic is used with a File Collaboration Server performing large synchronization operations of 1500 files or more, it is required to perform the following configuration:
|