08-11-2009 10:51 AM
09-13-2009 05:56 PM
07-30-2010 08:58 AM
07-30-2010 10:06 AM
07-30-2010 12:16 PM
07-30-2010 12:45 PM
===============testname3.java============
import java.net.InetAddress;
import java.net.UnknownHostException;
class testname3
{
public static void main(String[] args) throws UnknownHostException
{
String m_srvName = InetAddress.getLocalHost().getHostAddress();
System.out.println(m_srvName);
}
}
javac testname3.java
java testname3
07-30-2010 12:49 PM
08-02-2010 10:39 AM
08-02-2010 02:49 PM
index.recovery.mode=FULL
Then, restart each node an watch alfresco.log messages showing the indexes are rebuilt.08-03-2010 09:20 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.