diff --git a/nbproject/build-impl.xml b/nbproject/build-impl.xml index 1d10ce3..96699c3 100644 --- a/nbproject/build-impl.xml +++ b/nbproject/build-impl.xml @@ -982,10 +982,17 @@ exists or setup the property manually. For example like this: + + + - + + + + + diff --git a/nbproject/genfiles.properties b/nbproject/genfiles.properties index 274268c..78dbec6 100644 --- a/nbproject/genfiles.properties +++ b/nbproject/genfiles.properties @@ -1,8 +1,8 @@ -build.xml.data.CRC32=7785d0a3 +build.xml.data.CRC32=a0d2495d build.xml.script.CRC32=bb2bc461 build.xml.stylesheet.CRC32=1707db4f@1.86.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=7785d0a3 -nbproject/build-impl.xml.script.CRC32=09a55b8e +nbproject/build-impl.xml.data.CRC32=a0d2495d +nbproject/build-impl.xml.script.CRC32=8929a79e nbproject/build-impl.xml.stylesheet.CRC32=334708a0@1.86.0.1 diff --git a/nbproject/project.properties b/nbproject/project.properties index 4b95277..55c0aea 100644 --- a/nbproject/project.properties +++ b/nbproject/project.properties @@ -28,6 +28,9 @@ dist.war=${dist.dir}/${war.name} endorsed.classpath=\ ${libs.javaee-endorsed-api-7.0.classpath} excludes= +file.reference.jakarta.servlet.jsp.jstl-2.0.0.jar=/home/funcha.ahamadi/T\u00e9l\u00e9chargements/jakarta.servlet.jsp.jstl-2.0.0.jar +file.reference.jakarta.servlet.jsp.jstl-api-2.0.0.jar=/home/funcha.ahamadi/T\u00e9l\u00e9chargements/jakarta.servlet.jsp.jstl-api-2.0.0.jar +file.reference.mysql-connector-java-8.0.26.jar=/usr/share/java/mysql-connector-java-8.0.26.jar includes=** j2ee.compile.on.save=true j2ee.copy.static.files.on.save=true @@ -36,7 +39,10 @@ j2ee.platform=1.7-web j2ee.platform.classpath=${j2ee.server.domain}/lib/annotations-api.jar:${j2ee.server.domain}/lib/catalina-ant.jar:${j2ee.server.domain}/lib/catalina-ha.jar:${j2ee.server.domain}/lib/catalina-ssi.jar:${j2ee.server.domain}/lib/catalina-storeconfig.jar:${j2ee.server.domain}/lib/catalina-tribes.jar:${j2ee.server.domain}/lib/catalina.jar:${j2ee.server.domain}/lib/ecj-4.20.jar:${j2ee.server.domain}/lib/el-api.jar:${j2ee.server.domain}/lib/jakartaee-migration-1.0.0-shaded.jar:${j2ee.server.domain}/lib/jasper-el.jar:${j2ee.server.domain}/lib/jasper.jar:${j2ee.server.domain}/lib/jaspic-api.jar:${j2ee.server.domain}/lib/jsp-api.jar:${j2ee.server.domain}/lib/servlet-api.jar:${j2ee.server.domain}/lib/tomcat-api.jar:${j2ee.server.domain}/lib/tomcat-coyote.jar:${j2ee.server.domain}/lib/tomcat-dbcp.jar:${j2ee.server.domain}/lib/tomcat-i18n-cs.jar:${j2ee.server.domain}/lib/tomcat-i18n-de.jar:${j2ee.server.domain}/lib/tomcat-i18n-es.jar:${j2ee.server.domain}/lib/tomcat-i18n-fr.jar:${j2ee.server.domain}/lib/tomcat-i18n-ja.jar:${j2ee.server.domain}/lib/tomcat-i18n-ko.jar:${j2ee.server.domain}/lib/tomcat-i18n-pt-BR.jar:${j2ee.server.domain}/lib/tomcat-i18n-ru.jar:${j2ee.server.domain}/lib/tomcat-i18n-zh-CN.jar:${j2ee.server.domain}/lib/tomcat-jdbc.jar:${j2ee.server.domain}/lib/tomcat-jni.jar:${j2ee.server.domain}/lib/tomcat-util-scan.jar:${j2ee.server.domain}/lib/tomcat-util.jar:${j2ee.server.domain}/lib/tomcat-websocket.jar:${j2ee.server.domain}/lib/websocket-api.jar j2ee.server.type=Tomcat jar.compress=false -javac.classpath= +javac.classpath=\ + ${file.reference.mysql-connector-java-8.0.26.jar}:\ + ${file.reference.jakarta.servlet.jsp.jstl-2.0.0.jar}:\ + ${file.reference.jakarta.servlet.jsp.jstl-api-2.0.0.jar} # Space-separated list of extra javac options javac.compilerargs= javac.debug=true diff --git a/nbproject/project.xml b/nbproject/project.xml index 3706c47..9d77691 100644 --- a/nbproject/project.xml +++ b/nbproject/project.xml @@ -5,7 +5,20 @@ ProjetSDIS29 1.6.5 - + + + ${file.reference.mysql-connector-java-8.0.26.jar} + WEB-INF/lib + + + ${file.reference.jakarta.servlet.jsp.jstl-2.0.0.jar} + WEB-INF/lib + + + ${file.reference.jakarta.servlet.jsp.jstl-api-2.0.0.jar} + WEB-INF/lib + + diff --git a/web/WEB-INF/ChefCaserneJSP.jsp b/web/WEB-INF/ChefCaserneJSP.jsp index 1bc5828..4c1501d 100644 --- a/web/WEB-INF/ChefCaserneJSP.jsp +++ b/web/WEB-INF/ChefCaserneJSP.jsp @@ -9,7 +9,7 @@ - JSP Page + Chef de caserne

Hello World!

diff --git a/web/WEB-INF/jspf/newjsp.jsp b/web/WEB-INF/jspf/newjsp.jsp deleted file mode 100644 index 3ddfe60..0000000 --- a/web/WEB-INF/jspf/newjsp.jsp +++ /dev/null @@ -1,17 +0,0 @@ -<%-- - Document : newjsp - Created on : 18 oct. 2021, 11:35:22 - Author : funcha.ahamadi ---%> - -<%@page contentType="text/html" pageEncoding="UTF-8"%> - - - - - JSP Page - - -

Hello World!

- -