The moose likes Portals and Portlets and the fly likes how to deploy a portal to public web host Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Portals and Portlets
Reply Bookmark "how to deploy a portal to public web host" Watch "how to deploy a portal to public web host" New topic
Author

how to deploy a portal to public web host

kwame Iwegbue
Ranch Hand

Joined: Sep 02, 2000
Posts: 197
I'm new to portals/portlets. I've been learning with Liferay- which I feel is excellent for an open source portal. So now I'm ready to deploy my portal to an existing web site which uses Caucho-Resin. Problem is, in order to deploy Liferay to an existing server, I have to edit some conf files.

My question is- how can this be done on a public server? I've looked at the file system on my host and I don't have access to these files.


Who dares, wins! (SAS motto)
Cameron Wallace McKenzie
author and cow tipper
Saloon Keeper

Joined: Aug 26, 2006
Posts: 4962

I think you're hit the biggest snag with developing your own portlet applications. For the most part, the server you deploy your portal applications needs to provide a portal environment for users. Otherwise, there is this requirement to be able to go in there and do custom configurations.

You may have to search for a service provider that supports a LifeRay or JetSpeed hosting environment already, so you can deploy your portlet applications directly.

I know, it's a drag.

-Cameron McKenzie


Author of Hibernate Made Easy, What is WebSphere???, JSF 2.0 Made Easy and the SCJA Certification Guides
kwame Iwegbue
Ranch Hand

Joined: Sep 02, 2000
Posts: 197
Thanks Cameron. Do you know of any web hosts that support Liferay?
Incidentally Cameron, I am currently going through your multimedia tutorials. They are very well done and extremely useful.
Cameron Wallace McKenzie
author and cow tipper
Saloon Keeper

Joined: Aug 26, 2006
Posts: 4962

So, you're the one person viewing my tutorials.

The only JetSpeed2 hosting service I know of is smediea.

Of course, when you need portal hosting, the assumption is you are going to use all the features of the portal, such as user management, content management, personalization, etc. As a result, portal hosting usually comes with a hefty pricetag. smedia is $75 a month, which is reasonalble for what they provide. But compare that $75 to the $15 a month to I pay to host www.agoodbookon.com through prokmu, a hosting service I found through JavaRanch. That's a fairly big difference if it's being done for personal interest.

Oh, and enjoy the free portal development tutorials. Let me know if there are any important JSR168 topics that aren't being covered that you think would be useful. Where there is a need, I create.

Cheers!

-Cameron McKenzie
kwame Iwegbue
Ranch Hand

Joined: Sep 02, 2000
Posts: 197
I've found one. Its called rimuhosting . looks good. I'll give it a try. Its only $19 a mth for VPS.
 
 
subject: how to deploy a portal to public web host
 
Threads others viewed
Beginner to Liferay 5.2.3
How to put portlet on JSP pages?
Deploying a Portlet - NullPointer Blues
Liferay Spring Portlet in Ext Environment?
Glassfish 3 - how to change the classpath for liferay??
IntelliJ Java IDE