Visual-JSF

From Resin 3.0

(Difference between revisions)
Jump to: navigation, search
Alex (Talk | contribs)
(New page: == Step by Step (Deploying Visual JSF Demo Application) == ''[Tested with Resin 3.1.6 and ... ]'' http://www.netbeans.org/kb/60/web/helloweb.html === Deploying Visual JSF Application ==...)
Newer edit →

Revision as of 23:36, 21 April 2008

Step by Step (Deploying Visual JSF Demo Application)

[Tested with Resin 3.1.6 and ... ]

http://www.netbeans.org/kb/60/web/helloweb.html

Deploying Visual JSF Application

  1. Step 1
  2. create resin-web.xml file with the following content
    <?xml version="1.0" encoding="UTF-8"?>
    <web-app>
      <jsp validate-taglib-schema="false" fast-jsf="false"/>
    </web-app>
    
  3. Browse to http://localhost:8080/trinidad-blank
Personal tools