• 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
  • 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

List of elements starting with "/"

 
Ranch Hand
Posts: 79
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
elements starting with "/"
===============================================

IN DD
-----
location element in error-page


METHODS
-------
context.getResource()
context.getResourceAsStream()
context.getRequestDispatcher()

Please add to the list
 
Ranch Hand
Posts: 87
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
one from my side:

<jsp-file>/myjsp.jsp</jsp-file>

For a DD, ALL file names except the welcome-file in welcome-file-list take a "/" before them

Kejal
 
Bhumika Thakkar
Ranch Hand
Posts: 79
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm confused, which other file name exists in DD?
 
Kejal Shah
Ranch Hand
Posts: 87
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Bhumika,
Here's one:
<taglib>


(Optional) Identify JSP tag libraries.

For more information, see taglib Element.
<taglib>
<taglib-uri>
string_pattern
</taglib-uri>
<taglib-location>
filename
</taglib-location>
</taglib>

You mite find this link useful: http://e-docs.bea.com/wls/docs61/webapp/webappdeployment.html

Kejal
 
reply
    Bookmark Topic Watch Topic
  • New Topic