Dave Levitt created ARQ-2033:
--------------------------------
Summary: Managed Tomcat fails to launch on Windows during maven test phase
Key: ARQ-2033
URL:
https://issues.jboss.org/browse/ARQ-2033
Project: Arquillian
Issue Type: Bug
Components: Tomcat Containers
Environment: Windows 7, jdk 8 [1.8.0_66], maven 3.3.9
Reporter: Dave Levitt
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.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)