java - Intellij run JSP page option disappear when edit web.xml -


first picture, option run jsp page still appear if not set config in web.xml

enter image description here

second picture, option run jsp page disappear when config in web.xml

enter image description here

what happen , how can solved problem. it's difficult test each jsp page without option. otherwise, have start index.jsp navigate particular page or typing url manually not convenience.

thank you


Comments

Popular posts from this blog

android - Why am I getting the message 'Youractivity.java is not an activity subclass or alias' -

java - Log4j2 configuration not found when running standalone application builded by shade plugin -

python - How do I create a list index that loops through integers in another list -