<?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/dtd/web-app_2_3.dtd">

<web-app>
	<display-name>PplFlightBookingV5</display-name>
	<description>
        This application is a PplFlightBookingV5 portlet. It can not be used outside a portal.
	</description>

  <listener> 
	<listener-class>exo.services.portletcontainer.impl.servlet.PortletApplicationListener</listener-class>
</listener>
  <servlet> 
  <servlet-name>PortletWrapper</servlet-name> 
  <servlet-class>exo.services.portletcontainer.impl.servlet.ServletWrapper</servlet-class> 
</servlet>
  <servlet-mapping> 
  <servlet-name>PortletWrapper</servlet-name> 
  <url-pattern>/PortletWrapper</url-pattern> 
</servlet-mapping>
<!--  <session-config>
    <session-timeout>30</session-timeout>
  </session-config>
  <mime-mapping>
    <extension>html</extension>
    <mime-type>text/html</mime-type>
  </mime-mapping>
  <mime-mapping>
    <extension>txt</extension>
    <mime-type>text/plain</mime-type>
  </mime-mapping>-->

	<welcome-file-list>
		<welcome-file>index.html</welcome-file>
	</welcome-file-list>

	<taglib>
		<taglib-uri>http://java.sun.com/portlet</taglib-uri>
		<taglib-location>/WEB-INF/tlds/portlet.tld</taglib-location>
	</taglib>
	<!-- PPL Framework Tag Library Descriptors -->
	<taglib>
		<taglib-uri>pplTagLib</taglib-uri>
		<taglib-location>/WEB-INF/tlds/ppl.tld</taglib-location>
	</taglib>	
	
</web-app>

