开发者

Deploying GWT Module to a subdirectory of /war

开发者 https://www.devze.com 2022-12-27 14:47 出处:网络
Is it possible to deploy a GWT Module to a subdirectory of the /war folder? I tried using rename-to=开发者_运维技巧\"folder/modulename\" but that does not seem to work.It is possible. Don\'t change yo

Is it possible to deploy a GWT Module to a subdirectory of the /war folder? I tried using rename-to=开发者_运维技巧"folder/modulename" but that does not seem to work.


It is possible. Don't change your rename-to attribute, keep it as-is. Just copy the generated folder to a sub-directory in your war.

For example, if your module is named as foo, GWT will create a top level folder named foo. This foo is usually inside the war directory, like this /war/foo. You can move it to a sub-directory like /war/my-sub-dir/foo and that's all there is to it.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号