The solution to the FTP problem
1. To solve the problem please download "Jakarta Commons Net" from:
The Jakarta Site - Commons Net Downloads
and add the following to the glog.properties file:
glog.util.ftp.client.package = org.apache.commons.net.ftp.FTPClient
The file needs to be unzipped and the commons-net-1.4.1.jar file copied to the
glog/gc3webapp/WEB-INF/lib/3rdparty directory
and finally the weblogic.conf needs to be editted to add the file to the classpath. Add the line:
wrapper.java.classpath.#=../../../glog/gc3webapp/WEB-INF/lib/3rdparty/commons-net-1.4.
1.jar
where:
# is the next number in the wrapper.java.classpath lines. (e.g. if the last line says
wrapper.java.classpath.7 then # should be
2. Restart the web and application servers.