Which application server?

Hi, I'm just starting to learn about the Java Persistence API and I was wondering whats the difference between the Sun and Glassfish application servers? Which server would be best when hooked up to a MySQL database?

> whats the difference between the Sun and Glassfish application servers?
"The Reference Implementation (RI) of Java EE 5, the Java EE 5 SDK, and Sun Java Application Server Platform Edition 9 are derived from the GlassFish code."
http://java.sun.com/developer/technicalArticles/glassfish/GFBasics.html
> Which server would be best when hooked up to a MySQL database?
Either would be fine.
~

Similar Messages

  • Which application server supports EJB 3 and Java EE 5?

    Hi all,
    I want to develop an application using EJB 3.
    I was planning on using JBOSS 4.0.4 as application server, but I am not sure whether EJB 3 is fully supported.
    Which application server supports EJB 3 and Java EE 5?
    Thanks

    Just install it using the EJB3 profile in the installer. Don't use the "All" profile
    and think EJB3 is included in it :)

  • Which application server is requierd for form9i and for form10g

    which application server is requierd for form9i and for form10g

    Oracle Application Server 9.0.2 (Forms 9i) and Oracle Application Server 10g (9.0.4) (Forms 10g)
    Frank

  • Which Application Server should I Use

    Hi All,
    I am learning the EJBs for the first time. I tried to search for tutorials and found a few tutorials in SUN website. For some they asked me to install weblogic server. Then in another link they are showing sun application server.
    Please advise which application server is better or more widely used. I am learning EJB's to improve my job prospects.
    Thanks

    You can use the Sun application server. Please checkout the following links:
    http://glassfish.dev.java.net
    https://glassfish.dev.java.net/javaee5/ejb/
    and
    http://java.sun.com/javaee/5/docs/tutorial/doc/

  • How to find that which flat file is belongs to which application server?

    How to find that which flat file is belongs to which application server?

    Hi,
    Search im www.sap-img.com, you will get most of answers.
    Jogdand M B

  • Which application server reliase can i install on OS windows 7

    hi all
    Im trying to install application server 10.1.2.02 on windows 7 , but it cant start even the first step of the installation
    Im new in oracle applicatin server issue so can you please help me and tell me what to do which release to install and from which link
    Thank you

    Same for us. We fooled initial system checking, but first dialog crashes. Please help somebody.

  • Which version of Websphere Application Server for BOE XI 3.1 SP3?

    Hi,
    We are planning to migrate from BOE XI R2 to BOE XI 3.1 SP3 and we have to decide which application server would be the best choice. In a document "SAP BusinessObjects Enterprise XI 3.1 SP3 for Windows u2013 Supported Platforms" WebSphere Application Server 6.1.0.7 is mentioned as one of supported application servers. What about versions following 6.1.0.7, are they also supported?
    Thanks,
    Marcin

    Hi,
    The version 5.7 RHEL should support the BOE Xi 3.1 Sp3.
    The patch need to be above RHBA-2007:0619-3
    For more details check the link for Supported platform Guide : [BOE Xi sp3 Supported Platform Guide|http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/3070682e-2a49-2d10-248b-c7428bcfb7f3]
    Regards,
    Rameez

  • How to get the list of batch jobs running in a specific application server

    Hi Team,
    I am trying to check in SM37 if there is any specific condition to get the list of batch jobs assigned to a specific target server but cant find any.
    Is there is way to find the list of batch jobs assigned to run in one specific application server.( Target server specified in SM36 while job creation)

    Hello,
    This is what you can do in SM37.
    Execute the list of batch jobs, when the result appears on the screen edit the ALV grid via CTRL+F7.
    Now add the following columns "TargetServ" and "Executing server".
    You will now have two extra columns in your result list.
    TargetServr contains the value of the application server where the job should run when you have explicitely filled it in.
    Often this is empty, this means that at runtime SAP will determine itself on which application server the job will run (depending of course where the BGD processes are defined).
    Executing server is filled in always for all executed jobs, this is the actual application server where the job has run.
    You can also add these two fields in your initial selection screen of SM37 by using the "Extended job selection" button.
    I hope this isusefull.
    Wim

  • Reading name of application server, not SY-HOST

    Hey folks,
    we have three application servers running on the same machine.
    So in table SAPWLSERV you find three entries with following content as example:
    NAME             HOST           ...
    sys00            host00          ...
    sys01            host00          ...
    sys11            host00          ...
    sys00, sys01 and sys11 are the three application servers running on the machine called host00.
    No matter on which application server i am, SY-HOST is set to "host00". But i dont need the host, i need the name of the application server on which my program is running.
    How can get the NAME of the actual application server i am running on?
    Thank you and best regards,
    khs

    I cannot test if my suggestion works for multiple app servers, but anyway...
    The local server name is in profile parameter "rdisp/myname". You can read this value in your program:
    call 'C_SAPGPARAM'
        id 'NAME'  field 'rdisp/myname'
        id 'VALUE' field server_name.
    Have look at function module GENERAL_GET_APP_SERVER_NAME, that's where this code is from.
    Thomas

  • Application server components

    Hi, this is the first time i posted here.
    We have a server with 3 application server. Of which the application server's component is scattered around the application servers.
    How do i check which components (forms, reports, etc..) is on which application server?
    Server version: Oracle HTTP Server Powered by Apache/1.3.19 (Unix)
    Server built: Jan 26 2005 11:06:44 (iAS 1.0.2.2.2 rollup 5)
    And also, if the users report that there is slowness on the reports, how do i start to diagnose the problem?
    Thanks in advance for any helps.
    Appreciate it if any links to be provided too.

    Hi,
    if the users report that there is slowness on the reports
    Check the metalink ID : 282170.1
    This will be helpful for ya..
    Also
    Perform the following steps,it should improve the performance of report server to sum extent(first take a backup of
    1)Take the back up and then Edit the reports server's .conf file location $ORACLE_HOME/reports/conf
    For example, change
    <engine id="rwEng" class="oracle.reports.engine.EngineImpl" initEngine="1"
    maxEngine="1" minEngine="0" engLife="50" maxIdle="30" callbackTimeOut="60000">
    into
    <engine id="rwEng" class="oracle.reports.engine.EngineImpl"
    initEngine="4" maxEngine="6" minEngine="3" engLife="50" maxIdle="30" callbackTimeOut="90000"
    jvmOptions="-Xms256m -Xmx512m">
    This will set an Engine's JVM options as well tune ur report server
    How do i check which components (forms, reports, etc..) is on which application server
    Go to directory opmn->bin on each n evry application server and then fire the cmd
    opmnctl status.
    Now if you want to find out on which application server the end user is requesting
    Your client might be accessing the url
    http://<ip-address>:<port>/forms/frmservlet?config=xyz
    Then go to directory forms-->server on each n every application server,n check the formsweb.cfg file n find out where is "xyz" block is been created..
    Note :xyz is just an example..it will be different in ur case
    Regards
    Fabian

  • Knowing address of application server

    sir,
    is there way to find the address of machine on which application server is installed through sql query from client side

    You mean the hostname? Or do you mean the port on which the listener is running? Neither of these can be found using sql query.

  • File open error from Application Server

    Hello friends,
    I am able to open a file from the foreground mode.
    However when i run the program in background am unable to open it.
        OPEN DATASET fp_asfile FOR INPUT IN TEXT MODE ENCODING DEFAULT.
    I have alos tried to change the user with the back groung user ID. but it again failed.
    Can any one tell me why.
    Ster

    Hi,
    Ok..go to SM51 in your system...and then check how many application servers are there..
    if there are more than one..do the following..
    In the background mode...the program might be running in a different application server....than the one which you used in the your foreground session..
    check this..
    1)
    In your foreground session...go to system -> status...get the application server..
    2)
    when you define the job in SM36...there is a field in the initial screen.."Exec. Target"...which says in which application server you want to run this job...Give the application server that you got from step 1...Then release the job...now your program should work fine..
    Thanks,
    Naren

  • Application Server-Sujith

    hi
    In case of developing J2EE applications which application server is considered to be best in terms of all features taken in to consideration for developing the applications.
    by features i mean performance, speed, efficiency, memory, deployment, usablity etc. if anything is specific to a serve do mention it.
    any suggestions please do reply.

    WebLogic and WebSphere were the market leaders last time I looked with 34% of the market each.
    JBoss is a popular open-source J2EE app server.
    http://www.theserverside.com/reviews/matrix.tss
    MOD

  • To know the application server a user is logged on to.

    Hi,
    We have EP6 running on a central instance and 2 application servers.
    How can i know to which application server did the user logged on to?
    I need the information because when a user say that he is having performance problem, i need to know to which application server he has logged onto so that i can know the exact problem.
    Thanks,
    Sandeep

    Try throwing this in the url:
    javascript:alert(document.cookie);
    Regards,
    Patrick
    (props to the cork)

  • Identify the application server programatically

    Hi,
    Can anyone help me how to detect that how to programatically identify which application server is being used by my web application?
    Thank you in advance.

    I want to identify which application server my application is using.I want to do this programatically.so it the server is weblogic, weblogic specific actions can be performed.If the server is websphere, websphere server specific actions i will perform.

