Tag Archives: apache

Axis2 Debugging options

Web service interoperability is a nightmare. But it is easy to understand what is going on: just enable debugging! On Axis2, you can do it with the folowing java options… [bash] -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.SimpleLog -Dorg.apache.commons.logging.simplelog.showdatetime=true -Dorg.apache.commons.logging.simplelog.log.httpclient.wire=debug -Dorg.apache.commons.logging.simplelog.log.org.apache.commons.httpclient=debug [/bash]
Posted in English Content | Tagged , , , | Comments Off on Axis2 Debugging options

Php Server Distribution for windows – XAMPP

XAMPP is a very easy to install Apache Distribution for Linux, Solaris, Windows and Mac OS X. The package includes the Apache web server, MySQL, PHP, Perl, a FTP server and phpMyAdmin.
Posted in English Content, Knowledgebase | Tagged , , , , , , , , | 2 Comments

Nested Tag Library for struts 1.x

Example: http://www.laliluna.de/struts-nested-iteration-tutorial.html Reference http://struts.apache.org/1.3.10/struts-taglib/dev_nested.html
Posted in English Content, Knowledgebase | Tagged , , , , , , , | Comments Off on Nested Tag Library for struts 1.x

Apache Rampart

Welcome to Apache Rampart Rampart is the security module of Axis2. It secures SOAP messages according to specifications in the WS-Security stack. via Apache Rampart .
Posted in English Content, Knowledgebase, Software | Tagged , , | Comments Off on Apache Rampart

Slashdot | Yahoo Releases Open Source Hadoop Distribution

Yahoo has been a vociferous Apache Hadoop user and supporter for several years now, and uses it extensively within its Search technologies. Hadoop has been gaining popularity in the Cloud Computing space, with companies like the NYTimes converting 4TB and … Continue reading
Posted in English Content, Knowledgebase | Tagged , , , , , , | Comments Off on Slashdot | Yahoo Releases Open Source Hadoop Distribution

Java HttpClient and Load Balancer bad interactions

Working for a very big customer, I found a very nasty interaction between Sun HttpClient (JDK 1.4) and Http  Load Balancers. In a complex network environment, sometimes you can experience low level TCP/IP comunication errors, because sometimes HttpClient get confused … Continue reading
Posted in English Content, Knowledgebase, Software | Tagged , , , , , , , , | Comments Off on Java HttpClient and Load Balancer bad interactions