cancel
Showing results for 
Search instead for 
Did you mean: 

java properties file

Former Member
0 Kudos

Is there a way to change / update the java properties file?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

... for the application server ...

former_member198228
Active Participant
0 Kudos

Hello Mark,

Do you mean the heap size, memory settings etc? If so, all these properties are stored in the database and you could use the configtool to update these properties.

Regards

Abdul

detlev_beutner
Active Contributor
0 Kudos

Hi Mark, hi Abdul,

if you mean the properties Abdul mentioned, there are different possibilities where these are, depending on how you start the server.

Configuring via ConfigTool does not write into DB but into the text file service.ini within the configtool dir.

If you start via go.bat, the parameters are within the batch file.

A third place are the cmdline.properties in the corresponding cluster element.

For details on 6.20, see https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webas/webas620/adm... manual for sap j2ee engine 6.20.pdf

Hope it helps

Detlev

Former Member
0 Kudos

My error in posting. I meant to say the java.policy file, which I have found. I did notice that if I edited the file manually, on the next system start-up, the edits were removed. What tool should I be using for this?