Has anyone successfully used “cfpm scan CODEBASEPA...
# adobe
j
Has anyone successfully used “cfpm scan CODEBASEPATH CFSERVERURL” to detect required packages? I’m using it and only getting a response back of the sourcecode of the page specified in the url.
I’m on AlmaLinux 8. ColdFusion 2021, latest updates.
s
Can you share a screenhot of the command and output?
j
@sandip_halder Happily! Thank you. As you can see, it’s just outputting the webpage sourcecode.
The localhost:5000 is configured in Apache.
s
Is there only one file inside the html folder?
j
It’s an MVC with only a single access point - the index.cfm. All paths are explicitly defined in the htaccess. So, yes, it is technically one file.