Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTTP Status - 404 error #2

Open
a-harshit opened this issue Jan 24, 2018 · 3 comments
Open

HTTP Status - 404 error #2

a-harshit opened this issue Jan 24, 2018 · 3 comments

Comments

@a-harshit
Copy link

After following the instructions in "Get Started", I hit localhost:8080/open-ssp and it shows: HTTP Status 404 - /open-ssp/.
Steps I followed -

  1. Maven imported the whole project in Eclipse IDE

  2. 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.

  1. After that, run the open-ssp.war as per instructions.

Can you tell me where I went wrong and help in fixing it?

@schmermeister
Copy link
Contributor

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).

@a-harshit
Copy link
Author

Thanks for your reply. Can you tell me how to configure the servlet for it and about the payload?

@schmermeister
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants