Apache Tomcat ROOT Directory: This is the directory that we must copy our Jsp projects. C:\Program Files\Apache Software Foundation\Apache Tomcat 7.0.11\webapps\ROOT\JspOrnekleri <%--------KullaniciGirisi.jsp----------%> <html> <body> <% out.println("Session ID: "+session.getId()); %> <form method="post" action="KullaniciGirisi.jsp"> <table> <tr> <td>Ad:</td> <td><input type="text" name="txtAd"/></td> </tr> <tr> <td>Sifre:</td> <td><input type="text" name="txtSifre"/></td> </tr> <tr> <td><input type="submit" name="btnGonder" value="Gonder"/></td> </tr> </table> </form> <% String ad=request.getParameter("txtAd"); Strin...
Solutions Architect | Umbraco Certified Master | Umbraco MVPx4 | Certified ScrumMaster
"Anyone can cook, but only the fearless can be great." Ratatouille

Comments
Post a Comment