-
Notifications
You must be signed in to change notification settings - Fork 32
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
Dispatcher error on Docker Desktop (Windows) #471
Comments
I suggest using exec before apache2 starts and creating those missing directories directly in the container. So we will keep one way of creating them no matter if bind mount works or nor and we are in sync with directories dsl from environment plugin: directories {
regular(
"httpd/logs"
)
cache(
"httpd/cache/content/example/live",
"httpd/cache/content/example/demo"
)
} |
it would be nice if it will be fixed together with #448 |
@mierzwid so that this section could be removed, but then cleaning should be moved to |
target DSL
|
DSL proposal #477 |
to be released in 8.0.0 |
when having multiple markets e.g /content/exmaple/en-us ,/content/example/en-gb AEM dispatcher notices an error when creating file in cache then renaming file to target name (swapping cache entry)
the cause of error is volume for cache directory; on Unix based systems it is working correctly. On windows / hyper-v the error might occur:
The text was updated successfully, but these errors were encountered: