Try now Demo en
  • en
  • fr
  • de
  • Solutions
    • Use cases
      • Modern IntranetBuild strong internal culture & sense of belonging
      • Collaboration PlatformEfficient project management & teamwork
      • Social NetworkEngage users & recognize contributions
      • Knowledge managementCentralize & share your company knowledge
      • Employee PortalEngage your community
    • Industries
      • Public Sector
      • Networks
      • Education
      • Enterprises
  • Product
    • Overview
      • Digital workplaceFeatures & capabilities
      • Why eXoKey differentiators
      • InternationalisationMultilingual environments
      • MobileBranded mobile applications
    • Platform
      • No CodeTailor to your needs without code
      • IntegrationsAvailable connectors & extension capabilities
    • Technology
      • ArchitectureAn overview of eXo Platform technology
      • SecurityeXo Platform security measures
      • Open sourceComponents & licensing
  • Offers
    • EnterpriseMore than 250 users
    • ProfessionalLess than 250 users
    • OEM EditionFor software vendors & service providers
    • ServicesDiscover eXo professional services
  • Resources
    • Resource center
      • Case studies
      • White Papers
      • Datasheets
      • Videos
    • Migration guide
      • Alternative to Microsoft 365
      • Alternative to Sharepoint
      • Alternative to Workplace from Meta
    • From The Blog
      • eXo Platform 7.0 is released
      • eXo Platform Community Edition 7.0 is released
      • Cloud Vs On-premise Digital Workplace: Which one is right for your business?
  • Community
    • CommunityJoin our online community platform
    • DownloadLaunch eXo platform in your infrastructure
    • Source codeSource code on github
    • FAQsAbout the software, the community and our offers
    • REST APIs & DocumentationAll REST APIs available in eXo Platform
  • Company
    • About us
    • Customers
    • Partners
    • Contact us
    • Newsroom
  • Menu mobile
    • Pricing
    • About us
    • Careers
    • Resource center
    • Blog
    • Contact us
    • Try eXo
Use cases
  • Modern Intranet Build strong internal culture & sense of belonging
  • Collaboration Platform Efficient project management & teamwork
  • Social Network Engage users & recognize contributions
  • Knowledge management Centralize & share your company knowledge
  • Employee Portal Engage your community
Industries
  • Public Sector
  • Networks
  • Education
  • Enterprises
Overview
  • Digital workplace Features & capabilities
  • Why eXo Key differentiators
  • Internationalisation Multilingual environments
  • Mobile Branded mobile applications
Platform
  • No Code Tailor to your needs without code
  • Integrations Available connectors & extension capabilities
Technology
  • Architecture An overview of eXo Platform technology
  • Security eXo Platform security measures
  • Open source Components & licensing
Enterprise More than 250 users
Professional Less than 250 users
OEM Edition For software vendors & service providers
Services Discover eXo professional services
Resource center
  • Case studies
  • White Papers
  • Datasheets
  • Videos
Migration guide
  • Alternative to Microsoft 365
  • Alternative to Sharepoint
  • Alternative to Workplace from Meta
From The Blog
  • eXo Platform 7.0 is released
  • eXo Platform Community Edition 7.0 is released
  • Cloud Vs On-premise Digital Workplace: Which one is right for your business?
Community Join our online community platform
Download Launch eXo platform in your infrastructure
Source code Source code on github
FAQs About the software, the community and our offers
REST APIs & Documentation All REST APIs available in eXo Platform
About us
Customers
Partners
Contact us
Newsroom
Pricing
About us
Careers
Resource center
Blog
Contact us
Try eXo
  1. Accueil
  2. Uncategorized
  3. Another Great Guide: Migrating From JBoss Portal 6 to eXo Platform 4 in a Blink

Another Great Guide: Migrating From JBoss Portal 6 to eXo Platform 4 in a Blink

Staging Extension for eXo Platform 4

Following my article last week about migrating from JBoss Enterprise Portal Platform 5.2 to eXo Platform 4, this week’s article is about migrating from JBoss Portal Platform 6 to eXo Platform 4.

Although JBoss Portal Platform is a powerful portal, it lacks features that eXo Platform 4 offers out-of-the-box, such as content and social collaboration.

Here is how you can migrate using a Staging Extension add-on developed by eXo and freely available to the community.

Why migrate to eXo Platform 4?

Simple. eXo Platform offers a long list of out-of-the-box features: document and web content management, knowledge management, enterprise collaboration, all tied up to social features. You can read more about our social intranet capabilities on our website.

