Change the port number

can i install Oracle server and tomcat server on same machine ?
how to change the port number in OracleXE 10g. so that i can install oracle Data base and tomcat on same machine.

can i install Oracle server and tomcat server
on same machine ?Yes.
>
how to change the port number in OracleXE 10g.
so that i can install oracle Data base and tomcat on
same machine.Just make sure Tomcat is running while you install Oracle, and it should find the port in use.
Otherwise, turn tomcat off, install using port 8080, and use the sqlplus command 'exec dbms_xdb.sethttpport(8090); to change the port to 8090 after the fact.
Before installing:
1) On WIndows, use a LOCAL machine administrator, not a domain administrator or non-admin user;
2) On Windows, turn off all firewalls before installing; on Fedora, turn off SELinux;
3) If there was a previous Oracle on the machine, on windows make sure the registry is clean.

Similar Messages

  • I am trying to set up my outlook 2007 account on i pad and the process sticks on verifying.  It would appear to be a problem with outgoing server and I have changed the port number but with no success.

    I have just purchased an i pad 2 and am having trouble with the e-mail set up.  Set up with wi-fi, i-cloud etc has worked fine but the i pad is recognising my outlook 2007 account details but is not verifying it.  The trouble appears to be with the outgoing server and I have tried changing the port number, but to no avail!  Also reset the account settings for holding messages on the server...help!  As you can tell I'm not very techy and I'm desperate to get the bloody thing working as I'm going away on Tuesday! Any suggestions?

    I had a similar issue and it was password case sensitive issue

  • Is it possible to change the port number of an already installed ITS?

    Hello,
    I've done an install of the latest ITS stand-alone application (win2k server , IIS). It was installed on port 81.
    Is there an easy way to change the port number of this ITS installation without doing a new install? I know there are port references in the itsregistrywgate.xml file but was not sure if these were maintained during install or by reading the global.srvc file entries.
    I've taken the simplistic steps of changing the port number in IIS and the global.srvc file but that does not work. I get a 403.2 read access forbidden error.
    Any advice would be much appreciated.
    Thanks,
    Graham

    Hello Graham,
    yes, it is possible but depends on what you want.
    For IIS, WGate is depending on the following items:
    ISAPI wgate (the filter API that triggers on /scripts/wgate) which is normally a general isapi for all webserver instances.
    the virtual directory "SAP-WGate-Scripts" which exists for the according "virtual" webserver instance.
    the (web)servername in wgate registry, which points to your virtual webserver
    the "Port" in the URL section in wgate registry.
    So, if you want to change the port (e.g. from 81 to 82) for both your virtual webserver and the wgate then go ahead.
    But if you want an extra virtual host (e.g. on 82) then:
    create the virtual host on 82
    create a "SAP-WGate-Scripts" directory on this 82 host exactly as the one on the 81 host.
    change the "Port" in the wgate URL section.
    if you also have an own docroot directory you have to copy the SAP mimes from the 81 docroot to the new one.
    The only thing that will be wrong afterwards is the webservername, this will have no effect on the runtime behavior but at the next patch install you will get an extra dialog to identify your webserver again.
    If you wanted to go for the latter scenario then it might be less work to add a new instance by install e.g. a dual host wgate on the new virtual host or a single host install (with a dummy agate).
    Afterwards you can play around with the WGate configuration to change it to your needs.
    Regards,
      Fekke

  • Changing the port number in 10g Discoverer- Middle Tier & Infrasctructural

    Earlier I had insalled 10g discoverer which incudes both Middle Tier & Infrastructural Tier with default port numbers.
    Now i would like to change the default port numbers to other port numbers. This is because , i am got to do another discoverer installation with default port numers.
    In this case i have one question. Is it required to change all the port numbers that exist in the file "portlist.ini" of both Middle Tier & Infrastructural Tier.
    What change still i need to do in Oracle 11i application front.
    Thanks
    Naveen

    I did troubleshooting to verify the group, but this just changed the port number back to the default in the listener.ora & tnsnames.ora.
    So I did all the steps again to change the port number from the default to another - via lsnrctl status, i see that the new port number is being used, I can also log in to the database via Toad using the new port number, in v$parameter i see that the local_listener is registered on the new port number....only under the Fail Safe manager, the port number (under listener parameter) has not changed....it still shows the default port number. Anyone know how to change this???

  • How to change the port number for deployment in JAVA Studio Enterprise 8?

    Hi!
    Yesterday i downloaded this new sun java studio enterprise and found it mind blowing.
    Now i find that all my previous applications which were running on port 8080 can't be run on sun java studio enterprise(sjse) 8.
    Can anyone tell me how to change the port number on this software so i won't have to edit all my applications?

    http://docs.sun.com/source/819-0080/install.html
    In the Admin Configuration page (or at the command line), enter the following:
    Admin User Name�Name of the user who administers the server
    Password�Admin user�s password to access the Admin Server (8-character minimum)
    Admin Port�Administration port number for initial server instance
    HTTP Port�Port number to access the default server instance
    HTTPS Port�Secure port number to access the default server instance

  • How do you change the port number for Apex Listener V2?

    I'm running Apex listener V2 in standalone mode on Linux.  I want to change the port number of the apex listener V2 (e.g 80 to 8080).  How do I do that without re-installing the whole listener again?
    thanks in advance
    PaulP

    Hi PPlatt,
    You can modify your_listener_home_directory/apex/apex.properties
    http.port=8080
    Stop & restart listener.
    HTH
    Zack

  • How can I  change the port number generated in the returned url?

    We have a hardware load balancer listening on port 80 and forwarding requests to weblogic 6.1 sp2 servers on port 8090. The web servers generate urls containing the port number (and ip address of the load balancer). The browser tries to acces the load balancer at port 8090 and fails. So, how can I tell weblogic not to put a port number in the url?
    TIA, Reinier

    Generated WSDL will use the URL of the incoming
    HTTP GET request (request to retrieve wsdl) to create:
    service->port->location->address
    attribute inside the WSDL.
    This attribute is used by the client to send the SOAP
    request.
    So the HTTP GET request to retrieve the WSDL
    should use the address of the load balancer (ie 80).
    Then the generated WSDL will also have a url with
    port 80.
    http://manojc.com
    "reinier" <[email protected]> wrote in message
    news:3ea95116$[email protected]..
    We have a hardware load balancer listening on port 80 and forwardingrequests to weblogic 6.1 sp2 servers on port 8090. The web servers generate
    urls containing the port number (and ip address of the load balancer). The
    browser tries to acces the load balancer at port 8090 and fails. So, how can
    I tell weblogic not to put a port number in the url?
    TIA, Reinier

  • How to change the port number

    Hi all,
    Weblogic Application server by default uses port 7001
    for access to console and enterprise manager
    can any one tell how to chage it.
    Please help me to resolve this..
    Regards
    cnu

    Hi,
    Please login to Admin Console "http://localhost:7001/console" then ...
    press Lock And Edit Button
    Now From Left panel Environment--->Servers--->AdminServer--->Configuration (TAB)--->ListenPort
    Change the value of Text Field to some other Port and then Restart your Server
    Thanks
    Jay SenSharma
    http://jaysensharma.wordpress.com (WebLogic Wonders Are Here)

  • Changing the Port numbers in EBS R12

    Hi
    please suggest me the documents for changing the port number in R12 .
    thanks
    Simha

    Hi,
    Please see
    If you want to change the Web listener please see.
    How to change the Web Listener Port number in Oracle E-Business Suite Release 12? [ID 760590.1]
    If you want to change the port numbers for the while E business suite, then cloning is the best option.
    While running post clone, select the port pool you want.,
    Thanks

  • Change WOL Port number for clients

    Hi All
    We want to implement in our environment WOL functionality , for WSUS deployment and scheduled OSD deployments
    We cannot unfortunately implement the default UDP port 9
    My question is how can we change that default port on the clients?
    I know that we can change the port on the primary server -> Site configuration -> Sites -> Properties primary site server -> tab 
    Port and here we can change the port number of Wake on Lan
    For the client I noticed that there is a client setting -> Power Management -> Wake on Lan port Number (UDP) but that number is grayed out and set to 9
    Also when I create a custom Client Setting that port number is grayed out and set to 9
    How can I change that port number for the client?
    Thx in advance
    Regards,
    Johan

    The port number in Client Settings/Power Management is grayed out because "Enable wake-up proxy" is disabled. When you enable it, it becomes available. Be aware that wake-up proxy and wake on lan is 2 different things. (Beware mac address flapping)
    To change the Wake On Lan port go to, primary server -> Site configuration -> Sites -> Properties
    primary site server -> tab  Port.
    Wake On LAN port number (UDP)
    For System Center 2012 Configuration Manager SP1 and System Center 2012 R2 Configuration Manager only:
    Keep the default value of 9, unless you have changed the Wake On LAN (UDP) port number in the site Properties, Ports tab.
    Important
    This number must match the number in the site Properties. If you change this number in one place, it does not automatically update in the other place.
    Benoit Lecours | Blog: System Center Dudes

  • Problems logging in even after changing the port

    I first had the problem logging in when I got my mac, and changed the port number and all was fine.
    Just recently, after some unrelated issues with our router, I started having more problems. Things were working up until yesterday.
    I will try to log in to iChat using the 443 port number, and it tells me " An undefined AIM socket error occured", then switches to the original port number, logs me in and out repeatedly, and says I have tried to log in too many times, etc. It won't keep the 443 number set for logging in either.
    Help!

    Hi,
    Try these two things one after the other. (i.e. use the second if th first does not work)
    1) Go to you home Folder/Library/Preferences by manually clicking through them
    Delete com.apple.iChat.AIM.plist and then restart iChat.
    Restarting iChat recreates the .plist and forces it to re-establish the Login info.
    If successful change the port to 443.
    2) GO to the iChat Menu > Preferences > Accounts and highlight the miscreant
    Use the Minus button and delete it.
    Re-add the Account/screen name using the Plus Button.
    9:50 PM Friday; April 3, 2009

  • How to change the port in the URL of a BSP Iview

    Hello,
    we have several appraisal templates released in our R/3 system and we can access them by the portal.
    We are changing our systems and we are implementing a load balanced in order to improve the connections with the portal. So we need to know how can we change the port of the server that appears in the URL when we go to MSS ->teamviewer and select one appraisal to see the information of the template.
    We need to change it and indicate the port of the load balanced http://emsapl404pre.endesa.es:8000/sap/bc/bsp/sap/hap_document...) not the port of one of the WAS server as we have now http://emsapl404pre.endesa.es:8302/sap/bc/bsp/sap/hap_document...)
    Thanks in advanced.
    Best regards.
    Seshen

    Hi,
    Just view any BSP Application in SE80 and the click on Utilities(M)->Settings.
    This will fgive you option to change URL and port number of the URL..
    It will be under the Business server Pages tab in the settings window.
    Hope this helps.
    <b><i>Do reward each useful answer..!</i></b>
    Thanks,
    Tatvagna.

  • Java and Tomcat: Why do I need the port number when accessing Tomcat?

    My ultimate goal is to setup a website that displays data from a database. I will use Java, Apache, Oracle, and whatever else I need to create a website the uses servlets, JavaServer Pages, and JDBC.
    I�ve got four Pentium III computers:
    1. Windows 2000 Server to be the web server (MyWebServer, IP = 10.10.1.1).
    2. Windows 2000 Professional to be the database server (MyDatabaseServer, IP = 10.10.1.2).
    3. Windows 2000 Professional that I use to develop and test (MyDeveloperPC, IP = 10.10.1.3).
    4. Windows 2000 Professional that I use as a client to connect to the website (MyClientPC, IP = 10.10.1.4).
    I installed Java Web Services Developer Pack on MyWebServer. It requires Java 2 Standard Edition (J2SE), so I installed that first. The files I downloaded and installed are as follows:
    J2SE: j2sdk-1_4_0-rc-win.exe
    JWSDP: jwsdp-1_0-ea1-win.exe
    After installing these products, I set the environment variables as follows:
    JAVA_HOME = c:\j2se
    JWSDP_HOME = c:\jwsdp
    Path = c:\j2se\bin;c:\jwsdp\bin; [and other previous statements]
    On MyWebServer I start Tomcat (from the JWSDP menu option). It starts properly (as far as I can tell).
    Then, from MyClientPC I open Internet Explorer and in the address box I type:
    http://10.10.1.1
    �The page cannot be displayed�.
    I then try again and add the port number:
    http://10.10.1.1:8080
    This displays the page c:\jwsdp\webapps\root\index.html.
    Here�s my question: Why do I have to enter the port number to get a page displayed? Do I have to have Apache HTTP Server running on MyWebServer to display pages without entering the port number?
    Thanks for your help.

    When you web server is running at the default Http Port, then you do not have to specify the port yourself.(The browser does it automatically)
    So if you run your web server at port 80, then you will not have to specify the port explicitlyin the url.
    If you want to use tomcat only as a jsp/servlet processing engine then install a web server (either IIS, or apache web server) and run it on port 80. (so that you dont have to specify the port)
    Now configure tomcat to run as a servlet engine for this web server. for this refer to the tomcat documentation.
    If you do not want to have an external webserver then you can configure tomcat itself to run at port 80 (in this case tomcat would do the work of both the web server as well as jsp/servlet engine... but this is not the setup for a production site). this can be done by changing the server.xml file in the conf directory of tomcat installation.
    hope this helps.
    regards,
    Abhishek.

  • How to view and change SMTP port number in new account setup in "Mail" 10.6

    When I try to set up and test a new email account addressing an SMTP server that seems to e using a nn-standard port number, how on earth can I even look at the port number assigned by default to a new account in Apple Mail 10.6 setup ?
    I might have to trial and error different port numbers but when Mail tries to test the connection to the SMTP server after I enter its address, it just spins and hangs up. I suspect the reason is a wrong port number. How do I change that outgoing port number in Apple Mail ??
    There seems to be no obvious way the program will let U do it or even let you view the port it assigns in apparent error.

    there is no way to change the smtp port during the original account creation. you can usually wait Mail out if it's spinning its wheels at this point. I've had to wait about 15-20 minutes a few times. eventually Mail lets you through even if it fails to connect to the smtp server. then, once the account is created you can edit the smtp server and try a few different ports and settings. that's done in system preferences->accounts. click on teh smtp server at the bottom and select 'edit smtp server list". then in the popup click "advanced".

  • How can I change the "port" the printer uses?

    I want to access a Canon LBP3000 printer set as shared on a Windows PC. The Canon driver download does not allow me to find the driver when I try to add it to the shared printer.
    However, if I plug the Canon in directly to the Macbook I can install the driver.
    Is there a way I can change this "local" printer to point to the Windows PC printer?
    In Windows, I would just change the "port" from "USB001" to "\\Windows\Canon".

    dougham wrote:
    Having connected the printer to the macbook, and added the printer, how can I now tell the macbook that the printer is not attached to a USB port, but is found at \\<windowspc>\<printersharename>? It is a simple problem on a Windows PC to change the port of a printer. Surely it is also possible on a macbook.
    It is possible on a Mac but this is not your problem. What Canon told you is wrong. Your problem is not with the Mac but with the Canon driver. The Canon CAPT driver for the LBP-3000 has not been designed to be used when shared from a Windows computer. It expects a direct USB connection to the Mac. The same applies to another proprietary driver called UFR2 for Mac. So no amount of queue changing will resolve your issue.
    For the record, to connect to the PC share via Mac, you would normally select to add and then select the Windows icon. This lets you browse the local network, starting at the workgroup level. After selecting the workgroup, then computer, then share name, the URL will look like \\computernamesharename.
    In a situation where you need to manually add the address because you cannot browse the network, you can modify the Add Printer toolbar to add the Advanced icon. This is done by Control-clicking on the Add Printer toolbar, selecting Customize Toolbar and dragging the Advanced icon to the toolbar. Then when you click the Advanced icon, a pane appears that lets you select a number of different protocol options, one of which is Windows. Here, in the URL field, after the "smb://" you can enter the computer share name followed by the share name, for example smb://windoze7/myprinter (don't be too concerned that the slashes are the opposite direction).
    Pahu

Maybe you are looking for

  • Error while launching a survey url

    Hi, I have completed the configuration settings required for generating a url link for a survey. When I test the url, I get the following error in Internet Explorer: "404 Not Found The requested resource does not exist" The landscape includes mySAP C

  • Viber works on the iPhone, but not the MacBookPro-running 10.9.2

    Viber just quit onthe laptop-works fine on the iPhone.  shut dwn, re-installed, still doesn't work ont the laptop

  • WTK 2.5 SVGDemon on a device

    Hi, I'm trying to get the Wireless Toolkit 2.5 SVGDemo to run on a mobile device. The code works fine in an emulator, but when I install the jar on a MIDP 2.0 CLDC 1.1 device I can't get any of the MIDLets to run. The app installs and I can load the

  • Where can I download an older version of desktop manager

    The new update renders syncing impossible

  • 3550 dot1.x+win2009radius+win7 supplicant

    1.48 port Cisco 3550 Series 12.2 with enchanced feature set has to make dot1.x for the clients with windows 7 Pro OS. The radius must be W2008 Standart. 2.WInd2008 NPS is configured with Network policy and appropriate NPS client settings. It works wh