Deploying Servlets developed in JDeveloper

I developed a simple database servlet using JDeveloper 3.0 and used Oracle JDBC thin driver for connection while developing.It is working fine when I run it from JDeveloper environment.
1)I want to deploy this servlet in Sun's Java Web server and test it.What are the files we have to copy, and where to put in the Java Web server.
How to use them.
2)If I want to use the servlets in IBM's websphere what is the procedure.
3)Do we have to down load Oracle driver and set the class path,if we are going to test all this in local machine.If so,where to keep the zip files in windows NT 4.0. In System variable class path OR we have to create a new classpath variable in user variable.
null

JDeveloper 3.0 release notes has detailed instructions of deploying DBServlets to
Oracle Application Server.
You can use this list and customize the steps for deployment to websphere.
raghu

Similar Messages

  • Deploying applications developed using Jdeveloper in IBM Web Sphere

    Hi
    I want to deploy the applications developed using jdeveloper on IBM Web Sphere. Pl suggest me the procedure
    Thanks
    Satya

    Refer
    Websphere 5.1 and ADF/UIX
    Websphere 5.1 and ADF/UIX

  • Error after deploying a JSP Application developed with jdeveloper

    Hi there
    Running Oracle Enterpride Edition 8.1.7
    including Oracle Http webserver
    I'm trying to run a JSP application developed with Jdeveloper
    through the oracle http server included in
    Oracle Enterpride Edition 8.1.7
    Think I have modified alle the .conf files correctly
    I get the message :
    "Error Message: java.lang.RuntimeException: JSP Registry could not locate runtime property file:ORDERS_ORDERS_PKG_ORDERS_PKGModule.properties"
    Of course I know ,this file should be deployed as well. I have done this.
    Any ideas what's wrong ?
    Or can anyone point me to a (proper) document that decribes (correctly and completely) alle the steps that need to be done ?
    Many Thanxs
    Regards TJ
    null

    Yep, I had the same problem deploying from JDeveloper 9.3.1, followed:
    http://www.oracle.com/technology/products/jdev/howtos/10g/adf_runtime_update_howto.html
    and it works! thanks for the clue! (now I only have to find out what ADF is now!)
    Carlos.

  • Java JSP application  developed in JDeveloper, would like to deploy on WebL

    Hello All Gurus: Can you tell me what to do if I have an application developed in JDeveloper, but would like to deploy on WebLogic 9x server. It deploys fine in Oracle App server(on laptop).
    First, I am not able to create a connection to the weblogix from JDev....
    Thanks

    Which JDeveloper version?
    For 10.1.3 see:
    http://www.oracle.com/technology/products/jdev/howtos/weblogic/deployingwls.html

  • Deployment of JSP application developed using Jdeveloper

    Is it Possible to deploy/implement JSP Application developed using Jdeveloper and its Application Module, View object etc. , without using an Application Server, such has hosting at the ISP servers, but having Oracle as the back end ?

    Either you or your ISP will have to have a java enabled application server.

  • What is the plugin used for jsp/servlet development , deployment in eclipse

    what is the plugin used for jsp/servlet development , deployment in eclipse?
    can some body tell me what are the other plugins to be used in enterprise java developement
    is eclipse would be a best choice j2ee application development?
    thanks

    what is the plugin used for jsp/servlet development ,
    deployment in eclipse?There are several J2EE plugins I think. One is Lomboz.
    can some body tell me what are the other plugins to
    be used in enterprise java developementPfft...
    1) Might depend on what you're doing. J2EE is not just JSP, you know?
    2) Why do you ask about Eclipse IDE at Sun's Java Programming forum?
    3) Do you really want me to list the 5000 plug-ins someone might use for J2EE-related development?
    4) Open fucking Google and search yourself
    is eclipse would be a best choice j2ee application
    development?IMO: no. Simply because you have to look for J2EE plugins. I'm too lazy for that. Though it has other benefits that might outweigh the plug-in-searching issue.

  • Web service deployed to outside of JDeveloper

    Hello, I've created a web service which runs fine within JDeveloper, but I'm running into problems when trying to deploy the WAR to a seperate container, specifically Tomcat. Tomcat throws an ClassCastException because, given the WAR created by JDeveloper, it expects the service endpoint to extend the Servlet API. I see no way to just plug the generated WAR into Tomcat without having to execute additional steps. The only solution I found, being new to both JDeveloper and Web Services, is to manually extract the service classes from the WAR and then use the AXIS client to add the service to Tomcat. I'm wondering if some one has found an easier solution, specifically:
    * is there a way, when creating your web service in JDeveloper, to make the end points more compatible with seperate contianers, i.e. am I using the wrong mapping type or some thing?
    * is there a way, when creating your deployment profiles, to make the generated WARs more compatible with seperate containers? I tried using the Deploy To > Tomcat option but still encountered the same problem.
    Any help would be GREATLY appreciated- we have a small development window (before the Oracle App Server is available) where code developed in JDeveloper will need to be deployed in Tomcat, hence the need. Thanks for your time. Take care.
    Sean

    Hello Sean,
    In Oracle JDevelopeg 10g R3 (10.1.3) the default stack used by Web services is JAX-RPC (the standard J2EE specifications).
    Even if JAX-RPC is a Java EE standard, each vendor (like EJB 1.x and 2.x) has some specific to ave a complete stack. So when you create a JAX-RPC service we have some dependency on some Oracle classes. So you can not directly deploy a WAR build for OracleAS Web Service to anoter container. (it is true the other way, with other vendor implemetation). Currently our Web Service runtime is not portable cross container.
    I think you should be able to use the Sun RI of JAX-RPC on Tomcat but in this case you need to create a specific build/war to be able to generate the correct artifact from your implementation class, SEI and WSDL. The Oracle Web Service team is currently working on a document explaning how you can create JAX-RPC services and deploy them in different container, but it is still an ongoing project and Tomcat is not the first targetted platform.
    Since you look familiar with Apache Axis, it is today the most portable Web Service stack, it has some limitations (support of WS-* for example), but based on your use case it looks using Apache Axis will be the best approach. As you may know Apace Axis is supported on OracleAS 10g R2 and R3.
    Regards
    Tugdual Grall

  • 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

  • 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

  • Hot Deploy Servlet in JAR file problem

    I've been playing with hot deploying servlets in WLS 5.1. I have SP2
              installed. I have things working fine with individual servlet class files. I
              decided to try hot deploying with jar files.
              I created a servlet, added it to a jar file, and then added the jar file to
              the 'weblogic.http.servlet.classpath'. I then restarted the server. I
              started the console and was able to hot deploy the servlet. So far so good.
              My next test is what failed. I modified the servlet, and rebuilt the jar
              file. I went back to the console, selected the servlet and hit the redeploy
              button. I went back to the browser and hit refresh - nothing, still the old
              servlet.
              It appears that WLS isn't reloading the jar file and the updated servlet.
              Everything works with individual class files.
              Does anyone know how I can cause the reload of updated servlets embedded
              within a jar file?
              Weblogic group - If there is no way now, will support be added soon?
              Thanks,
              Rick
              

    Hi,
              If I use weblogic.servlet.ServletServlet to try just the servlet , It
              works correctly.But When I develop it in a web application , there is a lot
              of hypelink to this servlet,thus I can't use the relative path reference to
              that servlet.I try to set the name of weblogic.servlet.ServletServlet same
              as the webapp,It doesn't work,how do I solve this problem?
              Thank you
              Pan
              Subject: Re: Hot deploy Servlet in webapp
              > http://www.weblogic.com/docs51/classdocs/API_servlet.html#134798
              >
              > It even explains why you shouldn't use it in production environment.
              >
              > Dimitri
              

  • Developer vs JDeveloper

    Hello,
    I'm new to Developer and JDeveloper, so this may have a very
    obvious answer.
    Is there any relationship between Developer and JDeveloper? Are
    there any reasons why you should use one or the other in a
    particular situation, or is all down to preference?
    Regards,
    Autumn
    null

    Forms 6i Server with Web DB HTTP listener (with CGI executable ) does not require Oracle ( Web ) application server. Further it can be used with any web server if you need. The web deployment in Forms 6i is fairly easy to configure and it seems that lot of bugs have been fixed. On the client side you would require Jinitiator class files which gets automatically downloaded as soon as you execute the application.
    Not sure about the the Jdeveloper.

  • Hot deploy Servlet in webapp

    Can I hot deploy a servlet within a web application ?How should I do it?
              (When I compile my servlet into MyApp/web-inf/classes,user this URI -
              http://localhost:7001/MyApp/mypackage.myclass to invocate it ,It does not
              work correctly(error 404))
              

    Hi,
              If I use weblogic.servlet.ServletServlet to try just the servlet , It
              works correctly.But When I develop it in a web application , there is a lot
              of hypelink to this servlet,thus I can't use the relative path reference to
              that servlet.I try to set the name of weblogic.servlet.ServletServlet same
              as the webapp,It doesn't work,how do I solve this problem?
              Thank you
              Pan
              Subject: Re: Hot deploy Servlet in webapp
              > http://www.weblogic.com/docs51/classdocs/API_servlet.html#134798
              >
              > It even explains why you shouldn't use it in production environment.
              >
              > Dimitri
              

  • Deploying WAR files in JDeveloper

    How do I deploy war file in JDeveloper? In Tomcat, I can just place the war file in the webapps directory and it deploys by itself, but, in JDev what needs to be done?

    Try the following section in the online help:
    Testing and Optimizing Your Code >
    Running in JDeveloper >
    Running Java Programs
    http://otn.oracle.com/jdeveloper/902/help/
    You can import a war file into JDeveloper.
    I just want to know how I import a war file in JDeveloper when only one choice is given - EAR file.
    OC4J is the Oracle J2EE container (Servlet,JSP and
    EJB server). It is embedded inside JDeveloper to let
    you test run your J2EE applications.
    You can also install it stand alone on your server -
    and JDeveloper will let you deploy directly to it.

  • Deploying servlets (not in jar/war/ear!) to OC4J?

    I must be missing some very tiny but crucial issue....
    For over 2 days now (shame) I have been trying but not
    succeeding to deploy servlets to OC4J behind Apache. The 'behind
    Apache'-part is easy. Just set up a proxy. This is because
    Apache configuration is easy and well documented. But here is my
    real problem. I am using JDev 3.2 (9i too large) and this is
    what I want:
    I want to code a servlet in Jdeveloper, compile it to a class-
    file, not a jar, war, ear or whatever-r. Then I want to set up
    OC4J in such a way that I can access my servlets from the
    directory where the class files are. I do NOT want to use the
    default-web-app subdirectory for obvious reasons. Please, how do
    I set up OC4J to just look in my own classes-directory with my
    own servlets???? No jar, no war, no ear.
    I have been reading all sorts of information on this and tried
    everything, but am not succeeding and getting all sorts of
    error/not found messages.
    Extra info:
    I am using OC4J on windows. To start I use java -jar orion.jar,
    to restart I use ^C and repeat the start command. Is that ok or
    do I need to restart in a different way? I tried to setup OC4J
    as a service but the link to runexecsvc went astray to judosoft
    Any help will be greatly appreciated!

    Avi,
    Thanks for your swift reply. I have indeed read the docs, but
    the exploded directory format does not seem to work for one
    reason or another (got some error messages on file not found or
    something). Have you succeeded in deployment using exploded
    directories? If so, I would be greatly interested in your xml-
    files and directory structure!
    But, please do not spend too much time on this, because I have
    now decided that I will deploy using a war. I have written a
    small script to make a war out of my whole project and copy it
    to de OC4J file system. This works and everybody is happy.
    Thanks again,
    Martijn

  • Want to deploy Servlet in Oracle Application Server R12

    Hi,
    I am trying to deploy the developed servlet in Oracle applications server.
    But I am not getting the console for the same, can anyone help me finding the way to achieve the same.
    Thanks in advance...
    Regards
    Naim

    Oracle follows the sun standards, you can save your application jsps to
    ORACLE_HOME\j2ee\home\applications\MyApp and it gets automatically deployed (and ofcourse the servlet classes under the WEB-INF/classes)

