WiseEditor WAR generation.
This commit is contained in:
9
wise-editor/src/main/webapp/WEB-INF/web.xml
Normal file
9
wise-editor/src/main/webapp/WEB-INF/web.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<web-app xmlns="http://java.sun.com/xml/ns/j2ee"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
|
||||
version="2.4">
|
||||
|
||||
|
||||
</web-app>
|
@@ -1,6 +1,6 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<meta HTTP-EQUIV="REFRESH" content="0; url=/html/editor.html">
|
||||
<meta HTTP-EQUIV="REFRESH" content="0; url=html/editor.html">
|
||||
</head>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user