Exforsys

WebSphere Tutorials

  1. WebSphere V5.0 : Building Expressions
  2. WebSphere V5.0 : Creating SQL statements
  3. WebSphere V5.0 : Applying DDL scripts to a remote database
  4. WebSphere V5.0 : Deploying to the database
  5. WebSphere V5.0 : Defining a table
  6. WebSphere V5.0 : Defining a database
  7. Working with Data in WebSphere
  8. WebSphere V5.0 : Debugging - JSP debugging
  9. WebSphere V5.0 : Debugging - Scrapbook Page
  10. WebSphere V5.0 : Debugging - View variables
  11. WebSphere V5.0 : Debugging - Step-through code
  12. WebSphere V5.0 : Debugging - Set breakpoints
  13. WebSphere V5.0 : Running Applications - Export J2EE applications
  14. WebSphere V5.0 : Running Applications - Run/operate server
  15. WebSphere V5.0 : Running Applications - Understand Session Manager
  16. WebSphere V5.0 : Running Applications - Configure data sources
  17. WebSphere V5.0 : Running Applications - Create server instance and server configuration
  18. WebSphere V5.0 : Web Development - Use Web Page Wizards
  19. WebSphere V5.0 : Web Development - Work with Web Application Deployment Descriptor
  20. WebSphere V5.0 : Web Development - Use content assist
  21. WebSphere V5.0 : Web Development - Use Page Designer to add and modify HTML and JSP content
  22. WebSphere V5.0 : Web Development - Understand classpath and module dependencies
  23. WebSphere V5.0 : Web Development - Create resources in appropriate J2EE locations
  24. WebSphere V5.0 : Web Development - Create a web project
  25. WebSphere V5.0 : Java Development - Use property dialogues
  26. WebSphere V5.0 : Java Development - Use hierarchy view
  27. WebSphere V5.0 : Java Development - Use task view
  28. WebSphere V5.0 : Java Development - Use search function
  29. WebSphere V5.0 : Java Development - Use content assist function and declarations
  30. WebSphere V5.0 : Java Development - Use refactoring features
  31. WebSphere V5.0 : Java Development - Use Outline View and Browsing View
  32. WebSphere V5.0 : Java Development - Create Java project, packages, classes, methods
  33. WebSphere V5.0 : Workbench Basics - Use the Help feature to aid in development activities
  34. WebSphere V5.0 : Workbench Basics - Import to and export from the workbench
  35. WebSphere V5.0 : Workbench Basics - Work with Perspectives
  36. WebSphere V5.0 : Workbench Basics - Set workbench preferences
  37. WebSphere V5.0 : Workbench Basics - Create J2EE projects

Ads


Home arrow Reviews arrow WebSphere Tutorials

WebSphere V5.0 : Web Development - Work with Web Application Deployment Descriptor Page - 3

Page 3 of 3
Author : Exforsys Inc.     Published on: 16th May 2006    |   Last Updated on: 21st May 2006

WebSphere V5.0 : Web Development - Work with Web Application Deployment Descriptor


.
.
.
Ads

 
  • Pages

Lets you add or remove welcome and error page to the deployment descriptor. Also allows you to define the login-config element.


Pages
 
  • Parameters
Lets you add or remove servlet context initialization parameters for a Web applications. The context parameters apply to all servlets within the application.

Parameters
 
  • MIME
Lets you add or remove mappings between the extension types and MIME types (such as text/plain). File extensions are strings that describe an extension without the dot (.) delimiter (for example, txt).

