Does WL 9 support JSP 2.1?

Hi,
I am writing a web application using Apache's MyFaces. I'm told to use MyFaces 1.2.4 my servlet container must support JSP 2.1 and Servlet 2.5 implementations. Does WebLogic 9.2.2 (Solaris 9), the server I'm running, support these?
Thanks, - Dave

Hi Dave,
WLS 9.2.2 Supports the following :-
J2EE Servlet 2.4, 2.3, and 2.2
J2EE JSP 2.0, 1.2, and 1.1
Details, Link:[http://e-docs.bea.com/wls/docs92/notes/new.html#wp1064437]
Hope this helps :)
Regards.

Similar Messages

  • Does Weblogic Express support JSPs

    Does Weblogic Express support JSPs?
              

    Yep!!
              Kumar
              Bryan Boyer wrote:
              >
              > Does Weblogic Express support JSPs?
              

  • Does weblogic server supports JSP tag pooling

              We use lot of Custom Tags in our app, we want improve the performance of JSP pages.
              Does Weblogic JSP engine supports JSP Tag Pooling similar to what JASPER (Tomcat
              JSP Engine) supports.
              If not, is there any way to plug-in my own Tag Pooling classes into JSP Engine.
              Thanks
              Ramesh
              

    This type of questions are appropriate for the Forms discussion forum.
    raghu

  • OK.. ha ha funny. But really does ojsp really support jsp:include ?

    I've been reading this list for a month or so now and still have a nagging question.
    Has anyone gotten ojsp to work using an include of the form: <jsp:include page="/somefile.jsp" />?
    According to the Oracle JSP team you should be able to use it:
    <% request.setAttribute("show","script"); %>
    <jsp:include page="/search_navigation.jsp"/>
    [/CODE\
    Similar to the IBM Websphere example.
    <HR></BLOCKQUOTE>
    This sounds nice, but first the syntax above is missing the flush modifier (which ojsp requires to be set to "true"), second the server gives the error:
    A Servlet Error Occurred
    An unexpected error occured attempting to run this servlet.
    The most likely explanation is a problem with the servlet code.
    Please check the server log for a detailed message.
    So can anyone use the <jsp:include> action in ojsp (the current one on OTN)?
    Thanks in advance.

    Thanks for your reply. Answers below:
    <jsp:directive.page language="java" />
    <jsp:include page="/arena/pages/login.jsp" flush="true" />
    <html>
    <body>
    Hello there.
    </body>
    </html>Generates this code:
    package jsptest;
    import oracle.jsp.runtime.*;
    import javax.servlet.*;
    import javax.servlet.http.*;
    import javax.servlet.jsp.*;
    import java.io.*;
    import java.util.*;
    import java.lang.reflect.*;
    import java.beans.*;
    public class test1 extends oracle.jsp.runtime.HttpJsp {
    public final String _globalsClassName = null;
    // ** Begin Declarations
    // ** End Declarations
    public void _jspService(HttpServletRequest request, HttpServletResponse response) throws IOException, ServletException {
    /* set up the intrinsic variables using the pageContext goober:
    ** session = HttpSession
    ** application = ServletContext
    ** out = JspWriter
    ** page = this
    ** config = ServletConfig
    ** all session/app beans declared in globals.jsa
    JspFactory factory = JspFactory.getDefaultFactory();
    PageContext pageContext = factory.getPageContext( this, request, response, null, true, JspWriter.DEFAULT_BUFFER, true);
    // Note: this is not emitted if the session directive == false
    HttpSession session = pageContext.getSession();
    if (pageContext.getAttribute(OracleJspRuntime.JSP_REQUEST_REDIRECTED, PageContext.REQUEST_SCOPE) != null) {
    pageContext.setAttribute(OracleJspRuntime.JSP_PAGE_DONTNOTIFY, "true", PageContext.PAGE_SCOPE);
    factory.releasePageContext(pageContext);
    return;
    ServletContext application = pageContext.getServletContext();
    JspWriter out = pageContext.getOut();
    test1 page = this;
    ServletConfig config = pageContext.getServletConfig();
    try {
    // global beans
    // end global beans
    out.println( "");
    out.println( "");
    String __url = (String) "/arena/pages/login.jsp";
    // Include
    out.flush();
    pageContext.include( __url);
    if (pageContext.getAttribute(OracleJspRuntime.JSP_REQUEST_REDIRECTED, PageContext.REQUEST_SCOPE) != null) return;
    out.println( "");
    out.println( "");
    out.println( "<html>");
    out.println( "<body>");
    out.println( "Hello there.");
    out.println( "</body>");
    out.println( "</html>");
    out.flush();
    catch( Exception e) {
    try {
    if (out != null) out.clear();
    catch( Exception clearException) {
    pageContext.handlePageException( e);
    finally {
    if (out != null) out.close();
    factory.releasePageContext(pageContext);
    }You'll notice the out.flush() just prior to the pageContext.include(). BTW I have to have flush="true" or OAS throws a fit.
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Sorry for any inconvenience caused.
    Thanks.<HR></BLOCKQUOTE>
    Thank you.
    null

  • Does Weblogic Express support JSP ?

    Hi
    I wanted to know if i can deploy JSPs if i use a WeblogicExpress instead
    of a Weblogic Server .Iam not able to understand the deifference between
    Weblogic Express and Weblogic Server inspite of reading the material on the
    web site .Can someone throw more light on this ? Is there anywhere i can
    compare the features of the different weblogic products at one place ?
    thanks
    Srinivas

    For this type of stuff you should talk to your sales-person.
    We just make it, not sell it, so we dont understand the difference
    either. :)
    Cheers
    Mark G.
    In article <[email protected]>, [email protected] says...
    Hi
    I wanted to know if i can deploy JSPs if i use a WeblogicExpress instead
    of a Weblogic Server .Iam not able to understand the deifference between
    Weblogic Express and Weblogic Server inspite of reading the material on the
    web site .Can someone throw more light on this ? Is there anywhere i can
    compare the features of the different weblogic products at one place ?
    thanks
    Srinivas
    ==================================================
    NewsGroup Rant
    ==================================================
    Rant 1.
    The less info you provide about your problem means
    the less we can help you. Try to look at the
    problem from an external perspective and provide
    all the data necessary to put your problem in
    perspective.

  • Does JServer Support JSP

    Does Oracle 8i with JServer support JSP, and if it does not can we use Apache Tomcat and Oracle 8i.

    John,
    We are working with the Apache/Tomcat/JServer architecture right now, and haven't ironed out all the wrinkles, but are making progress. This is a test system, not production, so we don't yet know what the performance issues are but it should be possible. Oracle Support says they support deployment to Tomcat 3.0 and Apache 1.3.9
    I have a follow on question to this thread. Running with Tomcat and EJB leads to two JVMs running, with performance issues. Deploying JSPs to JServer will help us overcome part of this barrier, but our architecture also employs a servlet Command Pattern to handle Application Logic, while the BC4J deployed as an EJB handles business rules. Will we be able to deploy the servlet to JServer in the future as well? Thanks

  • Does mountain lion support quicken

    Does Mountain Lion support Quicken or Quicken Essentials for Mac?

    http://quicken.intuit.com/personal-finance-software/mac-personal-financial-softw are.jsp
    Clinton

  • Browser that supports JSP

    Does the Personal Web Server 4.0 support code jsp?
    if the answer is no, then what browser does support it?
    Please tell me, as soon as possible

    PWS 4.0 is a web server, not a browser. All browsers support jsp since the web server will run the jsp page and generate html for the browser to view. You can look at a product called JRun to see if it provides an ISAPI extension for running servlets & JSP pages. If it supports this, you can JSP pages on PWS.

  • What type of HDD does MS-6382 support?

    Hi,
    My system has a MS-6382 mobo & I've got to change to the hard drive. I've been looking at ebay & the link below describes a HDD which has "ATA/133 or SATA interface and capacity of  120 GB"
    http://cgi.ebay.co.uk/ws/eBayISAPI.dll?ViewItem&category=16178&item=5208766733&rd=1
    I don't know much about computers, or even the right questions to ask really, but does the 6382 support 7200rpm drives, ATA/133? What general specs for a HDD should I be looking for?
    I would be grateful for any help anyone can give!
    Here is some info on my current HDD:
    HD Tune: ST380020A Information
    Firmware version : 3.39
    Serial number    : 5GC0KMYD
    Capacity         : 73.1 GB (~78.5 GB)
    Buffer size      : 2048 KB
    Standard         : ATA/ATAPI-6
    Supported mode   : UDMA Mode 5 (Ultra ATA/100)
    Current mode     : UDMA Mode 5 (Ultra ATA/100)
    S.M.A.R.T                    : yes
    48-bit Address               : no
    Read Look-Ahead              : yes
    Write Cache                  : yes
    Host Protected Area          : yes
    Device Configuration Overlay : yes
    Automatic Acoustic Managment : yes
    Power Managment              : yes
    Advanced Power Managment     : yes
    Power-up in Standby          : no
    Security Mode                : yes
    Firmware Upgradable          : yes
    Partition     : 1
    Drive letter  : C:\
    Label         : MR01-G4
    Capacity      : 74822 MB
    Usage         : 17.54%
    Type          : FAT32
    Bootable      : Yes
    Jorolat

    Quote from: Wonkanoby on 19-June-05, 21:26:02
    ata 133 is just a marketing gimick.............only data moves that fast is 2mb in the drives cache
    the drive will run at about half that speed once the cache is cleared
    dont worry about it
    Er, I got another question
    I'm now looking at this hitachi model:
    http://www.cclonline.com/product-info.asp?id=210&pc=dealtime#
    which has good reviews (probably for others in the range). I originally saw it on ebay but it turns out to be cheaper buying it from the above supplier.
    The question I have is does the MS 6382 support serial ATA? I'm reasonably sure that the above drive is parallel ATA (ie compatable with the MS 6382) because of the manufacturer's info here:
    http://www.hitachigst.com/hdd/support/d7k250/d7k250.htm
    but I thought I'ld ask before I order it or in case I change my mind (again).
    Thankyou for your help
    Jorolat

  • Does lion server support a single email address across multiple devices??

    I am looking to move from an outdated Microsoft Exchange Server 2003 to OS X Lion Server but I am unsure as to how Lion will handle email. I do not want to spend money on a new windows server if I can get a Mac Mini Server to do the job. I am a very small business with a number of email accounts for a couple employees and need access to email and calendar from both the office iMac's and my Macbook Pro when on the road. My IT guy says I need Exchange but he's been off base on a few other items recently and I wanted to check with other sources.
    I have 2 new iMac's, a MacBook Pro, an iPad1 and and iPhone4 on the mac side of things and 2 windows computers running XP. I would get rid of the windows computers completely if not for my CAD program which runs best not in a virtual machine mode.
    How well will email and calendar entries sync across devices?

    I have a very similar setup at my office. Lion Server will push email, calandar, contacts to all of your apple product with out a hitch.
    As far the Windows XP machines, you can access email over IMAP with Thunderbird, and calandars via sunbird or the built in web app.
    I would ditch the exchange server move to Mac OS X Server, and never look back.
    God Luck!
    PS. All of your devices will be in sync all the time.
    Shore answer:
    Does lion server support a single email address across multiple devices??
    Yes.

  • Does Crystal 2011 supports SAP R/3 4.6?

    Friends,
    I would like to know Does Crystal 2011 supports SAP R/3 4.6? Please help.
    Thanks,
    Tilak

    Hi,
    yes, it does. Here is a Screenshot from the CR2011 SPS6 Data Access File
    The (4) indicates:
    (4) SAP servers required to have at least the above patch levels. The following correction notes should be applied to your SAP BW / SAP NetWeaver BI system: 1125433, 1161911, 1162349, 1162416, 1170323, 1230303 and 1007048. OSS Correction Note 1007048 requires a manual configuration step.
    Regards
    -Seb.

  • Camera RAW does NOT yet support raw files for the new  Canon Sureshot S95

    Camera RAW does NOT yet support raw files for the new
    Canon Sureshot S95.
    Adobe, please can you provide an update asap

    Hello!
    I think that you need to be patient.
    There has not been any release of Camera Raw since the release of the camera.
    I recommend to try the next version once it will be released, as there might be preliminary support (and therefore not listed).
    Usually, Adobe is amongs the firsts to support a new camera.
    Even though the Camera Raw team is fielded with wonderful coders, I do not think that they do have a time machine to allow support before they have their hands on a camera

  • OK, as always I waited before downloading a new OS and I sure glad I did. On the APP store I sorted comments by most critical...and WHOA...what is Apple doing? No support for Logic 9, MS Office? Is Apple only trying to reach the iphone/iTouch crowd? HELP!

    OK, as always I waited before downloading a new OS and I'm sure glad I did. On the APP store I sorted comments by most critical...and WHOA...what is Apple doing? No support for Logic 9, MS Office? Is Apple only trying to reach the iphone/iTouch crowd? HELP! I was going to buy a new Mac pro & two 27" monitors but until I see some real problem addressing by Apple...I'll keep what I have and see how everything pans out. If anyone has any comments to ally my fears, I welcome them. I've been a devoted Mac user since 1993. 7500; G4; G5; and my latest Mac Pro...Where do I go? Again...HELP!

    Hi there,
    If you look through ALL the reviews, they are mainly good. I feel that Lion is an excellent upgrade, although not essential.
    There have been some issues with MS Office, but right now, it is up to Microsoft to issue a Lion compatible update, which will come in time. Saying this, MS Office has been working fine on my mac, it seems to be an isolated issue.
    Logic 9 seems like a strange issue. Again, an update looks to be coming soon, with Lion support.
    I do not feel that apple only focusing on the iPhone and iPad user base. There are many features carried along, but the machine can still be used for pro tools and use just as well. It still is a fantastic, reliable, fast, easy to use OS, which I have had very few problems with. Some additions you may not use, but they don't get in the way. You will love the new Exposé, Mission Control, as it is great for pro users who have many windows open at once, and the new spaces. You may however, never use Launchpad, but you don't have to, just drag it away from the dock!
    I really reccomend buying a mac with Lion, although if you are worried about bugs, wait a few months for the issues to be ironed out, and updates to be given. Because the update is so very cheap, I really think you can hardly go wrong. Try it out with your current mac, and if you like it, go ahead and buy your new ones.
    Lion is fantastic, albeit maybe rushed.
    Any other queries, just ask,
    Nathan

  • Does Apple TV support wireless connection to the new MacBook Pro retina in an extended display mode?

    Does Apple TV support wireless connection to the MacBook Pro retina display in an extended display mode? What is the output resolution and is sound also transmitted across?

    SB1983, by extended display do you mean mirror?  All MBP since early 2011 support it if they are running OS X 10.8 Mountain Lion.  The resolution will depend on your Apple TV (2 Gen is 720 and 3rd Gen 1080) and wifi, it will lose some quality but I find it minimal.  It does also mirror the sound.
    Jules

  • Does AVL table supports popin in WebDynpro ABAP

    Hi,
    Just a short question, does AVL table supports popin in WebDynpro ABAP?
    I know that popin in supported in normal table in WD ABAP. Is this feature also available for ALV table?
    Thanks
    Yingzhi

    Hi Yingzhi Liu,
    Did you get any answers to this question?
    I'm also trying the same where we need to show additional details for an ALV table row. Is it possible to have a table popin in ALV? We are on 2004s release and implementing Web Dynpro for ABAP.

Maybe you are looking for

  • Runtime + Command window

    Hi, I am trying to execute Runtime.getRuntime().exec() command on click of a button. It works fine, but the problem is that i get a command window when the command is executed. Is there any way to make the command window not to appear?

  • Tab opens in new window by itself

    I have several tabs open that I switch between, one of them being Facebook, and that is the only one that ever gives me issues. Sometimes when switching between tabs, the Facebook tab pulls itself out of the group, and into it's own new window, and I

  • URGENT using java in Forms 9i

    Hi, I need to use one Java module in Forms 9i, i use the Import Class Java, no problems. But when i try to use this function, i can't recuperate the data in this object in Forms. In this program works the 2 first instruction, but the 3 work, but i do

  • ITunes Freeze and Spinning Ball

    I installed Snow Leopard and it loaded up fine. However, iTunes starts up and then I see the spinning ball. I restarted and tried again, but got the same issue. I restarted again and opened iTunes, then left it running overnight to see if it would re

  • DVD Player app. lost

    Hello: I somehow lost or deleted the DVD Player App by mistake. Is there any way to easily re-import or download it? Thank you!