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:
What are main configuration files in Web Server (Apache) ?
What are main configuration files in Web Server (Apache) ?
✍: Guest
Main configuration files in Oracle application Web Server are
# httpd.conf, apps.conf, oracle_apache.conf, httpd_pls.conf
# jserv.conf, ssp_init.txt, jserv.properties, zone.properties
# plsql.conf, wdbsvr.app, plsql.conf
2011-11-14, 3194👍, 0💬
Popular Posts:
What are unadjusted function points and how is it calculated? Unadjusted function points = ILF + EIF...
How is the MVC design pattern used in Struts framework? In the MVS design pattern, there 3 component...
From performance point of view how do they rate ? Repeater is fastest followed by Datalist and final...
What is the difference between "calloc(...)" and "malloc(...)"? 1. calloc(...) allocates a block of ...
Would I use print "$a dollars" or "{$a} dollars" to print out the amount of dollars in this example?...