Expand my Community achievements bar.

SOLVED

AEM siteimporter usage behind proxy

Avatar

Level 5

Hi,

I am using AEM siteimporter import a site but seeing apache http client connection issue even after setting this proxy 

http://localhost:4502/system/console/configMgr/org.apache.http.proxyconfigurator

Please share if any details to use siteimporter behind proxy

 

with regards

Sri

1 Accepted Solution

Avatar

Correct answer by
Level 5
3 Replies

Avatar

Administrator

Try this:

Go to config manager - http://localhot:4502/system/console/configMgr
Open Day Commons HTTP Client 3.1 and provide the proxy server details.

[img]http://2.bp.blogspot.com/-a-XhjvPYbv8/VLqA9ZlbELI/AAAAAAAADkk/0gNAfvZosuk/s1600/Untitled.jpg[/img]

Check "Enable HTTP Proxy" and provide the HTTP Proxy Host and Port details.
If authentication required provide the proxy server user name and password.

Please refer to this post:- http://help-forums.adobe.com/content/adobeforums/en/experience-manager-forum/adobe-experience-manage...

~kautuk



Kautuk Sahni

Avatar

Level 5

Hi kautuk,

That thread seems not to be complete and solved.

Also Not sure if Day commons HTTP is the correct config for siteimporter proxy edits as in the OSGi console

if i see the day http commons importing bundles i do not see  reference to siteimporter bundel

and

if i see the siteimporter bundle , importing packages refer to org.apache.httpcomponents.httpclient  and not org.apache.commons.httpclient (Day HTTP Client) 

Even tried setting proxy here but not working 

http://localhost:4502/system/console/configMgr/org.apache.http.proxyconfigurator

Please let me know if any additional

Avatar

Correct answer by
Level 5