Expand my Community achievements bar.

SOLVED

CRXDE Lite and Tomcat

Avatar

Level 1

    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

1 Accepted Solution

Avatar

Correct answer by
Level 10

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

View solution in original post

3 Replies

Avatar

Level 10

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. 

Avatar

Correct answer by
Level 10

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

Avatar

Level 1

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.