Originally posted by jrookie:
need help with server.xml in tomcat4
in tomcat3 servlets with database works
but not in 4
any have solves in JDBCRealms ???
thanks
Originally posted by Mark Leong:
I am using servlet to generate a table:-
out.println("<form>");
out.println("<table width=200>");
do something here......
out.println("</table>");
out.println("</form>");
Somehow the width=200 does not seem to work.
When I use pure html, it works perfectly.
Anybody has the same experience?