forked from Coded/SIPRP
				
			
			You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							19 lines
						
					
					
						
							472 B
						
					
					
				
			
		
		
	
	
							19 lines
						
					
					
						
							472 B
						
					
					
				| <?xml version="1.0" encoding="ISO-8859-1"?>
 | |
| 
 | |
| <!DOCTYPE web-app
 | |
| PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
 | |
| "http://java.sun.com/j2ee/dtds/web-app_2_3.dtd">
 | |
| 
 | |
| <web-app>
 | |
|   <servlet>
 | |
|     <servlet-class>siprp.images.servlet.ImagesServlet</servlet-class>
 | |
|     <servlet-name>Some dummy name</servlet-name>
 | |
|   </servlet>
 | |
| 
 | |
|   <servlet-mapping>
 | |
|     <servlet-name>Some dummy name</servlet-name>
 | |
|     <url-pattern>/image</url-pattern>
 | |
|   </servlet-mapping>
 | |
| 
 | |
| </web-app>
 |