Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scan for any changed webapp.xml (monitor) not efficient #23

Open
ArjanLoeffen opened this issue Apr 29, 2022 · 0 comments
Open

Scan for any changed webapp.xml (monitor) not efficient #23

ArjanLoeffen opened this issue Apr 29, 2022 · 0 comments
Assignees

Comments

@ArjanLoeffen
Copy link

XSLweb scans all web applications for a webapp.xml file that has changed after launch. Such a change triggers XSlweb to restart the webapp in accordance with the new settings.

This scan seems to include all files and folders within all web applications, while this could confined to the root of all web application folders (where a webapp.xml is expected to occur).

/home/webapps/app1/webapp.xml
/home/webapps/app2/webapp.xml
...and so on

The scan turns out to be inefficient (taking up an overhead of CPU every 3 seconds) especially when a lot of (static) files are part of the web application. Many static files should be avoided, but may under circumstances be required. For example, a PNG flag for all countries of the world may be integral part of the application, rather than "data".

Request to change the operation to be confined to the root of any web application folder.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants