moisesbelda
moisesbelda

Reputation: 126

Liferay 7 disable features/modules

Liferay 7 is based on OSGi modules.

Therefore... Is it possible to disable some modules/features in order to have a lightweight liferay install. For instance : disable wiki pages or forums...because my project doesn't need this features.

How can this be done?

Upvotes: 2

Views: 3776

Answers (2)

Antonio Musarra
Antonio Musarra

Reputation: 370

Yes you can. Access to gogo Shell and type the commad: stop $bundleId

Also you can install Apache Felix Web Console.

Connect to te Apache Felix Gogo Shell

Upvotes: 4

Pankaj Kathiriya
Pankaj Kathiriya

Reputation: 4210

You just have to delete jar files related to portlet you want to disable/remove from osgi/modules folder.

You can install those feature back just by copying jar files to modules folder later.

Refer: https://www.youtube.com/watch?v=KPjmB5yj8Og from Dev.life sessions.

Upvotes: 2

Related Questions