Hi Swapna. The issue is resolved. Below are the steps I took to be able to deploy.
1. Is the project a maven based web project?
YES. Please share with us the Java and Dynamic Web Module versions of the project by right clicking on the project > Properties > Project Facets. Dynamic Web Module: 4.0; Java: 1.8
2. Is the project created newly in MyEclipse 2018 or you are working with an existing project?
Newly created project in Eclipse 2018
3. If you are trying to deploy a JavaEE 8 project to Tomcat 8.5, then the project will not show up for deployment as Tomcat 8.5 supports only till JavaEE 7. If you are working with a different server, then please share with us more details about the server and its version to help us investigate further.
Yes, I was trying to deploy a JavaEE8 to Tomcat 8.5. However I didn’t realize Tomcat was a default in this version. I am using Wildfly app. Server. I decided to switch Java EE version to JavaEE 6 –Web 3.0 and the Java version and JSTL version set automatically. After this change I was able to deploy!