Visual-JSF

From Resin 3.0

(Difference between revisions)
Jump to: navigation, search
m (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 ==...)
 
Line 3: Line 3:
 
''[Tested with Resin 3.1.6 and ... ]''
 
''[Tested with Resin 3.1.6 and ... ]''
  
http://www.netbeans.org/kb/60/web/helloweb.html
+
Travel Center
 +
Vehicle Incident Report Application
  
 
=== Deploying Visual JSF Application ===
 
=== Deploying Visual JSF Application ===

Revision as of 00:16, 22 April 2008

Step by Step (Deploying Visual JSF Demo Application)

[Tested with Resin 3.1.6 and ... ]

Travel Center Vehicle Incident Report Application

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