[jbosstools-issues] [JBoss JIRA] (JBIDE-18697) Error deploying exploded war on windows; fs / copy error

Martin Malina (JIRA) issues at jboss.org
Wed Jul 27 04:23:00 EDT 2016


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

Martin Malina commented on JBIDE-18697:
---------------------------------------

[~tiago.matias], _what if eclipse merely drops a WAR in a deploy folder and then WF listens for that folder, unzips to the final place, and releases the WAR (to allow for the next deployment)_
You can do this easily - you can set up a custom deploy directory for the server to use instead of the default standalone/deployments inside the server directory.
1. Open Servers view
2. Double click the server adapter
3. Go to Deployment tab
4. Select Use a custom deploy folder and choose a directory of your liking
5. Save the editor and start the server

Also, another thing you could do is use the management profile instead of filesystem operations - this will use WildFly's management api for the deployment instead of copying the files on disk. You can select the management profile when creating a new server or change an existing server adapter in the server editor.

> Error deploying exploded war on windows; fs / copy error
> --------------------------------------------------------
>
>                 Key: JBIDE-18697
>                 URL: https://issues.jboss.org/browse/JBIDE-18697
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: server
>    Affects Versions: 4.2.0.Final
>            Reporter: Rob Stryker
>            Assignee: Rob Stryker
>             Fix For: 4.2.1.Final
>
>
> https://developer.jboss.org/message/907562
> A user has reported that on windows, deploying a simple exploded war has failed with a copy error. This should be investigated



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the jbosstools-issues mailing list