CRXDE Lite and Tomcat | Community
Skip to main content
SOAP_and_invoki
New Participant
October 16, 2015
Solved

CRXDE Lite and Tomcat

  • October 16, 2015
  • 3 replies
  • 875 views

    Is it possible to build a web site in CRDXE lite (ie Hello World), put it in a package and export it to a web server like Tomcat?  If so, is there any documentation on how to do this?  Thanks for any help.

 

Jason

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 Lokesh_Shivalingaiah

Packages are used to push the content from one AEM instance to another AEM instance, as @scott mentioned it cannot exists on its own. However, AEM can be installed on tomcat and create a hello world website

3 replies

smacdonald2008
New Participant
October 16, 2015

You can deploy AEM to tomcat:

https://docs.adobe.com/docs/en/cq/5-6-1/getting_started/download_and_startworking.html

then you can use CRXDE lite, package manager,Felix web console to deploy OSGi, and so on. 

You cannot use package manager without AEM. 

Lokesh_Shivalingaiah
Lokesh_ShivalingaiahAccepted solution
New Participant
October 16, 2015

Packages are used to push the content from one AEM instance to another AEM instance, as @scott mentioned it cannot exists on its own. However, AEM can be installed on tomcat and create a hello world website

SOAP_and_invoki
New Participant
October 16, 2015

Thank you so much for the responses,my knowledge is limited with this technology.

Basically, I want to do the hello world web site just to prove a concept.

Eventually, we want to take the HTML version of our livecycle application (as with ES4 we have the regular flex and then a HTML version of the application) and put it on another remote server.