是否可以使用 Netbeans 在 websphere 上进行热部署?
使用 Netbeans 可以轻松管理 Tomcat 服务器以进行 Web 应用程序的热部署。有没有办法使用 Netbeans 6.9 对 websphere 实例执行相同的操作?它没有出现在支持的服务器列表中,并且我没有找到任何插件来处理它......
It's easy to manage a Tomcat server using Netbeans in order to do hot-deploy of web applications. Is there a way to do the same things for a websphere instance using Netbeans 6.9? It does not appear in the supported servers list, and I didn't find any plugin to handle it...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
当针对 Websphere 时,IBM 倾向于使用 RAD,它具有内置集成。
When targetting Websphere IBM tend to prefer you to use RAD, which has built in integration.
考虑使用 Ant 脚本执行特定任务。您还必须使您的应用程序可重新加载。有人很幸运,只是为 websphere 中的应用程序提供外部源并在本地进行编辑。
Consider to use ant script specific tasks. You also have to make your app reloadable. Someone was lucky just providing external source for app in websphere and edit in locally.