java ee - Preview File in Browser is not working in IntelliJ IDEA 2017.2.1 -


working in intellij idea 2017.2.1 , using glassfish server javaee web application, preview file in browser option not working.

image attached

not single browser opening display results. have restart glassfish server again , again view changes.

i found problem. had servlet mapping code inside web.xml file. after removing code servlet mapping , defining urlpattern inside servlet java class, ide working properly.


Comments

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -