Inscrivez-vous ou connectez-vous pour rejoindre votre communauté professionnelle.
my program is:- <html> <head><title>First JSP</title></head> <body> <% double num = Math.random(); if (num > 0.95) { %> <h2>You'll have a luck day!</h2><p>(<%= num %>)</p> <% } else { %> <h2>Well, life goes on ... </h2><p>(<%= num %>)</p> <% } %> <a href="<%= request.getRequestURI() %>"><h3>Try Again</h3></a> </body> </html>
JSP will support on Tomcat. Apache requires mod_jk module to support JSP