Chapter 17. Defining the Web Deployment Descriptor
login-config
auth-method BASIC /auth-method
realm-name Example Basic Authentication Area /realm-name
/login-config
env-entry
env-entry-name envEntryString /env-entry-name
env-entry-value
This is a string from the env-entry
/env-entry-value
env-entry-type java.lang.String /env-entry-type
/env-entry
!-- reference on a remote bean without ejb-link--
ejb-ref
ejb-ref-name ejb/Op /ejb-ref-name
ejb-ref-type Session /ejb-ref-type
home org.objectweb.earsample.beans.secusb.OpHome /home
remote org.objectweb.earsample.beans.secusb.Op /remote
/ejb-ref
!-- reference on a remote bean using ejb-link--
ejb-ref
ejb-ref-name ejb/EjbLinkOp /ejb-ref-name
ejb-ref-type Session /ejb-ref-type
home org.objectweb.earsample.beans.secusb.OpHome /home
remote org.objectweb.earsample.beans.secusb.Op /remote
ejb-link secusb.jar#Op /ejb-link
/ejb-ref
!-- reference on a local bean --
ejb-local-ref
ejb-ref-name ejb/OpLocal /ejb-ref-name
ejb-ref-type Session /ejb-ref-type
local-home
org.objectweb.earsample.beans.secusb.OpLocalHome
/local-home
local org.objectweb.earsample.beans.secusb.OpLocal /local
ejb-link secusb.jar#Op /ejb-link
/ejb-local-ref
/web-app
Example of a specific Web Deployment Descriptor (
•
?xml version="1.0" encoding="ISO-8859-1"?
jonas-web-app xmlns="http://www.objectweb.org/jonas/ns"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.objectweb.org/jonas/ns
http://www.objectweb.org/jonas/ns/jonas-web-app_4_0.xsd"
!-- Mapping between the referenced bean and its JNDI name,
override the ejb-link, if there is one in the associated
ejb-ref in the standard Web Deployment Descriptor --
jonas-ejb-ref
ejb-ref-name ejb/Op /ejb-ref-name
jndi-name OpHome /jndi-name
/jonas-ejb-ref
!-- the virtual host on which deploy the web application --
host localhost /host
!-- the context root on which deploy the web application --
):
jonas-web.xml
165
Need help?
Do you have a question about the APPLICATION SERVER - JONAS and is the answer not in the manual?
Questions and answers