开发者

Does JBoss 5.1.0 supports hot deployment ? If yes, how can I do it?

开发者 https://www.devze.com 2023-03-31 11:25 出处:网络
I am a beginner in开发者_StackOverflow社区 JBoss. I just want to know how to hot deploy my web applications on JBoss 5.1.0.

I am a beginner in开发者_StackOverflow社区 JBoss. I just want to know how to hot deploy my web applications on JBoss 5.1.0.

1. In eclipse.

2. Without Eclipse.

I am using windows XP.

Thanks


1a) For Eclipse you can either configure the usual WebToolsPlatform (WTP) to do hot deployments.

1b) You can install the JBoss Tools from http://www.jboss.org/tools which might some things smoother. You can think of it as an extension of WTP.

1c) Use a small Ant-Skript to do the same as 2)

2) Simply copy your war file into the subdirectory server/default/deploy.

0

精彩评论

暂无评论...
验证码 换一张
取 消