我可以在Bluemix上运行Tomcat应用程序吗? [英] Can I run my Tomcat app on Bluemix?

查看:86
本文介绍了我可以在Bluemix上运行Tomcat应用程序吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我们有一个运行在tomcat7上的简单应用程序,已经运行了大约一年.我们正在计划对Bluemix进行测试,我们想知道是否有任何信息可以帮助我们进行这项工作.我看到了帖子讨论了将应用程序从WebSphere Application Server v7迁移到Liberty概要文件,但是我没有看到对Tomcat的任何引用.您可以提供的任何文档或样品将不胜感激.

We have a simple app that runs on tomcat7 and has been working for about a year. We're planning to kick the tires on Bluemix and we would like to know if there's any information that can assist us in this effort. I saw a post that discussed migrating apps from WebSphere Application Server v7 to the Liberty profile but I didn't see any reference to Tomcat. Any documentation or samples you could provide would be appreciated.

推荐答案

是的,您可以在Bluemix上运行您的应用程序,但是,由于配置信息分散在几个不同的xml文件中(服务器,内容和Web在Tomcat上),我建议您采用一种交错的方法来移动您的应用程序. 您首先需要使您的应用程序在WebSphere Application Server V8.5.5 Liberty Profile上运行,然后可以将服务器软件包推送到Bluemix.

Yes, you can run your application on Bluemix, however, due to config information spread out in a few different xml files (server, content & web come to mind) on Tomcat, I suggest you take a staggered approach to moving your app. You first need to get your app working on the WebSphere Application Server V8.5.5 Liberty Profile, then you can push a server package to Bluemix.

基本上,您想执行以下操作:

Essentially, you want to do the following:

1)使用 WebSphere Application Server迁移工具包-竞争性迁移 ,将Tomcat应用程序和服务器配置迁移到Liberty概要文件.下面的文章提供了有关此工具的用法的详细信息:

1) Migrate your Tomcat application and server config to the Liberty profile using the WebSphere Application Server Migration Toolkit - Competitive Migration. The article below provides details on the usage of this tool:

http://www.ibm.com/developerworks/websphere/downloads/migtoolkit/compmig .html

2)在Liberty Profile上测试您的应用

2) Test your app on the Liberty Profile

3)将Liberty Server软件包推入bluemix.我发现下面的文章对推送服务器软件包很有用:

3) Push the Liberty Server package to bluemix. I've found the article below useful for pushing server packages:

https://developer.ibm .com/bluemix/2015/01/06/modify-liberty-server-xml-configurations-ibm-bluemix/#

这篇关于我可以在Bluemix上运行Tomcat应用程序吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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