Skip to content

Commit 6cddbdc

Browse files
committed
Update web.xml
1 parent ccb27ce commit 6cddbdc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

WEB-INF/web.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,8 @@
1616
<filter-name>DefaultHandler</filter-name>
1717
<url-pattern>/</url-pattern>
1818
</filter-mapping>
19-
19+
<listener>
20+
<listener-class>tinystruct.examples.smalltalk
21+
</listener-class>
22+
</listener>
2023
</web-app>

0 commit comments

Comments
 (0)