jboss as 7 hosting provider - jboss

I have created a JAVA EE6 Application and i would like to host it on the J BOSS as 7 Platform. Can someone point me to a good and reliable web hosting provider.
Thanks in advance

Checkout OpenShift. There is a free version and now an enterprise version too.
It's also available on Amazon EC2.

Related

Can Bluemix environment be replicated on developer laptops?

Can Bluemix environment with Liberty be replicated on developer laptops for offline development? Will I be able to run Bluemix local with Openstack on a quad core i5?
You can run Cloud Foundry in a VM on your laptop using bosh-lite. You could also install the open source Liberty buildpack into this local CF with the buildpack dependencies cached giving you an environment that could work offline.
The Bluemix services will not be available to you though, if you are offline, so the answer really depends on what services you need. You could reasonably set up some kind of local database but many of the services would just be unavailable.
I am not sure what exact your requirement is. IBM Liberty profile can be setup with Eclipse and you can create a server in local to test your java/JEE code. This is very simple, you need to install liberty plugin in Eclipse and create a server. See documentations in IBM web site.
See this url if it helps.. you can integrate BlueMix server to your Ecplise IDE
https://console.ng.bluemix.net/docs/manageapps/eclipsetools/eclipsetools.html

Is it possible to create an instance of an application server in the cloud?

I'm new to Bluemix, but fairly skilled in WebSphere Application Server. I recently heard colleagues discussing the potential of IBM hosting an app server in the cloud. I saw this Beta announcement and was wondering how long the beta will last and if there's an actual product/service available.
The IBM Application Server on Cloud is generally available and you can learn more at: https://console.ng.bluemix.net/catalog/application-server-on-cloud/
We'd love to hear from you on the forums with your feedback.
Not only can you provision the latest versions of WebSphere Application Server Liberty profile and WebSphere Application Server classic (aka full profile or traditional WebSphere Application Server), now you can also get an early look at the next release with the WebSphere Application Server classic V9 beta. You can provision a virtual machine with an instance of WebSphere Application Server v9 beta running in Bluemix. Details on this open beta are available in the WebSphere Early Programs website:
https://www-01.ibm.com/marketing/iwm/iwmdocs/web/cc/earlyprograms/websphere/wasob/index.shtml
Or get a quick overview by watching this video Introducing the WAS classic V9 beta:
https://www.youtube.com/watch?v=2ssYKjcIRX8
The beta program for Application Server on Cloud has ended. Planned GA is Sept 24. Here is the announcement:
IBM Application Server on Cloud is extended to Bluemix, which enables simple, repeatable, and quick deployments of WebSphere Application Server
After GA, you'll find the service icon in the Bluemix catalog in the Web and Application category.

how to configure a redhat linux server as a webserver for hosting websites?

I have an IBM server (system x3250m4) and i have installed Linux red hat 6 server edition.
Now i need to make it as a web server for hosting websites via ftp. So i want to know what are all the procedures needed to make it as a web server. can anyone help me to resolve it.
Thanks in advance.
i suggest you to use "ISPConfig"
including : web server, ftp server, mysql databaes, emails, dns
link to build your hosting server : Perfect Server Fedora 15

Any recommendations for a reference a PaaS that supports jboss

I'm evaluating PaaS alternatives. One of my requirements is to support JBoss. Any suggestions, in addition to OpenShift, preferably including a simple but technically competent installation description.
Thanks in advance!
Rodrigo
If you are looking to set up a PaaS which supports JBoss, Cloudify, the open-source PaaS stack, has a JBoss Recipe: https://github.com/CloudifySource/cloudify-recipes/tree/master/services/jboss
Disclaimer: I am one of the developers of Cloudify.
OpenShift (from Red Hat - the JBoss people) supports EAP6.1, AS7, about to release wildfly, and all your DB right there on the platform.
Caveat - I work as an evangelist for OpenShift

Hosting Asp.net application in JBOSS server

I have jboss application server installed on windows operating system. Is it possible to deploy asp.Net application on jboss without using IIS. If yes, How to do this?.
Please help me...
Regards
Nasir
No, it's not possible. JBoss is a JavaEE application server (container), not a .Net server, so you can't. If you're looking for an alternative to IIS to deploy .Net applications you can check the mono project.
And in this page you've more information about how to install mono and deploy applications.