RE: Really Confused about Apex, 11g and Http

  • From: "Taylor, Chris David" <Chris.Taylor@xxxxxxxxxxxxxxx>
  • To: "Maxim Demenko" <mdemenko@xxxxxxxxx>
  • Date: Tue, 9 Jun 2009 14:57:56 -0500

So much to learn about these new architectures.  Starting to feel a bit like a 
dinosaur and I'm only in my 30s LOL
 


Chris Taylor
Sr. Oracle DBA
Ingram Barge Company
Nashville, TN 37205
Office: 615-517-3355
Cell: 615-354-4799
Email: chris.taylor@xxxxxxxxxxxxxxx
 

CONFIDENTIALITY NOTICE: This e-mail and any attachments are confidential and 
may also be privileged. If you are not the named recipient, please notify the 
sender immediately and delete the contents of this message without disclosing 
the contents to anyone, using them for any purpose, or storing or copying the 
information on any medium.


-----Original Message-----
From: Maxim Demenko [mailto:mdemenko@xxxxxxxxx] 
Sent: Tuesday, June 09, 2009 2:53 PM
To: Taylor, Chris David
Cc: Toon Koppelaars; Oracle-L Freelists
Subject: Re: Really Confused about Apex, 11g and Http

11g uses embedded plsql gateway (it is available on 10g as well, however not 
supported with Apex) . It acts like apache within database itself, so, no need 
to have an additional web server. Of course, not all directives of full 
webserver are implemented, but for ApEx it is enough. 
You have an plsql api for querieng/setting listening ports

select dbms_xdb.gethttpport from dual;
select dbms_xdb_getftpport from dual;
exec dbms_xdb.sethttpport(8080);
exec dbms_xdb.setftpport(8021);
You can disable listening on both, if you sets ports to 0.
You can read about it more detailed here:
http://download.oracle.com/docs/cd/B28359_01/appdev.111/b28369/xdb22pro.htm#g1031760

Best regards

Maxim

Taylor, Chris David schrieb:
> That is one of the guides I used.
>  
>  


--
Why make things difficult, when it is possible to make them cryptic and totally 
illogical, with just a little bit more effort?

Aksel Peter Jørgensen



--
//www.freelists.org/webpage/oracle-l


Other related posts: