Expand my Community achievements bar.

SOLVED

System.getProperty("sling.run.modes") not returning value

Avatar

Level 3

All,

we're running 5.6.1. I've started CQ by renaming my jar files:

1) cq5-author-4502

2) cq5-publish-4503

I have a servletfilter that checks the runmode you're in using this way:

System.getProperty("sling.run.modes")

 

However, when I just run the Author from the quickstart jar, this returns null. When I run Author in debug mode it works fine.

When I run Publish from the quickstart.jar it also runs fine (returns publish).

 

The strange thing is, when I check in the felix console xxx//system/console/status-slingsettings I do see in all cases the correct runmode displayed.

Anyone any idea? Or tips to help debug.

1 Accepted Solution

Avatar

Correct answer by
Employee

This is not the correct way to get the current runmodes. You should use the SlingSettingsService and the getRunModes() method.

View solution in original post

1 Reply

Avatar

Correct answer by
Employee

This is not the correct way to get the current runmodes. You should use the SlingSettingsService and the getRunModes() method.