[
https://issues.jboss.org/browse/JBIDE-18697?page=com.atlassian.jira.plugi...
]
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)