topical media & game development
professional-ria-04-web.xml / xml
<?xml version="1.0"?>
<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">
<servlet>
<servlet-name>HelloResponseServletv1</servlet-name>
<servlet-class>HelloResponseServletv1</servlet-class>
</servlet>
<servlet>
<servlet-name>HelloResponseServletv2</servlet-name>
<servlet-class>HelloResponseServletv2</servlet-class>
</servlet>
<servlet-mapping>
<servlet-name>HelloResponseServletv1</servlet-name>
<url-pattern>/helloResponsev1</url-pattern>
</servlet-mapping>
<servlet-mapping>
<servlet-name>HelloResponseServletv2</servlet-name>
<url-pattern>/helloResponsev2</url-pattern>
</servlet-mapping>
</web-app>
(C) Æliens
20/2/2008
You may not copy or print any of this material without explicit permission of the author or the publisher.
In case of other copyright issues, contact the author.