Default Port 80 occupied by oracle apachiserver

hi all,
I have to face a problem.i have install oracle 9i on my machine and Oracle Appachi server Occupied Default port 80.When i Write this address in address bar
http://localhost/ than it open the oracle Server,but i have install Wampserver 2.0 and i want to run it.
any help how can i overcome this problem,because i want oracle also on my machine.
thanks in advance.

Hello,
If you don't need apache server, just stop it.
If you need Apache server, go to <ORACLE_HOME>\Apache\Apche\conf directory and check line Listen in httpd.conf and replace port 80 with another number.
BR

Similar Messages

  • Web Enterprise Manager Default Port Number in Oracle 9i

    Enabeling Auditing on database 9.2.0.8
    Web Enterprise Manager Default Port Number in Oracle 9i:
    Does anyone know the default port number of the web enterprise manager (Oracle 9i)?
    If I installed or configured enterprise manager and I forgot the port, where can I find it?

    You must read the part in the Installation Documentation for certified repository databases to ensure that your database is OK.
    My advice is always, never start any installation (not only Oracle) without reading the Documentation, Release Note and any README.
    You will spend less time in the installation as Configuration if you use the required documentations for your platform.
    http://www.oracle.com/pls/db102/portal.portal_db?selected=21

  • Default port of Oracle 9i Database --- Oracle database installation

    Hi,
    I am new to oracle..searched across internet to know this particular detail of Oracle 9i database installation.
    My query being..Can Oracle database be installed in a way to use port's other than 1521. When do we go for making use of a port other than 1521. What are the risk's and benifit's.
    How to make use of a port other than 1521 while making use of OUI(oracle universal installer) to install a 9i database on windows OS.
    Can someone provide an answer to my queries/ some link where I can find the answer.
    Thanks,
    R S

    you have to change the port no in listener.ora file which exists on Oracle_home/network/admin/listener.ora like
    LISTENER =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = TCP)(HOST = Griat-xp.bebo.tech.com)(PORT = 1521))
      )from this to
    LISTENER =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = TCP)(HOST = Griat-xp.bebo.tech.com)(PORT = 1522))
      )afterwords you have to reload the listener by using lsnrctl on command prompt
    in this way you can change the default port of Oracle
    Regards
    Singh

  • Oracle change default port

    Hi,
    I need change the oracle default port from 1521 to 1523
    I changed in listener.ora and in tnsnames.ora but I have any problem to connect with 1523
    Which step I have to perform to change default port?

    Raf Royal wrote:
    Hi,
    I need change the oracle default port from 1521 to 1523
    I changed in listener.ora and in tnsnames.ora but I have any problem to connect with 1523
    Which step I have to perform to change default port?Besides the utter futility of gaining anything through such a change, "I have any problem to connect with 1523" is not an actionable error message.
    I have a problem starting my car. Which step I have to perform to start my car?

  • What is the default port on visual administrator with 2004s

    Hi
    I just finished the install of Netweaver 2004s and oracle is up and running and the j2ee engine as well.
    I want to lauch the visual administrator but unable to connect
    its saying cannont connect to ip and port....
    What is the default port for the first time login
    Also,
    went threw my web browser was able to access the portal page of the Netweaver... I tried the sap* user name but doesn't work
    JF

    Hi Jean
    The default port for VA is 5XX04 (where XX is the instance number)
    the user for the portal is Administrator (not sap*) and the password is the one you used on the installation.
    Hope this help
    Juan
    Please reward with points if helpful

  • Changing SSH default port from 22 to 8080

    Hi all,
    I have deployed SSH on my home solaris 10 x86 machine and it was working fine through the default port 23.
    But the problem is that i can't connect to it from work as the firewall blocks outgoing SSH traffic. So i want to change the default port from 23 to 8080.
    i changed the value of Port in /etc/ssh/sshd_config.
    Then i ran the command
    /usr/lib/ssh/sshd -f /etc/ssh/sshd_config
    because as far as i know from the man pages it will cause the daemon to reread the configuration file thus the new value for port but still it didnt' work.
    Also i tried the command
    /usr/lib/ssh/sshd -p 8080
    but didn't work also
    I tried to restart the ssh daemon after both commands but still the same result.
    Would anyone please help me with this issue as i still don't have much experience in solaris.
    Thanks in advance.

    Ok, So i installed lsof, but
    When i ran that command i got this output
    bash-3.00# lsof -M | grep 8080
    sshd 1085 root 3u IPv6 0xd43e21c0 0t0 TCP *:8080 (LISTEN)
    it seems that sshd is occupying port 8080 but still ican't login from a remote machine.
    When i try it asks me to enter the username and then displays a messaing "Using keyboard-interactive authentication" then asks for password, When i enter the password it gives me "Access denied" although iam sure this is the right password.
    When i try to connect to port 22 things go fine and i can login with the same user "root" with no problems (i know accessing remotely using root is not secure but that is not the problem for the moment)
    So i did that
    ps -ef | grep ssh
    root 1085 1 0 19:05:07 ? 0:00 /usr/lib/ssh/sshd
    root 1093 1 1 19:05:51 ? 0:00 /usr/local/sbin/sshd
    Note that the PID for the process grabbing the port is the same for /usr/lib/ssh/sshd
    so is that the ssh daemon or is it /usr/local/sbin/sshd ????
    Please advise. Note that iam not experienced in solaris so please take it easy with me.
    Thanks

  • Change default port to 80

    Hi everyone,
    I am trying to change the default port of APEX to port 80. I performed all the steps described in the documentation or in this thread HTMLDB Port Number but I am getting the following error when trying to start the HTTP Server from oracle user : apachectl is not owned by this user.
    Do you have any idea why I am getting this error, or someone experienced the same issue ?
    Best regards,
    Othman

    cd to $OHS_HOME/Apache/Apache/bin and then
    chown root apachectl

  • RAC interconnect using UDP - default ports?

    Is there a default port used by each cluster member to listen for connections over UDP? We use IPTABLES firewalls on our hosts, and I need to ensure the cluster heartbeat traffic gets through the firewall properly.
    Thanks in advance.
    Jeff

    user2528460 wrote:
    I understood the UPD ports that are going to be used on the interconnect (clearly without a firewall). Is there a set of default ports?I did a quick count (using <i>lsof</i> to list UDP ports opened on the Interconnect interface) that showed over 185 UDP ports in use.. E.g.
    [root ~]# lsof -n -i | grep UDP | grep "10.0.1.1"
    oracle     5577  oracle   10u  IPv4   130938       UDP 10.0.1.1:22747
    oracle     5577  oracle   15u  IPv4   130941       UDP 10.0.1.1:64265
    oracle     5579  oracle   10u  IPv4   130948       UDP 10.0.1.1:39566
    oracle     5579  oracle   15u  IPv4   130951       UDP 10.0.1.1:55454
    oracle     5579  oracle   21u  IPv4   130970       UDP 10.0.1.1:27897
    oracle     5581  oracle   10u  IPv4   130973       UDP 10.0.1.1:14118
    oracle     5581  oracle   15u  IPv4   130976       UDP 10.0.1.1:13774
    oracle     5583  oracle   10u  IPv4   130983       UDP 10.0.1.1:33277
    oracle     5583  oracle   15u  IPv4   130986       UDP 10.0.1.1:6886
    ..snipped..I would not be concerned about what ports are in use. The important decisions are do you use bonding for the Interconnect, do you use jumbo or super-jumbo frames (MTU sizes), and so on. The actual ports being used has no real bearing as firewalling is not applicable.

  • Which ports are used by oracle datbase and management agent other than 1521

    Hi,
    Which ports are used by oracle datbase and management agent other than 1521 and the default port of management agent?
    Regards,
    Rjiv.

    Check Port Numbers and Protocols of Oracle Components and also check your portlist.ini in $ORACLE_HOME/install directory.

  • Change default port number for web logic!

    Hi folks,
    In my scenario, i already installed obiee 11g with simple install along with web logic on windows xp machine.where this will creates default port number for all services. now i want to change default port number of web logic that is 7001 to some to other port number. how to change this ??.plss help me asap.
    regards,
    mahesh

    Refer tohttp://www.oracle.com/technology/documentation/1012_solaris/install.1012/install/ports.htm

  • Risk & Security vulnerability for using default ports

    Dear All,
    As far as I know, Oracle does not recommend to use default ports for
    security purposes. Searching out of Oracle community found that some people
    think that it does not matter any more. However, it can have some vulnerability
    and, I think, security risk & auditors would not like to see that.
    I have found that in 2012 ORacle Tns listener port 1521 had a vulnerability
    issue with oracle database 11gR1 and 11gR2, but how about Oracle 12?.
    Also, I was searching something similiar for Oracle OAM, SOA, OIM, OAAM, but still cannot
    find anything.
    Thanks
    Georgina Acuna-Rivera

    Do you happen to have such a storage peripheral attached to your M3000?
    If yes, then it is probably reachable through the M3000's IP address. You will need to log a support ticket with HP and get guidance how to get into the array's FCAL controller and investigate the issue.
    If you do not have an HP array attached to your M3000, then log a support case with Oracle and arrange for a field service engineer to visit the site to manipulate the password for its `admin` account (since that special account is likely needs service-employee-only access).
    Either way, you need to get accurate technical support and this forum is NOT official tech-support.

  • DISPATCHER  : avoid change of  a default PORT 1521

    I have configured DB 10.1.0.3 with SHARED SERVER .
    If I connnected to the database (SERVER=SHARED), dispatcher would use
    non-default PORT as
    "D001" established:5 refused:0 current:4 max:972 state:ready
    DISPATCHER <machine: ............., pid: 19839>
    (ADDRESS=(PROTOCOL=tcp)(HOST=..............)(PORT=35972))
    I use my database behind the firewall in DMZ , so I want to use a default PORT 1521 with my dispatcher D0001.
    There was an option "PORT" in a initialization parameter DISPATCHERS in previous DB versions. I cannot use this option in the database release 10.1.0.3.
    Help me?

    I'm afraid you can't do that, at least with that version.
    See http://download-uk.oracle.com/docs/cd/A97329_03/core.902/a92171/concepts.htm#1016370
    Here an extract :
    The metadata repository is always configured to use port 1521 and has a service name of the form iasdb.host.domain (for the first infrastructure on a host) and iasdbx.host.domain for any subsequent infrastructures on that host). You should never change these values.

  • How can we change default port 8080 of application express

    Hi all,
    Does anyone know how to change default port 8080 in application express to run on only "80"? I have tried the following link, but when i am trying to run using 80, error is being thrown.
    http://www.mypi.ch/?p=33
    I have checked that no other thing is running on 80 port. I am using Windows Vista
    With Regards,
    Sunil Bhatia

    I am really a newbie in this application express field.
    I have installed oracle application express 3.2 over oracle 10G Database as per steps provided on forum. Can you let me know how can i find which webserver i am using? is there any query which i could run to find this out...thanks for ur help. Do reply soon
    With Regards,
    Sunil Bhatia

  • Scan Ip with non default port

    Hi All,
    We are impelenting 11.2.0.3 on OEL.
    Can We configure scan ip without default(port other than 1521).
    I have never configure scan ip without default. I want to know whether we can configure?
    Suggestions are welcome.
    Thanks and Regards,

    Hi,
    When i change the port of scan listener and default listener in grid home.
    I am check the listener status from grid home not from oracle home.
    Copyright (c) 1991, 2011, Oracle. All rights reserved.
    Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
    TNS-00511: No listener
    Linux Error: 111: Connection refused
    [dbdev@oractestdbn1 11.2.0]$ lsnrctl status LISTENER
    LSNRCTL for Linux: Version 11.2.0.3.0 - Production on 09-APR-2012 08:45:57
    Copyright (c) 1991, 2011, Oracle. All rights reserved.
    Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
    TNS-00511: No listener
    Linux Error: 111: Connection refused
    [dbdev@oractestdbn1 11.2.0]$ lsnrctl status LISTENER
    Do i need to do anything at database to make it visible from oracle home side.
    Thanks and Regards,

  • Default port

    Hi All,
    I installed BI publisher on port 9705 since default port 9704 was used by some other application. I had hardcoded subtemplates location in my report as below.
    <?import:http://localhost:9704/xmlpserver/SubTemplates/sub-template-parameters.rtf?>
    Since I installed on another port, it is throwing subtemplatenotfound exception. Please can somebody help me how to get the port number dynamically?
    Thanks in advance,
    Karthik

    Hi, Jorge,
    I tried to implement the solution as mentioned by you.
    The report has the following line,
    <?import:{$CURRENT_SERVER_URL}/SubTemplates/sub-template-parameters.rtf?>
    The template has the following
    <?param@begin:CURRENT_SERVER_URL?>
    But I get the following error. Can you help?
    RTFProcessor setLocale: en-us
    FOProcessor setData: C:\Users\tthippes\Documents\ARDetail.xml
    FOProcessor setLocale: en-us
    oracle.xdo.XDOException: java.lang.reflect.InvocationTargetException
        at oracle.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:1237)
        at oracle.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:282)
        at oracle.xdo.template.FOProcessor.createFO(FOProcessor.java:1981)
        at oracle.xdo.template.FOProcessor.generate(FOProcessor.java:1143)
        at RTF2PDF2.runRTFto(RTF2PDF2.java:473)
        at RTF2PDF2.runXDO(RTF2PDF2.java:337)
        at RTF2PDF2.main(RTF2PDF2.java:230)
    Caused by: java.lang.reflect.InvocationTargetException
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at oracle.xdo.common.xml.XSLT10gR1.invokeNewXSLStylesheet(XSLT10gR1.java:835)
        at oracle.xdo.common.xml.XSLT10gR1.transform(XSLT10gR1.java:572)
        at oracle.xdo.common.xml.XSLT10gR1.transform(XSLT10gR1.java:327)
        at oracle.xdo.common.xml.XSLTWrapper.transform(XSLTWrapper.java:212)
        at oracle.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:1213)
        ... 6 more
    Caused by: java.lang.StringIndexOutOfBoundsException: String index out of range: -11
        at oracle.xdo11g.xslt.XSLProcessor.reportException(XSLProcessor.java:965)
        at oracle.xdo11g.xslt.XSLProcessor.newXSLStylesheet(XSLProcessor.java:725)
        at oracle.xdo11g.parser.v2.XSLProcessor.newXSLStylesheet(XSLProcessor.java:391)
        ... 15 more
    Thanks,
    Tejala

Maybe you are looking for

  • PO Delivery Schedule and GRN linkage

    Hello, A PO has a line Item and for that Line item , number of Delivery schedule lines have been created. Now for One delivery schedule line (EKET-EINDT) , Multiple GRN's Created and similarly for other delivery schedule lines too. I want to know for

  • I want to use a external cam with xp in bootcamp but....

    Ive read reports that you will blue screen if you try and use your built in isight with xp. I would like to therefore use an external one with msn messenger in xp on my intel imac. My question is can I disable the built in isight before I do this oth

  • Ocaml and mldonkey failed to compile [solved]

    I've tried to compile mldonkey-2.8.1 and it failed. I know there is a version in AUR, but I need to compile this myself. I'm using gcc-4.1.2, glibc-2.5-2 and ocaml-3.09.3. The output is: Now execute 'make' to start compiling. Good luck! To compile a

  • Pricing error  VF073

    Hello, iam facing an issue while creating an  inter company invoice. in one of the line items in invoice, the  qty is set to zero and the system is giving a message "pricing error VF073" the delivery and sales order qty all is same for that particlua

  • Check specific value in alert

    dear all, we have table 'x' with column c1, we want to create an even alert which will fire when the user enter value equals to 5 Kindly Advice. Regards...Ashraf