Fórumok

Deploy EXT plugin to Jboss 7.1.1

Steven Tan, módosítva 10 év-val korábban

Deploy EXT plugin to Jboss 7.1.1

Junior Member Bejegyzések: 54 Csatlakozás dátuma: 2010.02.11. Legújabb bejegyzések
Hi,

I have created an EXT plugin using Liferay IDE with Liferay plugin SDK 6.1.1.

Below are the steps I used to create this EXT plugin:

1. In Docroot/WEB-INF/ext-impl/src, create new package name com.liferay.portal.events
2. Paste the DefaultLandingPageAction.java into it.
3. Modify the file to what I need.
4. Right click the EXT project and Export to WAR file, deploy the WAR file to Liferay.
5. Jboss detected WAR file and deployed automatically.
6. Restart Jboss.

However, the EXT plugin do not take effect. No changes at all.

What step I missing here?

Can please advice?? Help please?