Setting up Proxy WebServer in WebLogic

Hi
My application requirement is something like this.
I have an application running in one computer domain(external to my machine from
where i am accessing). If i am accessing the application from the outside domain,
i am giving username and password in my url itself and the application works.
If the username and password are not provided, then a box pops up asking the two.
Now the requirement is to avoid the username and password hardcoding in the URL.
So what should i do to achieve this from weblogic server standpoint? I use weblogic
server 5.1 version.
Setting up the weblogic server as the HTTP Proxy , does it help? If so , how it
should be for this requirement?
Any pointers, Any inputs will be highly appreciated. Please help.
with regds
siva

Hi.
You could try sending a cookie with the authentication info.
Try posting this question in weblogic.developer.interest.security - this newsgroup is
mostly for installation questions.
Thanks,
Michael
siva wrote:
Hi
My application requirement is something like this.
I have an application running in one computer domain(external to my machine from
where i am accessing). If i am accessing the application from the outside domain,
i am giving username and password in my url itself and the application works.
If the username and password are not provided, then a box pops up asking the two.
Now the requirement is to avoid the username and password hardcoding in the URL.
So what should i do to achieve this from weblogic server standpoint? I use weblogic
server 5.1 version.
Setting up the weblogic server as the HTTP Proxy , does it help? If so , how it
should be for this requirement?
Any pointers, Any inputs will be highly appreciated. Please help.
with regds
siva--
Developer Relations Engineer
BEA Support

