Can an AS-Java instance be added to an existing AS-ABAP?

Hi everyone!
I'm facing the following situation: can an AS-Java instance be installed on a existing AS-ABAP instance?
My development team wants to activate the AS-Java in order to "publish" some ERP transactions to some web applications but that one has not been installed with the AS-ABAP instance we already have.
Can I add this Java instance to the ABAP instance or should I create an Java instance separately?
Any info or help is appreciated.
Best regards,
Paulo

Ok, Manoj. Thanks for your answer.
But I forgot to mention that my system is NW 7.0, not Web AS 6.20 or 6.40.
I have followed the link you sent and searched for the SAP note mentioned there - 914486 - but the info is restricted to Web AS 6.20/6.40 platforms, and there is nothing mentioned for NW 7.0.
I was reading some docs for NW 7.0, explaining the "usage types" of SAP systems. It says that a SAP system can be installed as a single AS ABAP or AS Java or altogether.
Since my system was installed as a single AS ABAP, now I'm not sure if I can simply add an AS Java instance to it. I'm considering now to install a separated AS Java instance and then make the appropriated "links" between those instances.
What do you think?
Have you ever been through such thing?
Sorry I'm bothering you with it but sometimes we haven't got noboby to discuss such things like that. Somebody's else experiences can always help us to make an appropriated decision.
Thanks in advance.
Paulo

Similar Messages

  • JAVA instance fro ECC5

    Hi can we install java instance for ECC5 based ABAP System .
    cna anybody send me the link
    thx

    Hi Sachin,
    Yes you can have a JAVA instance connected to the SAP ERP 2004 ABAP instance. Another person have posted the installation guide link for SAP ERP 2004 (http://service.sap.com/instguides).
    I would suggest that you consider a side by side installation in place of an "add-in" installation. This gives you more flexibility for maintenance in the future.
    Cheers,
    Mike.

  • How can I correlate an Java instance number with a server id?

    I have 6 Web App Server running ABAP and the JAVA stacks. I can log into the Central Instance server and run /usr/sap/<SID>DVEBMSG00/j2ee/configtool/configtool.sh and bring up the GUI interface to "see" all the instances and their variables. I don't see an easy way to trace back the Java INSTANCE to the physical server's hostname.
    Is there a central repository to correlate a Web App Server Java instance number to the actual hostid/hostname of the target server? I realize I can log into each Web App Server and look at the /usr/sap/<SID>D00/j2ee/cluster/instance.properties and find the Instance number, but I was wondering if this information was held in the SAP Central instance or SAP Database somewhere.

    Hi Timothy,
    The instance ID used for the JAVA cluster is generated at installation time, and -amongst other things- takes into account the time it was generated. We installed two instances in parallel (on different hosts) and ended up with almost the same instance ID.
    Because this can be very confusing, we asked SAP if this was changable - in theory it is only an ID which could be changed as long as it is updated on all places the identifier is stored - but SAP indicated that that is not possible, nor supported. We ended up with a diagram of the system architecture with all the identifiers on our desk.
    Note that in the config tool - all instances are displayed with their system instance number. If you were to install a new system it might be usefull to install all instances with different instance numbers so you and distinguish more easily between them.
    Hope this helps,
    Cheers,
    Walter

  • Can i start only Java Instance

    HI,
    I installed both JAVA+ABAP stack in Nw2004s.can i start only Java STACK(java instance) with out starting the ABAP instance from SAP MMC

    Hi Surya,
                Under normal circumstances the persistence store for an ABAP+JAVA stack is the ABAP system, therefore, your system may not work without the ABAP stack. If you need just the java stack, I would recommend that you install a JAVA only system.
    Sajit

  • Can't create an instance of StringTemplate in WSAD 5.1.1

    I have just downloaded and installed WSAD 5.1.1 on my computer. I created a simple web application and added a Servlet. In my Servlet whenever I create an instance of a StringTemplate class (http://www.antlr.org/stringtemplate/index.tml) I get a java.lang.NoClassDefFoundError:
    [19-01-04 20:19:54:328 CET] 3c4c5142 WebContainer A SRVE0169I: Loading Web Module: Proj1.
    [19-01-04 20:19:54:453 CET] 3c4c5142 WebGroup I SRVE0180I: [Proj1] [Proj1] [Servlet.LOG]: JSP 1.2 Processor: init
    [19-01-04 20:19:54:484 CET] 3c4c5142 WebGroup I SRVE0180I: [Proj1] [Proj1] [Servlet.LOG]: SimpleFileServlet: init
    [19-01-04 20:19:54:516 CET] 3c4c5142 WebGroup I SRVE0180I: [Proj1] [Proj1] [Servlet.LOG]: InvokerServlet: init
    [19-01-04 20:19:54:547 CET] 3c4c5142 ApplicationMg A WSVR0221I: Application started: DefaultEAR
    [19-01-04 20:19:54:641 CET] 3c4c5142 HttpTransport A SRVE0171I: Transport http is listening on port 9.080.
    [19-01-04 20:19:56:922 CET] 3c4c5142 HttpTransport A SRVE0171I: Transport https is listening on port 9.443.
    [19-01-04 20:19:56:984 CET] 3c4c5142 RMIConnectorC A ADMC0026I: RMI Connector available at port 2809
    [19-01-04 20:19:57:109 CET] 3c4c5142 WsServer A WSVR0001I: Server server1 open for e-business
    [19-01-04 20:20:01:031 CET] 59ed1140 WebGroup I SRVE0180I: [Proj1] [Proj1] [Servlet.LOG]: HelloServlet2: init
    [19-01-04 20:20:01:469 CET] 59ed1140 WebGroup E SRVE0026E: [Servlet Error]-[antlr/RecognitionException]: java.lang.NoClassDefFoundError: antlr/RecognitionException
         at com.bigjrun.proj1.servlets.HelloServlet2.doGet(HelloServlet2.java:27)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.ibm.ws.webcontainer.servlet.StrictServletInstance.doService(StrictServletInstance.java:110)
         at com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet._service(StrictLifecycleServlet.java:174)
         at com.ibm.ws.webcontainer.servlet.IdleServletState.service(StrictLifecycleServlet.java:313)
         at com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet.service(StrictLifecycleServlet.java:116)
         at com.ibm.ws.webcontainer.servlet.ServletInstance.service(ServletInstance.java:283)
         at com.ibm.ws.webcontainer.servlet.ValidServletReferenceState.dispatch(ValidServletReferenceState.java:42)
         at com.ibm.ws.webcontainer.servlet.ServletInstanceReference.dispatch(ServletInstanceReference.java:40)
         at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.handleWebAppDispatch(WebAppRequestDispatcher.java:974)
         at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.dispatch(WebAppRequestDispatcher.java:555)
         at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.forward(WebAppRequestDispatcher.java:200)
         at com.ibm.ws.webcontainer.srt.WebAppInvoker.doForward(WebAppInvoker.java:119)
         at com.ibm.ws.webcontainer.srt.WebAppInvoker.handleInvocationHook(WebAppInvoker.java:276)
         at com.ibm.ws.webcontainer.cache.invocation.CachedInvocation.handleInvocation(CachedInvocation.java:71)
         at com.ibm.ws.webcontainer.srp.ServletRequestProcessor.dispatchByURI(ServletRequestProcessor.java:182)
         at com.ibm.ws.webcontainer.oselistener.OSEListenerDispatcher.service(OSEListener.java:334)
         at com.ibm.ws.webcontainer.http.HttpConnection.handleRequest(HttpConnection.java:56)
         at com.ibm.ws.http.HttpConnection.readAndHandleRequest(HttpConnection.java:618)
         at com.ibm.ws.http.HttpConnection.run(HttpConnection.java:439)
         at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:593)
    I added the StringTemplate.jar on Project -> Properties -> Java Build Path -> Libraries -> Add External JARs
    My code looks like this:
    package com.bigjrun.proj1.servlets;
    import java.io.IOException;
    import java.io.PrintWriter;
    import javax.servlet.Servlet;
    import javax.servlet.ServletException;
    import javax.servlet.http.HttpServlet;
    import javax.servlet.http.HttpServletRequest;
    import javax.servlet.http.HttpServletResponse;
    import org.antlr.stringtemplate.StringTemplate;
    public class HelloServlet2 extends HttpServlet implements Servlet {
         public void doGet(HttpServletRequest req, HttpServletResponse resp)
              throws ServletException, IOException {
              PrintWriter out = resp.getWriter();
              try {
                   StringTemplate query = new StringTemplate("SELECT $column$ FROM $table$;");
                   query.setAttribute("column","name");
                   query.setAttribute("column","email");
                   query.setAttribute("table", "users");
                   out.print(query);     
              } catch (Exception e) {
                   // TODO: handle exception
                   out.print("Exception " + e.getMessage());
    }What am I doing wrong?

    I have a project called 'Default EAR' in my workspace.
    But I can't add the JAR to the that project. These instructions are for WSAD 4, but I assume WSAD 5 is similar:
    Go to menu File and select Import. Choose "File System" to import from. Specify "Default EAR" as your folder and select the jar file from the directory/browse prompt.
    This is assuming your web app is connected to Default EAR and not some other EAR file. Also once you've done this, you will find that the jar file automatically becomes part of your build path. You didn't have to do anything extra to make that happen.

  • Multiple Server nodes in Java Instance

    Hello Experts,
    We have NW 700 SP17 Java system running with 5 server nodes. Would appreciate, if you clarify following doubts:
    1. How can we check which user has landed up into which server node.
    2. Is there any possibility of check logs (like defaulttrace,etc) for all the server nodes from a single location (like NWA).
    3. How can we check the load on each of the server node.
    4. Where can we find documentation on configuring and operating Java instance with multiple server nodes.
    Thanks
    Davinder

    1. How can we check which user has landed up into which server node.
    Ask the user to execute this: javascript:document.cookie
    while they are in the Java pages.
    2. Is there any possibility of check logs (like defaulttrace,etc) for all the server nodes from a single location (like NWA).
    - Yes, SAP LogViewer should give you that options
    3. How can we check the load on each of the server node -
    - Consider configuring Solution Manager Diagnostics, is it very nice tool for Java Load Monitoring
    4. Where can we find documentation on configuring and operating Java instance with multiple server nodes
    - If you asking about how many nodes requires on a java instance, you might want to use the SAP Quick Sizer to size your systems, then it will give you total Memory it requirsts then you need to divide that by 2.5 GB (64 bit OS) or for 32 bits they recommend you not to exceed your heap size beyond 1 GB.
    Added Nodes is very simple via Configtool, then you might have to setup your server with same settings as your previous nodes.
    Kumar

  • Can not access the Instance Data of a Singleton class from MBean

    I am working against the deadline and i am sweating now. From past few days i have been working on a problem and now its the time to shout out.
    I have an application (let's call it "APP") and i have a "PerformanceStatistics" MBean written for APP. I also have a Singleton Data class (let's call it "SDATA") which provides some data for the MBean to access and calculate some application runtime stuff. Thus during the application startup and then in the application lifecysle, i will be adding data to the SDATA instance.So, this SDATA instance always has the data.
    Now, the problem is that i am not able to access any of the data or data structures from the PerformanceStatistics MBean. if i check the data structures when i am adding the data, all the structures contains data. But when i call this singleton instance from the MBean, am kind of having the empty data.
    Can anyone explain or have hints on what's happening ? Any help will be appreciated.
    I tried all sorts of DATA class being final and all methods being synchronized, static, ect.,, just to make sure. But no luck till now.
    Another unfortunate thing is that, i some times get different "ServicePerformanceData " instances (i.e. when i print the ServicePerformanceData.getInstance() they are different at different times). Not sure whats happening. I am running this application in WebLogic server and using the JConsole.
    Please see the detailed problem at @ http://stackoverflow.com/questions/1151117/can-not-access-the-instance-data-of-a-singleton-class-from-mbean
    I see related problems but no real solutions. Appreciate if anyone can throw in ideas.
    http://www.velocityreviews.com/forums/t135852-rmi-singletons-and-multiple-classloaders-in-weblogic.html
    http://www.theserverside.com/discussions/thread.tss?thread_id=12194
    http://www.jguru.com/faq/view.jsp?EID=1051835
    Thanks,
    Krishna

    I am working against the deadline and i am sweating now. From past few days i have been working on a problem and now its the time to shout out.
    I have an application (let's call it "APP") and i have a "PerformanceStatistics" MBean written for APP. I also have a Singleton Data class (let's call it "SDATA") which provides some data for the MBean to access and calculate some application runtime stuff. Thus during the application startup and then in the application lifecysle, i will be adding data to the SDATA instance.So, this SDATA instance always has the data.
    Now, the problem is that i am not able to access any of the data or data structures from the PerformanceStatistics MBean. if i check the data structures when i am adding the data, all the structures contains data. But when i call this singleton instance from the MBean, am kind of having the empty data.
    Can anyone explain or have hints on what's happening ? Any help will be appreciated.
    I tried all sorts of DATA class being final and all methods being synchronized, static, ect.,, just to make sure. But no luck till now.
    Another unfortunate thing is that, i some times get different "ServicePerformanceData " instances (i.e. when i print the ServicePerformanceData.getInstance() they are different at different times). Not sure whats happening. I am running this application in WebLogic server and using the JConsole.
    Please see the detailed problem at @ http://stackoverflow.com/questions/1151117/can-not-access-the-instance-data-of-a-singleton-class-from-mbean
    I see related problems but no real solutions. Appreciate if anyone can throw in ideas.
    http://www.velocityreviews.com/forums/t135852-rmi-singletons-and-multiple-classloaders-in-weblogic.html
    http://www.theserverside.com/discussions/thread.tss?thread_id=12194
    http://www.jguru.com/faq/view.jsp?EID=1051835
    Thanks,
    Krishna

  • Java instance not working in ECC6

    Hi,
    I was installed ECC6 on Winsever2003 and oracle10g intialy both java and abap instaces works fine EP also works fine sudenly after three days Java instance is not starting but ABAP instance working fine without any problem I am posting error log here please suggest me or help me in this regard
    Here is develpoer trace log:
    trc file: "dev_enqsrv", trc level: 1, release: "700"
    systemid   560 (PC with Windows NT)
    relno      7000
    patchlevel 0
    patchno    66
    intno      20050900
    make:      multithreaded, Unicode, optimized
    pid        2620
    [Thr 4084] Mon Jul 07 19:50:57 2008
    [Thr 4084] *** ERROR => ShmDelete: Invalid shared memory Key=34. [shmnt.c      719]
    [Thr 4084] *** ERROR => ShmCleanup: ShmDelete failed for Key:34. [shmnt.c      793]
    [Thr 4084] initialize_global: enqueue server without replication
    [Thr 4084] Enqueue: EnqMemStartupAction Utc=1215440457
    [Thr 4084] Enqueue Info: replication enabled
    [Thr 4084] Enqueue Info: enque/replication_dll not set
    [Thr 4084] Mon Jul 07 19:50:58 2008
    [Thr 4084] ***LOG GEZ=> Server start [encllog.cpp  493]

    Hi,
    useing cleanipc u can delete old sharedmemory follow the bellow steps hope this will be helpful
    Delete the old shared memories manually by entering:
    cleanipc <SAPSYSTEM> remove
    You can take the value of <SAPSYSTEM> from the profile file enqsrv.pf.
    cleanipc is in /usr/sap/<SID>/SYS/exe/run.

  • Java instance installation fails for EP 6.0 SR1 on AIX 5.1/Oracle 9.2

    Hi Friends
    I am currently installing EP 6.0 SR1 on NW04 on AIX 5.2 & Oracle 9.2.0.1, last few steps of installation I applied Oracle patchset 9.2.0.5. I am using the option SAPNW SR1-> Java system -> Central system ->custom installation-> Java system, the installation stops at step 30(Load Java database content) of 36 giving the message "java.sql.SQLException:Ioexception: The Network adapter could not establish the connection.
    I am also attaching the contents of log jload.log & jload.java.log. Really appreciate if somebody who has faced similar problem or knows the solution can provide a tip, thanks in advance.
    CDBAXD08:oraepd 27> more jload.log
    11.03.05 20:05 com.sap.inst.jload.Jload main
    INFO: Jload -sec
    EPD,jdbc/pool/EPD,/sapmnt/EPD/global/security/data/SecStore.properties,/
    sapmnt/EPD/global/
    security/data/SecStore.key -dataDir /epinst/was_java/J2EE_OSINDEP/J2EE-
    ENG/JDMP -job /tmp/sapinst_instdir/N
    W04SR1/WEBAS_JAVA/CENTRAL/ONE_HOST/IMPORT.XML -
    log /tmp/sapinst_instdir/NW04SR1/WEBAS_JAVA/CENTRAL/ONE_HOST
    /jload.log
    11.03.05 20:05 com.sap.inst.jload.Jload main
    SEVERE: couldn't connect to DB
    java.sql.SQLException: Io exception: The Network Adapter could not
    establish the connection
    CDBAXD08:oraepd 28> more jload.java.log
    java version "1.4.2"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2)
    ClassicVM (build 1.4.2, J2RE 1.4.2 IBM AIX 5L for PowerPC (64 bit JVM)
    build caix64142ifx-20041126 (JIT en
    abled: jitc))
    Mar 11, 2005 8:05:10 PM com.sap.inst.jload.Jload main
    INFO: Jload -sec
    EPD,jdbc/pool/EPD,/sapmnt/EPD/global/security/data/SecStore.properties,/
    sapmnt/EPD/global/
    security/data/SecStore.key -dataDir /epinst/was_java/J2EE_OSINDEP/J2EE-
    ENG/JDMP -job /tmp/sapinst_instdir/N
    W04SR1/WEBAS_JAVA/CENTRAL/ONE_HOST/IMPORT.XML -
    log /tmp/sapinst_instdir/NW04SR1/WEBAS_JAVA/CENTRAL/ONE_HOST
    /jload.log
    Mar 11, 2005 8:05:15 PM com.sap.inst.jload.Jload main
    SEVERE: couldn't connect to DB
    java.sql.SQLException: Io exception: The Network Adapter could not
    establish the connection
    FYI the SID name given to the Java instance is EPD & the output of
    java -version of the 3 id's root, epdadm & oraepd is as attached.
    CDBAXD08:epdadm 1> java -version
    java version "1.4.2"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2)
    Classic VM (build 1.4.2, J2RE 1.4.2 IBM AIX 5L for PowerPC (64 bit JVM)
    build caix64142ifx-20041126 (JIT enabled: jitc))
    Thanks & Rgds,
    Abhishek

    Hi Abhishek,
    I'm trying to install EP 6.0 SR1 on Aix and DB2.   I'm having problems with Secure Store installation step (Encryption: JCE and Crypto Toolkit).
    Did you have any problems with this ?   From which place did you get the JCE file ? 
    Thanks for your help, I really appreciate it !
    Regards from Mexico,
    Diego

  • Abap Instance + Java Instance

    Hi people,
    In the sap netweaver 7.0 EHP1 SR1, it´s possible to make the installation firstly the abap instance (Business Warehouse), and after the installation has finished to do the installation the java instance (Enterprise portal) ?
    In the installation guide
    Installation GuideSAP NetWeaver 7.0 ABAP+Java including Enhancement Package 1 SR1 on Windows Oracle
    In the new features says that:
    New dual stack (ABAPJava) systems only for SAP NetWeaver Process Integration (PI) and SAP NetWeaver Mobile Infrastructure (MI) --> As of SAP NetWeaver 7.0 including enhancement package 1, you can install dual stack (ABAPJava) systems only with usage type Process Integration (PI) or Mobile Infrastructure (MI). This means you can only install a dual stack system either as a Process Integration system or as a Mobile Infrastructure system.
    Installation option Java Add-In for ABAP disabled --> As of SAP NetWeaver 7.0 including enhancement package 1, the installation option Java Add-In for ABAP is disabled. That is, you can no longer install the Java Add-In to an existing ABAP system.
    It´s possible??
    More thanks

    Hi Rubben,
    That's true , with New relase of SAP we cannot install abap + java execpt for PI and MI due to some performance issues.
    Even concept of java addin has been removed by SAP.
    So, IF you want to install java with Abap , then you can fullful your requirement by installing seperate java instance .
    Thanks
    Anil

  • Should I use a separate JAVA instance for ADS

    My customer has Enterprise portal and R/3 installed already.  Now they want ADS installed.  Would it be best to install a new JAVA instance for ADS or should I use the existing JAVA instance that is installed for the portal?  I think the customer is preferring to use a separate instance so nothing already installed breaks.  Also, if I do use a separate JAVA instance, should I connect to the portal through SLD?
    Thanks,
    Peggy

    Hello,
    Installation of new java instance for ADS (or) using the one available inthe portal java instance depends on the following factors:-
    1) How much extra load can the existing java instance handle
    2) What is the user case and expected load for ADS in the customer landscape?
    3) Whether ADS will be used exclusively for portal ?
    Following link may give you a better idea of whether to use ADS within applicaiton portal (or) use standalone ADS
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/c0ce3d21-cb09-2e10-36b0-e4c8167389f6?quicklink=index&overridelayout=true
    Rgds,
    Mat.

  • Can i create an instance of a jar file?

    Actually,i'm creating a combobox component.For tht i've written a java class,in tht calss i read the javascript code and create an instance of the java class n render tht code.If i want to give this java file and javascript file i need to jar it.i have done tht also but i can't create the instance of tht java class from the jar .can u help me out?
    Thanks in advance.

    Hey thanks so much for the reply.
    Let me tell you the exact scenario. I'm actually developing a struts-application. Hope I can get some help here too.
    I have:
    1. login.jsp-where user logs in.
    -I have a userid and a password as default values for each unique user.
    Where should i store these details -in HashMap??
    -How can I display error messages if userId/passWord is invalid on login.jsp page ??
    2. confirmation.jsp-on successful login, he's shown his details:
    YOur first name: .........
    Your last name: ........ etc.
    -Here I can't use bean:write tag to read from form-bean.
    - how do i display it here without using a scriptlet ?
    3. LoginAction.java
    -Here i will get userId and passWord from LoginFormBean.java setter
    and getter methods.
    -For all validations' results, should i call a boolean getUserDetails() method from form-bean, wherein i can map values(first name, last name etc ) to each key (userid) ?
    i can use methods like:
    if (isValidUserId && isValidPassWord )
    LoginValidateUtil.getUserDetails();
    return mapping.findForward("success");
    But, can I assign many values to a single key using Map ?
    4. LoginFormBean.java
    -Here should I have to use set/getUserDetails() ?
    -If so, how do I use Map there?
    I want to have userId as the only key to which i can map values and not password.
    5. LoginValidateUtil.java
    -Here all validations are defined and boolean result is passed to LoginAction.java.
    Hope you got what I meant.
    Please tell me if i am right in this approach...
    Thanks in advance,
    sanlearns

  • Can i create an instance of ArrayList ?

    hi ,
    I need to store first name, last name etc in an ArrayList for a unique userid. And i have to do it for few userids. on successful login of the user ( with unique userid that matches with the one in the arraylist), i need to retrieve user details (first name, last name etc) from that arraylist and display in jsp file.
    Could u please tell me:
    1. how do i go about doing it?
    2 .Can i create an instance of ArrayList and use .add() method to add details ?
    3. can i write some java code in jsp without using scriptlets ?
    Thanks in advance,
    Sanlearns

    Hey thanks so much for the reply.
    Let me tell you the exact scenario. I'm actually developing a struts-application. Hope I can get some help here too.
    I have:
    1. login.jsp-where user logs in.
    -I have a userid and a password as default values for each unique user.
    Where should i store these details -in HashMap??
    -How can I display error messages if userId/passWord is invalid on login.jsp page ??
    2. confirmation.jsp-on successful login, he's shown his details:
    YOur first name: .........
    Your last name: ........ etc.
    -Here I can't use bean:write tag to read from form-bean.
    - how do i display it here without using a scriptlet ?
    3. LoginAction.java
    -Here i will get userId and passWord from LoginFormBean.java setter
    and getter methods.
    -For all validations' results, should i call a boolean getUserDetails() method from form-bean, wherein i can map values(first name, last name etc ) to each key (userid) ?
    i can use methods like:
    if (isValidUserId && isValidPassWord )
    LoginValidateUtil.getUserDetails();
    return mapping.findForward("success");
    But, can I assign many values to a single key using Map ?
    4. LoginFormBean.java
    -Here should I have to use set/getUserDetails() ?
    -If so, how do I use Map there?
    I want to have userId as the only key to which i can map values and not password.
    5. LoginValidateUtil.java
    -Here all validations are defined and boolean result is passed to LoginAction.java.
    Hope you got what I meant.
    Please tell me if i am right in this approach...
    Thanks in advance,
    sanlearns

  • Time out parameters for ABAP and JAVA instance

    Hello All,
    We are looking for Time out parameters for our ABAP and JAVA instances.
    As users are complaining that they are getting time out error
    while they are trying to access Cprojects from Portal.
    I was able to check/collect the ABAP instance parameters from SMICM Tcode.
    Can anybody tell me which parameters we need to look for JAVA instance.
    Thanks in advance.
    Regards,
    Amber S

    jstart/shutdownTimeout
    (jstartup/shutdown_timeout)
    Specifies the shutdown timeout, i.e. the grace period for the AS Java instance to shut down before the Java process terminates itself.  Unt is in Seconds. Default is 120
    j2ee/ms/connectTimeout
    (jstartup/wait_for_scs)
    Specifies the timeout for the first connection to the message server. The AS Java instance fails to start if this timeout expires.Unt is in Seconds.Default is  60
    j2ee/ms/reconnectTimeout
    (jstartup/wait_for_reconnect)
    Specifies the timeout for the reconnecting to the message server.The AS Java instance shuts down when this timeout expires.Unt is inSeconds.Default is  3600 (one hour)
    Thanks

  • Changing message server port for ABAP+Java Instance

    Hi,
    We had change our message server port for the Java instance from 3607 to 3667.
    We did this using the j2ee config tool. We also verified this information through the console config.
    But when we look into system info URL using the URL as shown below,  we still that the old message server port is being used. We have recycled the instance couple of times , but does not seem to help.
    http://dfudsbw1.dfna.corp.dom:50700/sap/monitoring/SystemInfo
    Any ideas where else we have to change the port no. for the message server

    Hi guys,
    I solved this on my own with documentation help from SAP.
    I had to change the port no. in the Global dispatcher and Global server area as well.
    Please see details from SAP below.
    "Message Server: Changing Ports/Hosts shows which areas need to be adjusted if
    the port or host of the message server changes. Ports are, of course, changed in the
    instance profile of the Central Services instance. In the example, the port 3677 and
    the HTTP port 8177 have been set, and the new host is called twdfxxx. You need to
    use the Config Tool to set these values. For each instance, you need to maintain the
    corresponding values for the Message server host and Message server port on the
    Message Server and Bootstrap tab page. The connection details for dispatchers or
    servers to the message server are maintained in the Cluster Manager. As shown in the
    figure, the ms.host and ms.port are maintained, respectively, in the Cluster Manager
    with Global Dispatcher and the Global Server. After you have maintained all of the
    parameters, you can start the instances."

Maybe you are looking for

  • Macbook Pro Audio problem

    My internal speakers no longer work in Windows XP or OSX. The headphone jack works fine however... Any suggestions? Thanks, Eric

  • Where is the image of the Mac HD?

    I have a new MBP with 10.7. When it starts up the image of the Macintosh HD is not on the screen. I have performed a erase of data and a restore(download) of a new MacOs and now the image of the HD is not on the opening screen. Where is it? This is a

  • Full Screen Problem - Dual Monitors - Hulu Desktop

    I am using Hulu Desktop with dual monitors. I keep Hulu on full screen on monitor #2. I use monitor #1 for computer use, etc. It is IMPOSSIBLE to look at an app in full screen mode on monitor #1 and keep my Hulu full screen in monitor #2 at the same

  • Confused; auto writing changes into xmp

    I am not sure which settings to use for the catalog settings options concerning writing changes to the xmp data or not. Kelby says he leaves the "Automatically write changes into xmp" unchecked because it takes additional processing time. Martin Even

  • InDesign/InCopy workflow errors

    Just recently I started to have problems that crashed the InDesign (ID) and/or InCopy (IC) software, in a worflow that have worked well for a few years now. The scenario unfolds with the following steps: From an ID document ('doc1'), exported a 'laye