Changeset 2211 for FCKeditor.Java/trunk

Show
Ignore:
Timestamp:
2008-07-12 12:41:55 (5 months ago)
Author:
mosipov
Message:

CLOSED - #2359: fckeditor-java-demo fails in Glassfish.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor.Java/trunk/java-demo/src/main/webapp/WEB-INF/web.xml

    r1785 r2211  
    1717        <servlet-mapping> 
    1818                <servlet-name>Connector</servlet-name> 
    19                 <url-pattern> 
    20                         /fckeditor/editor/filemanager/connectors/* 
    21                 </url-pattern> 
     19                <!-- Do not wrap this line otherwise Glassfish will fail to load this file --> 
     20                <url-pattern>/fckeditor/editor/filemanager/connectors/*</url-pattern> 
    2221        </servlet-mapping> 
    2322</web-app>