在ubuntu ec2实例上安装tomcat 6和mysql服务器

发布于 2024-10-22 03:18:32 字数 170 浏览 1 评论 0原文

我在亚马逊 ec2 云上创建了 ubuntu 10.04 lucid lynx 的实例。现在我需要配置运行我的 Web 应用程序,该应用程序运行 java servlet 和 mysql 5.1。由于我是这个环境的新手或新手,我需要一些帮助或参考资料来做到这一点。如果您知道此类链接或教程,请告诉我。

非常感谢

I have created an instance of ubuntu 10.04 lucid lynx on amazon ec2 cloud. Now I need to configure to run my web application which runs of java servlet and mysql 5.1. Since I am novice or newbie to this environment I need some help or reference material to do it. If you know such links or tutorial kindly let me know.

Thanks a ton

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

沩ん囻菔务 2024-10-29 03:18:32
sudo apt-get install mysql-server tomcat6

这真的很复杂。根据您的 web 应用程序部署方式,您需要安装 tomcat6-admin

sudo apt-get install tomcat6-admin

中找到,使用

/etc/mysql
/etc/tomcat6
/etc/default/tomcat6.

配置文件可以在启动和停止服务器

/etc/init.d/tomcat6 start|stop
/etc/init.d/mysql start|stop
sudo apt-get install mysql-server tomcat6

That's really as complicated as it gets. Depending on how you do your webapp deployment, you'll want to install tomcat6-admin

sudo apt-get install tomcat6-admin

Config files can be found in

/etc/mysql
/etc/tomcat6
/etc/default/tomcat6.

Start and stop servers using

/etc/init.d/tomcat6 start|stop
/etc/init.d/mysql start|stop
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文