I am currently doing a web application project in Eclipse. I understand that the project done in eclipse runs on a local web browser (i.e. in my eclipse web browser). What I don't understand, if how we can execute or run that project in my local browser, such as Google Chrome, or Firefox etc.,
In order to do this, I tried to copy the web url address from eclipse and pasting it into Chrome. The user interface is working fine. That said, it was not supporting the database when i tried to login. Logging in gave me the message "login failed".
Can some please help explain where to store my database and how to run my project in a web browser that is built in eclipse.