From e9751677f473aae6bb5972a991d5f3b34ad6585d Mon Sep 17 00:00:00 2001 From: dthev Date: Sun, 6 Oct 2024 21:55:54 +0200 Subject: [PATCH] avant chap9 --- .gitignore | 2 ++ build.xml | 4 ++-- nbproject/build-impl.xml | 6 +++--- nbproject/genfiles.properties | 12 ++++++------ nbproject/project.properties | 6 +++--- nbproject/project.xml | 2 +- src/java/bdd/ClientMySQL.java | 9 +++++++-- web/META-INF/context.xml | 2 +- 8 files changed, 25 insertions(+), 18 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..348787b --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +/nbproject/private/ +/build/ diff --git a/build.xml b/build.xml index bc621a3..19a8c9a 100644 --- a/build.xml +++ b/build.xml @@ -7,8 +7,8 @@ - - Builds, tests, and runs the project Test2JakartaV7-2. + + Builds, tests, and runs the project Test2JakartaV9. - + @@ -470,7 +470,7 @@ or ant -Dj2ee.platform.classpath=<server_classpath> (where no properties f - + @@ -618,7 +618,7 @@ or ant -Dj2ee.platform.classpath=<server_classpath> (where no properties f - + diff --git a/nbproject/genfiles.properties b/nbproject/genfiles.properties index 32df987..5fed629 100644 --- a/nbproject/genfiles.properties +++ b/nbproject/genfiles.properties @@ -1,8 +1,8 @@ -build.xml.data.CRC32=ff2a0cb9 -build.xml.script.CRC32=dffdee25 -build.xml.stylesheet.CRC32=1707db4f@1.98.0.1 +build.xml.data.CRC32=bf060b82 +build.xml.script.CRC32=2e36ddce +build.xml.stylesheet.CRC32=1707db4f@1.99.0.1 # This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml. # Do not edit this file. You may delete it but then the IDE will never regenerate such files for you. -nbproject/build-impl.xml.data.CRC32=ff2a0cb9 -nbproject/build-impl.xml.script.CRC32=f38222bd -nbproject/build-impl.xml.stylesheet.CRC32=334708a0@1.98.0.1 +nbproject/build-impl.xml.data.CRC32=bf060b82 +nbproject/build-impl.xml.script.CRC32=f70eb4c9 +nbproject/build-impl.xml.stylesheet.CRC32=334708a0@1.99.0.1 diff --git a/nbproject/project.properties b/nbproject/project.properties index 1338456..e3e444f 100644 --- a/nbproject/project.properties +++ b/nbproject/project.properties @@ -29,8 +29,8 @@ endorsed.classpath= excludes= file.reference.jakarta.servlet.jsp.jstl-2.0.0.jar=../../../../Users/sio/Downloads/jakarta.servlet.jsp.jstl-2.0.0.jar file.reference.jakarta.servlet.jsp.jstl-api-2.0.0.jar=../../../../Users/sio/Downloads/jakarta.servlet.jsp.jstl-api-2.0.0.jar -file.reference.mysql-connector-java-8.0.23.jar=C:\\Users\\sio\\Downloads\\mysql-connector-java-8.0.23.jar -file.reference.mysql-connector-java-8.0.23.jar-1=C:\\Program Files\\Apache Software Foundation\\Tomcat 10.1\\drivers\\mysql-connector-java-8.0.23.jar +file.reference.mysql-connector-java-8.0.23.jar=../../../../Users/sio/Downloads/mysql-connector-java-8.0.23.jar +file.reference.mysql-connector-java-8.0.23.jar-1=../Drivers/mysql-connector-java-8.0.23.jar includes=** j2ee.compile.on.save=true j2ee.copy.static.files.on.save=true @@ -85,6 +85,6 @@ src.dir=${source.root}/java test.src.dir=test war.content.additional= war.ear.name=${war.name} -war.name=Test2JakartaV7-2.war +war.name=Test2JakartaV9.war web.docbase.dir=web webinf.dir=web/WEB-INF diff --git a/nbproject/project.xml b/nbproject/project.xml index 086ce4a..04d51b4 100644 --- a/nbproject/project.xml +++ b/nbproject/project.xml @@ -3,7 +3,7 @@ org.netbeans.modules.web.project - Test2JakartaV7-2 + Test2JakartaV9 1.6.5 diff --git a/src/java/bdd/ClientMySQL.java b/src/java/bdd/ClientMySQL.java index f916e09..1ee0497 100644 --- a/src/java/bdd/ClientMySQL.java +++ b/src/java/bdd/ClientMySQL.java @@ -16,9 +16,14 @@ import java.sql.SQLException; * @author sio */ public class ClientMySQL { - //private final Connection theConnection = Connexion.getConnect("10.121.38.165", "bdclient", "adminBDClient", "mdpBDClient"); - private final Connection laConnection = Connexion.getConnect("localhost", "bdclient", "adminBDClient", "mdpBDClient"); + /*Connexion MV serveurBD lycée + private final Connection laConnection = Connexion.getConnect("10.121.38.165", "bdclient", "adminBDClient", "mdpBDClient");*/ + + /*Connexion wampserver + private final Connection laConnection = Connexion.getConnect("localhost", "bdclient", "adminBDClient", "mdpBDClient");*/ + //connexion MV serveurBD maison + private final Connection laConnection = Connexion.getConnect("192.168.1.21", "bdclient", "adminBDClient", "mdpBDClient"); public int create(Client c){ int id=-1; diff --git a/web/META-INF/context.xml b/web/META-INF/context.xml index 6b8baeb..6709416 100644 --- a/web/META-INF/context.xml +++ b/web/META-INF/context.xml @@ -1,2 +1,2 @@ - +