openssp
openssp copied to clipboard
HTTP Status - 404 error
After following the instructions in "Get Started", I hit localhost:8080/open-ssp and it shows: HTTP Status 404 - /open-ssp/. Steps I followed -
-
Maven imported the whole project in Eclipse IDE
-
Run the open-ssp-parent (Run as install) It also gives an error -
T E S T S
2018-01-24 19:01:41,743 main ERROR Unable to locate appender "DebugFile" for logger config "root"
Ignored it, as it was logger error and also build was successful.
- After that, run the open-ssp.war as per instructions.
Can you tell me where I went wrong and help in fixing it?
Your url localhost:8080/open-ssp is incomplete. You nee put the servlet name behind it at least. So try localhost:8080/open-ssp/SupplyVideoService (consider the payload).
Thanks for your reply. Can you tell me how to configure the servlet for it and about the payload?
The class com.atg.openssp.core.entry.EntryValidator is used to extract and maybe validate the request params (payload). Actual it asks for only one parameter, called "site". It will be up to you to fill the validator with all the params for validating you need.