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

Similar Messages

  • Deploy Servlet to OAS 4

    hiye guys,
    Need help here, development environment = Oracle Jdeveloper 3.1 try to deploy servlet to OAS 4 (remote) ....how can it be done ?
    I have tried deploy servlet locally ...OAS on my local machine and set physical path and so on ...thats easy
    what if my developers doesnt have OAS installed and my OAS is on Solaris ? they wanted to deploy servlets remotely from their machine to OAS @ solaris server ...
    needed help asap
    from
    kenneth

    Hi Kenneth,
    I'd recommend the developers simply deploy locally and copy the files over to your server.
    Have they tried this? Have you run into any problems?
    Is it a DBServlet? If so, have you seen the following documentation?:
    CHoose Help | Help Topics
    Then navigate to
    User Guides
    --Developing Applications
    ----Developing Web Applications
    ------Developing Java Servlets
    --------Deploying Java Servlets
    ----------Deploying a Database Servlet to OAS
    Hope this helps.
    Best,
    Avrom
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by kenken64:
    hiye guys,
    Need help here, development environment = Oracle Jdeveloper 3.1 try to deploy servlet to OAS 4 (remote) ....how can it be done ?
    I have tried deploy servlet locally ...OAS on my local machine and set physical path and so on ...thats easy
    what if my developers doesnt have OAS installed and my OAS is on Solaris ? they wanted to deploy servlets remotely from their machine to OAS @ solaris server ...
    needed help asap
    from
    kenneth<HR></BLOCKQUOTE>
    null

  • 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

  • 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.

  • Deploy servlet in OAS

    By using Jdeveloper, I can build a servlet and run it under
    JDeveloper easily.
    According to the reference, it shows how to delopy it outside
    JDeveloper using "Java Web Server".
    However, I am using OAS and I don't know how to do it.
    Can anyone teach me how to do that ?
    Rgds,
    Edward
    null

    andrew (guest) wrote:
    : Edward (guest) wrote:
    : : By using Jdeveloper, I can build a servlet and run it under
    : : JDeveloper easily.
    : I'm sorry I'm not able to answer your question.
    : But I have a question of my own. What version of
    : JDeveloper are you using? Is it 3.0?
    : I too would like to use JDeveloper to develop servlets.
    : I hear that this support will be available with v3.0
    : but I would like advise on where I could get a copy of it.
    : thnx
    I would like to clarify that I am interested in using
    JDeveloper not just to develop and compile servlet code.
    Rather I am interested in being able to deploy and
    debug servlets from within JDeveloper, i.e. I am looking
    for an integrated development environment with compiler,
    debugger AND mini web server + servlet engine. OAS408 does
    not support debugging. In the msg Edward posted,
    you seem to be saying that you have a version of JDeveloper
    that allows you to "deploy" (and, I assume, also to debug
    using a visual debugger) your servlets on JDeveloper.
    Is my assumption correct?
    thnx
    null

  • 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

  • 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

  • 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 deploy a Servlet on OAS??

    I have created a Servlet, which accepts username and password,
    and connects to the Oracle database and executes a particular
    query and displays the results.
    From JDeveloper 2.0 it works fine.
    What is the procedure to deploy it. Can someone help me with it.
    Thanks,
    Sajjad
    null

    Mozein Sajjad (guest) wrote:
    : I have created a Servlet, which accepts username and password,
    : and connects to the Oracle database and executes a particular
    : query and displays the results.
    : From JDeveloper 2.0 it works fine.
    : What is the procedure to deploy it. Can someone help me with
    it.
    : Thanks,
    : Sajjad
    You have a tutorial on the OAS408 documentation.
    It can show you how to deploy the helloworld servlet.
    null

  • 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

  • Help Install XSQL servlet on OAS 4.0.8.1

    We are having difficulties installing XSQL Servlet on our Oracle Application Server (4.0.8.1). Is there any documentation on how to complete this installation?
    Thanks in advance

    Bugs in 4.0.8.1 make running the XSQL Servlet unreliable with that release.
    I'd suggest trying the 4.0.8.2 release or using a combination of Apache + JServ to work with XSQL Servlet.
    Thanks.

  • 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

  • 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

  • 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

Maybe you are looking for

  • HT201320 how can i stop automatic configuration of email accounts on my ipad...the ports are not correct and i cannot access my email

         i cannot get my "frontier" email account set up on my ipad so that i cannot either or receive email.  Frontier says that the "automatic" verifying tool puts the wrong ports in and that is why i cannot get or send emails from the ipad.  We know w

  • How can I update iLife on my new MBA 11" i7?

    I just purchased a fully loaded MBA yesterday.  When attempting to upgrade the software, I noticed iTunes and Remote Desktop but that's all.  After logging into the AppStore to download previously purchased items, I noticed updates were available for

  • Resultset (absolute) method error

    rs.absolute(2); rs.updateInt(1,2); rs.updateString(2,"here"); rs.updateRow(); but here it shows an error message like PreResset.java:20: cannot find symbol symbol : method updateSting(int,java.lan location: interface java.sql.ResultSet rs.updateSting

  • Adobe AIR ELS meddling with mail.app ????

    All of a sudden, mail.app has decided that, in order to send any email, it needs to have keychain access to something called PrivateEncryptedDatak, which resides in ~/Library/Application Support/Adobe/AIR/ELS/com.apple.com<longStringOfNumbers>/ Any t

  • Question K8N neo2 on-board RAID

    Would the on-board RAID 0 setup be faster then a raid controller card with RAID 0?  This is on a K8N Neo 2 motherboard.