-
Bug
-
Resolution: Done
-
Major
-
None
-
None
The TomcatManagedContainer class assembles file system path parameters int its start tomcat command line by string concatenation, for example:
{{ cmd.add("-Djava.endorsed.dirs=" + absoluteCatalinaHomePath + "/endorsed");}}
This works fine on Linux and OSX but fails for those developers afflicted by Windows as their dev system. The '/' character embedded in several string fragments needs to be replaced by the localized java.util.File.separator field.