gmms/WebContent/login/run.jsp
@@ -1,6 +1,11 @@ <%@page import="builder.Manager"%> <%@page import="builder.ThreadHttpServer"%> <%@page import="toTcp.TcpMain"%> <%@include file="../mysqlInsert/mysql_connect.jsp"%> <% Manager.appStart(new String[]{url,user,password }); response.sendRedirect("bdg.jsp"); ThreadHttpServer.mains(); //TcpMain.getElectric(); //Manager.appStart(new String[]{url,user,password }); //response.sendRedirect("bdg.jsp"); %>