You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Basically if someone provides a custom rewrite file and they've already put it in the correct place in the server home, runwar tries to copy it on stop of itself which wipes it out.
[DEBUG] runwar.server: Copying URL rewrite file /root/serverHome/WEB-INF/urlrewrite.xml to WEB-INF: /root/serverHome/WEB-INF/urlrewrite.xml
Check the source and destination path and skip the copy if the file is already in the correct place. This was on a Docker container.
The text was updated successfully, but these errors were encountered:
See this ticket:
https://ortussolutions.atlassian.net/browse/COMMANDBOX-941
Basically if someone provides a custom rewrite file and they've already put it in the correct place in the server home, runwar tries to copy it on stop of itself which wipes it out.
Check the source and destination path and skip the copy if the file is already in the correct place. This was on a Docker container.
The text was updated successfully, but these errors were encountered: