BEA WebLogic Server 9.0 Domain Configuration Schema Reference

http://www.bea.com/ns/weblogic/90/domain
element x-powered-by-header-level

Super Types
{http://www.w3.org/2001/XMLSchema}string
|
+--{http://www.bea.com/ns/weblogic/90/domain} (restriction)

Documentation
WebLogic Server uses the X-Powered-By HTTP header, as recommended
 by the Servlet 2.4 specification, to publish its implementation
 information.



 Following are the options: 

  - "NONE":            X-Powered-By header will not be sent 

  - "SHORT" (default): "Servlet/2.4 JSP/2.0"  

  - "MEDIUM":          "Servlet/2.4 JSP/2.0 (WebLogic/9.1)" 

  - "FULL":            "Servlet/2.4 JSP/1.2 (WebLogic/9.1 JDK/1.4.1_05)" 



 


 Default: "SHORT"
Properties
This component is not nillable.

Model
<x-powered-by-header-level>

</x-powered-by-header-level>

Source
<xs:element minOccurs="0" name="x-powered-by-header-level" nillable="true">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="NONE"/>
<xs:enumeration value="SHORT"/>
<xs:enumeration value="MEDIUM"/>
<xs:enumeration value="FULL"/>
</xs:restriction>
</xs:simpleType>
</xs:element>

BEA WebLogic Server 9.0 Domain Configuration Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation