java - request the .war file on the remote server -


i have implemented jersey server-side part android app. have tested jersey postman chrome extension url:

http://localhost:8080/serverside/webapi/data 

and getting response.

i tested android app php file url:

url myurl = new url("http://byethost.com/index.php"); 

and getting response too.

now have exported jersey project .war file, has name serverside.warand put on remote server in htdocs directory , trying request url:

http://byethost.com/serverside/webapi/data 

from postman getting 404 not found?

which url have use request .war file serverside on remote server postman chrome extension?

i appreaciate help.


Comments

Popular posts from this blog

android - MPAndroidChart - How to add Annotations or images to the chart -

javascript - Add class to another page attribute using URL id - Jquery -

firefox - Where is 'webgl.osmesalib' parameter? -