⚲
Project
General
Profile
Sign in
Register
Home
Projects
Help
Search
:
JWt
All Projects
JWt
Overview
Activity
Roadmap
Issues
Wiki
Forums
Download (792 Bytes)
JWT 3.1.11 -- Issues making pock for client
ยป web.xml
Thim Anneessens
, 10/26/2011 11:24 AM
<?xml version="1.0" encoding="ISO-8859-1" ?>
<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"
>
<display-name>
ICT Doodle
</display-name>
<description>
This is a simple web application with a source code organization
based on the recommendations of the Application Developer's Guide.
</description>
<servlet>
<servlet-name>
DoodleSite
</servlet-name>
<servlet-class>
doodle.frontend.Main
</servlet-class>
</servlet>
<servlet-mapping>
<servlet-name>
DoodleSite
</servlet-name>
<url-pattern>
/site
</url-pattern>
</servlet-mapping>
</web-app>
(1-1/1)
Loading...