Skip to content

Commit 0f8a7e1

Browse files
Updated documentation for Convertigo 8.4.4
1 parent b46dd33 commit 0f8a7e1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

convertigo/content.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,8 +175,8 @@ docker run --name C8O2 -v /my-shared-workspace:/workspace -d -p 28082:28080 \
175175

176176
At each container start, the image copies the contents of these workspace directories into the Convertigo web application before Tomcat starts:
177177

178-
- `/workspace/lib/` to `WEB-INF/lib/` for JAR files and their dependencies
179-
- `/workspace/classes/` to `WEB-INF/classes/` for compiled classes and resources
178+
- `/workspace/lib/` to `WEB-INF/lib/` for JAR files and their dependencies
179+
- `/workspace/classes/` to `WEB-INF/classes/` for compiled classes and resources
180180

181181
The directory structure is preserved and overlays the files provided by the image; it does not remove existing web-application files. For classes, keep the package directory structure below `/workspace/classes/` (for example, `com/example/MyClass.class`). Restart or recreate the container after adding or updating these files. To remove an injected file, remove it from the workspace and recreate the container, since a restart does not delete files already copied into the web application.
182182

0 commit comments

Comments
 (0)