Maybe you are looking for

  • Airport Express network suddenly no longer visible -for one Mac..but wait

    Hi everyone Setup isDSL modem>ethernet>"downstairs" AX...."upstairs" AX connects fine to it as a WDS remote station with 128-bit hex password.... The two ibooks, one G3 one G4 connect fine, and so did the PowerMac g4 desktop that was formerly the sof

  • N95-1: MAJOR Firmware-upgrade - v21.0.016

    It's already available at my local "Nokia Service Point", overhere in Holland . . . But when will it be available via the "Nokia Software Updater"? Greeeetzzz, Henk. RM-159 / Nokia N95-1 (8Gb) V 21.0.016 (02.01) / 14-02-08

  • Can you use DSP VI's in realtime with a standard sound card?

    In some of the example i have seen mention of a NI speedy 33 card that can be used with the DSP vis to carry out realtime chnages to sound, i cant think of a reason why not but is it possible to do this by outputting the realtime data to a normal sou

  • Help me for getting data?

    I have this case I want to resolved. My data is following: Cell          new_code     old_code 855123           DLC001           000001 852141           DLC002           000001 811790           DLC003           000001 914007           DLC002         

  • Word to indesign using xslt

    Hi All, I have copyedited word document and it was styled. Eg: Word Styles Name "Chapter Title", "Chapter Sub Title", "Para", "Table Caption", "Box", " Para Indent" etc... InDesign Paragraph Styles: "CT", "CS", "Body", "TC", "BX", "Body Ind" etc... H