Thursday 7 June 2012

Building .ear and .war files using ConfigEngine in Websphere Portal Server8.0



You can run a configengine task to build an .ear file or a .war file from an expanded directory.
C:\Portal8\wp_profile\ConfigEngine>ConfigEngine.bat build-war-file -Dsource.war.
directory=c:/configengine/ -Doutput.war=c:/wars/customtheme.war
where the following parameters are defined as:
  • source.war.directory: The location of the expanded or customized war file.
  • output.war: The location of the generated war file.
 








No comments:

Post a Comment