Usage Note 9578: Servlet mapping may be required in WEB.XML for Export and MDQuery
It may be necessary to include the following servlet and servlet-mapping
entries in your WEB.XML for proper functionality of Export to Excel and
MDQuery when using JavaServer Pages (JSP). Some servlet engines do
require these mappings.
Edit the WEB.XML file usually located in the WEB-INF folder of your
servlet engine and make sure you have the following "mappings" in the
<web-app> </web-app> section of the file as shown below. The items
listed in the <web-app> section should be in alphabetical order.
<web-app>
<servlet>
<servlet-name>ContentServlet</servlet-name>
<servlet-class>com.sas.servlet.util.ContentServlet</servlet-class>
</servlet>
<servlet>
<servlet-name>MDQueryServlet</servlet-name>
<servlet-class>com.sas.servlet.beans.mddbtable.MDQueryServlet</servlet-c
lass>
</servlet>
<servlet-mapping>
<servlet-name>ContentServlet</servlet-name>
<url-pattern>/servlet/com.sas.servlet.util.ContentServlet</url-pattern>
</servlet-mapping>
<servlet-mapping>
<servlet-name>MDQueryServlet</servlet-name>
<url-pattern>/servlet/com.sas.servlet.beans.mddbtable.MDQueryServlet</ur
l-pattern>
</servlet-mapping>
<taglib>
<taglib-uri>
http://www.sas.com/taglib/sasads
</taglib-uri>
<taglib-location>
/META-INF/sasads.tld
</taglib-location>
</taglib>
</web-app>
Operating System and Release Information
| SAS System | SAS AppDev Studio | Microsoft Windows NT Workstation | 2.0 | | 8.2 TS2M0 | |
| Microsoft Windows 95/98 | 2.0 | | 8.2 TS2M0 | |
| Microsoft Windows 2000 Professional | 2.0 | | 8.2 TS2M0 | |
*
For software releases that are not yet generally available, the Fixed
Release is the software release in which the problem is planned to be
fixed.
| Type: | Usage Note |
| Priority: | |
| Topic: | Software Components ==> webAF
|
| Date Modified: | 2009-02-06 15:36:44 |
| Date Created: | 2003-03-06 14:51:24 |