View Single Post
  #2 (permalink)  
Old April 26th, 2007, 16:14
runinord runinord is offline
Junior Member
 
Join Date: Dec 2006
Location: Orlando, Florida, US
Posts: 29
Thanks: 0
Thanked 1 Time in 1 Post
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 0
runinord is on a distinguished road
Send a message via MSN to runinord Send a message via Skype™ to runinord
Re: FTP problem on OTM5.5.2

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.
Reply With Quote