DahoudG
c336984bec
fix: Resolve configuration warnings and log file errors
- Fix log file path: Use /tmp instead of /var/log/lionsdev (directory doesn't exist)
- Add production-specific log configuration
- Simplify MyFaces configuration to remove unrecognized properties
- Remove invalid HTTP compression and static resource properties
- Remove unsupported session cookie-same-site property
- Clean up redundant static resource configurations
This resolves all the configuration warnings shown in the startup logs
and prevents the FileNotFoundException for log files.