This content has been marked as final. 
    
Show                 2 replies
    
- 
        1. Re: Easy Q - how to serve up a plain HTML page from Seam ?amitev Sep 23, 2009 5:04 PM (in response to paulmkeogh)Show us what you have right now. 
- 
        2. Re: Easy Q - how to serve up a plain HTML page from Seam ?paulmkeogh Sep 23, 2009 5:32 PM (in response to paulmkeogh)The URL is of the form;
 http://x.x.x.x:28080/<web_context>/widgets/awidget/index.html
 The rest of the Seam application works fine.
 If I change index.html to index.xhtml, I get a 403 instead.
 The error is;
 HTTP Status 404 - /<web_context>/widgets/awidget/index.html
 type Status report
 message /<web_context>/widgets/awidget/index.html
 description The requested resource (/<web_context>/widgets/awidget/index.html) is not available.
 JBoss Web/2.1.2.GA
 
    