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

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -