Latest Answer : NameFile---------------------------My ...
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 : 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 : Thanks shekher ...
Latest Answer : .........this is the ANT structure if it is wrong pls send me which is correct one ...
I have created one MVC architecture.But i am getting the error asHTTP Status 500 - --------------------------------------------------------------------------------type Exception reportmessage description
Latest Answer : Map myThreadSafeMap = Collections.synchronizedMap( new HashMap() ); ...
Can you suggest me the way in which the taglibs have to be used in J2EE 1.4? The reason is that the J2EE 1.2 automatically maps the tld and the class file, whereas if i use J2EE 1.4, the taglib descriptor shows an error.
Can i call java swing in JSP or Servlet without using Applet?(eg- Suppose i make a frame and i want to popup this frame when i click the button in JSP or Servlet). Please tell me.