Skip to content

Commit 9f5f716

Browse files
committed
Some fixes
Signed-off-by: Allann Jones
1 parent 4431238 commit 9f5f716

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

jee-webapp/WEB-INF/web.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
33
xmlns="http://xmlns.jcp.org/xml/ns/javaee"
44
xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-app_3_1.xsd"
5-
id="financer-web-java"
5+
id="jee-webapp"
66
version="3.1">
77

88
<display-name>Spring MVC</display-name>

jee-webapp/compile.bat

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,4 @@
22

33
SET TOMCAT_DIR=C:\Allann\packages\devel\java\apache-tomcat-9.0.7
44

5-
javac -cp %TOMCAT_DIR%\lib\servlet-api.jar WEB-INF\classes\br\com\olivum\servlet\TestServlet.java
6-
7-
REM javac -cp %TOMCAT_DIR%\lib\servlet-api.jar ServletTest.java
5+
javac -cp %TOMCAT_DIR%\lib\servlet-api.jar WEB-INF\classes\br\com\olivum\servlet\TestServlet.java

0 commit comments

Comments
 (0)