http status code 404 - jhipster - war deployed on jboss server -
i'm trying deploy jhipster .war on jboss 6.4. can access main page cannot log in. have message "failed sign in! please check credentials , try again". on chrome console have error : http://localhost:8080/myapp/api/authenticate?cachebuster=1492172408521 404 (not found) works fine mvnw command on embedded server(tomcat).
what problem jboss ?
edit:
jhipster version : 3.12.2. monolithic application. jwt authentication. mysql database.
ok started new fresh project, deployed on jboss 6.4 , still have problem, cannot authenticate. have on console when go main page : localhost:8080/myapp/api/profile-info?cachebuster=1492674235919 404 (not found) , localhost:8080/myapp/api/account?cachebuster=1492674235931 404 (not found).
Comments
Post a Comment