Skip to content

hugoduar/ReportControl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReportControl

ReportControl is a software to manage bugs reports of lab machines

Login page

web/index.jsp is the login page and web/WEB-INF/classes/Login.class is a servlet to control the login

Set up database

Go to src/java/conexion/Conexion.java and edit the parameters

public static Connection getConexion() throws Exception{
    Class.forName("com.mysql.jdbc.Driver");
    Connection con = DriverManager.getConnection("jdbc:mysql://localhost:PORT_OF_MYSQL/DB_NAME", "USERNAME", "PASSWORD");
    return con;
}

About

ReportControl is a software to manage bugs reports of lab machines

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published