cancel
Showing results for 
Search instead for 
Did you mean: 

How to save all session in case of hybris restart ?

Former Member
0 Kudos

I know How tomcat stores session by using Persistent manager.

How can i configure Persistent manager for particular/all extension in hybris .

1- I know , It can be done by changing in platform/tomcat/conf/server.xml

2- Which property i need to specify in local.properties file.

3- what changes must made in hybris/conf/tomcat/server.xml file?

This file platform/tomcat/conf/server.xml lost changes after ant all so need permanent solution by following choice 2 or 3. Please suggest if anyone knows better solution.

Accepted Solutions (0)

Answers (1)

Answers (1)

El-jaoujat
Active Participant
0 Kudos

Hello,

option 2 - I'm afraid that there are no built-in hybris properties to specify for persistentmanager ( you can check here https://help.hybris.com/6.0.0/hcd/8b89e9f986691014a915c84d1067b6ee.html )

Option 1: you should make your change in {HYBRIS_CONFIG}/tomcat/conf/server.xml and run ant server` before starting the server.


eljoujat

Former Member
0 Kudos

Thanks your reply. Please guide what changes must be done in {HYBRIS_CONFIG}/tomcat/conf/server.xml .