View Single Post
  #8  
Old 12-26-2009, 08:46 PM
mistwang mistwang is offline
LiteSpeed Staff
 
Join Date: May 2003
Location: New Jersey
Posts: 7,585
Quote:
2nd Context:
Servlet Context Definition
URI /*.do
Servlet Engine [VHost Level]: TomcatAJP
The problem is the URI configuration, it does not work like that, you need to use regular expression like

Quote:
exp: \.do$
Reply With Quote