Similar Messages

  • IIS proxying to multiple WebLogic Servers by path

    Hi all,
    Is it possible to have 1 IIS proxying to 2 or more different
    weblogic instances (no cluster) BY PATH (no virtual hosts, no proxying by extension)?.
    Maybe 2 or more iisproxy.ini (or different sections in one) depending on iisforward
    path :)
    Just like with Apache or Netscape:
    APACHE:
    MatchExpression "/pathA/*" WebLogicHost=hostA|WebLogicPort=7001|CookieName=CookieA|ErrorPage=/LogoutA.htm
    MatchExpression "/pathB/*" WebLogicHost=hostB|WebLogicPort=7003|CookieName=CookieB|ErrorPage=/LogoutB.htm
    or
    <LocationMatch "^/pathA/">
    SetHandler weblogic-handler
    WebLogicHost hostA
    WebLogicPort 7001
    CookieName CookieA
    ErrorPage /LogoutA.htm
    </LocationMatch>
    <LocationMatch "^/pathB/">
    SetHandler weblogic-handler
    WebLogicHost hostB
    WebLogicPort 7003
    CookieName CookieB
    ErrorPage /LogoutB.htm
    </LocationMatch>
    NETSCAPE:
    <Object name="object1" ppath="*/pathA/*">
    Service fn="wl-proxy" WebLogicHost="hostA" WebLogicPort="7001" CookieName="CookieA"
    ErrorPage="/LogoutA.htm"
    </Object>
    <Object name="object2" ppath="*/pathB/*">
    Service fn="wl-proxy" WebLogicHost="hostB" WebLogicPort="7003" CookieName="CookieB"
    ErrorPage="/LogoutB.htm"
    </Object>
    TIA.

    Issue:
    How can IIS 4 or IIS 5 be setup to proxy from one IIS server to
    multiple WLS servers.
    For example:
    http://iisserver/myapp --> proxy http://wls1:7001/test
    http://iisserver/myapp2 --> proxy http://wls2:7001/test
    Resolution:
    Proxying to different weblogic instances with one IIS Server can be
    accomplished by using IIS Virtual Directories.
    a) Create a Web site and two virtual directories for it.
    b) Create two directories for the two virtual directories and copy
    iisproxy.dll to each of the directories.
    c) Create iisproxy.ini files in each directory created at step b. One
    for proxying to WebLogic Server A and another for WebLogic Server B.
    d) Register each iisproxy.dll to each of the virtual directories with
    IIS by specifying the appropriate mime-type. If you want to proxy everything
    for that virtual directory, then you will specify a mime-type of *.
    Please note that specifying a mime-type of * will not work with IIS 4.
    e) Make sure you set the Application Protection to HIGH for each
    Virtual Directory.
    Attachments:
    No Attachments Available
    "PacoG" <[email protected]> wrote in message
    news:40c6eb20$1@mktnews1...
    >
    try {
    NewsRefresh nrefresh=NewsRefreshFactory.getInstance("Please");
    nrefresh.execute("HELP");
    } catch (Exception allexceptions) {
    throw new IKnowIKnowException("Linux+Apache");

  • How to configure IIS webserver with weblogic so that I can invoke servlets without the .wlforward extension

    How to configure IIS webserver with weblogic so that I can
    invoke servlets without the .wlforward extension
    As per the documentation iisforward.dll is registered as a filter and .wlforward
    has also been
    included as a special file type. However this requires me to key-in ".wlforward"
    after my servlet name.
    What I want is something like this
    http://iis/MyServlet
    Please help me find a solution to this
    Thanks,
    Rishi

    I am able to invoke the servlet without the wlforward extension now.
    However, now I am required to add /weblogic before the servlet
    name otherwise it does not execute the pathtrim property.
    I have tried with the pathprepend thing also.
    Can we get rid of the /weblogic part also. I just want to execute
    my servlet as http://iis/myServlet.
    Your help in this regard is greatly appreciated...
    Thanks..
    "Rishi" <[email protected]> wrote:
    >
    Thanks for the reply Kumar.
    I did follow the instructions as given in the Weblogic documentation
    The documentation said to add iisforward.dll as a filter service
    and register .wlforward as a special
    file type to be handled by iisproxy.dll. For this,
    while configuring the IIS server in the Home Directory tab
    I added an extension ".wlforward" and the executable as
    iisproxy.dll. Is this the way it should have been done...
    I also modified the iisproxy.ini file as per the documentation.
    I have added the WLForwardPath property and set it to /weblogic.
    My server works fine when I give the url as
    http://iis/myServlet.wlforward
    but it does not work for
    http://iis/myServlet and this is the way i'd want it to work.
    Please tell me if I am missing something on the configuration part
    and if there is something special that needs to be done. I shall
    be grateful to you.
    Kumar Allamraju <[email protected]> wrote:
    http://e-docs.bea.com/wls/docs61/adminguide/isapi.html#101184
    Rishi wrote:
    How to configure IIS webserver with weblogic so that I can
    invoke servlets without the .wlforward extension
    As per the documentation iisforward.dll is registered as a filter
    and
    .wlforward
    has also been
    included as a special file type. However this requires me to key-in".wlforward"
    after my servlet name.
    What I want is something like this
    http://iis/MyServlet
    Please help me find a solution to this
    Thanks,
    Rishi

  • How do i set the proxy user in FF 3.6.13, this entry was existing earlier its gone now. using IE with entries in user account pwds works while FF doesn't.

    How do i set the proxy user in FF 3.6.13.
    previous versions had an entry for proxy user.
    its gone now.
    using IE with entries in user account pwds works while FF doesn't.
    too bad have to change back to IE :-(

    You can find the connection settings in Tools > Options > Advanced : Network : Connection
    See "Firefox connection settings":
    *[[Firefox cannot load websites but other programs can]]

  • How to set the header variables in weblogic

    Hi,
    We have a following set up in our environment.
    We have weblogic and on the top of it we have apex listener deployed which redirects Oracle Apex.
    My Issue:
    How can we set up the header variables in weblogic once the user is authenticated against weblogic server.
    We are struck here, not knowing how to set the header variables in weblogic server. Its fairly straight forward for Oracle Access Manager or others..
    Thanks
    Ramesh P.

    maybe you are looking for the routing options
    http://docs.oracle.com/cd/E13159_01/osb/docs10gr3/userguide/modelingmessageflow.html#wp1125348

  • Error while setting up proxy

    Hi,
    I am getting the following error while trying to set up proxy for a user :
    An error occurred while adding user proxy. Current proxy cannot be set as it is conflicting with earlier proxies with userid 121
    Following is coming up in logs :
    <Aug 28, 2012 8:54:28 PM CDT> <Notice> <Stdout> <BEA-000000> <<Aug 28, 2012 8:54:28 PM CDT> <Error> <XELLERATE.SERVER> <BEA-000000> <ProxyisaMultipleProxy>>
    <Aug 28, 2012 8:54:28 PM CDT> <Notice> <Stdout> <BEA-000000> <<Aug 28, 2012 8:54:28 PM CDT> <Error> <XELLERATE.SERVER> <BEA-000000> <Class/Method: tcDataObj/save Error :Insertion of dataobject into database failed>>
    <Aug 28, 2012 8:54:28 PM CDT> <Notice> <Stdout> <BEA-000000> <<Aug 28, 2012 8:54:28 PM CDT> <Error> <XELLERATE.DATABASE> <BEA-000000> <Class/Method: tcDataBase/rollbackTransaction encounter some problems: Rollback Executed From
    We are on OIM 11.1.1.3 BP6.
    Please provide some help as to what is reason for this kind of behaviour.
    Thanks

    Hi,
    We get this error due following reasons
    [Considering proxy is already specified for this user]
    1) Adding same user with same start & end date.
    2) Adding different user with same start & end date.
    Try to add different user with different start & end date.
    Thanks,
    Rahul

  • How to set up proxy on N79 ?

    How to set up proxy on N79 ?
    I've no idea for set up proxy on N79.
    I can't see something to set up that!
    So could you tell me how to setup proxy on N79

    See if this has the solution-
    http://nds1.nokia.com/phones/files/guides/Nokia_N79-1_UG_en.pdf
    Good Luck
    If I have helped at all, a click on the White Star is always appreciated :
    you can also help others by marking 'accept as solution' 

  • How to set a proxy in solaris 11

    Hi
    After long research, I found the below syntax for setting up proxy in Solaris 11. And this works as well.
    But what will be the syntax if my passwd contain @ symbol, generally most of the passwords contains @ symbol, but this is not working if the password has @ symbol, it's considering as the other domain. I reset my password plain (without any symbol) and working fine.
    export http_proxy="http://username:password@proxy_url"
    username:- username
    Password:- Passwd@123
    proxy usr:- proxy.company.com
    How can I sent a proxy for above values?

    i used this to download using pkgutil by passing proxy
    export http_proxy=http://proxyusername:'password'@test.com:portnumber
    ex::
    from bash/ksh shell i used to tun this when i need to run any wget or curl from solaris machine
    export http_proxy=http://muvvas :'abc&@xyz'@test.com:8080
    export https_proxy=http://muvvas :'abc&@xyz'@test.com:8080
    export ftp_proxy=http://muvvas :'abc&@xyz'@test.com:8080

  • How to set a Proxy Server for appletv

    The network I'm on requires that I set a Proxy server to get out to the internet.
    Is there anyway to specify a Proxy server for AppleTV?

    Hi Red-Baron,
    The Apple TV does not support Proxy Server configuration (http://docs.info.apple.com/article.html?artnum=305010). An alternative is to enable internet sharing on a computer and have the Apple TV connect to that computer.
    Regards,
    John

  • Setting the proxy in a configuration file

    Hello All, Is there a configuration file where you can set http.proxyHost and http.proxyPort for a jsp web app (maybe web.xml)? I'm using tomcat 4.1. The web app in question is behind a firewall and needs to go through a proxy server to pull information from the internet. I'm looking for a way that doesn't involve setting the proxy parameters within the code of the web app. I've also read that you can set environment variables with "CATALINA_OPTS = -DproxySet=true -DproxyHost='proxy host' -DproxyPort=8080", will this work for my situation and in what file would I add this line?

    I may be wrong but I think that the "Use System Proxy Settings" makes sense only on Linux and generally speaking "other OSes". As far as I know there is no generic proxy settings in Windows operating system.
    The one I know is in the registry part of Internet Explorer.
    So in my understanding in Windows, Use System Proxy Settings = No Proxy

  • Setting the proxy in the JRE

    Hello all,
    I was just wondering how I can set the proxy I use in the JRE. If possible how I can set the auto configuration script but failing that setting the proxy server and port number would be fine.
    Thanks

    You can set the properties http.proxyHost and http.proxyPort (see http://java.sun.com/j2se/1.4/docs/guide/net/properties.html). If you need to authenticate take a look at http://www.developer.com/java/other/article.php/1551421

  • How could I set the proxy settings for just some URLs and not for all?

    Hello,
    I am using HttpURLConnection to establish a HTTP connection . The connection pass through a proxy, and it requires security.
    I know that I can set the proxy settings in the system properties, and this works perfect.
    But I don't want to set the proxy settings in the system properties, because this proxy settings will be for ALL the URLs, and I just want for a few URLs.
    How could I set the proxy settings for just some URLs and not for all?
    Thanks

    java.net.URL.openConnection(java.net.Proxy proxy)
    @since 1.5

  • VBscript to set IE proxy

    Hi Guys,
    I'm having issues setting up a script that enables the IE proxy with IP and port.
    In the batch file I'm using the set command to make variables so my collegues don't have to change anything below a certain line.
    Example: 
    set proxyip=192.168.1.10 %=change proxy IP%=
    set proxyport=8080 %=change proxy port%=
    Then I've tried to change it using the command line (registery) but for some reason it doesn't like the fact that I'm using these variables since it keeps adding everything in the IP box in IE which makes it look like: 192.168.1.10;:8080
    When entering it manually without using the variables it's working fine as intended.
    My next option was to look into an vbscript that I can call up from the batch file, however I don't have any experience with VBscript and I'm unable to find the right answer on the internet.
    Basically what I'm looking for is a adjustment  that allows me to provide the IP and port directly from the command line (for example: proxyscript.vbs /Address:"%proxyip%:%proxyport%"
    Thanks for your time

    if "%1" == "" set /p PROXY= Enter Proxy?
    if "%1" NEQ "" set PROXY=%1
    echo %PROXY%
    netsh winhttp set proxy %PROXY% "<local>"
    reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings" /v ProxyEnable /t REG_DWORD /d 1 /f
    reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings" /v ProxyServer /t REG_SZ /d %PROXY% /f
    reg add "HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Internet Settings" /v ProxyEnable /t REG_DWORD /d 1 /f
    reg add "HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Internet Settings" /v ProxyServer /t REG_SZ /d %PROXY% /f
    save this as a.bat file and call it with a parameter proxyserver:port
    note this batch also sets winhttp proxy and the IE proxy for the default user.
    MCP/MCSA/MCTS/MCITP
    Thanks, that helped me out!

  • Setting IE Proxy from MDT2012 Not working

    Im trying to predefine IE proxy setting during Win7 deployment from WDS2012
    I tried following this guide:
    http://blogs.technet.com/b/deploymentguys/archive/2010/11/30/using-the-mdt-windows-update-tasks-in-image-engineering.aspx
    using command line: cscript CFG-ProxySetting.wsf /Proxy:<Proxyname.company.com or IP Address>:<Port> /Exceptions:local
    But it fails to execute giving an error code 0000001 if i remember right.
    i also tried cscript.exe "%SCRIPTROOT%\CFG-ProxySetting.wsf" /Proxy:proxy.address.local:8080 /Exceptions:local
    Anyone have any suggestions ?
    (PS.  I dont want to set proxy with Group Policy because users need to be able to change it if necessary)

    Hi,
    Have you tried using "netsh winhttp set proxy"? 
    if "%1" == "" set /p PROXY= Enter Proxy?
    if "%1" NEQ "" set PROXY=%1
    echo %PROXY%
    netsh winhttp set proxy %PROXY% "<local>"
    reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings" /v ProxyEnable /t REG_DWORD /d 1 /f
    reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings" /v ProxyServer /t REG_SZ /d %PROXY% /f
    reg add "HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Internet Settings" /v ProxyEnable /t REG_DWORD /d 1 /f
    reg add "HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Internet Settings" /v ProxyServer /t REG_SZ /d %PROXY% /f
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • How to set up proxy on Symbian S60 3rd edition?

    Everybody knows how to set up the proxy settings for Nokia web browser. But does anybody know how to set up proxy for use in any applications? For example, I would like to use Google maps app. through proxy server.
    Thanks in advance.

    I don't have a proxy set-up to try this, so you'll have to give it a go yourself. If memory serves correctly the network connections (WiFi/Cellular) are shared and reused, if already open, by any application requesting them on the phone.
    Is it possible to initiate the connection in the web browser, logging in and negotiating whatever gateway as necessary there, then with the browser still open going to the application you want to use?
    I know that when I used a free point in a hotel I was at last year you had to log in to their system via a webpage with a password. I was able to do this and then use other applications on my phone like SicFTP, eBuddy!, Windows Live etc. without any issues where they all failed to work previously, when I had not logged in via the browser.
    I hope this helps, I'm about to need to do this very same thing when I go travelling in a few weeks too!

Maybe you are looking for

  • How to set default group in EXS24 patch?

    Hi, This question is about the EXS24 sampler in MainStage 3.   I'm in no way an EXS24 expert, so I'm hoping this is an easy one - I can't find it in the manual anywhere though.  I'm working with some EXS24 patches that have been supplied to me for a

  • Oracle form connect to database at 10g R2 in window2003

    Hi Experts, I configured form application in fromsweb.cfg. I can open form without any error. However I can not get data form database. If formsweb.cfg, i have a string as userid=scott/tiger@rptsale. I configured SQL*plus with this stream and works w

  • Can I monitor JMS traffic (not the contents) for MDBs?

    WL 9.2.2 on AIX 5.3. I have an EAR deployed to our domains that a third-party vendor developed. It has MDBs that are configured to be persistent. Messages appearing on the queue are read quickly and sent elsewhere. I thought that I should be able to

  • Having a problem with this code

    a buddy of mine is teaching me some java, and im doing ap roject in which i have to set up a loop that will take an inputed script a b c or d, and convert it to a price, then add up the prices together, using up to 10 variables, this is what i got so

  • Alv grid Editable field

    Hai friends, I am displaying data in ALV Grid, in this 2-fields are editable,so i have to change existing values and input our own values ,but here trouble is i unable to catch new values ,can any one help me that how to catch these input values. Tha