Tag Archives: Java

Java Shopping Cart and eCommerce Solutions

Java Shopping Cart Hosting The need to host a shopping cart comes up on a regular basis. There are literally hundreds of very good solutions out there. Here is a list of carts that satisfy the following criteria: – configurable … Continue reading

Posted in AIX, Cloud Computing, Data Warehouse, DB2, Dedicated Servers, Hosting Support, Java, Linux, Managed Hosting | Tagged , , | 1 Comment

Creating a User Defined Function (UDF) in Java for IBM DB2 9.7

Intro One of the great features of DB2 is that it can be extended with custom code using SQL, C/C++, Java and COBOL. One of the great new features added to DB2 in 9.7 is the ability to run native … Continue reading

Posted in DB2 | Tagged , , , , | 2 Comments

How to create an MD5 password in java or Tomcat

To create an MD5 password at the prompt, assuming you have tomcat installed in /usr/local/tomcat, type $ export TOMCAT=”/usr/local/tomcat” $ java -cp “$TOMCAT/server/lib/catalina.jar:/usr/share/java/jmxri.jar:$TOMCAT/bin/commons-logging-api.jar” \ org.apache.catalina.realm.RealmBase -a md5 [secret] by replacing “[secret]” with the password. Some systems have a working digest.sh … Continue reading

Posted in Java | Tagged , , | Leave a comment

Problems starting Java

If running a legacy java app on a newer RH or RHEL system, youget: Error occurred during initialization of VM Unable to load native library: …/libjava.so: symbol __libc_wait, version GLIBC_2.0 not defined in file libc.so.6 with link time reference This … Continue reading

Posted in Java | Tagged , , | Leave a comment