Latest Answer : NameFile---------------------------My ...
Latest Answer : username is : admintry this without any password. If it doesnt work then give password as admin.I am not sure with this. ...
Latest Answer : thank you ...
Latest Answer : no u cannot rename web.xml file as it is given by sun people as a mandatory.because different people give different names to xml files ,then container doesnot know where to search particular xml entries when we invoke method on objects. ...
Latest Answer : It,s a deployment discriptor like web.xml, which contains deployment related information of a web appn on the server. ...
Latest Answer : WebContextFolder JSP Folder html folder images folder WEB-INF classes lib web.xmlmove to WebContextFolder through DOS Console and type jar cvf myArchive.war . ...
Latest Answer : Use the Following code for using log4jimport org.apache.commons.logging.Log;import org.apache.commons.logging.LogFactory; static Log pdLog = null; static { pdLog = LogFactory.getLog(cm_a001.class); }pdLog.info("Information ...
Latest Answer : tomcat is servlet or jsp container only.not the applicationinorderto work with tomcat we haveto set the classpath to servletapi.jar ...
Latest Answer : Thanks shekher ...