cancel
Showing results for 
Search instead for 
Did you mean: 

Java Config for parameter disp/ms_keepalive_timeout

Former Member
0 Kudos

hi All,

understand that in abap server we can configure the idle time at this parameter disp/ms_keepalive_timeout to make sure that the user not automatic logoff from server when they idle, now i having a sap as java system which the user are accesing the sap via web base, so my question is how can i extend the idle time for as java system in sap?

Accepted Solutions (1)

Accepted Solutions (1)

former_member227283
Active Contributor
0 Kudos

Hi Hariyona,

Yes , you have to cutomise the idle timeout. Pls find the below wiki for your reference.

https://wiki.sdn.sap.com/wiki/display/EP/EP%20Snippet%20-%20Portal%20user%20idle%20timeout%20for%20l...

Hope it will help you

Thanks

Anil

Answers (2)

Answers (2)

Former Member
0 Kudos

wrong click

former_member227283
Active Contributor
0 Kudos

Hi ,

Can you pls clear which type of sap functionality you are using with AS JAVA for e.g EP , EP CORE ,ESS , MSS , PSS. CRM .. etc.

Which type of component you have installed with AS JAVA , depend upon this we can get to some solution.

For E.g if you are using functionality of EP with AS JAVA, then follow below step.

1. Goto Portal Catalogue -> Content Provided by SAP -> End User Content

-> Standard Portal users

2. Right click on 'Default Framework Page' open --> object

3. Select 'Desktop InnerPage' and edit it(drag the horizontal scroll to

right side )

4.select show all in the category drop down and go down in the property

page where you can see Page Timeout Set the value for "Page Timeout"

and click on save in the top

To the page timeout property add the following property to the property

file (portalapp.xml):

com.sap.portal.page.PageTimeout=108000

The value is defined in milliseconds. The default value is

15 seconds = 15000 milliseconds. A page timeout value of -1 defines,

that there is no time out and that the page will wait for all of the

portal applications to finish loading as long as necessary.

If you want a specific timout then you have to customize the program on java.

Regards,

Anil Bhandary

Former Member
0 Kudos

hi Anil,

thanks for the respon, understand that currently i'm creating a new component for my java, and all the program is develop by java developer studio, so is it the time out parameter must configure from the program itself? or can configure from other place? thanks.

Regards

Hariyono