How to find the servlet API version

hi
can u please help me to find out servlet API version?
Thanks.

can u please help me to find out servlet API
API version?Look at the documentation, it usually features the version number.

Similar Messages

  • How to find the servlet, jsp version available for SunOne 7 webserver

    hi ,
    I am looking for a command that can say the version of servlet, JSP container in Sun One7 webserver.
    as in weblogic we can do by command
    java weblogic.version -verbose
    is similar type of command is available for SunOne 7 web server

    Hi,
    Ask BASIS person to check the JMS driver which is installed on XI through visual admin.
    Thnx
    Chirag

  • How to use the servlet api

    I can't compile servlet code because it doesn't recognize the http... classes.
    I downloaded the servlet api but don't know what to do with it (unziped it but no installation!)
    please help

    I can't compile servlet code because it doesn't
    recognize the http... classes.
    I downloaded the servlet api but don't know what to do
    with it (unziped it but no installation!)
    please helpI am having the same problem... i am running windows 95 (unfortunately) and have installed the jsdk1.3.
    These are my autoexec.bat entries
    SET PATH=c:\jdk1.3\bin
    SET JAVA_HOME=C:\jdk1.3
    set classpath=c:\jdk1.3\lib;c:\jdk1.3\jre\lib\ext\servlet.jar%classpath%
    I am still not able to compile a servlet program though.
    Any ideas?
    Much appreciated!!!!
    -Charlie

  • How to find the BW system / version details - Urgent Please

    Hi,
    Our BW system version is 3.0b.  I would like to know other details like portal version,IGS and other associated details. Can anyone help me to find the details please.
    Thanks,
    David.

    ON your menu: Go to System >status > under the sap system box there is a icon like a glass. click on it. you will see all the details.
    HOpe this helps.
    BK

  • How to find the servlet container used via servlet

    I need to write code for different servlet container in a servlet. so I need to find in runtime what servlet container is used.
    Please let me know is there any possibility to get the servlet container name in servlet.
    Thanks & Regards,
    Nasrin.N

    import javax.servlet.*;
    import javax.servlet.http.*;
    import java.io.*;
    public class Context extends HttpServlet {
    public void service(HttpServletRequest req,HttpServletResponse res) throws ServletException,IOException {
    PrintWriter out=res.getWriter();
    res.setContentType("text/html");
    ServletContext stx=getServletContext();
    out.println("ServletContext " + stx.getServerInfo());
    }

  • How to find the integrated ITS version

    Hi All,
    We have done the kernel upgrade in our environment. I have to find the ITS version as it is part of SAP kernel now.
    Kindly suggest.
    Regards,
    Karthik.R

    Hi Karthik,
    Check the below link
    http://wiki.scn.sap.com/wiki/display/HOME/ITS+FAQs
    Also the note 366052 - ITS versioning
    Additional comment about the 'SAP-integrated ITS' :
               To determine the version of the ITS integrated into the SAP Web AS kernel, choose System -> Status in the SAP GUI. On the dialog window that then appears, choose Additional kernel information and you then receive the information about the used SAP kernel ("kernel release" and "patch level") in the following dialog window. This is the relevant information for the integrated ITS.
    Regards,
    Rajesh Kumar S

  • How to find the new download versions?

    I hope this is the right place to post this question since I have no need for learning Java programming - also I do not create applications. The thing is that I'm trying to update my XP Home SP2 (IE7). The screenshot below is the Java that came with my PC when I got it - the last one on the list is an update I made yesterday here at this site. A mistake, I think? Should I un-install it? I would be very happy if someone could guide me to the right download links. Thank you so much in advance...
    http://i31.tinypic.com/2eefwcn.jpg

    Thank you javaci. That was helpful - I did not know this link. The test said I have the right software. I guess that means, that I can't benefit from an update. I find that a bit surprising - after all these years. I never updated any of the Java installed in my PC.
    Now I only need help with the other question: should I un-install the Java download I made yesterday and if so: how? It is the last one on the list in the screenshot above - this one:
    [Screenshot of all Java installed|http://i31.tinypic.com/2eefwcn.jpg]

  • How to find the installed odac version

    Hi,
    How can I check if the installed ODAC on a client machine is 32 bit or 64 bit ?
    Thanks

    I thought Oracle Data Access Components ( ODAC) is an Oracle product .
    It is, but rather than a product ODAC is a bundle of different products such as ODP.NET, ODBC, OLEDB, etc.
    As such it might be better to post the question (with some more detail regarding which specific product) in the product-specific forum rather than Oracle Database >> General Questions.
    The Windows and .NET forums may be found here:
    https://forums.oracle.com/forums/category.jspa?categoryID=44

  • How to find the app.server version

    Hi all,
    i hope this question has already raised in this forum (i.e).Anyway i i tried the query
    SELECT * FROM IAS_PROPERTIES;
    SELECT * FROM INTERNET_APPSERVER_REGISTRY.SCHEMA_VERSIONS;
    i got error table or view does not exist.
    how can i proceed further?
    is there anything which needs to be installed?
    pls let me know
    thanks in advance..

    There might be better ways but you can try one of these two too:
    - Launch Oracle Installer (using runInstaller executable) and check under "Installed Products".
    - On Unix/Linux, try this:
    cd $ORACLE_HOME/inventory
    ls -d Components*/*/*
    Thanks
    Shail

  • Qn: How to find the the API version using on the server

    Hi,
    I would like to know how the following details can be obtained.
    . The servlet container running on the server
    . The servlet API currently using by the container
    . The JSP API version currently using container
    How the above details can be obtained ? will I be able to identify the versions by extracting the .jar file (servlet-api.jar/jsp-api.jar) ?
    Regards,

    Not really,
    The Servlet APIs has been there from 1.0 till 3.0. This we will be used by the servlet container. To find which is the version of the .jar file there may be some methods...
    I think The JSP has only three versions 1.2, 2.0 and 2.1

  • How to find the of Oracle software types and versions installed

    Hi,
    How to find the of Oracle software types and versions installed on RedHat Linux AS machine and Sunsolaris10 machine?
    Regards,
    Mathew

    I'm not sure about your point.
    You can use "opatch" command-line
    cd $ORACLE_HOME/OPatch
    ./opatch lsinventory -detail
    PRODUCT NAME VERSION
    ============ =======
    Advanced Queueing (AQ) API Patch 10.1.0.4.0
    Advanced Queueing (AQ) API 10.1.0.2.0
    Advanced Replication Patch 10.1.0.4.0
    Advanced Replication 10.1.0.2.0
    Agent Required Support Files Patch 10.1.0.4.0
    Agent Required Support Files 10.1.0.2.0
    Assistant Common Files Patch 10.1.0.4.0
    Assistant Common Files 10.1.0.2.0
    Authentication and Encryption Patch 10.1.0.4.0

  • How can i find the installed forms version in 6i...?

    Dear all,
    How can i find the installed forms version in 6i, the situation is we have given a solution which will work in only forms6i latest version, before implementing the same we need to check whether the forms latest version has been installed or not
    Is there any way to find out without opening the forms builder..?
    Even if we un install the forms from a machine, the forms60_path variable will remain in regedit, so we cannot go based on that and aslo i dont know whether regedit will have the version details and all.
    It would be greatly appreciated if any one can give a solution.
    Thanks in Advance.
    Thangaraj.

    you query the registry, the registry has the version number saved, but I cannot remember exactly where and I don't have 6i Installed on my machine.
    You just open the Forms Builder and click on Help/About.
    But Jan's method is the best.

  • How to find the version of oem

    How to find the version of the installed oem?
    I have /home/oracle/10.1.0/oem
    But I wanted to know the the last digit as well
    thanks

    BTW - For both DB Control and Grid Control, you can also use also find the version using the url (assuming your EM is already working)
    http://servername:port/em/console/aboutApplication
    From the displayed page, you can also click on the License url to go to the Oracle Enterprise Manager 10g License Information.

  • How to find the file versions in Oracle applications?

    I am requested by the Oracle applications team to check the versions of the following files.
    POXWPA6B.pls-115.68.11510.6
    POXWPA7B.pls-115.38.11510.7
    I have zero experience in managing oracle applications. I would appreciate if some one could let me know how to find the versions in my server. My DB and the applications are in Linux servers.
    Also would appreciate if some one could provide pointers to handling Application DBA scenario like this.
    Thanks,
    -- Bala

    Here is an example:
    1) /u01/oracle/testappl/po/11.5.0/patch/115/sql>strings -a POXWPA7B.pls | grep -i Header
    /* $Header: POXWPA7B.pls 115.3 1999/11/10 16:10:34 pkm ship       $ */
    /* $Header: POXWPA7B.pls 115.3 1999/11/10 16:10:34 pkm ship       $ */
    2) /u01/oracle/testappl/po/11.5.0/patch/115/sql>adident Header POXWPA7B.pls
    POXWPA7B.pls:
    $Header POXWPA7B.pls 115.3 1999/11/10 16:10:34 pkm ship       $
    $Header POXWPA7B.pls 115.3 1999/11/10 16:10:34 pkm ship       $

  • How can I find the JDBC Driver version

    Hi,
    How can I find the JDBC Driver version installed on my Sun Solaris machine which
    has Weblogic Server 7.0 installed on it. Is there some kind of tool/command to
    do so or does Weblogic console say something about it
    Thanks
    Parikshit Khanna

    Parikshit Khanna wrote:
    Hi,
    How can I find the JDBC Driver version installed on my Sun Solaris machine which
    has Weblogic Server 7.0 installed on it. Is there some kind of tool/command to
    do so or does Weblogic console say something about it
    Thanks
    Parikshit KhannaThere is a jdbc DatabaseMetaData call getDriverVersion().
    The best thing to do is to download Oracle's latest appropriate
    driver from their site, and edit the start-weblogic script to
    make sure the downloaded driver is ahead of any weblogic stuff in
    the server's classpath. We do ship a driver, but Oracle usually
    has a newer better one very soon after that...
    Joe

Maybe you are looking for

  • Acrobat re-installs at the start-up every time I use the computer

    Every time I start a computer Acrobat keeps re-installing. First I get a message "Preparing to install" from the Windows installer. Then I get a message "Please wait while Windows configures Adobe Acrobat". And then I get a message "You must restart

  • ORA-00028 combined with ORA-02063 - preceding line

    Hello, We had undergone an SAP release upgrade form SAP 4.7 to SAP 6.0. From time to time, some of the customer legacy programs, dumps while trying to enter parameters in the Oracle database. They are not crashing every time but latley every night. A

  • Ask for helps and comments for a practicing ADF sample: Entering bank transaction records

    Dear experts: I'm redeveloping a practicing ADF sample application based on an exist application system of  my company. Here is the goal for this redeveloping: What degree of productivity can adf achieve compare to eclipse? And hereby is a small exam

  • Tax Reconciliation and Declaration Report

    Hi, You run the VAT Declaration Box Report (let's say for June 2011). You go and reconcile all the tax transactions (payable, receivable) for June. When you go to the Tax Reconciliation Report you can see the reconciled transactions. Now if you go ba

  • Using Table Variables MSSQL with xMII 11.5

    I was trying an experiment with a query today where instead of creating a temp table in SQL, I used the T-SQL table variable.  For a simple example:  DECLARE @ProductTotals TABLE (  ProductID int,   Revenue money) INSERT INTO @ProductTotals (ProductI