include service pack 3 into war file on application server installation | Community
Skip to main content
Level 4
November 5, 2015
Solved

include service pack 3 into war file on application server installation

  • November 5, 2015
  • 2 replies
  • 935 views

Hi guys,

do you know if it is possible to include sp3 into the war file before Installation on application Server? We want to use AEM 6 on WebLogic+Java8 so we Need sp3 before actual deployment right?

 

Thank you

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by joerghoh

add the service pack into the WAR in the directory WEB-INF/resources/install/19 (you need to create this directory) and the deploy it into Weblogic.

Jörg

2 replies

joerghoh
Adobe Employee
joerghohAdobe EmployeeAccepted solution
Adobe Employee
November 5, 2015

add the service pack into the WAR in the directory WEB-INF/resources/install/19 (you need to create this directory) and the deploy it into Weblogic.

Jörg

boser87Author
Level 4
November 6, 2015

Thank you Jörg.