Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
Whats is location of access_log file ?
Whats is location of access_log file ?
✍: Guest
access_log file by default is located in $IAS_ORACLE_HOME/ Apache/Apache/logs. Location of this file is defined in httpd.conf by patameter CustomLog or TransferLog
2011-11-23, 3036👍, 0💬
Popular Posts:
What is difference between custom JSP tags and JavaBeans? Custom JSP tag is a tag you defined. You d...
Can Java object be locked down for exclusive use by a given thread? Yes. You can lock an object by p...
How Do I Run JUnit Tests from Command Window? To run JUnit tests from a command window, you need to ...
How do I use a scriptlet to initialize a newly instantiated bean? A jsp:useBean action may optionall...
Can you explain what is “AutoPostBack” feature in ASP.NET ? If we want the control to automatically ...