-
Notifications
You must be signed in to change notification settings - Fork 76
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
i can't access http://localhost:9191/tenants/ #11
Comments
Read the README on github and the following manual: https://mifosforge.jira.com/wiki/spaces/docs/pages/166658049/Message+Gateway+Configuration |
did you solve you problem? do you still need help? |
you will have to add the following element in the server.xml |
By the way, I had some problems with mysql configurations. Even the database script file, I had to do few modifications to it to make it work. |
For me it is not the case, i wish there was a way of making it hookable to other service providers |
remove the commented lines when deploying / testing <Connector port="9191" protocol="HTTP/1.1" |
i have done everything and managed to test the sms sending using the restAPI [nio-9191-exec-3] o.s.web.servlet.PageNotFound : Request method 'POST' not supported this is my arrangment but still it is not working Even when i place the deployable war file inside mifosX webaps still i get the same message |
I hope some one will comment Exception in thread "SimpleAsyncTaskExecutor-473" retrofit.RetrofitError: 405 Method Not Allowed |
I have started my tomcat and tables in 'messagegateway' was created but when i try to access http://localhost:9191/tenants/ i didn't any respose(refused to connect). anyone can tell me what configuration i miss?

The text was updated successfully, but these errors were encountered: