Hi Leonardo,
I have worked in Service Manager but I am sure the steps will be same in case of work manager too.
1. When you install Work Manager over SMP server, It must have created a folder structure ex com.sap.mobile.platform.server.agentry.application .
2. Here I assume you may have the a folder <WorkManager>.zip. When you extract this folder you will find the Agentry.ini file . Extract and keep this Agentry.ini in the same folder com.sap.mobile.platform.server.agentry.application
3. Import this application in editor and you can make the changes as required. Then publish the application in same folder com.sap.mobile.platform.server.agentry.application by selecting the Agentry.ini file.
4. The next step is to deploy the Application in SAP Management cockpit . Here you should zip the entire folder ie com.sap.mobile.platform.server.agentry.application folder , you can rename the zip to Application.zip.
The intention behind zipping this entire folder is that this folder will contain the Application , Java , Agentry.ini, JavaBE.ini, All the required ini files, dll files and jar files and connectTest.bat file and Jco and Jco3 files. Hence when you deploy this file it will upload the entire configuration required for this application.
5. Once you deploy the application in SAP Management Cockpit, restart the server . Check the startup logs in <server location>\Server\log\agentry\Startup.log.
You should get your application name in the logs with the sub-URL
ex WebSocktes Front End: Opening Web Sockets servlet for sub-URL/<Your application name>
This will tell if the application is deployed properly .
When you execute this line ie https://<smpserver>:8081/<Your application name> you should get the message as "I am here"
The link which you have mentioned has port number 8080 , please use the port which is configured for your server.
If this works the application is deployed successfully . Hope it helps.
Thanks
Neha