You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
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.
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.
Can you tell me where I went wrong and help in fixing it?
The text was updated successfully, but these errors were encountered: