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 11 years ago.
Improve this question
I want to use JSF with Facelets/JSP in my website. Can I get Java hosting in cheap shared hosting plans ?
Not sure if you are asking about shared hosting because you actually want shared hosting or because of the expense typically associated with a VPS. If you are looking for a good, inexpensive VPS, check out Quality Servers. I opened an account with them about a month ago and couldn't be happier. Their prices are dirt cheap and you have full control over your server. I got to them via this link: http://www.lowendbox.com/blog/qualityservers-4-600mb-openvz-vps-in-us-or-uk/, which from what I can tell will get you a cheaper price than shopping from the main page of the site.
Related
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 5 years ago.
Improve this question
We are using AWS dynamodb as database server and java application interacts with
this. As Mentioned over aws server pricing is too low for Free Tier account:
https://aws.amazon.com/dynamodb/pricing/.
But we are getting bill in thousands of dollar.
Is anything is missing or we need to change some configuration over aws?
For AWS Billing issue, you can contact AWS Support team.
You can reach out here https://console.aws.amazon.com/support for creating a case.
Choose Regarding as Account and Billing Support, service as Billing, category as Charge Inquiry.
They will display some list of related questions below category which will be useful for you. After creating a case, AWS Support team will reach out through Phone or Web within 24 hours.
If you are facing technical issues regarding your use case, select as Technical support to reach out for help.
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 4 years ago.
Improve this question
Do i need a website for my mobile application to manage admin page or i could do this within the app?
you can make your app get videos and pictures from a file hosting service like google drive but still you need a server to store links to those videos this way you reduce Hosting expenses.
If your concern for owning a website is just payment you can just try free storage/server/domain websites like webhost or hostinger
As mentioned it's free as long as you dont buy "extra" services (which isn't necessary since they offer a lot to begin with! at least it is the case for me, you get somthing like - 2GB storage, 100,000 Mega bandwidth, 2 MYSQL databases and i think 2 free domains for a website (you dont have to build a website you can just use the storage like I do)
you can also try:
1.uploading videos to youtube
2.google drive maybe
3.free image storage website (make sure it wont get deleted after some time like in some of the websites).
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 8 years ago.
Improve this question
I have registered to the free AWS plan, and I wish to run a pure java server code I have written on this machine, so I will be able to take this server's IP and use it to connect with my client.
After some searching in AWS I have found many products and features, but I still don't understand how to perform this simple task.
Create a new EC2 Instance SSH into it, install java and prerequisites.
Ensure -
Your Security Group is opened for port 22 for external internet - 0.0.0.0/0 ( or at least your IP )
Use t2.micro instance size - only that is covered under the free tier
Remember to save / store your keypair safely
Check the below links
http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-launch-instance_linux.html
http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-connect-to-instance-linux.html
http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-add-volume-to-instance.html
http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-clean-up-your-instance.html
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this question
What is the difference between a web service hosted within your application and the one hosted over the internet? And the complexities involved in consuming both of them?
Please can somebody explain this?
Logically it doesn't matter who is hosting it. Basically this should be transparent. The only thing is that when it's hosted locally the performance (when calling it) will probably be better as the data doesn't need to travel over the Internet but just in say your local network.
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 12 years ago.
Improve this question
what is the best hosting for java web application?
Amazon Ec2 - is to expensive (about 60$ per small instance a month)
Google Application - is not flexible in persistence and not fully support JDK
"best" for what purpose? The point of Amazon EC2 is that you can scale up easily and only pay for what you use.
If scaling is not an issue to you (i.e. you don't have many concurrent users and don't expect this to change quickly), then the best option is probably a virtual root server (offered by pretty much any general hosting provider these days). It offers maximal flexibility for a low price, but with limited performance, and it requires you to handle administration yourself.
javaservlethosting.com is pretty cheap if you work with tomcat and don't use hibernate. I switched over to cloud on softlayer.com after I got the info that I can't use hibernate. They have some pretty good deals but everything is over $60.