Hello guys!
Is there anybody who could give me an advice in servlet-mapping?

I got a web application which consists of a ControllerServlet which should handles all incoming request�s
except 2 static html files (index.html which is an welcome file and abc.html)!


First I mapped it like this:

<servlet-mapping>
   <servlet-name>Controller</servlet-name>
   <url-pattern>/</url-pattern>
 </servlet-mapping>

but then the static html files are not reachable

How could i configure my web.xml , that all requests besides index.html and abc.html
are mapped to the ControllerServlet?


Greets
        Fred

_________________________________________________________________
Frustrated with dial-up? Get high-speed for as low as $29.95/month (depending on the local service providers in your area). https://broadband.msn.com



--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to