Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Adobe Summit 2023 [19th to 23rd March, Las Vegas and Virtual] | Complete AEM Session & Lab list
SOLVED

Location of /crx/packmgr/installstatus.jsp in CRXDE

Avatar

Level 7

Hi

Is the /crx/packmgr/installstatus.jsp file located in the CRXDE as a node? If so, where's it located at?

Thanks.

1 Accepted Solution

Avatar

Correct answer by
Level 9

I don't think this file is there in crxde as a node. It could be a java servlet that is executed when you invoke this url. I know package manager code is there in com.adobe.granite.crx-packagemgr-1.x.xx.jar, this should be there in that package but I am not sure. It looks that call to this jsp invokes following classes, but I am not sure where this file is mapped to servlet

com.day.crx.security.token.impl.TokenAuthenticationHandler
org.apache.sling.auth.core.impl.SlingAuthenticator
org.apache.jackrabbit.core.security.authentication.AbstractLoginModule

org.apache.jackrabbit.core.securityauthentication.DefaultLoginModule 

org.apache.jackrabbit.core.security.authentication.AbstractLoginModule

View solution in original post

1 Reply

Avatar

Correct answer by
Level 9

I don't think this file is there in crxde as a node. It could be a java servlet that is executed when you invoke this url. I know package manager code is there in com.adobe.granite.crx-packagemgr-1.x.xx.jar, this should be there in that package but I am not sure. It looks that call to this jsp invokes following classes, but I am not sure where this file is mapped to servlet

com.day.crx.security.token.impl.TokenAuthenticationHandler
org.apache.sling.auth.core.impl.SlingAuthenticator
org.apache.jackrabbit.core.security.authentication.AbstractLoginModule

org.apache.jackrabbit.core.securityauthentication.DefaultLoginModule 

org.apache.jackrabbit.core.security.authentication.AbstractLoginModule