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
I have a windows service project that I need to deploy on Linux. However, Linux Daemon example just runs, forks and halt. I could not see what I should be doing or how I should modify this example. There is no creating an object. There is no reference in uses section to a Server.Resources.pas which makes it more confusing for me to understand.
I could build and run command line example on Linux with the hope that it would be a semi-solution. However, this had problem with using /rest/default/token. GET requests served even using a browser (of course returning {"IsVerified":False} each time). However, POST requests simply timeouts. No other errors. I have my own logging in Authentication part in the Server.Resources.pas but that is never logged in files.
I know there are quite a number of people using MARS on Linux platform. I failed to do that myself.
I appreciate any help.
Thanks & Regards,
Ertan
The text was updated successfully, but these errors were encountered:
Hello,
I have a windows service project that I need to deploy on Linux. However, Linux Daemon example just runs, forks and halt. I could not see what I should be doing or how I should modify this example. There is no creating an object. There is no reference in uses section to a Server.Resources.pas which makes it more confusing for me to understand.
I could build and run command line example on Linux with the hope that it would be a semi-solution. However, this had problem with using /rest/default/token. GET requests served even using a browser (of course returning {"IsVerified":False} each time). However, POST requests simply timeouts. No other errors. I have my own logging in Authentication part in the Server.Resources.pas but that is never logged in files.
I know there are quite a number of people using MARS on Linux platform. I failed to do that myself.
I appreciate any help.
Thanks & Regards,
Ertan
The text was updated successfully, but these errors were encountered: