• Post Reply 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
  • Devaka Cooray
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Jeanne Boyarsky
  • Tim Cooke
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Mikalai Zaikin
  • Carey Brown
Bartenders:

code made difference, not the extension

 
Ranch Hand
Posts: 3852
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have two JSP file. One has JSP code and other one has JSF code (declares two JSF tags (c & h), and uses those tags).

When I run "JSP one" (right click on it, and run on server (WAS)), I get URL sth like this: http://localhost:9080/JSFApp/aJSP.jsp

And when I run "JSF one", I get URL: http://localhost:9080/JSFApp/aJSF.faces

Why so? I mean, where it happened and why?

Thanks.
[ February 22, 2008: Message edited by: ankur rathi ]
 
ankur rathi
Ranch Hand
Posts: 3852
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It seems that it had happened at browser as browser sends request for aJSF.faces. But browser doesn�t even get that code (it gets HTML, CSS and JS only).
[ February 24, 2008: Message edited by: ankur rathi ]
 
Make yourself as serene as a flower, as a tree. And on wednesdays, as serene as this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic