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

Similar Messages

  • How can I change HTTP port in J2EE

    Hi.
    I installed Sneak Preview 640 and I want to change HTTP port for J2EE. (default port is 50000)
    So, I started config tools and move to dispatcher -> service -> http -> port.
    There is port information.
    - Custom value : empty
    - Default value : (Port:80,SocketQueue:200,AcceptingThreadsCount:10,BindAddress:,Type:http)(Port:443,SocketQueue:200,AcceptingThreadsCount:10,BindAddress:,Type:ssl)
    My first question is that default port is "80" in above confirguration. Why we use "50000" ?
    Second question is that I changed custom value but It doesn't work. How can I change HTTP port ?
    Regards, Arnold.

    you can use the "visual administrator" to set your http-port, too:
    Dispatcher / Services / HTTP Provider / Ports
    kr, achim

  • How can I change my contact number on iCloud?

    I have just purchased a new iPhone 5 and loaded IOS 8 and trying to connect Keychain verification via my Mac Book pro to verify to iCloud ID
    I cannot comply because iCloud has a discarded phone number and I see no option on how to correct this
    How can I change my contact number on iCloud?

    So the question is, what device are you changing it on?  Before doing anything, backup all devices, save all photos somewhere on a hard drive and export your contacts and calendar just in case.  I am a real beginner here, but I have been dealing with this issue for two weeks so I think I am getting a handle on it.  Hopefully someone can give even better advice.
    iCloud.com is a slave to whatever account you have setup on your IOS device, so it doesn't care what you sign in as.  There is nothing to "change" there, just sign in as whatever Apple ID you have setup on your devices.
    I would start on the Macbook.  Go under preferences, iCloud, and then sign out of your iCloud account.  Sign back in, but enter the new Apple ID that you want to use.  This will delete the old account, but give you the option of keeping everything you have in iCloud on your computer.  Turn everything on that you want to sync, and you will be back up with iCloud connected to a new AppleID.  iCloud.com will now mirror your MacBook.
    On the iPhone, go under Settings, and then iCloud, and delete the existing account.  You will loose whatever is in the Cloud from your phone, but they should already be back in the cloud from your MacBook fromthe above step, so no worried.  Setup a new iCloud account with the Apple ID you used above, and enable the things you want to sync. Everything should be back now and you have the new AppleID associated with your iCloud. 
    The iPad is the same as the iPhone, delete the old and establish a new iCloud account with the AppleID you used above.  You will loose anything that is in the cloud from the iPad but it should repopulate once the new Apple ID is established.  

  • When I right click on a link "Open link in new tab" since a few days, it "jumps over" the tab to the right and opens in the tab next to that. How can I change this back to opening in the tab next to the page from which I opened as it used to be?

    When I right click on a link "Open link in new tab" since a few days, it "jumps over" the tab to the right and opens in the tab next to that. How can I change this back to opening in the tab next to the page from which I opened as it used to be?

    Start Firefox in [[Safe Mode]] to check if one of the add-ons is causing the problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    * Don't make any changes on the Safe mode start window.
    See:
    * [[Troubleshooting extensions and themes]]
    * [[Troubleshooting plugins]]
    If it does work in Safe-mode then disable all extensions and then try to find which is causing it by enabling one at a time until the problem reappears.
    * Use "Disable all add-ons" on the [[Safe mode]] start window to disable all extensions.
    * Close and restart Firefox after each change via "File > Exit" (Mac: "Firefox > Quit"; Linux: "File > Quit")

  • How to know the port number to which the server process is listening

    I have created oracle 10g Release 1 database(orcl) in Windows Xp Professional edition through DBCA . I also created one more database(sample) manually .
    The ORCL server process listens to port no 1521 and
    SAMPLE server process listens to port no 1522
    Once I start the OracleServiceORCL (Service for orcl) from services.msc and check the listener status it displays
    Service "orcl" has 1 instance(s).
    Instance "orcl", status READY, has 1 handler(s) for this service...
    But when I start OracleServiceSAMPLE (Service for sample) from services.exe and check the listener status there is no change . Only when i start the instance the dynamic registration takes place with port no 1521 .
    There is no entry for listener parameter in init.ora file . My question is how is the service ORCL able to get itself registered with the listener even before the instance is up ?
    And how can i know which port no is linked with which server process?
    Also if we provide a different port number(other than 1521 say 1522) in tnsnames.ora for a service and consider the listener is listening to both 1521 and 1522 . Now consider that port number 1521 is free . In this case to which port number will the service be listening to ?
    The listener file looks like this
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = D:\oracle\product\10.1.0\Db_2)
    (PROGRAM = extproc)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = irobo)(PORT = 1521))
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = irobo)(PORT = 1522))
    The tnsnames file has the following entry
    ORCL =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = irobo)(PORT = 1522))
    (CONNECT_DATA =
    (SERVICE_NAME = ORCL)
    SAMPLE =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = irobo)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = ORCL)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    )

    Service "orcl" has 1 instance(s).
    Instance "orcl", status READY, has 1 handler(s) for this service...[coe]
    The status tells you the instance is up. Starting the service often means the instance gets started also, but whatever "often" means, "READY" means "The instance is up, running and taking callers".
    Your statement that "ORCL [is] able to get itself registered with the listener even before the instance is up" is therefore factually incorrect: you started the service, that started the instance. The instance is up and running. Instances that aren't running don't exist. Things which don't exist don't register themselves. Things which HAVE registered themselves therefore do exist.. and if they say they are "ready", it means they are completely, 100% up and running and behaving quite normally.
    I have not set LOCAL_LISTENER initialization parameter.How is this happening ?
    You only need to set LOCAL_LISTENER if (a) you're not using TCP/IP, (b) you're not using port 1521. Otherwise, PMON is hard-coded to register itself with listeners running on port 1521 and using TCP/IP and you don't need to set LOCAL_LISTENER to achieve that.
    Server Processes do not listen. Listeners do (there's a clue in their name). Listeners receive a call to connect to an instance, they spawn a server process to handle your call, and then they connect you to that server process (or send a message back to you telling you how to contact the server process). Each server process of course receives communications from its dedicated client on a specific port (usually in the 50000+ range), and that port is chosen randomly by the listener when it's spawning it. It's a bit blurry and vague to call that server process port a port on which server processes "listen", however.
    If you're talking dedicated server, each client causes one new server process to be spawned, and there is a one-to-one correspondence between server processes and the port that server process happens to accept client communications on.
    If you're going to ask a listener to do listening duty on multiple ports, I'd first question your need to do that and I'd then point out that unless your client tnsnames.ora knows to talk on the second or subsequent port numbers, the listener is never actually going to make use of that second port.
    In either case, the port the listener listens on has nothing whatsoever to do with the port your client-to-server-process communication ends up taking place on.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Hi how can I change my phone number of my new phone on my computer to sync it has all n

    HEllo I have had the new I phone received my phone number by PAC code from old phone provider but on my computer when I plug my new phone in on information it is still showing the phone number that came on the sim  how can I change it over so I receive all my texts and phone calls ? Many thanks Caroline

    Replace the SIM.

  • How can I change my phone number for iMessages and FaceTime?

    When I am using my iPad for iMessages and FaceTime, it displays a different cell number than my own.  How can I change this number to my cell phone?  When I log using my Apple ID, it shows the other number and will not let you change it.  Is there a way to change it?

    I found the answer.  You can do this by:
    For iMessage-
    Settings>Message>Send & Receive>Log into your Apple account
    For FaceTime-
    Settings>FaceTime>Log into your Apple account
    Once in, you can select the phone number you want to use.  After completing this task, you can then go to Settings on your iPad and select iMessage and FaceTime.  Preform the same steps as above and the phone number will be changed.

  • How can I change my icloud account without  knowing the old password

    How can I change my icloud account on my phone when I don't know the old password and I'm on a shared plan

    iCloud has nothing to do with your shared plan.
    Try
    https://iforgot.apple.com

  • How can I change my Profile photo or edit the thumbnail?

    QuestionHow can I change my Profile photo or edit the thumbnail?
    AnswerThere are a couple of different ways to change your profile photo or thumbnail image on Tagged.
    Here's a quick How-to video that shows you how to change your profile photo
    If you wish to change your profile photo, follow the instructions listed below:
    Hover your mouse over 'More' in the top Nav bar and select Photos.
    To use one of your previously uploaded photos as your profile photo, place the cursor over the photo you wish to use, and click the small green “#1” box when it appears
    If you wish to use a new image as your profile photo, upload the image to your photo gallery, and then click the small green “#1” box on the photo
    If you are viewing one of your photos individually, you can also set it as your profile photo by hovering over it and clicking the same green "#1" button.  You may also edit the caption and comment on your photo in this view
    You can also change your profile photo by doing the following:
    On the Navigation bar click Profile and select the Edit Profile link to the left of your Profile picture.
    To upload a photo locally from your computer, click the “Browse” button, select the image you wish you use, and then click “Upload”.
    To upload a photo using an image URL address, click the “Add from image URL” link, paste the URL address into the field, and click “Add Photo”.
    To use a photo from your gallery, click the “Use one of my photos” link to open a thumbnail gallery of your uploaded images.  Click on a thumbnail to set that image as your profile photo.
    After selecting a photo, you can alter its thumbnail by the marquee box by dragging the “anchor” points of the box.  When you are finished, click "Save Thumbnail"

    HELP! I was fooling around with my profile pic and selected and saved a cropped thumbnail. I hate it, and I haven't been able to figure out how to return my thumbnail to just a mini-version of my full profile pic. I've even re-up-loaded a copy of the original photo, with a different file name, but Tagged automatically crops it to the same thumbnail.  Is there any way to return my thumbnail to just a mini-version of my whole pic?  Thanks for your help :~)  

  • Can I change JNDI port number?

    Does anyone know where to change JNDI port number.
    Currently, (it seems) relies on weblogic.system.listenPort property
    which is the same for HTTP and JNDI. We would like to use separate ports for
    HTTP and JNDI server.
    Thank you
    -Mik

    In article <39fb0341$[email protected]>, [email protected] says...
    Does anyone know where to change JNDI port number.
    Currently, (it seems) relies on weblogic.system.listenPort property
    which is the same for HTTP and JNDI. We would like to use separate ports for
    HTTP and JNDI server.
    Thank you
    -Mik
    You don't. WebLogic is a "complete services" application server which
    means it is listening at its 'listenPort' for all service requests. I'd
    love for the ability to split off ports, and this may be the case in
    6.0. In <6.0, however, you're stuck with two ports: the SSL port and
    the normal port.
    Jesse

  • How can I change Siri's time to match the system time?

    I'm trying to set an appointment with Siri for 10:00am tomorrow. She completes the task telling me "here is your appointment for 10:00am tomorrow", but the phone is showing that it is setting it for 2:00am. The time difference is exactly 8 hours. How can I change this so that they match?

    Doesn't work for me. Tried all time zone settings (both in Date/Time and Calendar) to turn on and off, to set timezone 1 hour less - no result. Everytime I have appointment set 1 hour later than Siri recognizes.
    I live in Moscow, Russia, and maybe the problem is that starting this year Russia doesn't switch to winter or summer time.
    Any advice?

  • How can I change my phone number for  the security message

    i cant send to my new phone numbte the security message, what can i do

    Welcome to the Apple Community Paulette.
    If you are referring to the keychain phone number...
    Go to System Preferences > iCloud > Account Details, you can change your verification number in the options provided there.
    Go to Settings > iCloud > Account > Keychain, you can change your verification number in the options provided there.

  • How can i change to my number instead of apple id email for imessage?

    i have an iphone 4 and i cant imessage most people who have an iphone and the one person i can it just shows my email but it the pic help ive seen on here it has 2 choices email or number but how do i change to number hellpp!!!

    It's supposed to look something like this. http://gigaom2.files.wordpress.com/2011/10/crump-imessage-setup.jpg?w=604&h=353
    First, make sure the iMessage toggle is actually turned ON. Then, go into "Recieve At" or "Send & Recieve" (depending on your iOS version) and make sure your phone number is the only thing that's checked.

  • HT1689 how can i change my imessage number

    My old number was ported over to my new phone, but it's not the number the phone is using to send/receive messages. How do I change this?

    Go here > https://appleid.apple.com/cgi-bin/WebObjects/MyAppleId.woa/
    Manage your Apple ID and replace the old number with the new number
    Hope that helps

  • How can I change my security questions or find the answers?

    Plzz help

    Read this about how to change the security questions: http://support.apple.com/kb/HT5312
    If you can't use these procedures because you don't have a rescue email address you will have to contact Apple. See http://support.apple.com/kb/HT5699
    You can also call your country number from http://support.apple.com/kb/HE57 and ask to speak with Account Security.
    You can also go to the ExpressLane at https://expresslane.apple.com and then iTunes > iTunes Store > Password and Security Questions and fill out the form.

