Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 2 years ago.
Improve this question
i don't much about cloud hosting.
Now i am building the website in java using spring , mysql.
Can i host that website on cloud with google or any other provider.
i want to know how much it costs , currently for VPS its about $80 per month
or i have to get the VPS.
I am in Australia
You can. Both on Google App Engine and on Amazon EC2. GAE will impose some limitations, while on EC2 you can deploy as if on VPS.
Basically you are not limited geographically if you want to use cloud service.
From my perspective you should pay your attention on several cloud computing platforms which meet your requirements:
Rackspace
Cloud Foundry
Jelastic
Besides, the costs depend on the application resources. In Jelastic VDS is also scaled vertically. So there is no fixed imposed price for this.
Despite the question was asked years ago, I think it might still be useful for others.
I recommend trying Jelastic Cloud, as they provide unique vertical auto scaling (in addition to horizontal as well), for Java, PHP, Go, Ruby, Python, Node.js projects hosting and for Docker or Kubernetes containerized apps.
Jelastic platform is pretty easy to use, provides wide variety of prepackaged applications ready for install in 1 click, is famous for its revolutionary Pay-per-Use approach that lets you pay only for resources in use (without huge overpaying like twice bigger VMs packages in AWS), auto scalability that enables your apps grow easily without a need to migrate/expect downtimes and much more great features.
Jelastic has Cloud partners across the globe, and in Australia Cloudlets.com.au could be mentioned with Tier III data center, providing a first class cloud hosting services and good technical support.
Related
Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 2 years ago.
Improve this question
I need to bring over a system from locally hosted to cloud services. Right now the system runs on Tomcat 6, MySQL 5.1 and JDK 8.xx running on Windows Server 2012
What is the best approach to move this forward - right now it is running on Windows Server, for licensing costs, etc it seems cheaper to move to Linux as the OS and spin up a LAMP server or use AWS or Azure services for a serverless solution if I understand things correctly. I understand there are also solutions like Bitnami with pre-built environments.
This is far from my area of expertise so I'm looking for advice on the current preferred solutions for this kind of setup. Not married to Azure, AWS, any particular solution. Wondering what needs to happen code wise too so we can take the necessary steps to move to new infrastructure.
Any advice, pitfalls, solutions would be welcome just to find some direction. Sorry if this seems vague can offer up more info as needed.
One good solution is to move towards containerized solution. Both Azure and AWS offer managed Kubernetes service. Moving to container based solution will also have added benefit in your case that you can build your own container even with older versions of your existing apps or pick base image from the plethora of public images (e.g. for Tomcat https://hub.docker.com/_/tomcat). So it will be quicker migration with lift and shift approach.
For more details about container service offering in Azure, refer https://learn.microsoft.com/en-us/azure/containers/
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 9 years ago.
Improve this question
I have registered a new domain name with GODaddy.com
and i would like to host my domain for free. Assume the app is a basic HTML page.
I have referred http://www.youtube.com/watch?v=TVv_8SuhaDw for configuring GAE
now How can i configure my domain name to map to the app deployed in GAE
Any info will be helpful. Thanks
=================================================================================
Update 1
I followed the steps as given in How to use Google app engine with my own naked domain (not subdomain)?
but when i try to add the domain name it is asking to sign up for "Apps for Business", which i don't think free of service
Is there any way to add domain name to GAE with free of cost
Update 2
After some search it seems google have stopped offering standard (free) edition of Google apps on 6th december 2012.
https://support.google.com/a/answer/2855120?hl=en
Is there any way to host a free domain through google service ?
Ok, to sum the short answers up:
Google closed the door for "free" domain linking to Google App Angine domains slowly.
To link a domain to Google App Engine apps always a connected Google Apps account is necessary.
Google Apps free of cost was canceled last year with a few months time where it was possible to sign in for limited Google Apps version with just one sub-account (so only one mail account for your domain e.g.) and some more limitations.
But as far as I can see from comments and my research over the summer, the links mentioned in the posts about the limited version are no longer available.
So you have to use one of the alternatives like CapeDwarf (if you want to stick to the APIs) which is told to run happily on OpenShift. And being there you could also think about directly using the Paas Services of OpenShift or CloudBees for application where the "free of cost" feature is essential. I didn't find that too hard for my personal stuff
You can register to "Apps for Business", it's free and gives you 50 email addresses and another number of nice things, free small apps hosting is one of them.
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
i want to create a android application, where it will fetch stories (probably html or text) files from internet. i want to know where can host these files(no problem with paid service).
Users should be able to search the stories, rate , and options like mostread and NEW..etc
is there any predefined web services are available for this kind of purpose?
If NO, then what are the technologies i should be familier with to achieve this in a normal web server.
Thanks in advance
I suggest you start with shared web hosting.
Starting at ~ $5/month, shared hosting offers usually have the following advantages:
No need to set up yourself the linux system, Apache and MySQL server
cPanel administration
Support of your preferred server-side language: PHP, Python (less common than PHP) etc.
Migrating to another host is pretty simple
The choice of the programming language + framework depends on your taste and experience.
Two very popular options are PHP/Code Igniter and Python/Django.
Of course, if the traffic becomes significant or if you already expect a very fast growth, you may also consider a scalable solution (which shared or even dedicated hosting is not). Amazon, Google and Microsoft provide this kind of service in the cloud.
From my personal experience with Amazon S3, setting up a web service in the could is far more time-consuming than with a traditional web host. I would not recommend it unless your traffic forecast is over dozens or hundreds of hits/second.
If you want to create your own service - checkout Google App Engine (GAE).
Enabled Java deployment (no need to programming in PHP, Pythone etc.)
Scalable (almost every one mobile app has potential to gain 1M users)
free quotas (free start)
Good integration with Google services and tools (GWT i.e.)
Disadvantages:
There is no option to (easy) migrate your solution to other service.
No ready to install apps (forums, etc).
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
Improve this question
I have a web app developing and I want to host it via any commercial hosting company however my app is using Java code that works on background and Rails code for user interaction. What do you think about the hosting company that provides such a infrastructure for such a architecture? Is there any that you would suggest?
This is possible on any server that you are in control of (dedicated server, VPS, EC2, etc.). I am not sure of any shared hosting solution that allows this. Your solution really depends on the traffic you are expecting.
The following are examples of servers in "the cloud"
http://www.linode.com/
http://amazonaws.com
http://rackspace.com
You can get a server from most hosting companies. It will either be advertised as a dedicated server (a physical machine) or a VPS (Virtual Private Server)
In the past I often used Heroku (http://www.heroku.com/) for Ruby on Rails projects. One web process is free and the deployment is really easy.
They also have support for Java background processes (http://devcenter.heroku.com/articles/run-non-web-java-processes-on-heroku)
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
We have a large existing website (written in Java/Spring/Hibernate/JSP) and want to add a Content Management System to allow our employees to manage sections of existing pages and in certain cases the body of entire pages (such as jobs/contact/press-release/etc).
The catch is most open-source CMS's we've looked at like Drupal, Radiant, Joomla, etc seem to be designed so that you build an entire website on-top of the CMS. Whereas we want a CMS that's designed to be integrated in an existing site (perhaps via API's).
Any suggestions?
We went through a vetting process and chose Alfresco.
This might help you pick one that is right for you.
Open Source Content Management Systems (CMS) in Java
+1 for Alfresco. Uses Spring for IOC and other standard Java technologies. It is pretty well documented, and easy to follow. In fact, the few times I couldn't get what I needed from the documentation, I was able to dig into the source code and figure it out pretty quickly. Very easy to write extensions and mods for it.
Maybe you should have a look at LifeRay as it is an enterprise portal and supports cms integration.
Hi friends, I suggest Liferay 6.1, because I work with it some times, it's better to customize the portal than others, as far I know.
Hope I gave some info what I know regard it, it may help some one.
We have a Wicket application and also had the challenge to hook this up with a CMS. As most CMS players want to control the delivery tier, we where also looking for a CMS with a strong sepereation of concern and a way to just retrieve the content through an API. We have chosen Hippo CMS for their RESTful API Support to solve our problem.