Yes...

<?xml version="1.0" encoding="UTF-8"?>
<web-app version="2.4" 
        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";>
  
    Parses a URL and passes control to relavant servlet
    <display-name>Traffic Manager</display-name>
    <servlet-name>TrafficManager</servlet-name>
    <servlet-class>net.phwoarrr.servlets.TrafficManager</servlet-class>
  

  <servlet-mapping>
    <servlet-name>TrafficManager</servlet-name>
    <url-pattern>/*</url-pattern>
  </servlet-mapping>

</web-app>

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874296#3874296

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3874296


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to