App Folders Sync and Lucee performance

Hi,

I did try that before posting it here and added the below to the server.xml but no luck. I thought I might be missing the obvious.

Connector protocol=“AJP/1.3”
port=“8009”
secret=“xxx”
secretRequired=“true” redirectPort=“8443”

Connector protocol=“AJP/1.3”
port=“8009”
secret=“xxxxx”
secretRequired=“true”
redirectPort=“8443” maxThreads=“1000” packetSize=“65536” address=“::1”

Regards