MWS Portlet in other Portal Environment - required libs

Hi!

I have developed a CAF Portlet Application project and now i want to run it in an other portal server (Broadvision).

As mentioned in this KB article (https://advantage.webmethods.com/advantage?targChanId=kb_home&oid=1614073579), do i really need both the wm_cafshared.war and all other jars (would be~57MB)?

I want to put them into the application WAR-file, so a smaller list of required jars would really be better…

Regards,
Bernd

Hi Bernd,
you will need to pack as well all jar that are not found in your portal lib folder.
When developing Web Applications with CAF, I usually deploy all CAF related libraries to the common lib, so that the application war file is free from them and therefore very small.

hope this helps,
Javier