简体   繁体   English

在Windows Azure上运行Java EE应用程序需要哪些服务?

[英]Which services do I need to run Java EE application on Windows Azure?

I was hoping to run a JSP & Servlet website on Windows Azure. 我希望在Windows Azure上运行JSP&Servlet网站。 What services basically do I need to purchase to run that on the website. 我基本上需要购买什么服务才能在网站上运行。 Basic need of website: 网站基本需求:

  1. SQL database SQL数据库
  2. JAVA support & Tomcat server JAVA支持和Tomcat服务器
  3. Bandwidth 带宽
  4. Web storage 网络存储

But I'm a little bit lost here : http://www.windowsazure.com/en-us/pricing/calculator/ ? 但是我在这里有点迷路: http : //www.windowsazure.com/en-us/pricing/calculator/

Java Support and Tomcat Azure Virtual Machine. Java支持和Tomcat Azure虚拟机。 You can choose between a Windows Virutal Machine or a Linux Virutal Machine. 您可以在Windows虚拟机或Linux虚拟机之间进行选择。

SQL Database SQL数据库

  1. Depending on your needs you could either install SQL Server or MySQL (since you said SQL database) on the Virtual Machine machine. 根据您的需要,您可以在虚拟机计算机上安装SQL Server或MySQL(因为您说过SQL数据库)。
  2. You could choose a separate DB server SQL Server Virtual Machine. 您可以选择一个单独的数据库服务器SQL Server虚拟机。
  3. The third option for SQL Database would be to go with SQL Azure which has high availability built in. Each has its pros and cons and I'd recommend doing a detailed study before choosing either one. SQL Database的第三个选项是使用内置高可用性的SQL Azure 。每个都有其优缺点,我建议在选择其中一个之前进行详细的研究。 I'd personally recommend looking at SQL Azure. 我个人建议查看SQL Azure。

Storage In terms of Web Storage you would need to get a storage account. 存储在Web存储方面,您需要获得一个存储帐户。 Look at the Locally Redundant Storage or Geo-Redundant Storage options. 查看“本地冗余存储”或“地理冗余存储”选项。

Hope this helps 希望这可以帮助

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 我需要哪个版本的Windows SDK? - Which version of the Windows SDK do I need? 如何从 Java EE web 应用程序运行外部应用程序? - How to run external application from a Java EE web application? 我是否需要Go语言运行库来运行已编译的Go应用程序? - Do I need the Go language runtime to run a compiled Go application? 在Windows上以管理员身份运行Java应用程序 - Run Java application as administrator on Windows 在 Windows 启动时运行 Java 应用程序 - Run Java application at Windows startup 如何将Play Framework 2.4.4应用程序作为Windows服务运行? - How do I run a Play Framework 2.4.4 application as a Windows service? 如何在 azure 的 windows 容器上运行我的应用程序? - how to run my application on windows container in azure? 如何在已修改为不运行资源管理器的Windows系统上启动时运行应用程序 - How can I run an application on startup on a Windows system which has been modified to not run explorer 如何在 Windows 上运行带有 shebang 行的 java 类? - How do I run a java class with a shebang line on Windows? 检测请求“ services.exe”以在Windows中启动服务的应用程序 - Detect the Application which requests “services.exe” to start a service in Windows
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM