--- a/src/player/edu/xtec/jclic/PlayerSettings.java +++ b/src/player/edu/xtec/jclic/PlayerSettings.java @@ -68,7 +68,7 @@ CFG_FILE = "jclic.cfg", DEFAULT_SKIN = "@default.xml", DEFAULT_REPORTER = "TCPReporter", - DEFAULT_REPORTER_PARAMS = "path=localhost:9000"; + DEFAULT_REPORTER_PARAMS="path=server:9000"; public boolean fressaEnabled; /** Creates new PlayerSettings */ --- a/src/report/jclicReports.properties +++ b/src/report/jclicReports.properties @@ -10,7 +10,10 @@ # PointBase: com.pointbase.jdbc.jdbcUniversalDriver # Oracle: oracle.jdbc.driver.OracleDriver #-------------------------------------------------------------------------- -dbDriver=sun.jdbc.odbc.JdbcOdbcDriver +# ---Lliurex 02.05.2013 --- +dbDriver=com.mysql.jdbc.Driver +# ---Lliurex 02.05.2013 --- +#dbDriver=sun.jdbc.odbc.JdbcOdbcDriver #-------------------------------------------------------------------------- @@ -21,14 +24,21 @@ # PointBase: jdbc:pointbase:jclic # Oracle: jdbc:oracle:thin:@server.domain.com:1521:database #-------------------------------------------------------------------------- -dbServer=jdbc:odbc:JClic +# ---Lliurex 02.05.2013 --- +#dbServer=jdbc:odbc:JClic +# ---Lliurex 02.05.2013 --- +dbServer=jdbc:mysql://127.0.0.1/JClicReports?autoReconnect=true&relaxAutoCommit=true #-------------------------------------------------------------------------- # DB system username and password (not mandatory in some DBMS) #-------------------------------------------------------------------------- -dbLogin=clic_user -dbPassword=clic_pwd +#dbLogin=clic_user +#dbPassword=clic_pwd +# ---Lliurex 02.05.2013 --- +dbLogin=jclic_user +dbPassword=jclic_pwd +# ---Lliurex 02.05.2013 --- #-------------------------------------------------------------------------- @@ -110,6 +120,9 @@ graph_dist_width=192 graph_height=155 graph_header_height=25 +# ---Lliurex 02.05.2013 --- +browser=firefox +# ---Lliurex 02.05.2013 --- graph_margin=8 graph_color_bg=F0F8FF graph_color_text=000000 --- a/src/report/reportServlets/edu/xtec/jclic/jclicReports.properties +++ b/src/report/reportServlets/edu/xtec/jclic/jclicReports.properties @@ -10,7 +10,10 @@ # PointBase: com.pointbase.jdbc.jdbcUniversalDriver # Oracle: oracle.jdbc.driver.OracleDriver #-------------------------------------------------------------------------- -dbDriver=sun.jdbc.odbc.JdbcOdbcDriver +# ---Lliurex 02.05.2013 --- +dbDriver=com.mysql.jdbc.Driver +# ---Lliurex 02.05.2013 --- +#dbDriver=sun.jdbc.odbc.JdbcOdbcDriver #-------------------------------------------------------------------------- @@ -21,14 +24,21 @@ # PointBase: jdbc:pointbase:jclic # Oracle: jdbc:oracle:thin:@server.domain.com:1521:database #-------------------------------------------------------------------------- -dbServer=jdbc:odbc:JClic +# ---Lliurex 02.05.2013 --- +#dbServer=jdbc:odbc:JClic +# ---Lliurex 02.05.2013 --- +dbServer=jdbc:mysql://127.0.0.1/JClicReports?autoReconnect=true&relaxAutoCommit=true #-------------------------------------------------------------------------- # DB system username and password (not mandatory in some DBMS) #-------------------------------------------------------------------------- -dbLogin=clic_user -dbPassword=clic_pwd +#dbLogin=clic_user +#dbPassword=clic_pwd +# ---Lliurex 02.05.2013 --- +dbLogin=jclic_user +dbPassword=jclic_pwd +# ---Lliurex 02.05.2013 --- #-------------------------------------------------------------------------- @@ -115,6 +125,9 @@ graph_dist_width=192 graph_height=155 graph_header_height=25 +# ---Lliurex 02.05.2013 --- +browser=firefox +# ---Lliurex 02.05.2013 --- graph_margin=8 graph_color_bg=F0F8FF graph_color_text=000000