OUF !!!

The config  win2k + Tomcat3.2 + Jbuilder 4

in tomcat 3.2 folder's there is some examples how show how to do !
it's ugly,but it work!

Merci a tous,merci thomas

>From SessionExample.java :

out.println("<html>");
out.println("<body bgcolor=\"white\">");
out.println("<head>");

String title = "sessions.title";
out.println("<title>" + title + "</title>");
out.println("</head>");
out.println("<body>");
--------------------------
out.println("</body>");
out.println("</html>");
out.println("</body>");
out.println("</html>");

Reply via email to