How do I configure a deployed webapp (war) for access without port numbers

Using WLS 11g.
Have created a managed server called "DeplymentServer". This managed server is listening on port 9005.
I have deployed a war, webapp, and selected the DeploymentServer as its "target".
The war file was originally on our 10g OAS and deployed as OC4J and I made no changes to prior to deploying to our 11g Weblogic installation.
On 10g we used to be able to call the webapp directly from one of our webpage like this:
https://cxxxxx.nswc.navy.mil/wizardapp/wizard?REQUEST=Change_Request_Form
Now on 11g I have to remove the "s" from https and include the port. So now my url looks like this
http://cxxxxx.nswc.navy.mil:9005/wizardapp/wizard?REQUEST=Change_Request_Form
I am currently testing this behind a firewall so http will work here as will the port, but when we go live these won't.
My questions are:
1) Is there a way to configure the webapp deployment or the managed server, so I don't have to include the port number to access my deployment?
2) How to I configure so I don't have to remove the s from https.
At the moment question 1 is more pressing.
I think If I can get question 1 squared away question 2 may get corrected as well.
Thanks in advance for any help.
Steve.

Hi Steve,
Port 443 is the default HTTPS listen port for Servers...so to access an application using : https://cxxxxx.nswc.navy.mil/wizardapp/wizard?REQUEST=Change_Request_Form .... You were not needed to provide the 443 protocol in the URL because ur Server (Or the frontend proxy) was also listening on 443 SSL port.
Now as u want to use HTTP Protocol...(Port 80 is the default HTTP listen port so it will not be visible in the URL)... So you have 2 options now:
Option-1). Either u change the Server Port to 80 (Server in which ur Application is deployed) so that the Port will not be visible on the URL.
Option 2). Install a WebProxy (on Port 80 infront of the WebLogic Server)...and by pass the requests to the WLS through the Proxy. like: http://weblogic-wonders.com/weblogic/2010/05/13/apache-proxy-as-static-content-repository/
Thanks
Jay SenSharma

