

Upload and don’t install an existing package from File systemĬurl -u admin:admin -F -F name="samplepackage" -F force=true -F install=false.

Download an existing package into filesystem.List of all the packages in your AEM instance.All the below commands are tried and tested on AEM 6.0 Package Management Commands: I will illustrate each application below. You may visit your AEM instance and hit the URL getting the list of commands which are useful in AEM. I will start stating its application with commands and examples : starting from simpler to complex usage. As AEM is based on REST protocol, cURL can be used to do anything and everything in AEM. cURL is mostly used for handling packages in AEM, but you may use it for other purposes too. Now let us jump to AEM application of cURL. *give complete path of the text file curlManual.txt above */
#Aem recompile jsp manual#
Install the manual for all the default cURL commands: This will help you as a reference if you want to explore more in cURL If everything is fine your cURL is installed. Now you may able to open your command prompt and type curl. For Windows users make sure you have appended the Environment variable ‘ Path‘ with C:\Program Files\cURL\bin (or the path of bin where you have installed cURL).
#Aem recompile jsp download#
You may download and install cURL from per the OS you are using. It comes in handy for automation, and if you know how script you can create powerful tools that will facilitate your work process. The name stands for Curl URL Request Library.

It is used for transferring data using various protocols, HTTP,FTP, Gopher, TELNET, etc. After going through the post you will be able to write curl commands for almost any functionality in AEM on your own.ĬURL is a command line tool for doing all sorts of URL manipulations and transfers. You may find ample of applications of cURL by the end of this post. Its quite a handy tool to deal with packages, backups, and various usecases in AEM. This configuration overwrites configuration defined in framework properties of the same names.Through this post, I would like to introduce cURL commands for numerous applications in AEM. ThreadPoolSizeĪpache Felix Event Admin Implementation .impl.EventAdmin :- Configuration for the Apache Felix Event Admin Implementation. a logger name of applies to logger unless there is a different configuration for .Īpache Sling Settings Service .impl.SlingSettingsServiceImpl :- The settings service manages some basic settings of Sling like run modes or information about the current instance.Ī human readable name for the current instance.Ī human readable description for the current instance. Each logger name applies for any child category unless configured otherwise. The logger names applicable for this logger configuration. See for more detailed documentation and description. If this path is relative it is resolved below $Īpache Sling Logging Logger Configuration. :- Configure Loggers with levels, pattern and destination. If this is empty, logging goes to standard output (the console). Off - Off trace - Trace debug - Debug info - Information warn - Warnings error - Error Apache Sling Logging Configuration .log.LogManager :- Global configuration setup for the Sling OSGi LogService implementation.
