Try now Demo en
  • en
  • fr
  • de
  • Solutions
    • Use cases
      • Modern IntranetBuild strong internal culture & sense of belonging
      • Collaboration PlatformEfficient teamwork and project collaboration
      • Social NetworkEngage users & recognize contributions
      • Knowledge hubCentralize, organize and share company knowledge
      • Application PortalUnified access to business applications and information
    • Switch to eXo
      • Microsoft 365 AlternativeAn open-source digital workplace alternative to M365
      • Migrate to eXo PlatformA guided, secure migration path from your existing tools to eXo
  • Product
    • Overview
      • Platform overviewExplore core capabilities
      • Why eXoKey differentiators
      • InternationalisationMultilingual environments
      • MobileBranded mobile applications
    • Platform
      • No CodeTailor to your needs without code
      • IntegrationsConnectors & extension capabilities
      • Controlled AIGoverned, extensible AI
    • Technology
      • ArchitectureArchitecture & technology
      • SecuritySecurity measures
      • Open sourceComponents & licensing
  • Offers
    • EnterprisePrivate cloud or on-premise deployments
    • eXo HubsReady-to-use SaaS edition for teams
    • Compare EditionsCompare editions and choose the right fit
    • OEM EditionFor software vendors & service providers
    • ServicesDiscover eXo professional services
  • Resources
    • Resource center
      • Case studies
      • White Papers
      • Datasheets
      • Videos
    • FAQsAbout the software, the community and our offers
      • Platform & Use Cases
      • AI & Responsible AI
      • Deployment, Security & Compliance
      • Open-source, Pricing & Services
    • From The Blog
      • eXo Platform 7.1 is released
      • Digital sovereignty: when public organizations move from words to action
      • 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
    • REST APIs & DocumentationAll REST APIs available in eXo Platform
  • Company
    • About us
    • Customers
    • Partners
    • Contact us
    • Newsroom
  • Menu mobile
    • Enterprise Offers
    • Blog
    • About us
    • Resource center
    • Careers
    • Contact us
    • Try eXo
Use cases
  • Modern Intranet Build strong internal culture & sense of belonging
  • Collaboration Platform Efficient teamwork and project collaboration
  • Social Network Engage users & recognize contributions
  • Knowledge hub Centralize, organize and share company knowledge
  • Application Portal Unified access to business applications and information
Switch to eXo
  • Microsoft 365 Alternative An open-source digital workplace alternative to M365
  • Migrate to eXo Platform A guided, secure migration path from your existing tools to eXo
Overview
  • Platform overview Explore core capabilities
  • Why eXo Key differentiators
  • Internationalisation Multilingual environments
  • Mobile Branded mobile applications
Platform
  • No Code Tailor to your needs without code
  • Integrations Connectors & extension capabilities
  • Controlled AI Governed, extensible AI
Technology
  • Architecture Architecture & technology
  • Security Security measures
  • Open source Components & licensing
Enterprise Private cloud or on-premise deployments
eXo Hubs Ready-to-use SaaS edition for teams
Compare Editions Compare editions and choose the right fit
OEM Edition For software vendors & service providers
Services Discover eXo professional services
Resource center
  • Case studies
  • White Papers
  • Datasheets
  • Videos
FAQs About the software, the community and our offers
  • Platform & Use Cases
  • AI & Responsible AI
  • Deployment, Security & Compliance
  • Open-source, Pricing & Services
From The Blog
  • eXo Platform 7.1 is released
  • Digital sovereignty: when public organizations move from words to action
  • 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
REST APIs & Documentation All REST APIs available in eXo Platform
About us
Customers
Partners
Contact us
Newsroom
Enterprise Offers
Blog
About us
Resource center
Careers
Contact us
Try eXo
  1. Accueil
  2. Uncategorized
  3. Great and Easy Guide for Migrating from JBoss Enterprise Portal Platform 5.2 to eXo Platform 4

Great and Easy Guide for Migrating from JBoss Enterprise Portal Platform 5.2 to eXo Platform 4

JBoss Enterprise Portal Platform (EPP) is Red Hat’s portal product based on GateIn 3.2. It’s a great portal framework running on JBoss EAP. However, it does not come with all the content and social collaboration features of eXo Platform.

During the last few months, some people have started asking us if they could run some eXo components on top of EPP. While studying this request we realized that it wouldn’t be easy to deconstruct eXo to make it run on top of EPP. However, we found that it was quite easy to migrate a system running on EPP 5.2 to eXo Platform 4, thanks to our Staging Extension.

Here is how.

Why should I use eXo Platform 4?

