Is it possible to do hot-deploy on websphere with Netbeans?
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...
When targetting Websphere IBM tend to prefer you to use RAD, which has built in integration.
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.
精彩评论