简体   繁体   English

如何将Java类修补/复制到本地WebSphere服务器?

[英]How can I patch/copy java classes to local WebSphere server?

I am using WebSphere 8.5 for an Java/J2EE application development. 我正在将WebSphere 8.5用于Java / J2EE应用程序开发。 Every time when I update java classes, I need to go through the process of building the EAR project, then updating the EAR filing through WebSphere console to deploy the changes. 每次更新Java类时,我都需要完成构建EAR项目的过程,然后通过WebSphere控制台更新EAR文件以部署更改。 Is there an simple and quick process to patch/copy the java classes to WebSphere? 是否有一个简单快速的过程来将Java类修补/复制到WebSphere?

I have done it when I was developing application in Tomcat, I will just set build automatically in my IDE(eclipse) and it does the work. 我在Tomcat中开发应用程序时就已经完成了,我会在IDE(eclipse)中自动设置build并完成工作。

You can deploy individual class files if you want to. 您可以根据需要部署单个类文件。 Either officially, through the web console, or unofficially on the filesystem. 正式地,通过Web控制台,或者非正式地在文件系统上。

See what's the difference between folders 'installedApps' and 'applications' in websphere application server? 看看Websphere Application Server中的文件夹“ installedApps”和“ applications”之间有什么区别?

But I don't think this is what you're really seeking. 但是我不认为这是您真正想要的。

I don't know of any way to automatically update classes from an IDE to a remote WebSphere instance. 我不知道有什么方法可以将类从IDE自动更新到远程WebSphere实例。 I've only done so to a local WebSphere instance I run from within Rational Application Developer (IBM's branded Eclipse). 我只对在Rational Application Developer(IBM的品牌Eclipse)中运行的本地WebSphere实例进行了此操作。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 websphere 8.5.5.6服务器有java 6和7但我需要java 8如何将java sdk添加到现有的websphere服务器 - websphere 8.5.5.6 server having java 6 and 7 but i need java 8 how to add java sdk to existing websphere server 如何在Java应用程序中从远程Websphere应用程序服务器获取正在运行的应用程序列表? - How i can take list of running apps from remote websphere app server in my java app? 如何从在服务器外部运行的 Java 客户端访问 WebSphere 身份验证别名信息? - How can I access WebSphere authentication alias info from a Java client running outside of the server? 如何从本地 WebSphere 中删除缓存的工件? - How Can I Remove Cached Artifact from Local WebSphere? 如何更改本地Linux服务器上的Java版本 - How can I change java version on local linux server 如何使WebSphere项目在tc服务器下运行? - How can I get a WebSphere project to run under tc server? 如何远程连接到在本地主机上运行的 WebSphere 服务器? - How can I connect remotely to a WebSphere Server running on localhost? 如何将Websphere 6.1服务器/运行时添加到Eclipse? - How can I add Websphere 6.1 server/runtime to Eclipse? 如何将安全连接到远程Websphere服务器? - How i can connect secure to remote websphere server? 如何从 WebSphere Liberty 服务器访问管理控制台? - How can I access admin console from WebSphere Liberty server?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM