Weblogic server with OIM non-root

Friends,
I am installing OIAM on top of Weblogic Server on CentOSLinux OS .
The problem is i want to install weblogic server and OIAM with non-root so that it does not have security issues.
When i try to install weblogic i am unable to install it with normal user rights in /opt dir it requires root access. As per the document oiam install on top of weblogic should not be a problem but the major issue is running weblogic with non-root.
pls let me know abt install and running weblogic as a non-root user, or a pointer to the documentation.
thank you

I have installed weblogic server as an nt service. In install Nt service
cmd, if I make any change in the script, I have to uninstall and install it
again. I do not know where to specify the weblogic.management.username =(Non
system user)
I have created a user name in NT server and added them to Administrator
group. I have also modified in file realm propertes i.e to boot and shutdown
the non system user.
I have to start weblogic server as a non system user.
Thanks
Madhu
I think I replied to some of the questions when I found out the answers.
Only thing I did was hit reply, instead of reply group. Might it went to
persons e-mail. That might be the reason, the answers I posted is not found
in the newsgroup
Thanks
freelance_code_inspector <[email protected]> wrote in message
news:[email protected]..
"m holur" <[email protected]> wrote in message
news:<3bfbafce$[email protected]>...
I want to start wls6.1 as an nt service with different user name otherthan
system.Madhu,
Specify weblogic.management.username={Non system user} in your -D
option. BTW, just curious, have observed that u have been posting a
lot of weblogic questions lately, did u find out the answers? If so, u
should share it back to this community.
Regards
drit
Freelance Java Developer/Code Inspector
http://www.geocities.com/doc_i_t/CodeInspectionService.html

Similar Messages

  • How to start weblogic server with non system user

    I want to start wls6.1 as an nt service with different user name other than
    system.
    Thanks
    Madhu

    I have installed weblogic server as an nt service. In install Nt service
    cmd, if I make any change in the script, I have to uninstall and install it
    again. I do not know where to specify the weblogic.management.username =(Non
    system user)
    I have created a user name in NT server and added them to Administrator
    group. I have also modified in file realm propertes i.e to boot and shutdown
    the non system user.
    I have to start weblogic server as a non system user.
    Thanks
    Madhu
    I think I replied to some of the questions when I found out the answers.
    Only thing I did was hit reply, instead of reply group. Might it went to
    persons e-mail. That might be the reason, the answers I posted is not found
    in the newsgroup
    Thanks
    freelance_code_inspector <[email protected]> wrote in message
    news:[email protected]..
    "m holur" <[email protected]> wrote in message
    news:<3bfbafce$[email protected]>...
    I want to start wls6.1 as an nt service with different user name otherthan
    system.Madhu,
    Specify weblogic.management.username={Non system user} in your -D
    option. BTW, just curious, have observed that u have been posting a
    lot of weblogic questions lately, did u find out the answers? If so, u
    should share it back to this community.
    Regards
    drit
    Freelance Java Developer/Code Inspector
    http://www.geocities.com/doc_i_t/CodeInspectionService.html

  • Running admin server user as non-root

    Hi All,
    I have a requirement to run admin server user as non-root. Is this possible and how to go about it.
    giovi

    Web Server traditionally runs with a process parentage something like:
    Admin Server -> WatchDog -> Primordial Process -> Worker Process
    The Worker Process runs with the UID specified in the configuration (nobody, webservd, etc). This is the process that is actually doing the work of being a web server.
    The Primordial Process typically runs with the UID specified in teh configuration. The primordial process never handles requests. Its role is to quickly create replacement worker processes if the worker process unexpectedly terminates.
    The WatchDog process typically runs with privileged (read "root") access in order to be able to bind to the privileged ports of the OS (any port below 1024). Without privileged access no bind can occur. Once the Watchdog performs the bind it creates the Primordial process, delegates ownership of the port, etc. From then on its role is to watch for unexpected termination of the Primordial process and, if needed, create a new one.
    The Admin server is an optional part of the configuration. When used, it also needs to have the necessary rights to bind to the privileged ports.
    So then - the only way to allow the Admin Server or the Watchdog run non-privileged and still be able to perform their jobs is to loosen the restrictions on the privileged ports themselves. On Solaris 10 you could do this with:
    # usermod -K defaultpriv=basic,net_privaddr webservd
    Then become webservd and start the process.
    Note that the Admin Server's UID is set in admin-serv/config/server.xml (there may be a screen for this in the GUI). Look for the <user>root</user> element.

  • Is there any way to start weblogic server with java 7?

    Hi. Is there any way to start weblogic server with jdk 1.7?

    Hi,
    You can start your Weblogic Server with java 7(JDK 1.7) 
    Go to Domain_home/bin and click on StartWeblogic.cmd it will start your Admin Server
    It depends on which JDK you have used while creating domain if you have selected Jdk 1.7 it will use the same to start the server
    See the Ex:
    ================
    starting weblogic with Java version:
    java version "1.7.0_51"
    Java(TM) SE Runtime Environment (build 1.7.0_51-b13)
    Java HotSpot(TM) 64-Bit Server VM (build 24.51-b03, mixed mode)
    Starting WLS with line:
    C:\PROGRA~1\Java\JDK17~1.0_5\bin\java -client   -Xms256m -Xmx512m -XX:CompileThr
    eshold=8000 -XX:PermSize=48m  -XX:MaxPermSize=128m -Dweblogic.Name=AdminServer -
    Djava.security.policy=H:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.policy
    -Xverify:none -Xverify:none  -da -Dplatform.home=H:\Oracle\MIDDLE~1\WLSERV~1.3 -
    Dwls.home=H:\Oracle\MIDDLE~1\WLSERV~1.3\server -Dweblogic.home=H:\Oracle\MIDDLE~
    1\WLSERV~1.3\server   -Dweblogic.management.discover=true  -Dwlw.iterativeDev= -
    Dwlw.testConsole= -Dwlw.logErrorsToConsole= -Dweblogic.ext.dirs=H:\Oracle\MIDDLE
    ~1\patch_wls1036\profiles\default\sysext_manifest_classpath  weblogic.Server
    <Mar 3, 2015 1:08:32 PM PST> <Info> <Security> <BEA-090905> <Disabling CryptoJ J
    CE Provider self-integrity check for better startup performance. To enable this
    check, specify -Dweblogic.security.allowCryptoJDefaultJCEVerification=true>
    <Mar 3, 2015 1:08:33 PM PST> <Info> <Security> <BEA-090906> <Changing the defaul
    t Random Number Generator in RSA CryptoJ from ECDRBG to FIPS186PRNG. To disable
    this change, specify -Dweblogic.security.allowCryptoJDefaultPRNG=true>
    <Mar 3, 2015 1:08:33 PM PST> <Info> <WebLogicServer> <BEA-000377> <Starting WebL
    ogic Server with Java HotSpot(TM) 64-Bit Server VM Version 24.51-b03 from Oracle
    Corporation>
    =======================================
    If you are using a Lower version of JDK and want to upgrade to JKD 1.7 you can do so by changing setDomainEnv.sh in Weblogic
    Have a look at the below link to do so
    The Weblogic Wasp: change java version / JDK of a weblogic domain
    http://www.baigzeeshan.com/2012/05/how-to-change-jdk-used-by-weblogic.html
    Hope it helps

  • How to Configure a mail server with OIM

    Experts ,
    Any idea/links/Docs on how to configure a mail server with OIM and to send mail notification to someone .
    Pardon me, if my questions seems to be incomplete .
    Thanks
    Suren

    .Create an IT Resource of Type Mail Server. Give Name as "Email Server.Now populate the values for all the parameter for example Server,username,password and authentication type.
    .Go to System Configuration and in Email Server property value give the name of IT resource you created in step1 so the name will be "Email Server".
    http://forums.oracle.com/forums/messageview.jspa?messageID=3867506&stqc=true

  • Integrating WebLogic Server with CA SiteMinder Web Agent R6

    Hi I have searched on the topic of integrating WebLogic Server with the CA SiteMinder Web Agent R6 to provide single sign on services, and have been unable to find anything. Does anyone have any experience with this that could provide some tips, or could direct me to some documentation?

    It definitely can work. We have done the same thing in several installations. The question is "How secure does it need to be?" You will be using SM to do authentication. You will configure SSO to trust the SM header variable. If you really want to be secure you need to configure your boxes so that the http server on you SUSE box (for Portal) can only be accessed from the Reverse Proxy. If another machine can access it someone could spoof the header variable and log in as anyone they want.
    Hope this is helpful.
    Anton

  • Starting a weblogic server as a non system user

    How to Start Weblogic server as an NT Service with the user other thant
    "system". I have to start weblogic server with a differnt user name.
    Thanks
    Madhu

    I have included the user in the administrator group and the group has the
    permission to boot. But still it does not work. It throws an exception
    Fatal
    Initialization exception java.lang.illegalaccesserror unable to open process
    token--bad domain name.
    Thanks
    Madhu
    Jean-Michel GAUTREAU <[email protected]> wrote in message
    news:3c036d56$[email protected]..
    try creating a new user and make it a member of the Administrator group.
    Then verify that the Administrator group is a grantee in the "boot"
    permission in the weblogic.server ACL.
    To start WLS with this new user, try to specify this user in the wlscommand
    line (i think it must be like -Dweblogic.boot.user=<user name>, but i'mnot
    sure, so take a look at the WLS6 help).
    hope this will be useful
    best regards
    JM Gautreau
    WLS ADministrator
    France
    "m holur" <[email protected]> a écrit dans le message news:
    3bfac4d2$[email protected]..
    How to Start Weblogic server as an NT Service with the user other thant
    "system". I have to start weblogic server with a differnt user name.
    Thanks
    Madhu

  • Weblogic server with Fatwire

    Dev2Dev,
    I need to integrate weblogic server with Fatwire (CPM Tool)
    I would like to know the steps or docs which help me to do that
    It will be really helpful if you could send it asap.
    Thanks n Regards
    Suresh

    Dev2Dev,
    I need to integrate weblogic server with Fatwire (CPM Tool)
    I would like to know the steps or docs which help me to do that
    It will be really helpful if you could send it asap.
    Thanks n Regards
    Suresh

  • Using WebLogic Server with Oracle9i RAC

    A new white paper has been posted to dev2dev -
    "Using WebLogic Server with Oracle9i RAC" at
    http://dev2dev.bea.com/products/wlserver81/whitepapers/wls_bea_hp.jsp
    Abstract:
    "This paper presents best practices when using WebLogic Server with Oracle Real Application Clusters. It includes an analysis of
    various use-case and failure scenarios and proposes possible recovery solutions. This paper also includes an evaluation of
    Transparent Application Failover, a product from Oracle that is functionally similar to WebLogic Server MultiPools."

    "satyam" <[email protected]> writes:
    Can I use WebLogic Application Server 6.0, the mid level server (not the express
    or the enterprise version)
    with VisiBroker 4.x ?If you have ejb support - then yes - although you may want to wait for
    a future 6.0 rolling patch to get updated IDL generation.
    andy

  • Oracle SOA Suite 11.1.1.5 and weblogic server with OEPE

    Hello
    Where can I find the installers for Oracel SOA Suite 11.1.1.5 and corresponding supported weblogic server with OEPE.
    I want to install this on Debian and on Oracle Solaris 10 both, so better to have generic installers.
    Few months ago, i could find them (2 months ago), but not now anywhere, not even on edelievery.
    Where does oracle store all older version installers?
    Regards

    Hi
    Download wls1035_oepe111172 Generic Version from below link.
    http://www.oracle.com/technetwork/middleware/ias/downloads/wls-main-097127.html
    Thanks,
    --Vijay                                                                                                                                                                                                                                                                                                                                               

  • Wrong Version of Weblogic Server with Enterprise Pack?

    Hello. I am having a runtime server problem with my Enterprise Pack. Here is the scenario:
    I downloaded and installed Oracle WebLogic Server 10gR3. I am using the bundled (Eclipse) Enterprise Pack that came with it. I am following the "Introduction to the Oracle Enterprise Pack for Eclipse (OEPE) IDE" tutorial. I am at the stage (in wizard) where I am creating an eclipse project, and assigning the target runtime server. It says to pick Oracle WebLogic Server 10gR3 as the server. I do this. At the next step, when I browse and select the weblogic home for my chosen server, I get the following error:
    The path "C:\bea\wlserver_10.3" contains the wrong version of WebLogic Server. Expected version 10.3.0. Found version 10.3.1.
    This strikes me as odd as it is the server that the eclipse enterprise pack came with. At this point, I can go no further. Should I download a different version of the Enterprise Pack? Should I install a different version of weblogic? I am not sure what to do, and would appreciate any insights. Thanks.

    I'm stuck on this also.
    On 2009-09-22 I downloaded and installed Oracle Enterprise Pack for Eclipse 11gR1 from http://www.oracle.com/technology/products/enterprise-pack-for-eclipse/index.html Windows All-In-One oepe-ganymede-win32.zip. I installed it into an existing exclipse directory and maybe that is related. I'm currently deleting that directory and unzipping the root of C to see if that helps.
    We have a DEV instance up that I hope be able to deploy to remotely. It is on a secure server (i.e. https://crpXXdev1:9023). The splash screen indicates that version is WebLogic Server 11g and WebLogic Server Version: 10.3.1.0
    I also downloaded and installed Oracle Web Logic 11gR1 (10.3.1) so I could deploy on my development box as well. I installed it to bea10_3_1_0. I can start this instance and when I do the splash screen says starting weblogic with Java version: java version 1.6.0_11.
    Logs should be written to:C:\bea10_3_1_0\user_projects\domains\base_domain\servers\AdminServer\logs\AdminServer.log.>
    I see Server started in RUNNING mode.
    I throw this in my Browser http://localhost:7001/console/login/LoginForm.jsp and I get splash screen and can log in as User name weblogic.
    Systems Status says OK
    As I go through the OTN Tuturial 'Introdcution to Oracle Enterprise Pack for Eclipse (OEPE) IDE, configure the eclipse.ini fill as shown (e.g. -vm C:\bea10_3_1_0\jdk160_11\bin). And just to be safe I remove the following from my Environment Path so I don't use a pre Jave 1.6 version C:\Sun\SDK\jdk\bin;C:\Program Files\Oracle\jre\1.3.1\bin;
    I fire up eclipse and go to Window / Preference Installed JREs and Add a reference to jdk160_11 in c:\bea10_3_1_0\jdk160_11. That is the only JRE I reference.
    I don the following
    1. Select Help > Software Updates > Available Software > Add Site.
    2. In the Add Site dialog, enter http://download.oracle.com/otn_software/oepe/ganymede, and then click OK.
    3. Select Oracle Enterprise Pack for Eclipse, verify that all of the subcomponents are selected, and then click Install.
    I get some prompts see some download activity and after it is down, restart Eclipse.
    I go to Open Perspective and Java EE is not available as an option to choose. This is bad because I cannot see the Server tab to add a Server. I could do this yesterday before I re-installed Eclipsed. Without the Server tab and can not continue the tutorial to get to where I was having errors yesterday.

  • Error when starting Weblogic server with Coherence

    We want to use Coherence 3.6 with Weblogic Server 10.3. During server startup, we get the following error. My understanding is the cluster should be started automatically based on the configuration listed below the error. Appreciate any pointers.
    <Dec 15, 2011 3:20:11 PM PST> <Error> <Coherence> <BEA-000000> <2011-12-15 15:20:11.920/67.311 Oracle Coherence SE 3.6.0.4 <Error> (thread=Cluster, member=n/a): This member could not join the cluster because of a configuration mismatch between this member and the configuration being used by the rest of the cluster. This member specified a cluster name of "EPCIS" which did not match the name of the running cluster. This indicates that there are multiple clusters on this network attempting to use overlapping network configurations. Rejected by Member(Id=9, Timestamp=2011-11-16 13:58:42.941, Address=10.229.189.30:8088, MachineId=21022, Location=site:us.oracle.com,machine:adc2101177,process:30667, Role=WeblogicServer).>
    <Dec 15, 2011 3:20:11 PM PST> <Error> <oracle.apps.pas.epc.framework.db.Cache> <BEA-000000> <java.lang.RuntimeException: Failed to start Service "Cluster" (ServiceState=SERVICE_STOPPED, STATE_JOINING)>
    <Dec 15, 2011 3:20:11 PM PST> <Error> <Coherence> <BEA-000000> <2011-12-15 15:20:11.957/67.349 Oracle Coherence SE 3.6.0.4 <Error> (thread=[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)', member=n/a): Error while starting cluster: java.lang.RuntimeException: Failed to start Service "Cluster" (ServiceState=SERVICE_STOPPED, STATE_JOINING)
    CONFIGURATION:
    We have the following descriptor (epcis-coherence-cache-config.xml) in $DOMAIN_HOME/epc-config:
    <?xml version="1.0"?>
    <!DOCTYPE cache-config SYSTEM "cache-config.dtd">
    <cache-config>
    <caching-scheme-mapping>
    <cache-mapping>
    <cache-name>*</cache-name>
    <scheme-name>distributed</scheme-name>
    </cache-mapping>
    </caching-scheme-mapping>
    <caching-schemes>
    <distributed-scheme>
    <scheme-name>distributed</scheme-name>
    <service-name>DistributedCache</service-name>
    <backing-map-scheme>
    <local-scheme></local-scheme>
    </backing-map-scheme>
    <autostart>true</autostart>
    </distributed-scheme>
    </caching-schemes>
    </cache-config>
    We also have tangosol-coherence-override.xml in the same dir:
    <coherence>
    <cluster-config>
    <member-identity>
    <cluster-name system-property="tangosol.coherence.clustername">EPCIS</cluster-name>
    </member-identity>
    </cluster-config>
    <configurable-cache-factory-config>
    <class-name>com.tangosol.net.DefaultConfigurableCacheFactory</class-name>
    <init-params>
    <init-param>
    <param-type>java.lang.String</param-type>
    <param-value>epcis-coherence-cache-config.xml</param-value>
    </init-param>
    </init-params>
    </configurable-cache-factory-config>
    <license-config>
    <edition-name system-property="tangosol.coherence.edition">SE</edition-name>
    <license-mode system-property="tangosol.coherence.mode">dev</license-mode>
    </license-config>
    </coherence>
    We have modified startWebLogic.sh by adding:
    PRE_CLASSPATH="/slot/xyz/oracle/mwhome/oracle_common/modules/oracle.coherence_3.6/coherence.jar:${DOMAIN_HOME}/epc-config/:${PRE_CLASSPATH}"

    As the error message says, your WebLogic server is trying to join a cluster that has a different cluster name.
    This bit in your tangosol-coherence-override.xml file or the tangosol.coherence.clustername system property must be the same in all members of the cluster
    <cluster-name system-property="tangosol.coherence.clustername">EPCIS</cluster-name>JK

  • While integrating Weblogic server with Iplanet webserver

    Hi ,
    I am facing issues while connecting weblogic application server with Iplanet webserver:
    while i hit the desired url, it showing the below log, it is not providing me proper page (weblogic console page )
    Sat Mar 23 06:12:37 2013 <1535513639993579> URL::parseHeaders: CompleteStatusLine set to [HTTP/1.1 302 Moved Temporarily]
    Sat Mar 23 06:12:37 2013 <1535513639993579> URL::parseHeaders: StatusLine set to [302 Moved Temporarily]
    Sat Mar 23 06:12:37 2013 <1535513639993579> Hdrs from WLS:[Date]=[Sat, 23 Mar 2013 00:42:37 GMT]
    Sat Mar 23 06:12:37 2013 <1535513639993579> Hdrs from WLS:[Transfer-Encoding]=[chunked]
    Sat Mar 23 06:12:37 2013 <1535513639993579> Hdrs from WLS:[Location]=[http://10.11.12.231/console/login/LoginForm.jsp]
    Sat Mar 23 06:12:37 2013 <1535513639993579> Hdrs from WLS:[X-WebLogic-JVMID]=[-420809910]
    Sat Mar 23 06:12:37 2013 <1535513639993579> Hdrs from WLS:[X-Powered-By]=[Servlet/2.5 JSP/2.1]
    Sat Mar 23 06:12:37 2013 <1535513639993579> parsed all headers OK
    Sat Mar 23 06:12:37 2013 <1535513639993579> sendResponse() : uref_p->getStatus() = '302'
    Sat Mar 23 06:12:37 2013 <1535513639993579> Hdrs to client (add):[date]=[Sat, 23 Mar 2013 00:42:37 GMT]
    Sat Mar 23 06:12:37 2013 <1535513639993579> Hdrs to client (add):[Location]=[http://10.11.12.231/console/login/LoginForm.jsp]
    Sat Mar 23 06:12:37 2013 <1535513639993579> Hdrs to client (add):[X-Powered-By]=[Servlet/2.5 JSP/2.1]
    Sat Mar 23 06:12:37 2013 <1535513639993579> canRecycle: conn=1 status=302 isKA=1 clen=-1 isCTE=1
    Sat Mar 23 06:12:37 2013 <1535513639993579> closeConn: pooling for '10.11.12.231/7001'
    Sat Mar 23 06:12:37 2013 <1535513639993579> request [console/] processed successfully..................
    Please help me.
    Thanks,
    Chinna

    Hi,
    First thing are you seeing any request coming to weblogic server? if not then,
    What configuration you have added in server.xml and virtual server instance object conf file for weblogic integration.
    It is pretty straight forward,
    1. add weblogic plugin libproxy_61.so in plugin/weblogic directory on webserver.
    2. add WLS cluster server/ standalone server information in server.xml
    3. in object file create a new object of type="magnus-internal/directory" add WL specific configuration and then add condition to select WLS object created or make it default object for handling all request.
    Thanks,
    Ranjan

  • Can't start WebLogic Server with SP6 and jdk1.2.2 using WebLogic Console

    Hi All,
    I am trying to install WebLogic 5.1 with SP6 under Windows NT 4.0 with SP6. My goal is to run JSP/Servlets. After going through all the steps described in SP6 Readme I am getting th following exception:
    ava.lang.reflect.InvocationTargetException: java.lang.NoSuchMethodError: weblogic.boot.ServerClassLoader: method getClassLoadNotify()Lweblogic/boot/ClassLoadNotify; not found
         at weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoader.java:140)
         at weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoader.java:112)
         at weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoader.java:104)
         at weblogic.utils.classloaders.RecursiveReloadOnModifyClassLoader.<init>(RecursiveReloadOnModifyClassLoader.java:53)
         at weblogic.utils.classloaders.RecursiveReloadOnModifyClassLoader$SingleSlave.<init>(RecursiveReloadOnModifyClassLoader.java:149)
         at weblogic.servlet.internal.ServletContextImpl.setClassLoader(ServletContextImpl.java:1408)
         at weblogic.servlet.internal.ServletContextImpl.<init>(ServletContextImpl.java:518)
         at weblogic.t3.srvr.HttpServer.initServletContexts(HttpServer.java, Compiled Code)
         at weblogic.t3.srvr.HttpServer.start(HttpServer.java:388)
         at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java, Compiled Code)
         at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:827)
         at java.lang.reflect.Method.invoke(Native Method)
         at weblogic.Server.startServerDynamically(Server.java:99)
         at weblogic.Server.main(Server.java:65)
         at weblogic.Server.main(Server.java:55)
    The installation document is pretty bad intermixing different types of installations. Where can I find steps or what do I need to do to get WebLogic to run with JDK1.2.2 if I want to start it up from WebLogic console only?
    Thanks,
    Mark.

    Try rather using the 1.4 version available here: http://java.sun.com/j2ee/1.4/
    and use this dedicated forum: http://forum.java.sun.com/forum.jsp?forum=136
    -Alexis

  • Weblogic server with  Websphere Portal server

    Hi,
    I am having this peculiar problem.
    I am using Websphere Portal Server and accessing an application which is running
    on Weblogic
    6.1. I am also using struts on both the portal server and weblogic server.
    The first time I access a jsp which is on weblogic from websphere portal I get
    it fine.
    I have button on this jsp on submit of which another jsp on weblogic should come
    up.
    The problem is that on click of the button the URL which is being formed is
    <ip of weblogic>/<path of portal server>.
    I have no clue why this is happening and its driving me crazy.
    Can anyone tell me whats happening?
    Thanks
    Siri

    Siri-
    This sounds like a URL rewriting issue with whatever proxy or tool you are using
    to interface from WS to WLS. Basically, for the setup to work, any URL's that
    are contained in the content served up by your WLS instance will have to be rewritten
    such that your WS instance knows that the request is actually intended for the
    WLS server.
    -Brodi
    "Siri" <[email protected]> wrote:
    >
    Hi,
    I am having this peculiar problem.
    I am using Websphere Portal Server and accessing an application which
    is running
    on Weblogic
    6.1. I am also using struts on both the portal server and weblogic server.
    The first time I access a jsp which is on weblogic from websphere portal
    I get
    it fine.
    I have button on this jsp on submit of which another jsp on weblogic
    should come
    up.
    The problem is that on click of the button the URL which is being formed
    is
    <ip of weblogic>/<path of portal server>.
    I have no clue why this is happening and its driving me crazy.
    Can anyone tell me whats happening?
    Thanks
    Siri

Maybe you are looking for

  • BADI/User exit for MIGO fi postings

    Hello Experts, I have one requirement regarding at the time of MIGO accounting entry is generating based on the OBYC settings,now the client want along with this entry, want to create one more FI document through background,In the background we will

  • Transferring Elements to a new computer

    I downloaded Photoshop Elements a couple years ago and just bought a new Mac. Can I transfer Elements and Bridge to my new Mac? I put the files on a drive and transferred it to my new computer, but they aren't working right. Any suggestions?

  • Teststand property loader for multiple sequences

    Hi, I am using Teststand 3, and would like to be able to Export all sequences into one Excel spreadsheet, so that each tab references a single sequence. If anybody has already done this, or has a suggestion as to how to do it, I would be grateful. Th

  • Splitting SC items in ECS

    Hi experts, We are on SRM 5 ECS. We have a requirement to split SC items into multiple POs by additional criteria. We implemented BBP_BS_GROUP_BE method GROUP_PO_BACKEND and set a break point. The flow is not stopping at the break point. Are we using

  • Connecting Oracle 10.2.0.1 to Crystal Reports 11 in WinXP 64-bit

    I'm trying migrating my apps to WinXP x64 (64-bit) due to large (4GB) RAM support. When running in 32-bit, Oracle and Crystal played well together by ODBC. When running in 64-bit, with 64-bit Oracle, and 32-bit Crystal, I am having problems with the