English 中文(简体)
将 Java EE 项目部署到WebSpere 7
原标题:Deploy Java EE project to WebSphere 7 WITHOUT Eclipse

我厌倦了日食和 m2 eclipse < / strong > 中所有 < 强性 > 错误,我愿意使用命令提示,加之后的 < 强性 > 启动服务器 < / 强性 > 和 < 强性 > 将应用程序安装到服务器 < / 强性 >,并使用 < 强性 > 命令提示 < / 强性 > 发布。 < 强性 > 在日食服务器标签内做此操作。

如果我对代码做了修改, 那么我应该只是重建 与maven和republish。

我知道,你可以在Wepshere行政网络控制台安装EAR,但我想的不是耳朵,至少我不这么认为。 我想能够,比如说,一旦应用程序被应用了,JRebel应该能够重新装入jvm的侧面,但我认为耳部档案是独立的,所以不会起作用。

那么,

< 坚固> 如何从命令提示启动服务器, 加上部署工程并发布?

谢谢!

问题回答

您可以自动安装该软件, 至少可以使用 Maven 。 请查看此文章 : < a href="http://sdudzin.blogspot.com/2007/ 09/maven-2- and- Websphere- a alive-building. html" rel= “ nofollow' > Maven 2 and WebSphere :

WebSphere (had? ) 是一个快速部署功能, 您可以用来进行“ 热” 部署。 基本上它为此引发了一个无头的日光灯, 但比一个完整的 EAR 结构还要快得多, 并且和通过 WTP 一样充满活力。

当时,我们有一个蚂蚁的任务, 我们用它复制文件到 WRD 目录。 我不知道那会如何与Maven 合作, 但我想一个人可以做点什么。





相关问题
Spring Properties File

Hi have this j2ee web application developed using spring framework. I have a problem with rendering mnessages in nihongo characters from the properties file. I tried converting the file to ascii using ...

Logging a global ID in multiple components

I have a system which contains multiple applications connected together using JMS and Spring Integration. Messages get sent along a chain of applications. [App A] -> [App B] -> [App C] We set a ...

Java Library Size

If I m given two Java Libraries in Jar format, 1 having no bells and whistles, and the other having lots of them that will mostly go unused.... my question is: How will the larger, mostly unused ...

How to get the Array Class for a given Class in Java?

I have a Class variable that holds a certain type and I need to get a variable that holds the corresponding array class. The best I could come up with is this: Class arrayOfFooClass = java.lang....

SQLite , Derby vs file system

I m working on a Java desktop application that reads and writes from/to different files. I think a better solution would be to replace the file system by a SQLite database. How hard is it to migrate ...

热门标签