10GXE built-in http server and serving non-APEX pages

Hello!
I'm still looking around for more information on the http server software that was included with the 10gxe installation. I haven't been able to find anything about this. References have been to a separately installed web server product and associated folders||directories that don't seem to be relevant to the 10gXE installation.
Can someone tell me whether the http server that came with the 10gXE serve non-application express pages, such as jsp pages that support oracle's custom jsp tags?
If it can, can you give me a little more background, please. E.g., what is the name of the http server software's exe, where does the server software and supporting config file reside, and what is the equivalent web-inf directory for deploying a web app? A link to documentation about the built-in would be desirable.
Thank you.
Albert

Okay, I did these steps this morning on my own computer, it took about 30 mintues and worked fine:
A. Turn off your firewall, or be prepared to allow passage from TNSLSTNR.exe and oracle.exe several times.
B. MS Loopback adapter should be installed
C. Be sure you have a good backup
D. Looks like it uses NT services, wouldn't suggest install on XP Home
The steps are:
1. Run the install program downloaded from Oracle
2. When requested, enter your choice of password to use for SYS and SYSTEM (I'll use "QQ" as a sample later on in this list)
3. About 7 minutes later, install completes, offers to go to the DB home page, do it
4. Sign on as SYSTEM using the password you entered on #2
5. Click "Administration"
6. Click "Database Users"
7. Click "Create User" (this user will be your development schema)
8. Enter username ZZ, password ZZ, re-enter password ZZ, check all privilege boxes (substitute your selections for username and password)
9. Click "Create"
10. Click "Logout"
11. Click Start | Programs | Oracle DB 10g XE | Run SQL Command Line
12. Enter: conn sys/QQ as sysdba (remember, QQ is just my sample passwd)
13. Enter: begin <press enter>
14. Enter: dbms_epg.create_dad(dad_name=>'ox',path=>'/ox/*'); <press enter>
15. Enter: dbms_epg.set_dad_attribute(dad_name=>'ox',attr_name=>'database-username',attr_value=>'ZZ'); <press enter>
16. Enter: dbms_epg.authorize_dad(dad_name=>'ox',user=>'ZZ'); <press enter>
17. Enter: end; <press enter> / <press enter>
(should give a message about procedure successfully executed)
18. This code will serve as a test for your DAD: Enter:
create or replace procedure test1 as
begin
htp.p('<html><head><title>test page</title></head>');
htp.p('<body><p align=center>welcome to '||
to_char(sysdate,'Day, Month dd, yyyy hh:mi:ss am')||
'</p></body>');
end;
(should give a message about procedure successfully executed)
19. Using any browser on the machine, enter the URL:
http://localhost:8080/ox/test1
(should bring up a centered message with date and time in it)
that's all there is too the basic setup. Let me know if you have a problem, I'll answer as far as I'm able.

Similar Messages

  • HT201320 What is incoming and outgoing mail server and server port number

    What is incoming and outgoing mail server and server port number

    See applenerd504 previous reply:
    These specifications that allow you to send and receive messages on your iPhone. If you are using iCloud Mail, Gmail, or another service listed in the selector in settings, they should be automatically configured. If not, you may need to look up certain numbers for your email service.
    Putting it in slightly different terms:
    If you are using a web-mail system like gmail (with a gmail email address) all the mail sending, receiving and management is done on Google servers. In these cases you will only need to have a working internet connection to be able to log in to the service to access its data. 
    Supplying mail sever names and port numbers should only be needed if you are using a traditional (non-web) email account where you are accessing the mail servers directly. This would be typical for a email account set up by someone like your ISP (Internet Service Provider), in these cases you will have to ask them for the appropriate settings.

  • Front-end HTTP Server and Performance with .jspx pages?

    This is more of a general question that I'm looking for validation:
    If the majority of our website is implemented as .jspx pages, with very few straight HTML pages, is there benefit in deploying to an environment with a separate HTTP front-end web server and back-end Application server (java container)? For example, I'm deploying to Tomcat as both the HTTP server and Java Application server for the .jspx pages; is there a performance advantage in deploying to an Apache HTTP server with a connector to Tomcat if I'm primarily serving up .jspx pages? I'm not as familiar with Oracle AS architecture, so my question is primarily around Tomcat deployment.
    thanks

    This is more of a general question that I'm looking for validation:
    If the majority of our website is implemented as .jspx pages, with very few straight HTML pages, is there benefit in deploying to an environment with a separate HTTP front-end web server and back-end Application server (java container)? For example, I'm deploying to Tomcat as both the HTTP server and Java Application server for the .jspx pages; is there a performance advantage in deploying to an Apache HTTP server with a connector to Tomcat if I'm primarily serving up .jspx pages? I'm not as familiar with Oracle AS architecture, so my question is primarily around Tomcat deployment.
    thanks

  • How do I configure ACE30 to allow server to server and server to VIP communications

           I have a ACE30 with 2 client vlans and 2 server vlans in a 2-arm routed mode.  I want to allow  server initiated traffic from either server vlan to access both client vlans via a VIP and also allow server to server traffic between the 2 server vlans via the server IP address.  This is all in a single context. Attached is a diagram of the environment.  The server's gateway is the ACE interface for that particular vlan.
    so servers on vlan 206 will initiate traffic to either vlan 296 or 298 and therefore load balance to servers on either vlan 206 or 216.  same goes for server vlan 216. 
    In conjunction with that how do i configure the ACE so that the servers in one vlan can talk to the servers in the other via directly via their IP address.  for instance the source would be vlan 206 and the destination would be vlan.
    Thank you
    Tony.

    Chris,  does this look correct based on your description of how to configure:
    class-map match-all REAL-SERVERS-VL226
      2 match source-address 10.192.34.0 255.255.255.0
    class-map match-all REAL-SERVERS-VL246
      2 match source-address 10.192.44.0 255.255.255.0
    policy-map multi-match INTRA-server_P
      class LYNCP2F_C
        loadbalance vip inservice
        loadbalance policy LYNCP2F_P
        loadbalance vip icmp-reply active
        nat dynamic 5 vlan 246
      class LYNCP-FE_C
        loadbalance vip inservice
        loadbalance policy LYNCP-FE_P
        loadbalance vip icmp-reply active
      class REAL-SERVERS-VL226
         nat dynamic 1 vlan 226
      class REAL-SERVERS-VL246
         nat dynamic 2 vlan 246
    interface vlan 226
      description Intranet Services Server Vlan 226
      ip address 10.192.34.2 255.255.255.0
      alias 10.192.34.1 255.255.255.0
      peer ip address 10.192.34.3 255.255.255.0
      no icmp-guard
      access-group input ALL-IN
      nat-pool 1 10.192.34.254 10.192.34.254 netmask 255.255.255.0 pat
      service-policy input INTRA-server_P
      no shutdown
    interface vlan 246
      description Intranet Services Server Vlan 246
      ip address 10.192.44.2 255.255.255.0
      alias 10.192.44.1 255.255.255.0
      peer ip address 10.192.44.3 255.255.255.0
      no icmp-guard
      access-group input ALL-IN
      nat-pool 2 10.192.44.254 10.192.44.254 netmask 255.255.255.0 pat
      service-policy input INTRA-server_P
      no shutdown
    interface vlan 292
      description Intranet Services Client Vlan 292
      ip address 10.192.8.4 255.255.254.0
      alias 10.192.8.6 255.255.254.0
      peer ip address 10.192.8.5 255.255.254.0
      mac-sticky enable
      no icmp-guard
      access-group input ALL-IN
      no shutdown
    interface vlan 294
      description Intranet Services Client Vlan 294
      ip address 10.192.6.4 255.255.254.0
      alias 10.192.6.6 255.255.254.0
      peer ip address 10.192.6.5 255.255.254.0
      mac-sticky enable
      no icmp-guard
      access-group input ALL-IN
      no shutdown

  • Mac Mini Server and Server.app

    I purchased a Mac Mini with Server last year. I have placed it in a closet as my home server. I would like to be able to open Server.app from my Laptop connected on the same network. I have tried to take the "Server.app" from the Applications folder on the Mac Mini and transferred it to the Applications folder on my laptop. The OSX version that I am running on my Mac Mini server is 10.7.5. The OSX version that I am attempting to run the Server.app from is 10.9. When I try to launch the Server.app from my laptop (running 10.9) I get a message that says: "You can't use this version of the application "Server.app" with this version of OS X. You have "Server.app" 1.5.0".
    Is this possible? Do I have to pay in the app store to download Server.app even though it came bundled with my Mac Mini?

    It is standard in the software industry to have to pay for software upgrades. While Apple have chosen to make the Mavericks (10.9) upgrade free, the matching Server.app upgrade is not free.
    You are not forced to upgrade to Mavericks, you can if you wish continue to use Lion (10.7) and its matching Server.app version. What you do need to do is use matching versions.
    It should be noted that the 'full' cost of Server.app at only $19 is ludicrously cheap - far cheaper than the upgrade cost of most software.
    In terms of using Server.app on your Mavericks laptop to administer your Lion server and the fact you can't run the Lion server version on your laptop, it is possible to use the Mavericks version of Server.app on your laptop to administer a Lion or Mountain Lion version of Server.app. Therefore you could buy the new Server.app for your laptop, leave your server still on Lion and use the new version to administer your server.
    Or as coocooforcocoapuffs said you can use Screen Sharing or ARD to remote control your server and use Server.app on your server for administration.

  • Directory for MS advanced server and server

    Can someone tell me if there is a difference between SunONE directory server 5.1 sp1 for MS w2k advanced server and the one for MS w2k server.
    We have deployed the MS w2k server edition on advanced servers in the past and I want to know if there are any potential issues...
    Thanx.

    We have an enhancement request to work with multiple accounts for a future release. Currently you can only select the account you select, which is how it was designed to work.
    Sue

  • How to reference session id from non-apex page

    Hi,
    I am looking to integrate an Apex application with the FreeFind site indexing service.
    Here's how it works:
    You create a form on the Apex page that posts the your search string to the FreeFind website:
              <form style="margin:0px; margin-top:4px;" action="http://search.freefind.com/find.html" method="get" accept-charset="utf-8" target="_self">
              <input type="hidden" name="si" value="70856809">
              <input type="hidden" name="pid" value="r">
              <input type="hidden" name="n" value="0">
              <input type="hidden" name="_charset_" value="">
              <input type="hidden" name="bcd" value="&#247;">
              <input type="text" name="query" size="15">
              <input type="submit" value="search">
              </form>The search results are then rendered on a FreeFind web page. However, you can upload you own HTML template to use when rendering the search results. See the sample template below:
    <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
    <html>
    <head>
    <meta http-equiv="content-type" content="text/html; charset=utf-8">
    <title>::title::</title>
    </head>
    <body>
    ::content::
    </body>
    </html>What I would like to do is create a template that mimics the look and feel of my application, providing navigation to pages within my application.
    My question is, how could a include the session id in the links in the template, in order to retain session context?
    Thanks,
    Andrew.

    Andrew,
    Have you considered using Session ID 0? This was designed to assist in SEO for APEX pages. If each time a user hits an APEX page, a unique session ID is embedded in the URL, the search engines did not rank APEX pages well. Thus, if you put a "0" (zero) in the session ID, APEX will still work for public users, and it more SEO-friendly.
    I have used it for my site for some time now: http://sumnertechnologies.com/apex/f?p=10000:1:0
    Hope this helps!
    Thanks,
    - Scott -
    http://spendolini.blogspot.com/
    http://sumnertech.com/

  • I upgraded to 8.0 and browser says its configured for proxy server and will not load pages. I dont run through a proxy

    I have had firefox since this computer was new and never had an issue. when I was prompted to update to 8.0 I thought nothing of it... but since it updated I get the error screen with: '''The proxy server is refusing connections'''
    Firefox is configured to use a proxy server that is refusing connections.
    Check the proxy settings to make sure that they are correct.
    Contact your network administrator to make sure the proxy server is
    working.

    Check the connection settings.
    *Tools > Options > Advanced : Network : Connection > Settings
    *https://support.mozilla.com/kb/Options+window+-+Advanced+panel
    If you do not need to use a proxy to connect to internet then select "No Proxy" if the default "Use the system proxy settings" setting doesn't work.
    See "Firefox connection settings":
    *https://support.mozilla.com/kb/Firefox+cannot+load+websites+but+other+programs+can

  • CORBA Client- Server and Server- Client?

    Is it possible to do Server-> client invocation through CORBA?
    Would I have to create some type of callbakc object to the client?
    Need direction, i was thrown into corba and have no idea about the limitations.

    if anyone is interested in corba callbacks this has something about it
    http://sys-con.com/story/?storyid=36132&DE=1

  • Cannot send mail from newsletter server and Server error: Unable to relay

    We have newsletter server. Sometimes we sent mail by our exchange 2010 server. But recently we are unable to send mail to external mail server. we sent mail by newsletter server within a domain now. We need to solve. Pls. check below log file and provide
    how to solve it.
    Sender ID: [email protected]
    our domain: www.silkways.net
    LOG:
    Status Msg : The email details entered successfully into the database.
    Status Msg : The email details entered successfully into the database.
    Access Level : 1
    MAIL SENT TO : [email protected]
    FAILED TO SEND MAIL TO : [email protected]
    Error : SMTP Error: The following recipients failed: [email protected]<p>SMTP server error: 5.7.1 Unable to relay
    </p>
     FAILED TO SEND MAIL TO : [email protected]
    Error : The following From address failed: [email protected]<p>SMTP server error: 5.5.2 Sender already specified
    </p>
    FAILED TO SEND MAIL TO : [email protected]
    Error : SMTP Error: The following recipients failed: [email protected]<p>SMTP server error: 5.7.1 Unable to relay
    </p>
     FAILED TO SEND MAIL TO : [email protected]
    Error : The following From address failed: [email protected]<p>SMTP server error: 5.5.2 Sender already specified
    </p>
     FAILED TO SEND MAIL TO : [email protected]
    Error : The following From address failed: [email protected]<p>SMTP server error: 4.7.0 Too many errors on this connection, closing transmission channel
    </p>
    FAILED TO SEND MAIL TO : [email protected]
    Error : SMTP Error: The following recipients failed: [email protected]<p>SMTP server error: 5.7.1 Unable to relay
    </p>
     FAILED TO SEND MAIL TO : [email protected]
    Error : The following From address failed: [email protected]<p>SMTP server error: 5.5.2 Sender already specified
    </p>

    Hi,
    Since you are able to send emails to internal domain i assume the application server IP address already allowed into Receive Connector.
    To relay application emails to external domain you should enable Externally Secured box in the Authentication Tab of the particular Receive Connector.
    Kottees :My Blog Please mark it as an answer if it really helps you.

  • Connecting to Exchange 2013 Server and Server name is weird

    Hello
    When I connect to my Exchange 2013 Lab Server with a Outlook 2010 Client something shows wrong.
    The Name of the Exchange server that I type in changes from EX01 to !"¤"&#/25278596"&¤%/¤%/.
    What can be the problem?

    Hello
    When I connect to my Exchange 2013 Lab Server with a Outlook 2010 Client something shows wrong.
    The Name of the Exchange server that I type in changes from EX01 to !"¤"&#/25278596"&¤%/¤%/.
    What can be the problem?
    Are you sure that you don't see something like this: [email protected]
    That is what you should see when connecting to Exchange 2013.
    Outlook clients no longer connect to a server FQDN as they have done in all previous versions of Exchange. Outlook uses Autodiscover to create a new connection point comprised of
    mailbox GUID, @ symbol, and the domain portion of the user’s primary SMTP address.
    See:
    Whats new in Exchange 2013 - Architecture section.
    Martina Miskovic

  • Using Skillbuilders modal plugin with a non apex page

    Hello,
    I have created an apex application that includes a page with a button that uses the skillbuilders modal plugin in order to open a .jsp page. The issue is that the size is too short and I can not display all the components (Just the tittle and two buttons). I have tried to set up the height or weight but the size does not change. Any ideas?
    Kind Regards
    Eva

    Hi Dovi,
    I had a look at your application and can see the link your using for the kids and tech fields modal isn't passing the session ID which is why it is asking you to log in again.
    Below is an example URL for your issue, it isn't tested though.
    f?p=&APP_ID.:20:&APP_SESSION.:::19:P20_EMP_ID:&P19_EMP_ID.:: You will need to change the page numbers of the pages and items to match the page numbers of yours. This is using the statically defined url inside the plugin itself, I have also only done this in an earlier version of plugin but believe the functionality is very similar.
    Hope this helps.
    Paul

  • SQL Developer, SQL Server and the ampersand

    Hello,
    I am connected to a SQL Server database (2008) and am having difficulty getting a query to run properly in SQL Developer (3.1.07).
    Simplified Example
    select table_field
    from table
    where table_field <> 'This & That';
    Expected results
    table_field
    Other stuff
    Other stuff
    Other stuff
    Actual results
    table_field
    Other stuff
    This & That
    This & That
    I cannot seem to get SQL Developer to recognize the & as a literal ampersand. I've tried escaping it numerous ways, but it always thinks it is a variable.
    The query works exactly as expected in MS SQL Management Studio and Toad. Of course, I can just run it in one of those but I'd like to try to get this to work in SQL Developer. Suggestions?
    Please let me know if I can provide further information. Thanks.

    Hi,
    SQL Developers worksheet is designed for Oracle, but we allow you to run statements against SQL Server and other non Oracle databases.
    This can lead to some quirks, like the one you experienced.
    Oracles SQL*Plus uses ampersand to define substitution variables.
    Oracle SQL Developer has implemented the same concept.
    Unfortunately this does not make sense when running something against a non Oracle database.
    As a workaround, you can run the following SQL*Plus command in SQL Developer, before your SQL Server query.
    SET DEFINE OFF;
    select 'hello & goodbye';
    The following maybe of some help as well.
    http://dermotoneill.blogspot.com/2010/11/workheet-hints.html
    http://dermotoneill.blogspot.com/2010/12/sql-server-and-sybase-browsing.html
    Regards,
    Dermot.
    SQL Developer Team.

  • PC Server vs Server?

    I have a MacBook on my wireless network along with four PCs. Three of the PCs are running Vista (Ultimate) and one is XP Pro. When I open Finder and look under the "Shared" section only three of the machines show up. One of the Vista machines is not there. If I choose "Go" | "Connect to Server" I can easily connect to the machine and mount the shares. But once I close them or re-start, that machine disappears from the sidebar and I have to go through the "Connect to Server" process again.
    The only difference I can see is that the other machines have "PC Server" listed under "Kind" in the Finder windows while the machine in question is just listed as "Server" under "Kind." Again, this machine is just another PC running the same version of Vista as the other machines.
    Anyone know how to get this machine to always show up under "Shared" in the Sidebar like the other machines? What is the difference between "PC Server" and "Server"? Any help greatly appreciated. Thanks.

    I'm back with 10.4.10
    Too much unsolved problem with Leopard
    Let me know when all problem are fixed with a windows server and I'll be happy to work with it again!

  • Passing reference from server to server

    I have a situation where several distributed servers (RMI servers)need to register themselves with another (one) RMI Server (centralized). How can the centralized server get the reference to the distributed servers without using the naming service. Ideally when the distributed server call some register method on the centralized server at the point the server should be able to find the reference to the distributed server .... somehow .... how ? Can the distributed servers in some way export thier references to the centralized servers ?
    thanks in advance !

    For this to work, the distributed servers need to already have a stub for the central server. At this point, think of them as clients. The stub allows the clients to send messages to the server. One message (or method call, whatever you like), can allow the client to send a stub of itself to the server so long as it extends the UnicastRemoteObject. This way the client can talk to the server and server can talk to the client.
    All you need is an rmiregistry on each client machine and when you launch the client process, part of the startup routine is to export it's stub to the server.

Maybe you are looking for

  • Corrupt SPLDR.SYS Windows 8.1 Pro 64-bit won't boot

    Hi! I'm running Windows 8.1 Pro 64-bit full Norwegian version bought at a local store.  My PC consists of: MB:  Asrock Z97 Extreme4 Proc.:  Intel i7 4790 RAM:  4 x 8 GB Crucial Ballistix Sport 1866Mhz 10CL Video: Gainward GeForce GTX 770 4GB SSD:  Ki

  • Icloud uninstall impossible

    Hello, I have a problem with my Icloud on my Windows 7 System. I installed a older icloud programm and want to uninstall this. Everytime when I start the uninstall there is the error "Die Systemsteuerung" (its german). Log out from icloud doesnt help

  • Use of Java packages in Java stored procedures? (Oracle 10.2)

    Hi all- Does Oracle's Java stored procedures support Java packages? In all the examples I've seen, packages are never used, and when I added one to a test file, it compiled it just fine, but referencing the class from the package itself resulted in a

  • Can Not Connect with Oracle.

    OK I can connect and add a new data source when I am in the Creator IDE. When I run the application in gives me the error below. What I have found is the system does not create the JDBC resource and the JDBC Connection pool on the Application Server.

  • Abap proxy method execute synchronous

    hey guys, im new at XI and am posting this thread in the hope that someone would explain to me, what is required of the method "execute synchronous" in an abap proxy. thanks