Are JBoss Portal Platform applications compatible with eXo Platform 4?

eXo Platform 4 is based on the same technical dependencies as JBoss Portal Platform 6. It provides add-ons on top of “GateIn” for advanced Enterprise Portal Features: “Document Management System“, “Content Management System“, “Social“, “Enterprise Collaboration tools“.

Applications developed under JBoss Portal Platform remain fully compatible with eXo Platform 4. It is recommended to use eXo Platform for JBoss AS 7/EAP 6 to conserve the application’s ecosystem.

How can I migrate from JBoss Portal Platform 6 to eXo Platform 4, and is it simple?

Applications based on JBoss Portal Platform 6 are compatible with eXo Platform 4, so you just have to copy the artifacts.

To copy JBoss Portal Platform 6 custom configurations, you will need a dedicated tool: https://github.com/exo-addons/staging-extension.

What are the eXo add-ons?

The eXo add-ons are extensions to the platform. They are developed by the community, for the community. The eXo add-ons enable you to add features (like chat capabilities), integrate with other technologies (like Bonita for workflows capabilities) and manipulate your portal data (like migration).

What is the “Staging Extension”?

This is an add-on that can be deployed on JBoss Portal Platform 6 and eXo Platform 4. The main goal of this add-on is to copy data and configurations from a “GateIn compliant server” (JBoss Portal Platform or eXo Platform) to another.

This is especially used to copy data from a “staging server” to a “production Server”.

How to use the “Staging extension”?

Follow installation guide provided here to deploy it on JBoss Portal Platform 6 and eXo Platform 4.

You can add the “Staging Extension Portlet” on a page or access it via SSH.

How to migrate from JBoss Portal Platform 6 to eXo Platform 4?

After deploying the “Staging Extension” on both “JBoss Portal Platform 6” (source) and “eXo Platform 4” (target), follow these instructions:

1. Start JBoss Portal Platform Server.

2. Login and add “Staging Extension Portlet” in a page with access restrictions for administrators.

3. Export “site” resource: this resource contains all portal, group and user sites and pages.

4. Export “registry” resource: this is the “Application Registry” data.

5. If you have defined new gadgets, you will have to export “gadget” resource.

6. Copy your custom applications (Portlets) and GateIn extensions in eXo Platform 4. (EAR, JAR, WAR.)

Note: if you use eXo Platform 4 Tomcat, then you only need to copy JAR in Tomcat/lib and WAR in Tomcat/webapps.

7. Start eXo Platform 4 Server.

8. Login and add “Staging Extension Portlet” in a page with access restricted to administrators.

9. Import “site” resource that you have exported from JBoss Portal Platform.

10. Import “registry” resource that you have exported from JBoss Portal Platform.

11. Import “gadget” resource that you have exported from JBoss Portal Platform.

That’s all you need to do, now you can see your Portal working with eXo Platform 4. Enjoy!

As usual, you can connect to the eXo Community Forums and post a topic if you have any questions or you need more details on how it works.

And if you already have a project and wish to upgrade to eXo Platform, you canalso contact us for more details.

Brahim Jaouane

I am a Digital Marketing specialist specialized in SEO at eXo Platform. Passionate about new technologies and Digital Marketing. With 10 years' experience, I support companies in their digital communication strategies and implement the tools necessary for their success. My approach combines the use of different traffic acquisition levers and an optimization of the user experience to convert visitors into customers. After various digital experiences in communication agencies as well as in B2B company, I have a wide range of skills and I am able to manage the digital marketing strategy of small and medium-sized companies.

Full-featured digital workplace with everything your employees need to work efficiently, smartly integrated for a compelling employee experience

  • Product
    • Software tour
    • Communication
    • Collaboration
    • Knowledge
    • Productivity
    • Open Source
    • Integrations
    • Security
  • Uses cases
    • Digital Workplace
    • Intranet software
    • Collaboration software
    • Knowledge management software
    • Entreprise Social Network
    • Employee Engagement platform
  • Roles
    • Internal Communications
    • Human Resources
    • Information Technology
  • Company
    • Product offer
    • Services Offer
    • Customers
    • Partners
    • About us
  • Resources
    • FAQs
    • Resource Center
    • Collaboration guide
    • What is a Digital workplace?
    • What is an intranet?
    • Employee engagement
  • Terms and Conditions
  • Legal
  • Privacy Policy
  • Accessibility
  • Contact us
  • Sitemap
  • Facebook
  • Twitter
  • LinkedIn
wpDiscuz