Maybe you are looking for

  • Bootcamp w/ Windows 7 - will not boot

    Hi there, Whilst edited the msconfig setup on my Windows 7 64bit partition (which I've done a good few times before) I stupidly checked the 'use original boot configuration' thinking it was a 'return to defaults' synonym. Now when I attempt to boot i

  • Automatically rasterize all vector drawings (minus texts) in the PDF

    Hi I looked at the Adobe Acrobat documentation and also inside FAQs of this forum for did not find this specific information. If I missed anything, please just tell me I have a PDF containing lot's of vector drawing made in Illustrator. The PDF was g

  • ASM instance for Multiple DBs in a RAC environment - 10GR2

    Are there any drawbacks if you create 2 RAC databases ex Chicago (consisting on 2 nodes Chicago1 and Chicago2) and Orlando (consisting of Oralndo1 and Oralndo2) on the same ASM instance running on Oracle 10G R2. Would it be better to create 2 ASM ins

  • IWork apps cost $$ and I bought the 5s after sept. 1 (oct. 17 to be exact)

    I bought my 5s yesterday (oct. 17) and when I go to the App Store it wants to charge me between $4.99 & $9.99 for any iWork or other apple apps - why is this? I thought they we're suppose to be free for new devices purchased after sept. 1?

  • How to drop the last diskgroup in ASM 11g?

    Hello, I installed an ASM instance and created a DATA diskgroup using the Oracle installer. I would like to drop the diskgroup and re-create it using partitions instead of disk devices in order to use ASMLib. I have not found a way to get rid of the