How do I bind web service to a particular glassfish port?

大城市里の小女人 提交于 2019-12-04 08:53:00

One option is to use the deploy command with an accordingly set virtualservers commandline parameter... for reference see http://download.oracle.com/docs/cd/E18930_01/html/821-2433/deploy-1.html or page 262 etc. at http://download.oracle.com/docs/cd/E18930_01/pdf/821-2433.pdf

Another option:

Several config files have new names (for example glassfish-web.xml is the new name for sun-web.xml).

To bind your EAR to specific URI see esp. the web element and its sub-element like web-uri - for details and samples see

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!