Similar Messages

  • How to get / configure data in Tcode "MCTG" for "SIS: Sales Office Analysis Selection "?

    Hello SAP Guru's,
    How to get / configure data in Tcode "MCTG" for "SIS: Sales Office Analysis Selection "? We have implemented SAP ECC 6.0 EHP4 version in the organization. If anybody have any idea, need help .
    Thanks in Advance.
    Prashant Kunjir

    Have a look at the following note:-
    Note 1573200 - How to restructure the statistic data of the sales information system (SIS)
    But before trying to carry out the process as detailed in the above note, first check with other SIS reports like MCTA etc., and no reports are showing correctly, then you can proceed.  Otherwise, you need to raise an OSS message with SAP.
    G. Lakshmipathi

  • I have a 1TB external hard drive (NTFS) that has all my files from my old PC, how do I create a partition on it for HFS  without formatting it so that I can use it for Time Machine and the like?

    I have a 1TB external hard drive (NTFS) that has all my files from my old PC, how do I create a partition on it for HFS  without formatting it so that I can use it for Time Machine and the like?

    There aren't any 3rd party apps or anything. I use PC's and Mac's at school and the only computer connected to a printer at my house is a PC so i need access to both

  • How can I make "No Proxy" the default for accessing the internet?

    How can I make "No Proxy" the default for accessing the internet?

    *Tools > Options > Advanced > Network : Connection > Settings
    If you do not need to use a proxy to connect to internet then try to select "No Proxy" if "Use the system proxy settings" or one of the others do not work properly.
    See "Firefox connection settings":
    *https://support.mozilla.org/kb/Firefox+cannot+load+websites+but+other+programs+can

  • How do I export v-card formatted files for use with either Numbers or Excel?

    How do I export v-card formatted files for use with either Numbers or Excel?

    Did you open Automator and just look around?
    Actions are listed in the left pane.
    You drag them into the workflow on the right in the order you need to process the items that you want.
    If this is a on-off requirement, just make a Workflow. If you plan to use it often, make it an Application.
    If you want to select the contacts you want to export, use a get Selected action. You'd then select the contacts in Contacts App before running the workflow.
    I'm not on a Mac to take screenshots, so you'll have to look at Automator's help or google for more info.

  • How do you delete contacts from your phone for good without having it appear in the messages app?

    How do you delete contacts from your phone for good without having it appear in the messages app?

    Hi tieyce,
    You need to hook up your iPhone, select it under Devices, and then go to the Photos tab on the Device Profile, and uncheck Sync Photos, then sync. That should delete all photos that were downloaded from your computer.
    When you say you have 2 separate albums of the same sets of pictures, what 2 albums are you referring to? Can you provide us with names of those "duplicate" albums?
    Cheers,
    GB

  • How to keep movies purchased on my IPad, for viewing without internet connection?

    How to keep movies purchased on my IPad, for viewing without internet connection?

    If they were bought from itunes, Once they are fully downloaded you can watch them without any internet. They play locally.

  • Gadgets are throwing errors while deployment of wars for production

    HI
    We have installed two webcenter sites on different domains on the same machine. And created two tomcat installation on another machines for gadgets. Now we are trying to create wars for both production and management systems for deployments. So wars are being created but deployment is failing.
    INFO: Using random key for OAuth client-side state encryption
    2012-08-13 17:10:49.815 INFO net.spy.memcached.MemcachedConnection: Added {QA sa=/10.184.86.209:11211, #Rops=0, #Wops=0, #iq=0, topRop=null, topWop=null, toWrite=0, interested=0} to connect queue
    2012-08-13 17:10:49.818 INFO net.spy.memcached.MemcachedConnection: Connection state changed for sun.nio.ch.SelectionKeyImpl@665fbee3
    2012-08-13 17:10:51.068 INFO net.spy.memcached.MemcachedClient: Shut down memcached client
    Aug 13, 2012 5:10:51 PM org.apache.catalina.core.StandardContext start"
    Please help us whether this is setup is correct or we need to change the setup? if setup is correct then what could be the root cause for this error?
    we have not configure the LDAP in this setup as of now.
    Thanks,
    Rajiv Jain

    Hi, it looks to me like there is a problem with escaping the "<" character as your xquery is written in the database.
    When the metadata is refreshed and read from the DB table, this does not seem to get translated back to the original character before the expression is evaluated.
    I suggest that you raise a SR, to me this looks like a bug.
    Do you need a workaround?
    VIktor

  • How to configure Sql Server 2008 R2 for debugging without disabling Windows Firewall?

    When I try to debug a procedure in Sql Server 2008 R2 I get a dialog box telling me to unblock some ports.
    >>
    The Windows Firewall on this machine is currently blocking remote debugging.  Remote debugging requiers that the debugger be allowed to receive informatino from the network.  Remote debugging also requires DCOM (TCP Port 135) and IPSEC (UDP 4500
    / UDP 500) be unblocked.
    <<
    I went to the Windows Firewall and added some new Inbound rules for each of the specified ports (in the images below.  But after this and rebooting entire computer -- I still get this dialog box when I want to go into debug mode from SSMS.  I can
    actually kind of debug standalone code in the SSMS window if I cancel the dialog box.  But I can't debug an actual stored procedure -- which is what I need to do.  I also noticed that my server has an IP address instead of LocalHost.  This is
    not a public Server -- it's my private development machine which is on a peer to peer network (with one other workstation), but I don't need that workstation to be able to access this server..  Would localholst make a difference for debugging?  How
    should I configure the sql server?  The firewall?
    Rich P

    Use PRINT and SELECT for debugging. That's what I do. I used to play with the debugger in SQL 2000 and older days, but I realised that I spent more time on getting it to work that I gained from using it.
    I thought about that.  I guess that IS the way to go.  Very well.  Thank you for the suggestion.   Although, when the debugger does work in the regular window (not a stored proc because it doesn't work there) the debugger IS nice. 
    For debugging my proc I am thinking I will insert param vals into a test collection table for now.  One obscure error I am getting with a particular proc -- in a When loop on one parameter I get the "value will be truncated" error -- but everything
    is set to accept 1000 characters and none of the source data even comes close to 1000 characters.  I have isolated at what point the error occurs and which section of data where the error is occurring but I have not isolated the cause of the error. 
    I cannot reproduce the error when I run the procedure by hand in a regular query window with the exact same code.  The error only occurs when the code is run in the stored proc.
    Rich P

  • How do you configure the ADC on RIO7833R for differential inputs?

    I use the 7833 RIO board; my signal source is a differential signal.
    According to the documentation I can configure the inputs to be differential using software, but I have not been able to find any instructions on how to do this.  Can anyone point me to a way to achieve this?
    There is the obvious "braindead" method of putting the positive signal into AI0+, and the negative signal into AI1+, then subtracting - but that would only allow me to use 4 inputs, not all 8.  And it would probably increase the noise due to ADC nonlinearity.  The diagrams show a MUX, I just can't seem to find a way to configure it and the default mode appears to be single-ended.
    Thanks a lot for any information!
    Floris HJ.

    That's great help, thanks Prashanth.  It answers the question which I asked, not the one I wanted answered.  So now the 64 thousand dollar question (from the days when that was still a lot of money):
    Can you do the same thing from software?  In other words, could I set up my VI so it can change input mode in response to a user input or other external condition, and that doesn't require a user navigating to the project explorer?  It would appear that there is some direct access of flash memory going on.  If we know the address, could we poke that register directly (perhaps from the FPGA code itself - obviously we'd then have to signal from the host VI to the FPGA code but I know how to do that).
    Thanks in advance for any help.
    Floris

  • How do i check ensure that SAP checks for duplicate vendor invoice numbers?

    Hi Experts -
    How do I verify that SAP checks for duplicate vendor invoice numbers and blocks duplicate invoices from being paid?
    Thanks!

    Hi
    Pls chek the settigs by following the path
    IMG>Materials Management>Logistics Invoice Verification>Incoming Invoice>Set Check for Duplicate Invoice.
    Here you make the settings for creating a duplicate invoice check.
    Moreever, in the vendor master, you need to tick the check box for duplicate invoice check.
    I suggest you search the Forums before posting a query. There are lots of postings on this issue.
    Thanks & regards
    Sanil K Bhandari

  • How do i configure an srw224p IGMP settings for an HMDI over IP pair?

    Hi, I have a minimal understanding of IGMP but am told I need to configure it properly when putting an HDMI over IP transceivers on my network. We have two SRW224P switches with 2 Gbit ports each, connected via fiber through fiber GBICs, one slot on each (ports 25). The other gigabit ports (ports 26) we have plugged in an HDMI transmitter and receiver pair.
    IGMP is enabled on both switches, but in just a default configuration. We are experiencing problems with network and VOIP phones on these switches when the transceivers are connected. Wavering sound quality and intermittent network failures across the board. 
    How do I isolate the multicast packet broadcasting obviously causing the trouble from the transceivers? i.e.: how do I isolate the port 26 traffic from the rest of the network. I'm told I need to use IGMP which I know little about.
    Any help would be greatly appreciated.
    THanks
    -Mike

    Hi, I have a minimal understanding of IGMP but am told I need to configure it properly when putting an HDMI over IP transceivers on my network. We have two SRW224P switches with 2 Gbit ports each, connected via fiber through fiber GBICs, one slot on each (ports 25). The other gigabit ports (ports 26) we have plugged in an HDMI transmitter and receiver pair.
    IGMP is enabled on both switches, but in just a default configuration. We are experiencing problems with network and VOIP phones on these switches when the transceivers are connected. Wavering sound quality and intermittent network failures across the board. 
    How do I isolate the multicast packet broadcasting obviously causing the trouble from the transceivers? i.e.: how do I isolate the port 26 traffic from the rest of the network. I'm told I need to use IGMP which I know little about.
    Any help would be greatly appreciated.
    THanks
    -Mike

  • How can I configure a slightly different initrd for lts kernel ?

    Hi,
    Because of the uas problem with my external usb3 harddisk (see uas problem in linux 3.15.1, need advice on the problem), I needed to add a quirk file: /etc/modprobe.d/ignore_uas.conf
    It works fine with the standard kernel, but with the lts kernel, it causes systemd-modules-load.service to fail. I think it is because the lts kernel does not know this quirk.
    Is there an elegant way to make mkinitcpio ignore this file for the lts initrd by configuration ?
    I really do not want to remove / re-add this file every time one of the kernels is updated. Or when both kernels are updated at once, I do not want to remove it, create the lts initrd once more manually, then re-add it ...
    Thanks and Regards,
    Markus

    OK, back to topic :-)
    I just did a bit of research about /etc/mkinitcpio.d/ (indeed, I already have two .preset files), but I could not find any information about excluding files from /etc.
    Maybe I should have asked about how to exclude files in general.
    What I found out is that the files from /etc/modprobe.d are added by /usr/lib/initcpio/install/modconf.
    My current idea is to copy it to /usr/lib/initcpio/install/modconf-lts and change it a bit.
    But here comes the next problem: For this solution, I would need tow different hooks lists for the standard and the lts kernel. But te hooks list is configured in the global /etc/mkinitcpio.conf, not in the preset files.

  • In Multimapping how can we configure the Receiver , Interface Deter for BPM

    Hi Friends ,
    I am trying the the BPM scenario using Integration Process
    BpmPatternCollectTime
    from SAP BASIS ® SAP BASIS 7.00 in the namespace http://sap.com/xi/XI/System/Patterns
    I have done the scenario like the above . I have followed all the Steps which are used in above scenario.
    I am using a File Sender Adapter and Receiver Adapter .
    It is Successfully picked up the File but nothing is happening after that .
    I am using two receiver Determination one from Ob to IP and other from IP to FIleReceiver ( IB) .
    But, I am Getting error as Block1 (No agent) Error in the PE graphical diagram
    I have checked in SWWL my Integration Process Return code is "0"
    The steps Which i have followed in BPM are
    1. Block with Deadlkine branch and Exception handler( as TimeOut Exception)
    Block Start and Block End as New Transaction
    2. Inside Block infinite Loop which contains Receive step ( Actives the Correlation ) and Multiline Container element which appends the Messages with CollectMessage
    3. Transformation Step
    It creates the New Transaction and Interface Maping from CollectMessage List to New Mesage
    4. Send Step
    It sends the New Message . It creates the New Transaction .
    Can you Please tell me how to configure the Receiver and Interface Determination for the above scenario ?
    Regards.,
    V.Rangarajan

    Hi Ranga
    have a look at these
    you can ref: this link to find example where a receiver determination step is used in BPM- http://help.sap.com/saphelp_nw04/helpdata/en/43/6211b11c895f6ce10000000a1553f6/content.htm
    More abt RD step in BPM - http://help.sap.com/saphelp_nw04/helpdata/en/14/d5283fd0ca8443e10000000a114084/content.htm
    if useful pls reward

  • How to correctly configure send and receive connectors for SBS2011 exchange to connect to EOP

    Hello SBS fans,
    we have a customer with SBS2011 and exchange.  The server email is setup for Exchange Online Protection.
    It passes the Remote Connectivity Analyzer for inbound and outbound email.  It shows a warning for the spf, saying it cannot find the spf record, BUT MXtool box passes everything associated with their domain name, including the spf record.
    They are now getting some bounced email from yahoo servers, referencing this ip
    65.55.169.249, which is a valid Microsoft ip.
    I checked the bounce back email header carefully, and found a reference to an internal ip, 192.168.11.14, which just happens to be the ip of the user's desk PC!! - NOT the local addr of the sbs2011 server (which should not be there anyway)
    I will guess that there is an incorrect setting in one or both of the hub transports?  There is a correct smart host connector.
    I am no longer sure about the other connectors!
    Any ideas on this?
    ewholz
    Network and Server Installs

    Hi,
    à
    It shows a warning for the spf, saying it cannot find the spf record
    Would you please let me know the complete warning message that you can get? Meanwhile, would you please let
    me know how long ago you add the SPF record? Be
    more than 72 hours?
    Please also refer to following article and check if can help you.
    Configuring
    Exchange 2007 Hub Transport role to receive Internet mail
    If any update, please feel free to let me know.
    Hope this helps.
    Best regards,
    Justin Gu

Maybe you are looking for