Besides the very friendly user interface, eXo Platform 4 has many out-of-the-box features, such as a document management system, content management system, social intranet and enterprise collaboration tools.

Are EPP portlets compatible with eXo Platform 4?

eXo Platform 4 can run on JBoss EAP 6, while EPP 5.2 runs on JBoss EAP 5.

The migration consists of modifying the packaging for applications (EAR, WAR, etc.) so that it will be compatible with JBoss EAP 6/AS 7.

How can I migrate from JBoss EPP 5.2 to eXo Platform 4?

To migrate EPP 5.2 data, you need to use Version 1.0.x and 2.0.x of the Staging Extension.

This tool will allow you to copy:

  • Sites: layout, pages and navigation
  • Application Registry.
  • Gadgets.

For IDM (users and groups), you can use the same IDM configuration and data source. All you need to do is to copy the data source configuration from EPP 5.2 to eXo Platform 4. Organization data does not need to be migrated.

What is the Staging extension?

This eXo add-on copies data and configurations from a GateIN compliant server (JPP, EPP or eXo Platform) to another server.

The add-on can also copy data from a staging server to a production server.

For more details about the Staging extension and its uses, refer to previous articles:

  • Easily move from staging to production with the new Staging Extension for eXo Platform 4
  • From staging to production in a few clicks with the Synchronization application
  • Ease Your App Developments: How to Generate an Extension Configuration in 5 Steps

How can I use the Staging extension?

Follow the instructions detailed here to install the Staging extension.

You will need an SSH client to use it.

Also read the admin guide and the installation guide on the Wiki.

Migration Instructions

After deploying the Staging extension on both EPP 5 (Version 1.0) and eXo Platform 4 (Version 2.0), follow these instructions:

1. Start the EPP server.

2. Connect using an SSH client:

ssh -p 2001 root@localhost
mgmt connect

3. Export the site resources. These resources contain all portal, group and user sites and pages:

cd mop/portalsites
export -f /any_path/mop.zip

Note: The exported file will contain the files pages.xml, navigation.xml and portal.xml for all web sites.

4. Export the application registry resources:

cd registry
export -f /any_path/registry.zip

Note: The exported file will contain configuration files that can be used in a WAR configuration extension.

5. If you have defined new gadgets, you will have to export the gadget resources:

cd gadget
export -f /any_path/gadget.zip

Note: The exported file will contain the JCR export of each gadget. All remote and local gadgets will be exported.

6. Stop the JBoss EPP server.

7. Copy your custom applications (portlets) and GateIN extensions into eXo Platform 4 (EAR, JAR, WAR, etc.).

Important: If you use eXo Platform 4 with Apache Tomcat 7, then copy the custom JAR in Tomcat/lib and custom WAR in Tomcat/webapps.

8. Copy the IDM data source configuration (for example gatein-ds.xml) from the old JBoss EPP 5.2 server to the eXo Platform 4 server.

9. Start the eXo Platform 4 server.

10. Connect using an SSH client:

ssh -p 2001 root@localhost
mgmt connect

11. Import the gadget resources that you exported from EPP:

cd gadget
import -f /same_path/gadget.zip

12. Import the application registry resources that you exported from EPP:

cd registry
import -f /same_path/registry.zip

13. Import the site resources that you exported from EPP:

cd mop
import -f /same_path/mop.zip

14. Test your modifications.

That’s all you need to do. Now you should be able to see your portal working with eXo Platform 4. Enjoy!

If you already have a project and wish to upgrade to eXo Platform, you also can contact us for more details.

And don’t hesitate to connect to the eXo Community Forums and post a topic if you have any question, you will be impressed 😉

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
    • Internationalisation
    • Mobile
    • No Code
    • Architecture
    • Integrations
    • Security
    • Open Source
  • Uses cases
    • Employee Portal
    • Knowledge management
    • Entreprise Social Network
    • Employee Engagement
    • Community Management
    • Extranet
  • Guides
    • What is a digital workplace?
    • Intranet guide
    • What is an extranet?
    • Employee engagement
    • Collaboration guide
    • Teamwork guide
    • Internal Communication guide
  • Enterprise
    • Product offer
    • Services Offer
    • Customers
    • About us
  • Resources
    • FAQs
    • Resource Center
    • Intranet Portal
    • What Is a Collaboration Software?
    • Talent Management
    • Employee Connection
    • Employee Intranet
    • Improve internal communication
    • eXo Tribe
  • Terms and Conditions
  • Legal
  • Privacy Policy
  • Accessibility
  • Contact us
  • Sitemap
  • Facebook
  • Twitter
  • LinkedIn
wpDiscuz