I am new to an iPlanet
web server. There is a requirement for my project: I need to debug it by placing: <%System.out.println("this working fine Kind of messages"+a);%>
.
I have updated some part of my JSP
to debug whether the corresponding values are being populated from back-end application correct or not. When I placed JSP
and run an application from the browser, I'm getting a blank page, which means it is not translated properly. I checked and restarted the server as well, but I'm still facing the same issue and the .java
is generated fine, but without content in it. Please suggest any right direction.