java - Deploy Eclipse Dynamic Web Project To Elastic Beanstalk -


i have dynamic web project in eclipse named project i'm able run on computer using tomcat , mysql. exported project .war file , gave amazon, selected tomcat platform, , amazon gives me url should take me or else url website.

however, css doesn't render on of pages, , majority of pages not accessible using path they're supposed accessible (they throw 404 errors). example, in browser, localhost:8080/project/home takes me home page of app, ...elasticbeanstalk.com/project/home throws 404; stranger: ...elasticbeanstalk.com/home takes me homepage, without css.

i haven't yet added amazon database web application expecting sqlexceptions (which application catches displaying custom database error page), don't far.

can provide guidance or link in-depth tutorial on how publish website using aws?


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -