[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[xmlblaster] web.xml and servlets



Hi,

i have extended the servlet (BlasterHttpProxyServlet.java)
to read all params set in

  WEB-INF/web.xml

and merge them with the xmlBlaster properties.


Examples how to edit web.xml ============================

To switch on trace logging:

 <init-param>
   <param-name>trace</param-name>
   <param-value>true</param-value>
   <description>sets the trace</description>
 </init-param>


To add the IP if xmlBlaster is running on another host than tomcat:

 <init-param>
   <param-name>iorHost</param-name>
   <param-value>192.168.1.5</param-value>
   <description>dumps messages</description>
 </init-param -->


All parameters from xmlBlaster.properties or the one listet with:

  java HelloWorld3 -help

are available.

regards,

Marcel



--
Marcel Ruff
mailto:ruff at swand.lake.de
http://www.lake.de/home/lake/swand/
http://www.xmlBlaster.org