[arquillian-issues] [JBoss JIRA] (ARQ-2033) Managed Tomcat fails to launch on Windows during maven test phase

Dave Levitt (JIRA) issues at jboss.org
Tue May 31 09:22:00 EDT 2016


    [ https://issues.jboss.org/browse/ARQ-2033?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13245336#comment-13245336 ] 

Dave Levitt commented on ARQ-2033:
----------------------------------

Could not submit pull request :(

> 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)


More information about the arquillian-issues mailing list