JServ support of servlet 2.0

Hi,
we are trying to share session data between a servlet and a jsp , the former calling the latter , but we are not allowed to do a dispatch to the jsp(requestdispatcher.forward..ect ..) which would allow me get session data set in the servlet ,
as jserv(9iAS 1.0.2.2) does not support servlet 2 spec.
so we are redirecting(response.sendredirect.............ect) the jsp which does not allow session sharing (data).
can anybody suggest a solution for the above?????????
Karthik

Yes, we intend to support all of servlet 2.3.
mark
patrice thiebaud wrote:
As far as support of Servlet 2.3 is concerned, the 6.1 documentation
only mentions implementation of :
- Filters
- Application Events and Listeners.
Will 6.1 GA fully support the other changes brought by Servlet 2.3 ?
Thanks in advance.

Similar Messages

  • Does Oracle8i support Java Servlet

    Hi,
    We are looking at using Oracle8i and Java's server side technologies to develop our web site. OAS proves to be disappointing on Windows 2000 just to get loaded on startup. From Sun's Java Servlet web site it said that Oracle8i alone supports Servlet 2.2 and JSP 1.1, but we can not find the information anywhere in 8i's documentations. Can anyone help? We would like to establish whether Oracle8i's JServer support the deployment of Servlet without any additional software.
    Thank you very much for helping.
    Patrick.

    Hi,
    This thread may help you
    http://swforum.sun.com/jive/thread.jspa?forumID=123&threadID=60852
    MJ

  • Does JServer support EJB/Entity beans

    What version of JServer lives in the following applications, and does it support EJB/Entity Beans or when will it.
    8.1.5 OAS
    8.1.5 8i
    8.1.6 OAS
    8.1.6 8i

    Check out the following link for details about the Beta Program: http://technet.oracle.com/products/oracle8i/java_beta/index.htm
    New features that will be available in the Beta include support for Entity Beans, and support for Servlets. It also includes JServer Accelerator (JServer's Native Compiler).

  • 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 WLS support Debugging Servlets with JBuilder 3 ?

    I have read all the news groups and it appears that WLS 4.5.1 does not
    support debugging Servlets with Jbuilder 3.0.
    I am using the trial version, does this matter ?
    Or should I just buy another web server ?
    Joe

    I think below documents will be helpful to you.
    http://docs.oracle.com/cd/E23943_01/apirefs.1111/e13952/taskhelp/webservices/webservicesecurity/CreateDefaultWSSConfig.html
    This document tell you that you can attach a weblogic webservice configuration using weblogic admin console.
    After creating this configuration you need to updated this configuration as per the steps given under :
    Use X.509 certificates to establish identity
    Thanks,
    sandeep

  • GetRealPath("/") supported for Servlet API 2.0?

    Can anyone tell me if the getRealPath("/") method is suppored in the Servlet API 2.0? Or where I can find documentation from 2.0? Thanks!

    I guess a better question would be: I've written code in Servlet API 2.3 and I've been testing w/ Tomcat 4.0.3 on my local machine. Everything is fine. The people I'm developing for just got a new server (b/c their old one didn't support servlets at all) which uses JServ which only supports servlet api 2.0. Now my servlet is throwing errors. getRealPath() was returning a path in Tomcat, but now it just returns null. And getResource() doesn't seem to be a valid method in api 2.0. Is there 2.0 code that I can use instead? And if so do I need to use an older api to compile it?

  • How to get support for servlets?

    Hello, I've been successful at creating applets and applications. Now I want to play with servlets. I use jpadpro IDE, and when I compile a sample servlet, it says javax.servlet.* does not exist. So I fetched j2sdkee131 which I guess contains servlet support. When I tell my IDE to use j2sdkee131, it doesn't work because this doesn't contain the compiler ie javac. Anyone know what I need to do to be able to compile a simple servlet? Thanks.

    you need servlet.jar which comes with tomcat...I also think it is included in J2EE JDK

  • Does Oracle Express support Java servlets?

    I am wondering if there is any functionality in Oracle XE that lets it emulate the Oracle Application Server. I am spefically looking for mod_plsql and j2EE(or .jsp and servlet) properties. An .ear file needs to be deployed into an application in the server.
    Does Oracle XE have any such service/ability?

    Hello rthome,
    that is a good news for me. Can you provide a "how to" guide about XE's AQ access via AQxmlServlet. I am interested in:
    1. On which Application Server AQxmlServlet was tested?
    2. Where can I get missing jars that are not shipped with Oracle XE? (ORACLE_HOME/JDBC/LIB/nls_charset12.jar, ORACLE_HOME/lib/http_client.jar, ORACLE_HOME/oc4j/j2ee/home/lib/javax-ssl-1_2.jar, ORACLE_HOME/lib/servlet.jar, ORACLE_HOME/lib/xmlparserv2.jar, ORACLE_HOME/lib/xsu12.jar, etc.)
    3. Which JDK, JDeveloper versions where you using?
    Can you visit my topic:
    Oracle XE Advanced Queuing
    and see if you could point me to an answer on my problem.
    Thanks in advance
    Message was edited by:
    Kichas

  • Support of Servlet on OAS

    In any way can i write servlets for OAS4.0.7 or Oracle8.0.5. If yes, how?

    Go to 'sample code' section of OTN. plenty of examples have been given.
    You can start with Hello world.
    When it comes to accessing database, I face some problem. Servlet is working fine when I test it from JDeveloper.
    When I try to access the same servlet from OAS, I am getting error. I guess this is something to do with Classpath. I don't know the place where this environment variable to be set so that servlet functions properly.
    I am looking forward some suggestions.
    Thank you.
    null

  • Supported Java/Servlet/JSP versions -- where would you look

    Hello,
    If you wanted to know what versions the IDE supports for developing web apps, where would you look first? second?

    I first looked in the Installation and Release document - http://developers.sun.com/prodtech/javatools/jscreator/reference/docs/2/Installation_ReleaseNotes_2_1-en.html
    then I tries the Creator API Specification page - http://developers.sun.com/prodtech/javatools/jscreator/reference/docs/apis/
    then I fired up JSC and looked in the Help - About - Detail panel
    but three strikes and I'm out! :)

  • Is BufferedImage class supported in servlet

    i get java.lang.ClassNotFoundException when i create BufferedImage instance in my applet. i get 500 Internal Server Error.
    plz help me.

    i'm using Java Web Server. do u know how can this prob be solved?
    i'm new to servlets, so i want to know that if u call a servlet from an applet then does that servlet get loaded in the browser window, if its not displaying anyting. how do u know that servlet has run or any error or exception has occured?
    thanks

  • Servlet 2.4 support - jspx

    Hello,
    In Netweaver Devloper Studio I added the following lines in web.xml file:
    <web-app version="2.4"
             xmlns="http://java.sun.com/xml/ns/j2ee"
             xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
             xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">
    Since the above source file failed to build, can any one tell me whether there is support for servlet 2.4 available
    Naghman

    Hi,
    Try the new
    SAP NetWeaver Application Server, Java EE 5 Edition
    thus you will have the chance to use the latest Servlet 2.5. The download package includes also the new SAP NetWeaver Developer Studio.
    <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/index?rid=/library/uuid/da699d27-0b01-0010-99b0-f11458f31ef2">https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/index?rid=/library/uuid/da699d27-0b01-0010-99b0-f11458f31ef2</a>
    Regards,
    Violeta

  • Where to save web.xml file in apache jserv with servlet 2.0

    hi,
    we are using apache jserv which included servlet 2.0 we are able to run .class files and
    jsp files,but we are using web.xml file for connection pooling which we were used in tomcat
    but we are unable to find web-inf folder in apache/jserv to save the file.
    please help me out in this problem,
    please guide us is there any other method of connection pooling apache jserv,we are using backend
    as oracle9i
    i will be greatfull to u in this regards
    laiq

    Hi,
    Just create WEB-INF folder and copy the web.xml.
    good luck !
    ...san :-)

  • OAS: Is there a version already released to support Servlets

    Is there a version of OAS already released to support Java
    Servlets? And if such a version is not yet released, when it
    will be available?
    We prefer to believe Oracle and do not want to use the Sun Java
    Web Server.
    I liked a lot the ready DBServlet classes which provide a lot of
    functionality to build master-detail forms but I cannot use
    them. What about the JWeb cartridge it does not provide any
    serious advantage caompared to the old-fasioned PL/SQL cartridge
    which I have to use before. Why use JWeb if it gives me just the
    same like the PL/SQL cartridge?
    null

    Preslav,
    OAS 4.0.8 supports servlets.
    It is already available..
    Preslav Nakov (guest) wrote:
    : Is there a version of OAS already released to support Java
    : Servlets? And if such a version is not yet released, when it
    : will be available?
    : We prefer to believe Oracle and do not want to use the Sun Java
    : Web Server.
    : I liked a lot the ready DBServlet classes which provide a lot
    of
    : functionality to build master-detail forms but I cannot use
    : them. What about the JWeb cartridge it does not provide any
    : serious advantage caompared to the old-fasioned PL/SQL
    cartridge
    : which I have to use before. Why use JWeb if it gives me just
    the
    : same like the PL/SQL cartridge?
    null

  • We want to deploy Servlet/JSP in JServ and call the EJB's deployed in iPlanet App Server 6.0 SP2. How do we make the getInitialContext Call be able to access the EJB's.

    Additionally what configurations do we need to make sure we have on JServ (Third party Servlet container) to make sure that the iPlanet EJB's can be accessed.

    Let me preface my instructions with the comment that this isn't a good idea. Although the J2EE specification allows you seperate your web container from your EJB container, in practical deployments it is a bad idea. The overhead of doing RMI/IIOP calls to an external container as opposed to making inter-JVM calls means that you can expect roughly an order of magnitude less performance than if you colocate your web and EJB containers. (This is why all EJB containers are also web containers, or at least have the provision to install themselves in the same JVM as a web container.)
    That said, if you do not have the option to move the servlets to iAS, you can access EJB's in iAS from JServ the same way that you would from any remote client. Take a look at the following information for more detail:
    Chapter 9 of the developer's guide ( this shows you what changes you need to make to the remote JVM (at JServ) and in the EJB's that you are exposing).
    The RMI/IIOP sample application. This gives you an example of how to access EJB's from outside the container.
    (To answer your direct question, the following code will get the initial context. But if you don't take all of the other configuration steps, this code won't work:
    env.put("java.naming.factory.initial", "com.sun.jndi.cosnaming.CNCtxFactory");
    env.put("java.naming.provider.url", "iiop://" + host + ":"+port);
    Context initial = new InitialContext(env);
    I'd also suggest that you approach the task with the following approach. (Assuming that I haven't managed to convince you that this is a really bad idea.)
    1. Get your EJB's working on iAS. Test them with servlet harnesses running on iAS.
    2. Get your servlets working on JServ, if they aren't already.
    3. Create a simple standalone Java application as a test harness for EJB's. Follow the RMI/IIOP instructions until you get this test harness working.
    4. Create a simple servlet test harness in JServ to access your EJb's. Follow the JVM setup instrucitons until you get this working.
    5. Actually integrate the EJB's with your production application.
    I say this because there are about five trillion things that can go wrong in this process. Although the troubleshooting steps in the docs are helpful, I find that it helps to get one thing working at a time. It's very frustrating to spend a day trying to resolve JNDI issues only to find out that you have your CXS configured improperly.

Maybe you are looking for

  • Windows 8 and Raid 5 (English)

    Looking for confirmation that Windows 8 does not have the ability to use Raid 5 even if it is presented a single logical drive by a controller. I have a SABERTOOTH 990FX R2.0 that makes a drive. All the docs say Raid 0 and Raid 1. The Windows 8 and R

  • New podcast episode downloads in subscription but not shown in episode list

    We are uploading podcasts under the name Rivendell Fellowship. (link is http://itunes.apple.com/us/podcast/rivendell-fellowship/id392550297) I subscribe and the most recent episode downloaded automatically and plays in I-tunes. But when I search thro

  • Connecting mac book to camcorder

    I have tried to connect my sony camcorder DCR-HC-23E to my macbook using a firewire cable and it does not recognize do I need to change a setting on camera or mac ?

  • EBS with ZFS and Zones

    I will post this one again in desperation, I have had a SUN support call open on this subject for some time now but with no results. If I can't get a straight answer soon, I will be forced to port the application over to Windows, a desperate measure.

  • Upload bankdetails  under infotype 9

    Hi , I am recording infotype 9 to upload  bank details and Iban, but  while  recording i am unable to see icon o