Maybe you are looking for

  • IWeb, blogging, Facebook and Twitter

    Over the past few months, I have been getting my feet wet with iWeb 2009. To date, I have never used iWeb's blogging feature. (I post all my web pages to a GoDaddy account.) This raises some questions: 1: Do iWeb's own blogging features work with non

  • How to call standard report with in zprogram?

    Hi Sap experts, How to call standard report with in zprogram. For example if country is 'US' then call Zprogram(zprog_US).Inside zprogram call standard report(rhecm_change_proc_status).If country is 'CA' then call zprogram.Inside zprogram call standa

  • Audio Levels on different tracks-How do I adjust them

    I have a series of inteviews on my edirol which come across fine into ST. I've moved into production and have recorded some fixes and patches to complete the interview. These were done directly into ST using a mic. This is where the problem occurs, I

  • Is Battery The Culprit For Macbooks RSD?

    Hi I dont know if my macbook week 36 suffers from real RSD symptoms. basically my problem is that when i shut down the compr for more than 3 hours or so and then try booting up the system without the power adpater the comp keeps shutting down. Howeve

  • Cant  create TO, stock differences

    Hi All,     There is a problem with stocks. The users were trying to do a bin to bin transfer, but it gives error that there is not sufficient material. Warehouse is HU managed. So, I looked into HU history and it shows that they brought the stock in