MIME

  • Extensions

    Lets you specify settings for WebSphere extensions (such as enabling reloading).


    Extensions

  • Source

    Lets you edit the web.xml source directly.


    Source

    Editing the XML source directly is not the recommended method for editing the deployment descriptor. The best way to build deployment descriptor files is to edit the multiple tabbed pages. As you specify deployment information in these tabbed pages, the editor automatically incorporates the appropriate XML tagging.

    In addition to the configuration information in the web.xml file, other deployment descriptors in a Web project include the following information:

  • Binding information — information is required by the application server to bind the deployment information specified in the application to a specific instance. For example, it may map a logical name of an external dependency or resource to the actual physical JNDI name of the resource. It also may map security role information to a set of groups or users.

  • IBM binding and extensions information (ibm-web-bnd.xmi and ibm-web-ext.xmi files) — additions to the standard descriptors for J2EE applications, Web applications, and enterprise beans. The extensions enable Enterprise Edition or legacy (older) systems to work in the current WebSphere Application Server environment. They are also used to specify application behavior that is vendor-specific, undefined in a current specification, or expected to be included in a future specification.

    Ads


    If you import a WAR file into an existing Web project, you can include the deployment descriptor files included in the WAR file as the Web project's new deployment descriptor. Any specific deployment information already defined in these files is used when deploying the updated Web application.

    The web.xml file can be updated automatically to reflect changes to your Web project. For instance, when you use the New Servlet wizard to create a new servlet in a Web project, the wizard places the appropriate servlet entry into the web.xml file.

  • _____________
    Author: Mikalai Zaikin. Please Click Here to visit Authors site for any updates and changes to the study notes.



  •  
    This tutorial is part of a WebSphere Tutorials tutorial series. Read it from the beginning and learn yourself.

    WebSphere Tutorials

    1. WebSphere V5.0 : Building Expressions
    2. WebSphere V5.0 : Creating SQL statements
    3. WebSphere V5.0 : Applying DDL scripts to a remote database
    4. WebSphere V5.0 : Deploying to the database
    5. WebSphere V5.0 : Defining a table
    6. WebSphere V5.0 : Defining a database
    7. Working with Data in WebSphere
    8. WebSphere V5.0 : Debugging - JSP debugging
    9. WebSphere V5.0 : Debugging - Scrapbook Page
    10. WebSphere V5.0 : Debugging - View variables
    11. WebSphere V5.0 : Debugging - Step-through code
    12. WebSphere V5.0 : Debugging - Set breakpoints
    13. WebSphere V5.0 : Running Applications - Export J2EE applications
    14. WebSphere V5.0 : Running Applications - Run/operate server
    15. WebSphere V5.0 : Running Applications - Understand Session Manager
    16. WebSphere V5.0 : Running Applications - Configure data sources
    17. WebSphere V5.0 : Running Applications - Create server instance and server configuration
    18. WebSphere V5.0 : Web Development - Use Web Page Wizards
    19. WebSphere V5.0 : Web Development - Work with Web Application Deployment Descriptor
    20. WebSphere V5.0 : Web Development - Use content assist
    21. WebSphere V5.0 : Web Development - Use Page Designer to add and modify HTML and JSP content
    22. WebSphere V5.0 : Web Development - Understand classpath and module dependencies
    23. WebSphere V5.0 : Web Development - Create resources in appropriate J2EE locations
    24. WebSphere V5.0 : Web Development - Create a web project
    25. WebSphere V5.0 : Java Development - Use property dialogues
    26. WebSphere V5.0 : Java Development - Use hierarchy view
    27. WebSphere V5.0 : Java Development - Use task view
    28. WebSphere V5.0 : Java Development - Use search function
    29. WebSphere V5.0 : Java Development - Use content assist function and declarations
    30. WebSphere V5.0 : Java Development - Use refactoring features
    31. WebSphere V5.0 : Java Development - Use Outline View and Browsing View
    32. WebSphere V5.0 : Java Development - Create Java project, packages, classes, methods
    33. WebSphere V5.0 : Workbench Basics - Use the Help feature to aid in development activities
    34. WebSphere V5.0 : Workbench Basics - Import to and export from the workbench
    35. WebSphere V5.0 : Workbench Basics - Work with Perspectives
    36. WebSphere V5.0 : Workbench Basics - Set workbench preferences
    37. WebSphere V5.0 : Workbench Basics - Create J2EE projects
     

    Comments