Here is a neat trick for automatically loading portal when you browse to your machine

By changing your index.html file (you might want to copy the old one to a different file first) to the following anyone navigating to your machine will automatically see the default page for your public user.
<HTML>
<SCRIPT LANGUAGE-JavaScript>
document.location="/pls/"
</SCRIPT>
</HTML>
Now you only have to type machinename.domain instead of machinename.domain/pls/ to get to Oracle9iAS Portal.
Rich

Instead of relying on the browser this can be implented server-side:
Look for the following section in the file httpd.conf, located in the
9iAS_HOME under Apache/Apache/conf :
# Redirect allows you to tell clients about documents which used to exist in
# your server's namespace, but do not anymore. This allows you to tell the
# clients where to look for the relocated document.
# Format: Redirect old-URI new-URL
After this section, add these lines:
RedirectMatch ^/$ /pls/portal30/
RedirectMatch ^/index\.html?$ /pls/portal30/
Save the file; stop the Oracle HTTP Server, wait 10 seconds, start it again.
This has been documented on Metalink in <Note:150451.1>.

Similar Messages

  • Can you automatically start programs when you switch on your imac

    can you automatically start programs when you switch on your imac

    Yes, go to: Apple / System Preferences / User Groups / Login Items and add the Application to the list of things automatically set to start at login.
    However, you should limit it to those that you need or use, because adding a lot will needlessly slow down your startup time and use more RAM.
    Message was edited by: den.thed
    Oop'  late on the draw again, glad your question is answered.

  • Do we have function for automatic post GI when post GR

    Dear Guru,
    Do we have standard function for automatic post GI when we post GR
    or
    Automatic post GR when we post GI?
    We have this requirement but now we don't have a solution except create a new customize program.
    Please kindly advice.
    Thank you very much.
    Saiyaman

    I'm sorry I did not explain the exactly requirement.
    Actually we have pipeline material but I don't want to use material type PIPE.
    So when we post GI the material (261 or 201), we would like to post GR 501 immediately before GI.
    or
    When we post GR 501 of that material, system will automatic post GI material 261 immediately.
    Please kindly advice.
    Thank you.

  • TS1702 how do you load apps when you turn it on you have a blank screen.

    how do you load apps when you turn your ipod on it has a white screen

    Try here:
    iOS: Not responding or does not turn on
    If you can't turn t off then lett eh battery fully drain. After charging for at least an hour try again.
    If not successful then time for an appointment at the Genius Bar of an Apple store.

  • I recently upgraded to 10.6.7 and Safari 5.05. Safari now has a long load time when you initially boot it up and when selecting a new tab. Other than that it works fine. What can I do ?

    I recently upgraded to 10.6.7 and Safari 5.05. Safari now has a long load time when you initially boot it up and when selecting a new tab. Other than that it works fine. What can I do ?

    Check Safari / Preferences - Extensions. If you have any installed, turn that off, relaunch Safari.
    If it's not Extensions, check for third party Safari add ons.
    http://support.apple.com/kb/TS3230?viewlocale=en_US

  • In the 20.0.1 update, I noticed when you accidentally close your window your browsing it automatically closes your downloads. Can I bypass this?

    In the 20.0.1 update, I noticed when you accidentally close your window your browsing it automatically closes your downloads. Previous versions when you close your window and reopen Firefox your downloads are unaffected until your downloads are finished or you cancel it yourself. Is there a setting I can set that my downloads are unaffected when I close my window.

    You can set the browser.download.manager.quitBehavior pref to 2 on the about:config page.<br />
    That will make Firefox ask for confirmation if you want to cancel the download if you close Firefox.
    See:
    * http://kb.mozillazine.org/browser.download.manager.quitBehavior
    *http://kb.mozillazine.org/about:config

  • In settings what does automatic downloads to when you turn it on

    In settings what does automatic downloads do when you turn it on

    Apps or Music you purchase, using the same Apple ID, on any other device will automatically be downloaded on the device these settings are turned on for.

  • My phone iPhone 5c is stuck on the loading screen when you boot up, what can i do to fix it?

    My iPhone 5c is stuck on the loading screen when you boot up, what can i do to fix it?

    Try a reset.  Hold the on/off and home buttons together for about 10 seconds till the Apple logo appears.

  • One question I am looking for help with is, when you hit the history button I want my last fifty pages to show up instead of just fifteen. Is it possible to

    one question I am looking for help with is, when you hit the history button I want my last fifty pages to show up instead of just fifteen. Is it possible to change that setting?
    TY

    The History menu can only show that fixed maximum of 15 as that is hard coded.
    Maybe this extension helps:
    *History Submenus Ⅱ: https://addons.mozilla.org/firefox/addon/history-submenus-2/

  • When you back up your Iphone/Ipad it backs up for camera roll. but when you take pictures and it uses photo stream, does that mean there are two copy's of your photos on icloud one set for photo stream and one set for backups?

    When you back up your Iphone/Ipad it backs up your camera roll. but when you take pictures and it uses photo stream, does that mean there are two copy's of your photos on icloud one set for photo stream and one set for backups?

    What do you mean by storage quota, does that mean i could be photo streaming about 1gb of photos and it does not get taken away from my free 5bg.

  • [svn] 3921: Fix for - @inheritDoc tag not working for get/ set overrides when you only override the setter of a base class

    Revision: 3921
    Author: [email protected]
    Date: 2008-10-28 06:23:00 -0700 (Tue, 28 Oct 2008)
    Log Message:
    Fix for - @inheritDoc tag not working for get/set overrides when you only override the setter of a base class
    QE Notes: Baselines for framework test will need to be updated.
    Doc Notes: None
    Reviewer: Paul
    Bugs: SDK-17304
    tests: checkintests
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-17304
    Modified Paths:
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/ASDocExtension.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/ClassTable.java

    Revision: 3921
    Author: [email protected]
    Date: 2008-10-28 06:23:00 -0700 (Tue, 28 Oct 2008)
    Log Message:
    Fix for - @inheritDoc tag not working for get/set overrides when you only override the setter of a base class
    QE Notes: Baselines for framework test will need to be updated.
    Doc Notes: None
    Reviewer: Paul
    Bugs: SDK-17304
    tests: checkintests
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-17304
    Modified Paths:
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/ASDocExtension.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/ClassTable.java

  • TS1368 when I try to download an app on my new ipod 2, it saids app will be available for download when you login to your itunes store on your computer, nut my account is logon. Whats going on?

    when I try to download an app on my new ipod 2, it saids app will be available for download when you login to your itunes store on your computer, nut my account is logon. Whats going on?

    On your computer go to iTunes>Store>Check for Available Downloads like the message says. For some reason it will not download directly on your iPod.

  • PO Document type for Automatic Load Building

    Hi Everyone,
    We have a 46C SAP Retail installation and I am currently working on automatic load building.   Would anybody know how I could force the system to use our customized PO document type ZB01 instead of the standard NB during PO creation of the automatic load building functionality?
    Thanks in advance and all the best,
    Leon B. Guerrero
    SuperValue, Inc

    Hi
    Check the path :-
    IMG-->Material Mgt. -->Purchasing --> Define default Values for Document Type.
    Regards
    Amitesh Anand

  • User Exit for Automatic Loading & PGI

    Hi,
    Experts May I know what are the User exit will use in Automatic Loading and PGI
    Thanks
    Regards,
    MH

    Hi,
    Can you provide more details. Auto PGI can be done by setting up Shipping status profile. You can set the shipment status using a Function module based on which Auto PGI can be triggered. Explain when exactly you want to trigger Auto PGI.
    Thanks
    Vinod.

  • New tip trick for capturing scanned images to the PB from your wireless network printer

    I've read a couple of threads here and on crackberry about not being able to print directly to a printer on the local network (although there is a way to print via the cloud from gmail apparently). Anyway it occurred to me that I can browse to my printer's IP address and in addition to allowing me to configure it, it also lets me scan documents to jpg, pdf, and tiff formats and then renders the scanned image through the browser. I tried this from the Playbook browser and it worked perfectly. i was able to view and save the scanned document directly to my Playbook file system. Even more conveniently I could just take a screenshot of the browser window. Now if only the printer would let me print the scan or better yet browse to and upload a local file for print my printing problems would be solved. I am using an older HP 2500 psc. Does anyone know of a newer model wireless/network printer that allows printing via the browser interface?

    Just to clarify. When your playbook and the wireless printer are on the same network, you can browse to the IP address of the wireless printer from your playbook just as you could from your PC or laptop. The browser will display the printer's web features which in my case includes the ability to scan the document that is laying on the scanner bed of the printer. When I click the scan button, the image of the scanned document renders on my playbook and I am able to save the rendered TIFF, JPG, PDF to the playbook locally or I can even just take a screenshot (press the playbook's volume up and down buttons simultaneously) and then the image of the document from the browser window automatically saves to the camera folder under pictures.
    What I would like is to find a wireless printer that from the web page that is displayed when I browse to the printers local IP address be able to browse to a file on my playbook and upload it to the printer (kind of like uploading or attaching a document to a gmail email message or uploading a local picture to Facebook etc...) and then instruct the printer to print the document. Obviously this would only work when I was on the same local wireless network as the printer but it would essentially solve the "how to print directly to a wireless printer from the playbook?" question.

Maybe you are looking for

  • AGMac-TOC Problem-Keeps only one chapter...

    Hello, I started a new book in iBooks Author 2.0 and I added a 2nd chapter... The TOC contains only the contents of the last chapter I have selected before I go to TOC page... Why is this happening? Thank you for your time and help...

  • Workflow remainds in "In Process" state and doesn't flow ahead

    I am facing a weird problem, there is one workflow having a fork step. The fork step is successfully executed, and after that there is another step for updation of z-table. that is not getting executed only. And workflow has stopped there and not flo

  • Iphoto update has moved my photos in their frame.

    Last year i submitted a book from iphoto and all was well, this year i re-submitted the same book without any changes but the photos have now moved in the book meaning heads are being cut off ect. Why?

  • Project duration exceeds limit

    hey, I made a movie in iMovie and exported it to iDVD. After the export process it says "project duration exceeds limit". My movie is 82 min long and 4.35 GB. Why can it not be burned onto a 4.7GB DVD??? is there a possibility to burn it onto 2 diffe

  • Business case

    HI SAP-XI Guru, can you please discuss some business cases where we need SAP-XI in real time project. Thanks & Regards Krishna