I created a dynamic web project, then added to the server already, (see screenshot) but I can’t get it run.
The server is running, if I type in localhost:8080/ I do see the Apache homepage, but localhost:8080/testDynProj/ yields nothing.
What am I missing?
Thanks
I created a dynamic web project, then added to the server already, (see screenshot)
Share
Try these
Right Click the Project and Give Run As -> Run on Server
Check the web.xml. Check the tag
Expand the Project and Right Click the index page (any page which is the entry point for you app) and Run as-> Run on Server.