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

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

  • 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

  • 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.

  • 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)

  • Is it possible to change the opacity of a window without affecting its children?

    hi I want to set the opacity of  a window to something like 0.2 but it seems to be that it also affects the opacity of its children Is there a way to do it without affecting its children?

    I don't believe so. Changing the parent container will directly effect the children of that container.

  • Is it possible to change the host IP address of an installed WebLogic svr?

    Hi all,
    I'm not finding anything on this so far. Does anyone know if I can change the IP address of the host on which WebLogic 10.3.6 is installed?
    We are running Oracle Forms/Reports services 11.1.2.0.0 with WebLogic 10.3.6.
    In 10g, it was not easy to change the host IP address as it was embedded all over the place in the installation. Does anyone know if changing the IP on 11.1.2.0.0/10.3.6 is a problem?

    hey nevermind, I found the Changing Network Config chapter in the Admin Guide

  • Is it possible to change the port settings?

    I think 8080 is being used ay another app. Any ideas?

    See thread Re: Change Database Homepage Port
    Best regards
    Maxim

  • How do I find the port number on my Oracle install

    Appreciate any help as a newbie.
    Have installed Oracle successfuly on a home machine. Everything works fine except that sometimes I would like to access Oracle on the server machine from another machine using isqlplus.
    I have used http://<machine name>:7778/isqlplus. Have tried the following numbers:5550, 5121, 7779, 7780 etc - nothing works.
    Also turned off all firewalls.

    hi,
    I believe that there is a file called portlist.ini which contains all ports used by oracle. Not entirely sure but other people will know for sure.
    rgds
    alan

  • How do I find the port number for my Oracle install

    Appreciate any help as a newbie.
    Have installed Oracle successfully on a home machine. Everything works fine except that sometimes I would like to access Oracle on the server machine from another machine using isqlplus.
    I have used http://<machine name>:7778/isqlplus. Have tried the following numbers:5550, 5121, 7779, 7780 etc - nothing works.
    Also turned off all firewalls.

    This web site leads you to the documentation.
    In particular, chapters 2 and 3 of the SQL*Plus User's Guide and Reference give you the setup details.
    A lot of us assume Oracle Database 10g when answering questions. We really, really encourage people to specify the version and the OS in the first post. <g>

  • Diskpart Can we change the DISK Number within WinPE

    Diskpart.exe
    list disk
    select disk 1
    I want to know if its possible to change the disk number in Diskpart within WinPE? Instead of disk 1, is it possible to make it disk 5 ?
    N.A.Malik

    The disk # is based on the amount physical/virtual disks configured at the time of command line run. In a virtual environment, you can add disks to the virtual machine and then change the command to DISK 5. In a physical environment it is not possible
    to do so unless you have 6 (disk count starts at 0) physical disks connected to the SATA/IDE ports.  
    _JoeG
    Dell - Systems Integration Consultant
    Twitter:
    @8bits1byte 
    Please remember to click "Mark as Answer" on the post that helps you, and to click "Unmark as Answer" if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • ML81N: How to change the external number to mandatory?

    Hi All,
    Is it possible to change the External number field  in transaction ML81N from optional to mandatory through configuration settings. Please provide me the path if you have any idea.
    Edited by: Julius Bussche on Oct 30, 2008 11:12 AM

    Hi,
    It can be done using t-code SHD0.
    here give the transaction name- -ML81N
    in the tab transaction variant-----give a name say --yML81N
    then press create.....and go to your required screen....
    and there in the field External number  tick mark the check-box required
    save and exit.
    then in the tab standard variants activate the transaction variant created.
    Regards
    Debarshi.

Maybe you are looking for

  • ALV Block list. Field name at user command not getting populated

    Hi All, I'm trying to use ALN block list. Field catalog is built using the REUSEALVMERGE FM. I've put hot spot on some fields. When I'm trying to capture the data when user clicks on the hotspot field the structure that comes in the user_command subr

  • Tables and fields for complete vendor Open items

    Dear all, Please help me out in we are developing vendor age analysis for this we required complete open item details, here I required fields and tables only  vendor open items  for normal and special gl transcation. thanks in advance

  • How can I find which datafile a row in a huge partitioned table belongs to?

    Hello guys. We have a bunch of potentially corrupt LOB data in a 15TB partitioned table. I have run a query to find out what rows may be corrupt. Is it possible to find out if these belong to a common datafile (the are 450 datafiles in this tablespac

  • Icxr12mi.sql fails on ORA-00001

    Dear All, When applying patch 6678700 to UPGRADE FROM 11.5.10.2 TO 12.1.1, it was failed on icxr12mi.sql and showed following error: sqlplus -s APPS/***** @/erpapfs/erpprod/apps/apps_st/appl/icx/12.0.0/patch/115/sql/icxr12mi.sql &un_inv &batchsize 4

  • What happened to the Inspector in Pages

    My (Editing features - Inspector, Media, and something else) disappeared.  I need it desparately.  I do I retrieve them? Sandy