Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Facelet example not working in Eclipse

 
Ranch Hand
Posts: 572
2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Hi,
Sorry about the re post.I got a message saying the servers were down so I posted again.

I'm trying to get an example Facelet project to work in in Eclipse using a Tomcat 7 server.

I keep getting a dialogue from the browser asking if I want to download login.xhtml .


jsf-impl.jar
and
jsf-api.jar are currently in WEB-INF/lib .
I've tried moving them to different places(eclipse build path,tomcat lib directory) but to no effect.

The configuration files are below.

Thanks ,
Paul

login.xhtml



faces-config.xml



web.xml

 
Saloon Keeper
Posts: 27763
196
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Locked, since you resolved this in the original post: https://coderanch.com/t/586751/JSF/java/Facelet-example-not-working-Eclipse
 
    Bookmark Topic Watch Topic
  • New Topic