tomcat - Continuous deployment in Azure and GitHub not working -


i set continuos deployment azure , github according document here. seems working. active deployment tab success message , when push changes github repository azure recognizes , update.

but link java , tomcat app isn't working. link (with different name structure identical): http://myapp.azurewebsites.net/appname

when use ftp manually upload war file webapps link work.

what missing?

edit: looks automatic scripts put project wwwroot not in wwwroot/bin/apache-tomcat/webapps. should modify script or copy there myself?

if want deploy subfolder, try setting scm_target_path=wwwroot/bin/apache-tomcat/webapps in site's appsettings (in portal).

see this page details.


Comments

Popular posts from this blog

angularjs - ADAL JS Angular- WebAPI add a new role claim to the token -

php - CakePHP HttpSockets send array of paramms -

node.js - Using Node without global install -