Hi,
I have built a par. Now I want to package it into an ear, as I want to use application-j2ee-engine.xml. I've read Packaging" target="_blank">http://help.sap.com/saphelp_nw04s/helpdata/en/42/9ddd96bb211d72e10000000a1553f6/content.htm">Packaging PARs in J2EE Applications and add
the following to application-J2ee-engine.xml:
<modules-additional> <module> <entry-name> KMCTitan.par </entry-name> <container-type> PortalRuntimeContainer </container-type> </module> </modules-additional>
But, my question is, where should this KMCTitan.jar be placed?
I am using NWDS.
Thanks,
Ray