jhipster - war deployed on jboss server - jboss

I'm trying to deploy my jhipster .war on a jboss 6.4. I can access to the main page but cannot log in. I have the message "Failed to sign in! Please check your credentials and try again". On the Chrome console i have this error : http://localhost:8080/myapp/api/authenticate?cacheBuster=1492172408521 404 (Not Found)
But this works fine with the mvnw command on the embedded server(tomcat).
What is the problem with jboss ?
edit:
jhipster version : 3.12.2.
Monolithic application.
Jwt authentication.
Mysql database.
Ok now i started a new fresh project, i deployed it on jboss 6.4 and I still have the problem, i cannot authenticate. I have this on the console when i go the main page : GET localhost:8080/myapp/api/profile-info?cacheBuster=1492674235‌​919 404 (Not Found) and GET localhost:8080/myapp/api/account?cacheBuster=1492674235931 404 (Not Found).

Related

Error 404--Not Found after deploying weblogic server

I am having a problem when accessing my weblogic page. (Before someone marks this as duplicate, none of the answers worked for me)
I'm getting this error when acessing my page:
Error 404
I've deployed the server and everything seems to be correct as shown:
Ecplise Server deploy
Weblogic console deployment
The thing is that I can access the http://localhost:7001/console but not the http://localhost:7001/SGES.
Deployments
Testing 1
Any ideas?
I don't know what more images I can show to help.

The requested resource [/ords] is not available 404 not found

I installed Oracle ORDS and TomCat on the server. When I go to the link with host/ords through browser, it gave me a 404 not found error. But when I remove /ords, it gave me a successful page telling me I have successfully installed TomCat. What caused this issue?
Tomcat
404 not found
Problem solved. I restarted TomCat in Services on server. ORDS is listening again.

HTTP Error 404 when running the web app through Tomcat from Eclipse

Even though the host website is running, am getting a 404 error while i am trying to run the web application i have developed through the eclipse.

Jboss is not running on browser while giving the URL http://127.0.0.1:8080 in browser

i have installed jboss 6.1.1 after installing i have restarted JBoss it got started in 4m:56s but if i am giving url http://127.0.0.1:8080 in browser it is showing HTTP 404 not found

Trouble configuring Apache Tomcat Server on Eclipse

I am having trouble configuring my Tomcat on Eclipse. I followed the steps to set up a local Apache Tomcat Server on my Mac, and I also set up an SSL on the Tomcat Server successfully. However, after following instructions in setting up my Apache Tomcat server in eclipse, I keep getting errors saying the following:
HTTP Status 404 - /
type Status report
message /
description The requested resource is not available.
If it makes any difference, I removed the web project I was trying to make when creating my server. It also doesn't work when I try to boot it up on Terminal--I end up with the same message. Any help would be appreciated trying to decipher this error message! Thanks!
The "ROOT" folder of your tomcat seems to be empty. Either you did not add an application to your Tomact config ("Server" view) or you have to check your "Server location" settings, double click on your servers name in the same view.