如何从Websphere迁移到jboss?需要更改哪些主要配置? [英] how to migrate from websphere to jboss ? what major configurations need to be changed?

查看:391
本文介绍了如何从Websphere迁移到jboss?需要更改哪些主要配置?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何从Websphere迁移到Jboss?

How do I migrate from Websphere to Jboss ?

需要将Websphere中托管的Java应用程序部署到jboss.

Need to deploy a java application hosted in websphere to jboss.

(PS:不使用Maven构建)

(P.S : without using Maven build)

推荐答案

您好,JBoss开发人员论坛上有很多指南,现在还有一个迁移中心.

hi there are many guides on the developer forums for JBoss and there is also now a migration center.

http://www.jboss.org/migration/discover/

关键概念是模块化模块系统,您需要在其中创建数据库驱动程序(例如Oracle)的模块. https://developer.jboss.org/wiki/CreateAModuleForOracleDatasourceInJBoss711Final

key concepts are the modular module system where you will need to create modules for database drivers eg Oracle. https://developer.jboss.org/wiki/CreateAModuleForOracleDatasourceInJBoss711Final

在部署中使用清单或创建JBoss部署结构XML文件来创建对上面创建的模块或Java EE等的依赖.

using the Manifest in your deployments or create JBoss deployment structure XML files to create dependencies on modules created above or Java EE etc.

独立XML文件还包含服务器配置.根据您是否要在集群中运行而有几种不同的开箱即用类型.

also the standalone XML files contain the server configuration. there are several different types out of the box depending if you want to run in a cluster, etc.

所有在管理Web界面中使用的操作都可以通过管理CLI使用.参见 https://docs.jboss.org/author/display/AS71/Management+客户

all the operations use see in the admin web interface are available via the management CLI. see https://docs.jboss.org/author/display/AS71/Management+Clients

我希望这会有所帮助.

这篇关于如何从Websphere迁移到jboss?需要更改哪些主要配置?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