Replacing the CQSE Http Service with PAX Web Http Service | Community
Skip to main content
jydps87387977
Level 3
October 16, 2015
Solved

Replacing the CQSE Http Service with PAX Web Http Service

  • October 16, 2015
  • 1 reply
  • 780 views

Hi,

 

 

In AEM 5.6.1, I am trying to replace the default CQSE Http Service with Pax Web Http Service (which comes as part of Pax Web Jetty Bundle).

The reason to move to PAX Http Service implementation is to have the PAX Extender WAR that allows to install any WAR in OSGi.

 

Can you please provide some suggestions about the steps that should be taken care.

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 Sham_HC
  • Seems like you are trying to host multiple external web application in AEM. Which is not supported and I doubt it is in our road map either.
  • Additioanlly to stress the importance if you recall earlier crx was war we would have used PAX but that would have been short term solution. Instead we converted to simple osgi bundles.
  • For your use I would use application server & then deploy aem war there so that you can deploy external web application in same application server where aem is running.

1 reply

Sham_HC
Sham_HCAccepted solution
Level 10
October 16, 2015
  • Seems like you are trying to host multiple external web application in AEM. Which is not supported and I doubt it is in our road map either.
  • Additioanlly to stress the importance if you recall earlier crx was war we would have used PAX but that would have been short term solution. Instead we converted to simple osgi bundles.
  • For your use I would use application server & then deploy aem war there so that you can deploy external web application in same application server where aem is running.