Search
Translate / Traduci
-
Available even in U.S.A. Support Gioorgi Editorial Board
June 2023 M T W T F S S 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 Gioorgi EverGreen
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 apache, axis2, debugging, java
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 apache, easy, linux, mysql, perl, php, sql, web, windows
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 apache, example, html, http, reference, struts, tag library, tutorial
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 apache, axis2, java
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 apache, cloud computing, google, ideas, mapreduce, Programming Languages, yahoo
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 apache, bug, complex, http, java, performance, system, unix, web
Comments Off on Java HttpClient and Load Balancer bad interactions