How to use jboss in eclipse

Asked

Viewed 381 times

0

I installed the jbossTolls in the eclipse After I downloaded the jboss 7.1, set it up right in Servers, started it and had the jsf page rotated on it, but the 404, someone knows what it can be?

  • Look at the console log and see if your application has been successfully started. There must be some message similar to "Application [myappname] Deployed sucessfully". Also check your application is correctly mapping the page you are trying to access. Error 404 indicates either the application was not started correctly or the URL entered is wrong

1 answer

1


From your description it can be solved as follows. In the eclipse JRE configuration, Edit the JRE Location (in eclipse goes into window->preferences in the preferences window goes into Java->Installedjres) Direct lacation to the JDK folder.

edit JRE Eclipse

Once you have adjusted this, add your server JSF project as the image below and try to start Jboss and access a page of your application.

inserir a descrição da imagem aqui

If you keep giving 404 error post your project settings like: web.xml, eclipse print-screen , all that you can detail.

hug.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.