When I try to login in webtop appl its throws an error:
Can enyone help me to resolve it?
Verify that your dfc.properties file contains all the correct values. The easiest way to do this is to copy dfc.properties file from the content server and use it in Webtop.
Application Server cannot find the Java class file "com.documentum.admin.object.DfDocbaseConfig"
You have to find the jar file which DfDocbaseConfig class belongs to, then add that jar file into the classpath.
If the above solution does not resolve then add classpath in catalina.bat and restart Tomcat using startup.bat script (not from services).
I copied dfc.properties from cs but it didn't help.
Viswa.N,
class DfDocbaseConfig doesn't exist in application server (WEB-INF/lib). Where can I find it?
I think some issue with your deployment of webtop.
Can you try to redeploy webtop.
If any other application is deployed on this sever ?? If yes, is that working fine.
Yes it is. I deployed DA && taskspace. Its work fine.
Problem was in my classloader. Child clasloader from the DA application(WEB-INF/lib) loading jar file - admin.jar, with DfDocbaeConfig.class. So I copied it in a parent classloader(system classloader).
So It is a classpath issue, the required jar file was not in your classspath.