JSP on OAS 4.0.8.2

I used Jdeveloper 3.2.2 to create a simple JSP application on BC4J components. But I am getting hard time deploying it on OAS 4.0.8.2. I even created a cartridge and stuff but I cannot run it. The main problem I get is no document that will walk me through how to set it up. Is there any documenation I can follow to get it to work? The one comes with OAS or Jdeveloper are kind of limited to its own or not complete enough to one to understand if they are beginers. Any suggestion?

read the jdeveloper 3.2 release notes ...
it isn't designed or certified to work with any oas version.
as posted on the otn forums earlier no jdeveloper version is certified to work with oas 4.0.8.2 ...
the only oracle products certfied as deployment targets for jdev 3..2.2 are :
ias 9i
rdbms 8.1.7

Similar Messages

  • Servlet and JSP in OAS

    I'm developing web application with OAS
    4.0.8.1 and JDeveloper 3.0 and I want to call
    JSP from servlet using "RequestDispatcher".
    I downloaded JSP for OAS from www.olab.com.
    In the Release note, there is a description
    about RequestDispatcher, but I cannot
    understand about details.
    In what configuration can I use servlet and
    JSP together with RequestDispatcher. Anyone
    scceeded about that?
    null

    wan (guest) wrote:
    : Hi everyone,
    : I am using OAS 4.0.8 on Solaris 2.6. After viewing servlet
    : and JSP samples, I am kind of confuse whether OAS supports the
    : following options
    : 1. JSP
    : 2. servlet chaining
    : 3. running JDeveloper DB Servlet wizard
    : (oracle.jdeveloper.servlet.*) and Java Business Objects
    : (oracle.jbo.rt.cs)
    : Thank you for your time.
    I found a white paper 408newfead.pdf, that says under "Future
    Directions" that it will add jsp support. I read somewhere (I
    can't remember where exactly :( ) that said 4.0.8.1 would
    support
    JSPs. I don't know if this release is out yet.
    I wish Oracle would get with the times and put out a product that
    is consistent with the technology they are touting as the
    future.
    Having us download Suns server to run servlets and JSP is
    ridiculous for the worlds second largest software company!
    null

  • Modifying JSP in OAS installation

    .I am auto generating user id and password field and I need to hide these two field from user creation page.I modified JSP in OAS installation.I followed the following steps for doing
    this.
    1.Unpacked xlWebApp.war.
    2.Modified tiles/util/tjspGenerateCreateUserForm.jsp and packed the war file
    again.
    3.Placed the war file in /webapp folder.
    4.started patch_oc4j.cmd (oc4jadmin password) (database password).
    5.Build was successful.
    6.I checked exploded file in
    E:\oracle\oas\j2ee\home\applications\Xellerate\xlWebApp/tiles/util/tjspGenerateC
    reateUserForm.jsp.
    and I can see my modification there.
    7.I tried to access user creation page but it is still showing my old jsp with no
    modification.
    Please tell me what I am missing.I know for Jboss I need to comment out web.xml but I do not see jsp related section in above exploded web.xml .
    installation.
    Regards
    Nitesh

    Hi
    I am having exactly the same problem here but could not make it work even with cleaning precompiled folder before running the patch.
    What i did :
    1. Unpacked xlWebApp.war.
    2. Modified tiles/tjspViewUserDetailsTiles.jsp and packed the war file
    again.
    3. Placed the war file in /webapp folder.
    4. Stopped OIM services with "opmnctl shutdown"
    5. Placed war file into $APPSERVER/j2ee/home/applications/Xellerate
    6. DELETED EVERYTHING INSIDE "$XELLERATE_HOME/xellerate/webapp/precompiled" FOLDER.
    7. Started OIM services "opmnctl startall"
    8. I can see my modified jsp at $APPSERVER/j2ee/home/applications/Xellerate/xlWebApp/tiles/
    9. I started patch_oc4j.sh. Ended successfully.
    10. Now I can see my modified jsp file in $XELLERATE_HOME/xellerate/webapp/precompiled/jsp-temp/tiles folder also.
    11.I tried to access the page but it is still showing my old jsp with no modification.
    What in the name of god am I doing wrong???

  • Does jsp in OAS 4.0.8.1 supports Multiple Language?

    Hi,
    I've tried using encoding=Big5 for chinese rendering but it throws an UnsupportedEncodingException. Any idea if jsp in OAS supports this?
    Thanks.
    regards,
    Hong Seng

    I don't know. However here is more information for you. JSP requires you specify the page encoding using the IANA character set names. Java APIs require its own (JSDK) character set names. To work correctly JSPs must map the IANA name to a JSDK name. OJSP uses the sun.io.CharacterEncoding CharacterEncoding.aliasName() method to translate. It is entirely possible this method doesn't support your mapping/name. I would suggest you write some code that runs outside of JSP to determine what mapping this method supports.

  • Trouble forwarding request from a servlet to a JSP in OAS 4.0.8.1 on NT

    The OJSP release notes state that:
    "Servlets and JSP cannot coexist as the same application" and "Requests cannot be passed between two separate applications."
    Does this mean that my attempts to use the
    the servlet RequestDispatcher to forward a request to a JSP are futile? If so, is this a problem that will be fixed in the future? I would like to use this feature!
    This is the code (based on a sample from Sun's JSWDK 1.0.1) that doesn't work:
    servletToJsp.java
    import javax.servlet.*;
    import javax.servlet.http.*;
    public class servletToJsp extends HttpServlet {
    public void doGet (HttpServletRequest request,
    HttpServletResponse response) {
    try {
    getServletConfig().getServletContext().getRequestDispatcher("/jsp/jsptoserv/hello.jsp").forward(request, response);
    } catch (Exception ex) {
    ex.printStackTrace ();
    I am able to use the <jsp:forward page="/servlets/servletToJsp" /> directive to go from a JSP page to a servlet (across two OAS Applications) and I also can forward a request via the dispatcher from one servlet to another in the same OAS application.
    Any help in this area would be appreciated. Thanks.

    I'm using OAS 4.0.8.1
    You mean servlet to JSP does not work and JSP to servlet works for you????Yes - but I've only tried very simply examples.
    That's different from my understanding. If you are using OAS 4081, both cases should not work.
    The problem you mentioned will be fixed in future release of OAS.That's good to know - thanks!
    null

  • JSP in OAS 4.0.8.1

    Hi !
    OAS 4.0.8.1 available for download from technet does not seem to support JSP. How to get the add on for JSP ? I know that available at www.olab.com but a username and a password are required.
    How to get the username and the password for www.olab.com ?
    Or can someone send me this JSP add-on for OAS ?
    Thanks
    Rabah
    [email protected]

    I am looking for the same answer. If you find it, please send it to me at [email protected]
    Thanx
    --Michael                                                                                                                                                                                                                                   

  • JSP in OAS

    Hola pobres tontos!
    Quickly, should I simply forget about OAS and go to 9iAS? Is OAS essentially vaporware?
    I have an 8.1.6 database with JServer installed. But the OAS listener does not interpret JSP pages. For example, I can place the hello.jsp file on a virtual directory, but the OAS will not interpret it as a JSP page. Any pointers, links, how-tos, or tutorials I can look at?
    Gracias!

    I am looking for the same answer. If you find it, please send it to me at [email protected]
    Thanx
    --Michael                                                                                                                                                                                                                                   

  • Deployment of a JSP on OAS 4.0.8.1

    There seems to be no option in the application list for a JSp application and how do I deploy a set of standard JSP and servlet files. I also use the Business Components on which my JSP are based.
    Please let me know if any reference documentation exists.
    null

    I am sorry that I am not able to answer your question.
    I need to download OAS 4.0.8.1 and JSP plugin. I tried to download from www.olab.com which required an userid/password. I wonder if you have any clue how I can get them.
    If you can write me a short note about it, it'll be very helpful.
    Many Thanks,
    Ben.

  • Deploying JSP to OAS

    Hi,
    I4ve developed an application using JSP. Now I wanna deploy it in OAS 8.4.0.1. I downloaded the patch for JSP, but I didn4t install yet because my oracle_home is not pointing to my installation of OAS. There was a previous installation of an OAS in the oracle home (version 4.0.4.3.0), so I installed the OAS 8.4.0.1 in another directory.
    I4m using windows NT.
    How can I change the oracle_home, so that I can install the patch? And does this pacth work?
    Thanks in advance,
    Mamra

    OAS has a bug that causes all system.out output to be echoed to the http client's response output stream. You get this message only once becuase your application is registered the first time and subsequently this message is not displayed.

  • Deploy JSP in OAS

    Hello,
    I have a JSP developed in JDeveloper to initiate a BPEL process, what I have read is that I have to deply the JSP using obant in the bpel server, can I deploy the jsp in the OAS server so I can run it there and start the BPEL process there? and if I can do that how can I do it?
    Thanks

    Hi! now we can help you better!
    First, you need to create a simple folder structure to make the deploy of the jsp. A jsp file should be part of a Web App, you can build an entire Web App but this is not the case.
    Go to this path ORACLE_HOME\bpel\samples\hw\worklistapp, this is the worklist application, you can use a folder structure like that, your jsp file should be in the public_html folder, but you need the application.xml, the build.xml and other files, you can copy the worklistapp folder and work in it, delete the files you will not use, like servlets, libraries. and go to this thread:
    Please Please Help with worklist in SOA Suite!
    in this thread is explained how to change the build.xml and the properties files to deploy the worklistapp, and is the same procedure for you, use the information you need, the build.xml edition, the edition of the properties files and the location of the libraries. the threads explain a lot of more things you will use when customizing the worklistapp!!!
    Use ant not obant, obant is deprecated.
    hope this help!
    best regards and blesses!

  • JSP and OAS 4.0.8.1 on NT

    I get the following error when I try to run any of the JSP samples included in the patch.
    An application error has occured, please try again.

    More info ...
    I enable logging and found the following error
    Unable to initiate threads: cannot find class java/lang/Thread.

  • JSP / Servlet / OAS 4.0.8.2

    I try to create a session thru JSP, and try to get that session thru servlet. However,
    the servlet can't get the session. How can I make the JSP and servlet communicate thru session under Oracle Application Server 4.0.8.2. ( Note : the JSP and sevlet is under the same application but in different cartridges )
    My JSP code :
    <%@ page session= "true" %>
    <%session.putValue( "name", "brian" ) ; %>
    My Servlet code :
    HttpSession lSession = request.getSession( false ) ;
    null

    Hi Brian,
    Direct from the release notes for OJSP 1.0.0.6.1:
    (new features)
    - New configuration parameter: session_sharing; default value = true;
    Function: This flag relates to session data sharing between JSPs & servlets.
    Previously, when a JSP put a value into the session object, servlets in
    the same JVM could not see the value (directly). It is because the session
    in Oracle JSP is a session wrapper object, and not the original session object
    provided by the servlet container. The values stored in the Oracle
    JSP session were not exposed to the underlying servlet session directly.
    This flag allows easier use of the original session object. The session
    object in Oracle JSP is now the actual servlet session object, if there is
    no globals.jsa file present for the application. For those who are using
    globals.jsa (a beta feature), the JSP session wrapper now by default will
    share the session data with the underlying servlet session object.
    This behavior could be changed by setting initArgs: session_sharing=false.

  • JSP / OAS 4.0.8.1 /JDeveloper / Oracle8i

    Hello:
    Has anyone sucussfully ran a JSP with OAS 4.0.8.1 on Jdeveloper 3.0 connecting to Oracle8i database.
    We are running sucesfully on Client in Jdeveloper 3.0 using snippet.
    The same program on JSP is giving Null pointer Exception.
    Is JSP supported in OAS 4.0.8.1 at all.
    All input will be greatly appreciated.
    Thanks in Advance

    Yes JSP is supported in OAS 4.0.8.1.
    My team has successfully used JDeveloper 3.1 to develop and deploy JSPs to OAS. There are a few things to look out for when formatting the output.
    I am happy to share more specific detail with you. Email me at [email protected]

  • Problem running JSP program on OAS 4.0.8.1 with JSP patch

    Hi all
    I've been running a JSP application on OAS 4.0.8.1 for a month now, but a week ago, when I updated a Java package on the server, the application will no longer run. The simple JSP pages with no bean-tags runs fine, but the ones with bean-tags doesn't work anymore.
    This is the error message:
    Request URI:/jsp/sag/login.jsp
    Exception:
    java.lang.VerifyError
    at java.lang.ClassLoader.resolveClass(Compiled Code)
    at oracle.jsp.app.JspClassLoader.loadClass(Compiled Code)
    at java.lang.ClassLoader.loadClass(Compiled Code)
    at oracle.jsp.app.JspAppLoader.instantiatePage(Compiled Code)
    at oracle.jsp.app.JspAppLoader.reloadPage(Compiled Code)
    at oracle.jsp.app.JspAppLoader.loadPage(Compiled Code)
    at oracle.jsp.app.JspAppLoader.getPage(Compiled Code)
    at oracle.jsp.app.JspApplication.dispatchRequest(Compiled Code)
    at oracle.jsp.JspServlet.doDispatch(Compiled Code)
    at oracle.jsp.JspServlet.service(Compiled Code)
    at javax.servlet.http.HttpServlet.service(Compiled Code)
    at oracle.OAS.servlet.servletrunner.exec(Compiled Code)
    I've read on java.sun.com that verifyerrors normally is due to bad package-files, but I've rebuilt the package at least 10-times now, so thats probably not it. What could it be?
    The application runs fine in JDeveloper 3.1
    Thanks on advance,
    Christian Holm

    Hi,
    I am trying to run JSPs on OAS 4.0.8.1.
    I have installed JSP patch, downloaded form olab.com
    I am not able to execute JSPs. I am getting 2 different problems.
    1. If I call the JSP directly from browser, Netscape will ask for save option, it won't execute.
    2. If I call the JSP from another page with submit button, I am getting the following error :
    The requested access method is not allowed for that object.
    Same error for any JSP.
    The same problem for all the samples available with JSP patch.
    Hi chrholm,
    I already tested for 1 month, so
    could you please help me to configure OAS 4.0.8.1 for JSPs.
    Could you please send me mail : [email protected]
    Any help appreciated.
    Thanks,
    Naidu
    null

  • Problem calling ejb in oas from non-oracle java client

    I am trying to call an ejb that is deployed in OAS 9i from a java server page running another non-Oracle app server.
    I continue to get the following error:
    java.lang.ExceptionInInitializerError: org.omg.CORBA.INITIALIZE: can't
    instantiate default ORB implementation com.visigenic.vbroker.orb.ORB minor
    code: 0 completed: No
    I don't think it's a classpath problem. In desperation, I added every jar file in the Oracle directory structure to my classpath.
    The ejb works fine with jsp on OAS, but (at the moment) using OAS as our production web container is not an option.
    Is this even possible?
    null

    Hi Andrei,
    is that all you get? No more nested exceptions? This snippet isn't really explaining thery much...
    Best regards
    Stefan

Maybe you are looking for

  • Check Button Not Working on Portal for BI report

    We have Vendor account group variable when I enter any random value and click on check its not working its not giving message as ' Invalid Input' on Portal ( Variable is single input optional variable) same Check Button Working in RSRT . And For all

  • Why does everything apart from contacts sync?

    Hi, I've just set up my new iMac and started using iMessage with a friend. I noticed his name didn't appear above his txts; just his number. I figured my contacts hadn't  synced from my iPhone so plugged it in and attempted several times with no succ

  • Table Contents

    Hi, I have created a table using se11. I would like to insert 100 records in table at a time. How I can upload this bulk data in the table. Thanks, Pratibha

  • Why this character \ it is not working in action scrip?

    Hi... Why this character \ it is not working in action scrip? And how can I solve it? on (release) { text.text = text.text + "l" Please your help ASAP thank you

  • Safari not loading pages, Firefox working fine

    Hi there, My Safari has not been working for about 6 months now, thought it's about time I did some troubleshooting. Pages just refuse to load. The blue progress bar stays in the same spot and doesn't move. I have performed several updates since it s