Dirk- in web.xml change
<!-- Action Servlet Mapping --> <servlet-mapping> <servlet-name>action</servlet-name> <url-pattern>*.do</url-pattern> </servlet-mapping> to whatever extension you wish to trigger action.. Vielen Dank, -Martin ----- Original Message ----- From: "Dirk Behrendt" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, September 29, 2003 10:09 AM Subject: Change the ".do" extension > Hello! > > Is there a possibility to get rid of the .do extension in the actions? > > For example: > > http://localhost/login.do > > should be > --> http://localhost/login > > > Ist this possible? > > Thanks! > > Dirk > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

