I am able to invoke my servlets through weblogic by giving url like http://localhost:7001/MyServlet. but if the servlet is using a ordinary class file where should I put that class file in weblogic folder how to set classpath. if any my servlet refering to the class it is giving error like java.lang.NoClassDefFoundError.. please help me regarding this. thanks and regards, Rajesh Kumar Jhaver
You should put those class files in weblogic/classes.If ur class file is in a package com.xxx.yyy then the file should be in weblogic/classes/com/xxx/yyy otherwise it should be in weblogic/classes.