How to change port 7778 to 80 on linux

i have Oracle9ias R2 Infrastucture and Application installation on one machine.
First install 9i as infrastructre,then install 9i app server(webcache and wireless).
The operater system is RedHat AS2.1.
The default http port is 7778(both ohs and web cache).
i want to use port 80 to serve my application(portal with sso), but the port < 1024 only
use for root. could someone please give me a rough guideline on how to do
this?

No - that's not right either. Metalink Note:209114.1 explains exactly how you can achieve this. (It also references Note 208339.1)
I have done this on Portal 9.02 running on SuSE Linux Enterprise Server. Do exactly as it says and it will work for you.
It is also possible to change the ports for the infrastructure host. However since you say that it is all on one host, then I suggest that you leave it where it is and just change portal.
Good Luck

Similar Messages

  • How to change ports in apps

    Hi Sawwan,
    how to change ports in apps 11i on Linux, Please let me know if any metalink notes.
    Thanks

    Danny,
    Please see if these documents help.
    Note: 419823.1 - OAM: Web Components Status: Shows Down Even When The System Works Fine
    Note: 309271.1 - Web Components Status in OAM Shows All Down Even When the System Works Fine
    Note: 434569.1 - OAM application dashbord shows all the web components with status down whereas they are up
    Note: 287415.1 - Host Status In Application Dashboard Overview Tab Shown As Down in OAM
    Regards,
    Hussein

  • How to change port for deployed web application on IAS10g(from 7778 to 80)

    I have deployed an application on IAS Application Server. The default link to my application is:
    http:/my_sever_ip_address:7778/my_app
    Can any one tell me how to change the port that my_app run on from 7778 to 80.
    So that the link to my_app will be:
    http:/my_sever_ip_address/my_app (run on default port 80)
    Very urgent!
    Thx

    You need to read the Oracle® Application Server 10g Administrator's Guide of your installation, which is also available online. In particular, for 9.0.4, you need to read the chapter Managing ports. Basically you need to change your web-cache listener port if web-cache is installed; otherwise you need to change Oracle HTTP Server Port.
    Also note tht port 80 requires extra steps since it is a restricted port.

  • How to change Port 1521 to 1526 on EBS 11.5.10.2

    Hi,
    I am using EBS 11.5.10.2 and 9i Database. ( Single Node ) , on Linux platform
    I want to change port form Port 1521 to 1526 on the Server
    Can some please guide me how to do this.
    Thanks,

    There is a port pool calculator in the Rapid Clone FAQ for 11i. The easiest way to change an existing port pool is to vi $CONTEXT_FILE in both oracle and applmgr environments, globally change the ports, and run adconfig on both database and applications with the applications down. Restart the database and listener when you are done.
    FAQ: Cloning Oracle Applications Release 11i
    http://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=216664.1
    On database $CONTEXT_FILE:
    :1,$s/1521/1526/g
    On applications $CONTEXT_FILE:
    :1,$s/1521/1526/g
    :1,$s/1626/1631/g
    :1,$s/7000/7005/g
    :1,$s/8000/8005/g
    :1,$s/8100/8105/g
    :1,$s/8200/8205/g
    :1,$s/8800/8805/g
    :1,$s/9000/9005/g
    :1,$s/9100/9105/g
    :1,$s/9200/9205/g
    :1,$s/9300/9305/g
    :1,$s/9500/9505/g
    :1,$s/9600/9605/g
    :1,$s/9700/9705/g
    :1,$s/9800/9805/g
    :1,$s/10000/10005/g
    :1,$s/10100/10105/g
    :1,$s/10200/10205/g
    :1,$s/10300/10305/g
    :1,$s/15000/15005/g
    :1,$s/16000/16050/g
    :1,$s/16009/16059/g
    :1,$s/17000/17050/g
    :1,$s/17009/17059/g
    :1,$s/18000/18050/g
    :1,$s/18009/18059/g
    :1,$s/19000/19050/g
    :1,$s/19009/19059/g
    :1,$s/12345/12350/g
    :1,$s/20000/20005/g

  • How to change port settings? on macbook pro 15"

    hi  all, I am trying to sync my phone from my Mac and the software im using has a default port it sends to  so how to i manually changes port settings for port 1? thank you.

    are these COM ports or TCP/IP ports? Give us a little info on this software.

  • How to change port settings on airport extreme

    I need to change port settings on new airport extreme routers for xbox. I have the port settings, just do not how or where to make the change.

    dan620 wrote:
    I need to change port settings on new airport extreme routers for xbox.
    Welcome to Apple's discussion groups.
    Launch AirPort Utility, select your AirPort Extreme, click on "Manual Setup", select the "Advanced" panel, then the "Port Mapping" tab.

  • How to change port for discoverer server

    Hi All,
    Current default port is 7777 for discoverer server.
    how to change the port number ?
    Thank you.

    [Disco Configuration Guide|http://download.oracle.com/docs/html/B13918_03/maint.htm#i1035783]
    Hi,
    I would recommend using the Oracle Business Intelligence Discoverer Configuration Guide appropriate for your implementation (e.g. for Oracle BI Discoverer 10g Release 2 for SPARC, click on the link above). Here is what the documentation says:
    To change the port on which Discoverer is deployed:
    -Start Oracle Application Server Control and display the System Components page (for more information, see Section 5.1.2, "How to start Application Server Control and display the System Components page").
    Display the Ports tab
    -In the rows containing the Oracle HTTP Server component (Type=Listen), select the edit icon in the Configure column to display the Server Properties page for that component.
    -Scroll down to the Listening Addresses and Ports area and change the port number in the Default Port field.
    -Click OK.
    -When you are prompted to restart the Oracle HTTP Server, click Yes.
    For more information about the Server Properties page in Application Server Control, see Application Server Control Help.
    Hint: If you change a Discoverer port number, make sure that any other OracleAS components that use that Discoverer port number are synchronized.
    I have not needed to do this, so I can not speak from experience. As always, try this in a test environment first.
    Patrick
    Edited by: Patrick Bacon on Dec 8, 2009 5:31 AM

  • 10g express, how to change port number for the database home page

    10g express uses port 8080 for its http listener. However this number has been used by Tomcat on my computer. How can I chang the port number for the 10g home page?
    Regards
    jl

    Andy, thank you very much, I have been able to changed the port number following your advice.
    I hope you do not mind I ask a further questions along this line:
    I installed 10 express db on 2 computers. One with Tomcat and the other without. Following your advice, I successfully changed the port number on the one without Tomcat.
    On the one with Tomcat, I believe it was because I installed the 10g express while the Tomcat was running, I can neither go to the 10g's home page (page cannot be displyed), nor logon to the database from sqlplus (ora-12560: TNS:protocal error) even after I shut down the Tomcat. By checking with 'netstat -an', it is known that the http listerner is not listerning.
    Can I change some configuration file to solve this problem? Or do I have to reinstall 10 ex? I prefer the 1st aproach of changing config file, even it is not as easy as reinstallation.
    Thanks
    jl

  • How to change port number  of OEM grid 11gR1

    As we all know, in OEM grid 11gR1 instalation, OEM has assigned it self a defult port 7799 ( https://localhost.com:7799/em/console/logon/logon). How can we change this port and which service we need to restart.

    The easiest way I've found to do it is through the WebLogic console. Select the configuration tax for the services and drill down to the post you want to change. You will need to bounce the OMS (from inside WLS console)

  • How to change Port for SAP Client on SAP R/3 Server?

    The defualt port for SAP GUI Client is 3200.
    How could I change the SAP GUI Client port to say 5222 instead of 3200?
    How can I view the full list of all ports required by SAP R/3?

    Freddy,
    I don't have the document handy but there was a document on service.sap.com/security which would give you a list of all the ports. SAP's wording is some thing like "specific ports are fixed and SAP does not support changing that port number".
    In case of GUI client and your example of 3200, as you know 00 is based on the fact that that is your instance number. You could change last two numbers by assigning a different instance number (and not 00).
    Thanks
    BMG

  • How to change port from 8080 to 80

    Hi i need the help on Oracle 11g which is installed on RHEL5.
    I am using apex3.2 , i had tried to change the application port from 8080 to 80 using exec dbms_xdb.sethttpport(80);
    But there is no change on that, its not able to load on 80 port.
    Please let me know if i am doing wrong
    Details as follows
    Operating System: RHEL5
    RDBMS: Oracle11g
    ApEx version: 3.2

    Thanks for your reply, i do not have that much of knowledge on linux could you please share your knowledge.
    Here i have two users on my server one is root and another one is ipro. i had used ipro to install/configure oracle 11g and apex. As you said ipro user do not have a ownership to start a service on port 80. How can i provide the ownership on port 80 to ipro user.
    Thanks and Regards
    Maheswara

  • How to Change Port settings on Satellite L25-S2161

    I'm working on this system for a friend. System runs XP Home Edition, SP2. There are 4 user profiles-all administrators. The family recently moved to Verizon/FIOS as their internet provider.
    With two users I can log on, connect to the network wirelessly, and surf the net using IE or FF. When I log onto the system with the son's profile, the network shows connected, but I can't connect to the internet with any browser. When I run wireless repair, the message states that the http port (80), https port (443), or FTP port (21) settings might be blocked.
    When I go to Device Manager to check the port settings, Ports is not shown, and it isn't shown on any of the entries.
    There is no restore point set on the machine. The son is the only user with a large body of files, iTunes settings, and more, so I haven't wanted to delete his profile and start over. The same results happen when I take the system home and log onto my linksys network.
    Anyone have recommendations for next steps?

    I haven't wanted to delete his profile and start over.
    Do it this way.
       How to copy data from a corrupted user profile to a new profile in Windows XP
    Be sure to import the email messages and addresses before deleting the old profile.
    -Jerry

  • How to change Port Information shown in sicf in fully qualified host name?

    Hi guys,
    I want to use the CS Documentation Tool for SAP BW.
    In DEV everything is OK, but in PROD I can´t execute.
    I know what´s wrong, but I don´t know where to correct the error.
    When I use transaction sicf -> execute -> GoTo -> Port Information I can only see the server name instead of the  fully qualified host name.
    Can anybody tell me, where to change the name?
    Thanks a lot,
    Barbara

    Those ports are defined in the instance profile of the system and can be defined/changed from RZ10. The parameter is icm/server_port_xx. If the parameter is not defined then it uses the default values.
    The profile values looks something like this:
    icm/server_port_0 PROT=HTTP,PORT=80$$,TIMEOUT=90,PROCTIMEOUT=3600
    icm/server_port_1 PROT=SMTP,PORT=25$$,TIMEOUT=90,PROCTIMEOUT=3600
    Hope this helps.
    Thanks,
    Naveed

  • How to change port 8080 to another and change email link

    HI ,
    We can log onto Business Objects fine both in infoview and CMC using the URL http://servername:8080 but when we run a report and email the link to users the embedded URL http://servername:8080" does not work as it is blocked by our ISA. As a result we need to change the port from 8080 to another. We have changed the port as directed by this link:- http://www.forumtopics.com/busobj/viewtopic.php?p=284295&sid=630c45ef6866f91e81813104372c64e5 and when we change the infoview and CMC URLs they work fine on the new port. However the email link to the report still goes out with port 8080 - what do i need to change in order to get the email to see the new port and hence allow our users to be able to access reports via the link we distribute.
    thanks
    Chris

    Hi,
    the URL syntax shows that you are using BO XI 3.x. I assume that you add %SI_VIEWER_URL% in the message body of your email when you schedule the report. 
    Please go to the CMC and select Applications. Select the CMC entry and press the right mouse button to invoke the context menu. Select the processing settings entry and modify the port in the URL you are seeing there.
    Regards,
    Stratos

  • How to change "Port Information" in SICF?

    Hi experts,
    In sicf, we have a button to view the "port information", e.g. domain name and port for HTTP proxy. However, i didn't find a way to modify it. Could u please give a hint?
    Thanks in advance.
    Regards,
    Alex

    Those ports are defined in the instance profile of the system and can be defined/changed from RZ10. The parameter is icm/server_port_xx. If the parameter is not defined then it uses the default values.
    The profile values looks something like this:
    icm/server_port_0 PROT=HTTP,PORT=80$$,TIMEOUT=90,PROCTIMEOUT=3600
    icm/server_port_1 PROT=SMTP,PORT=25$$,TIMEOUT=90,PROCTIMEOUT=3600
    Hope this helps.
    Thanks,
    Naveed

Maybe you are looking for

  • How to read the value from one context node in other in the same view.

    Hi, I am working on enhanced component ICCMP_BP_CP/BuPaContactPersonCreate ,  i need to read the partner_guid from Customer context node in  contactpersonaddress context node. Could you please guid me how to achieve this? if possible, please explain

  • Authorization problems after upgrading MacBook Pro

    I just purchased a new MacBook Pro (upgrading from 1st generation Intel MacBook Pro) and am unable to get working without the authorization message constantly popping up. I reauthorize (it says I am successful), but the songs (I purchased through iTu

  • RFC 2 FLAT "Conversion configuration error: Unknown structure" MessageTrans

    Hello all, I want to use MessageTransformBean to map an RFC Call to a FlatFile in Receiver Adapter. As it is not FTP I can't use FCC. Everytime I start the processing I get the error: com.sap.aii.messaging.adapter.trans.TransformException: Error conv

  • Condition record data transfer

    I have a scenario where condition record data from ECC needs to be transferred to MDM. I can see COND_A01,COND_A02 idocs in ECC .Pl can you tell me which one is relevant for ALE data transfer. Is there any transaction/report (For example BD10 is used

  • Link Tables in Crystal Report

    Hi I am using Crystal report2008 in SAP Business One. I have made links between OCRD(BP Record) and ORCT(incoming payment). I want to display BP data Opening balance as well as Incoming payment document total. It displays nothing. Can anyone help me