I have linuc VPS server.

I want to know that is it possible that i can host multiple java j2ee sites on that

link|improve this question
Define "J2EE"? Are you just running servlets or do you need EJBs and everything else provided by a full J2EE container? – Corey S. Feb 24 '11 at 12:40
feedback

1 Answer

By VPS do you mean Virtual Private Server?

If this is the case, yes, you can host multiple java j2ee sites. Hosting sites depends on the application server installed on the server. And any app server (at least the most commons ones) will allow you to host multiple sites.

Assuming that you have root access to you VPS, you could install glassfish and setup multiple domains on it. Take a look at this site for further information. This how to can help you understand the big piture.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown