[
https://issues.apache.org/jira/browse/WOOKIE-422?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13816029#comment-13816029
]
Scott Wilson commented on WOOKIE-422:
-------------------------------------
... specifically, in ContextListener:
final File deploy = new
File(WidgetPackageUtils.convertPathToPlatform(context.getRealPath(configuration.getString("widget.deployfolder"))));
So as you can see the actual path where Wookie looks for deployed widgets is
determined by passing the configuration property to context.getRealPath().
If you wanted to enable Wookie to deploy widgets dropped somewhere else, this
is the code you would have to change.
> setting deploy folder path
> --------------------------
>
> Key: WOOKIE-422
> URL: https://issues.apache.org/jira/browse/WOOKIE-422
> Project: Wookie
> Issue Type: Task
> Components: Configuration, Project Administration,
> widget-ProjectAdmin
> Affects Versions: 0.14.0
> Reporter: muneeb shabbir
>
> As mentioned in the documentation that the location of the folder for "hot
> deployment" is determined by the property "widget.deployfolder" defined in
> widgetserver.properties file.
> Can anyone please tell that would this be any location even outside the WAR
> package?
> Thanks in advance
--
This message was sent by Atlassian JIRA
(v6.1#6144)