0 Replies Latest reply on Oct 24, 2007 11:19 AM by crazynewt2

    File structure question when deploying html through portlet

    crazynewt2

      Hi guys. This seems like a simple issue but I can't figure it out yet. When specifying an html page to use in a window, what should be the proper file lookup path? The code below causes a 404 Page Not Found error. Whats the deal?

      
       <window>
       <window-name>MyCMSWindow</window-name>
       <content>
       <content-type>cms</content-type>
       <content-uri>/WEB-INF/pages/home.html</content-uri>
       </content>
       <region>center</region>
       <height>1</height>
       </window>
      


      thanks in advance