Deploy servlet from JDeveloper to Tomacat

I got this msg when I called the servlet from URL:
java.lang.NoClassDefFoundError: oracle/jdeveloper/servlet/DbServletImpl
at java.lang.ClassLoader.defineClass0(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.lang.ClassLoader.defineClass(Unknown Source)
at org.apache.tomcat.loader.AdaptiveClassLoader.loadClass(AdaptiveClassLoader.java:436)
at org.apache.tomcat.loader.AdaptiveServletLoader.loadClass(AdaptiveServletLoader.java:141)
at org.apache.tomcat.core.ServletWrapper.initServlet(ServletWrapper.java:294)
at org.apache.tomcat.core.ServletWrapper.handleRequest(ServletWrapper.java:445)
at org.apache.tomcat.core.ServletWrapper.handleRequest(ServletWrapper.java:597)
at org.apache.tomcat.servlets.InvokerServlet.service(InvokerServlet.java:257)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at org.apache.tomcat.core.ServletWrapper.handleRequest(ServletWrapper.java:503)
at org.apache.tomcat.core.ContextManager.service(ContextManager.java:559)
at org.apache.tomcat.service.connector.Ajp12ConnectionHandler.processConnection(Ajp12ConnectionHandler.java:156)
at org.apache.tomcat.service.TcpConnectionThread.run(SimpleTcpEndpoint.java:338)
at java.lang.Thread.run(Unknown Source)
Is anyone know how to fix this??
Thanks
null

When login to the enterprise manager on the server click Runtime Ports in the Administration section, it will show you all information you need, host name and ports used, to ensure that hostname is resolved correctly add the proper entry to your machine's hosts file too. You have to define both application server and integration server to deploy service successfully

Similar Messages

  • What are the requirements to deploy Portlets from Jdeveloper 10.1.3.2

    Hi all,
    I'm new in version Jdeveloper 10.1.3.2
    plz which version of Application Server (infrastructure and middle-tier)
    or web-center are required to deploy portlet from jdeveloper 10.1.3.2
    can you send me links about these requirments
    thanks

    I had already applied all of this before trying to deploy.
    The error seems to be a versioning error in the jsf-impl.jar file as the ApplicationAssociate class is found there. I have changed the JDK and J2EE to 1.4.2 and 1.3 respectively, rebuilt everything, updated all the settings to the right versions for 10.1.2 but it still keeps failing on the deploy.

  • Error deploying application from JDEVELOPER

    I am getting following in my log when I try to deploy application from my JDeveloper 10g to Application Server 10g. Application is deployed correctly but the status is never reflected in the Jdeveloper log.
    Please help.
    ---- Deployment started. ---- Mar 5, 2004 8:30:16 AM
    Target platform is Oracle9i Application Server (CCA_DEV_01_MIDT_OC4J_CCABID).
    Wrote WAR file to C:\mydata\Dev\bid\deploy\ccabid_war.war
    Wrote EAR file to C:\mydata\Dev\bid\deploy\ccabid_ear.ear
    Invoking DCM servlet client...
    C:\j2sdk1.4.1_05\jre\bin\javaw.exe -Djava.protocol.handler.pkgs=HTTPClient -jar C:\JDev905\jdev\lib\oc4j_remote_deploy.jar http://cca-dev-01.correctionscorp.com :1811/Oc4jDcmServletAPI/ ias_admin **** redeploy /opt/oracle/product/904midt C:\mydata\Dev\bid\deploy\ccabid_ear.ear ccabid OC4J_CCABID
    Initializing log
    Servlet interface for OC4J DCM commands
    Command timeout defined at 600 seconds
    Executing DCM command...
    Executing command redeploy /opt/oracle/product/904midt C:\mydata\Dev\bid\deploy\ccabid_ear.ear ccabid OC4J_CCABID
    Command = REDEPLOY
    Reading application's ear file
    Ear file was successfully read
    Opening connection to Oc4jDcmServlet
    Setting userName to ias_admin
    Sending command to DCM servlet
    HTTP response code = 200, HTTP response msg = OK
    Command was successfully sent to Oc4jDcmServlet
    Receiving session id from servlet to check command status
    Session id = 0a010146713c603e7aba452414fab32c1b98f475320
    Please, wait for command to finish...
    Checking command status...
    Setting userName to ias_admin
    Setting Cookie to JSESSIONID=0a010146713c603e7aba452414fab32c1b98f475320
    Checking command status
    HTTP response code = 200, HTTP response msg = OK
    Command has not finished yet
    Checking command status...
    Setting userName to ias_admin
    Setting Cookie to JSESSIONID=0a010146713c603e7aba452414fab32c1b98f475320
    Checking command status
    HTTP response code = 200, HTTP response msg = OK
    Command has finished
    Receiving command exit value
    Receiving command output
    **** No output was received from command
    Closing connection to Oc4jDcmServlet
    DCM command completed successfully.
    Output:
    Exit status of DCM servlet client: 0
    Elapsed time for deployment: 1 minute, 15 seconds
    ---- Deployment finished. ---- Mar 5, 2004 8:31:31 AM

    I have the same problem ,but I deployed the application to a standalone oc4j ,I got the following error message,C:\OC4J\j2ee\home>java -jar oc4j.jar
    04/03/13 15:47:28 Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)
    initialized
    04/03/13 15:57:44 Notification ==> Application Deployer for servletDemo STARTS [
    2004-03-13T15:57:44.000CST ]
    04/03/13 15:57:44 Notification ==> Undeploy previous deployment
    04/03/13 15:57:44 Notification ==> Copy the archive to C:\OC4J\j2ee\home\applica
    tions\servletDemo.ear
    04/03/13 15:57:44 Notification ==> Unpack servletDemo.ear begins...
    04/03/13 15:57:44 Auto-unpacking C:\OC4J\j2ee\home\applications\servletDemo.ear.
    .. done.
    04/03/13 15:57:44 Notification ==> Unpack servletDemo.ear ends...
    04/03/13 15:57:44 Notification ==> Initialize servletDemo.ear begins...
    04/03/13 15:57:44 Auto-unpacking C:\OC4J\j2ee\home\applications\servletDemo\serv
    letDemo.war... done.
    04/03/13 15:57:44 Copying default deployment descriptor from archive at C:\OC4J\
    j2ee\home\applications\servletDemo/META-INF/orion-application.xml to deployment
    directory C:\OC4J\j2ee\home\application-deployments\servletDemo...
    04/03/13 15:57:44 Notification ==> Initialize servletDemo.ear ends...
    04/03/13 15:57:44 Notification ==> Initialize servletDemo begins...
    04/03/13 15:57:44 Notification ==> Initialize servletDemo ends...
    oracle.oc4j.admin.internal.DeployerException: C:\OC4J\j2ee\home\config\server.xm
    l (¾Ü¾ø·ÃÎÊ¡£)
    at oracle.oc4j.admin.internal.ApplicationDeployer.storeConfig(Applicatio
    nDeployer.java:421)
    at oracle.oc4j.admin.internal.ApplicationDeployer.doDeploy(ApplicationDe
    ployer.java:129)
    at oracle.oc4j.admin.internal.DeployerBase.execute(DeployerBase.java:73)
    at com.evermind.server.administration.DefaultApplicationServerAdministra
    tor.internalDeploy(DefaultApplicationServerAdministrator.java:378)
    at com.evermind.server.administration.DefaultApplicationServerAdministra
    tor.deploy(DefaultApplicationServerAdministrator.java:278)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at com.evermind.server.rmi.RMICallHandler.run(RMICallHandler.java:124)
    at com.evermind.server.rmi.RMICallHandler.run(RMICallHandler.java:48)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(Relea
    sableResourcePooledExecutor.java:186)
    at java.lang.Thread.run(Thread.java:536)
    ---- Embedded exception
    java.io.FileNotFoundException: C:\OC4J\j2ee\home\config\server.xml (¾Ü¾ø·ÃÎÊ¡£)
    at java.io.FileOutputStream.open(Native Method)
    at java.io.FileOutputStream.<init>(FileOutputStream.java:176)
    at java.io.FileOutputStream.<init>(FileOutputStream.java:131)
    at com.evermind.xml.XMLConfig.storeToURL(XMLConfig.java:439)
    at com.evermind.xml.XMLConfig.store(XMLConfig.java:426)
    at com.evermind.server.ServerComponent.store(ServerComponent.java:794)
    at com.evermind.server.ServerComponent.store(ServerComponent.java:766)
    at oracle.oc4j.admin.internal.ApplicationDeployer.storeConfig(Applicatio
    nDeployer.java:418)
    at oracle.oc4j.admin.internal.ApplicationDeployer.doDeploy(ApplicationDe
    ployer.java:129)
    at oracle.oc4j.admin.internal.DeployerBase.execute(DeployerBase.java:73)
    at com.evermind.server.administration.DefaultApplicationServerAdministra
    tor.internalDeploy(DefaultApplicationServerAdministrator.java:378)
    at com.evermind.server.administration.DefaultApplicationServerAdministra
    tor.deploy(DefaultApplicationServerAdministrator.java:278)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at com.evermind.server.rmi.RMICallHandler.run(RMICallHandler.java:124)
    at com.evermind.server.rmi.RMICallHandler.run(RMICallHandler.java:48)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(Relea
    sableResourcePooledExecutor.java:186)
    at java.lang.Thread.run(Thread.java:536)
    04/03/13 15:57:44 Notification ==> Application Deployer for servletDemo FAILED:
    C:\OC4J\j2ee\home\config\server.xml (¾Ü¾ø·ÃÎÊ¡£) [ 2004-03-13T15:57:44.500CST ]
    04/03/13 15:57:44 Notification ==> Application UnDeployer for servletDemo STARTS
    [ Sat Mar 13 15:57:44 CST 2004 ]
    04/03/13 15:57:44 Error updating file:/C:/OC4J/j2ee/home/config/server.xml: C:\O
    C4J\j2ee\home\config\server.xml (¾Ü¾ø·ÃÎÊ¡£)
    oracle.oc4j.admin.internal.DeployerException: Unable to remove web bindings for
    application servletDemo: C:\OC4J\j2ee\home\config\http-web-site.xml (¾Ü¾ø·ÃÎÊ¡£)
    at oracle.oc4j.admin.internal.ApplicationUnDeployer.doUndeploy(Applicati
    onUnDeployer.java:84)
    at oracle.oc4j.admin.internal.UnDeployerBase.execute(UnDeployerBase.java
    :52)
    at oracle.oc4j.admin.internal.ApplicationDeployer.undo(ApplicationDeploy
    er.java:146)
    at oracle.oc4j.admin.internal.DeployerBase.execute(DeployerBase.java:89)
    at com.evermind.server.administration.DefaultApplicationServerAdministra
    tor.internalDeploy(DefaultApplicationServerAdministrator.java:378)
    at com.evermind.server.administration.DefaultApplicationServerAdministra
    tor.deploy(DefaultApplicationServerAdministrator.java:278)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at com.evermind.server.rmi.RMICallHandler.run(RMICallHandler.java:124)
    at com.evermind.server.rmi.RMICallHandler.run(RMICallHandler.java:48)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(Relea
    sableResourcePooledExecutor.java:186)
    at java.lang.Thread.run(Thread.java:536)
    04/03/13 15:57:44 Notification ==> Application UnDeployer for servletDemo FAILED
    : Unable to remove web bindings for application servletDemo: C:\OC4J\j2ee\home\c
    onfig\http-web-site.xml (¾Ü¾ø·ÃÎÊ¡£) [ Sat Mar 13 15:57:44 CST 2004 ]
    ÒÔÉÏÊÇÎÒÓÃJDeveloper 10gÏòStandaloneOC4JÖÐDeployÒ»¸ö¼òµ¥µÄJ2EE Web³ÌÐòµÄʱºò,OC4J·µ»ØµÄ´íÎóÐÅÏ¢,ÎҵĻúÆ÷ÊÇWindowns 2003 Server jdk 1.4»¹Çë¸ßÊÖÖ¸½Ì.

  • Hot Deploying Servlets from the command line

    Is it possible to hot deploy a servlet from the command line?
              

    Use the mbocutil command line tool located in:
    server root/bin/msg/admin/bin
    You can create a folder with spaces by using quotes like thus:
    ./mboxutil -c "user/Tuser/Test Folder"
    -Chris

  • Websphere 7.x deployment fails from JDeveloper

    The following message occurs when trying to deploy my app from JDeveloper 11.1.2.3 to Websphere Application Server 7.1.
    Note that the Websphere server is remote. So, I don't believe I have the necessary files installed locally for this to work.
    Here is what appears in the websphere.Wsadmin tool window:_
    "C:\Oracle\Middleware\oracle_common\common\bin\wsadmin.cmd" -host edgewater.gac.gulfaero.com -port 8880 -user oracleadmin -password **** -c set apps [$AdminControl queryNames WebSphere:name=NamApplication,*,cell=edgewaterCell02,node=edgewaterNode02,Server=OracleAdminServer]; if {[llength $apps]>0} {$AdminApp uninstall NamApplication {-cell edgewaterCell02 -node edgewaterNode02 -server OracleAdminServer}; $AdminConfig save}; $AdminApp install "C:\\JDeveloper\\mywork\\NamApplication\\deploy\\NamApplication.ear" {-cell edgewaterCell02 -node edgewaterNode02 -server OracleAdminServer -usedefaultbindings}; $AdminConfig save
    WAS_HOME is not a valid WebSphere directory: C:\ade\IIBUIL~1\oracle\WEBSPH~1
    Here is what appears in the Deployment window:_
    [10:28:03 AM] ---- Deployment started. ----
    [10:28:03 AM] Target platform is (WebSphere 7.x).
    [10:28:03 AM] Running dependency analysis...
    [10:28:03 AM] Building...
    [10:28:20 AM] Deploying 3 profiles...
    [10:28:21 AM] Wrote Web Application Module to C:\JDeveloper\mywork\NamApplication\NamViewController\deploy\NamViewControllerWar.war
    [10:28:23 AM] Wrote Archive Module to C:\JDeveloper\mywork\NamApplication\NamModel\deploy\NamModelJar.jar
    [10:28:34 AM] Wrote Enterprise Application Module to C:\JDeveloper\mywork\NamApplication\deploy\NamApplication.ear
    [10:28:36 AM] Elapsed time for deployment: 33 seconds
    [10:28:36 AM] ---- Deployment finished. ----

    You need to take a look at the opmn log for the OC4J instance you are deploying to on the app server to better understand the error you are encountering.

  • Deployment problem from JDeveloper 10 g

    Dear Experts,
    I am trying to deploy my application from JDeveloper. But receiving unexpected compilation Error as <Oracle Home>/bpel(Access denied). Also My JDeveloper tool was very slow. Please suggest me to solve this issue.
    Versions:
    JDeveloper: 10.1.3.1
    Oracle SOA: 10.1.3
    Thanks,
    Rajesh

    Use Oracle JDeveloper 10.1.3.3 or 10.1.3.4
    Make sure you hjave access to the Oracle_Home directory
    Marc

  • Unable to deploy BPEL from jdeveloper 11g

    Hi
    I tried to deploy a simple bpel project from jdeveloper 11g to SOA 11g
    but i get the following error in the jdeveloper..
    Buildfile: D:\software\JDeveloper 111100\jdeveloper\bin\ant-sca-compile.xml
    scac:
    [scac] Validating composite : 'D:\software\JDeveloper 111100\jdeveloper\system\mywork\DeployedBpelApplication\TestBpel\composite.xml'
    BUILD FAILED
    D:\software\JDeveloper 111100\jdeveloper\bin\ant-sca-compile.xml:242: Java returned: 1 Check log file : D:\software\JDeveloper 111100\jdeveloper\system\mywork\DeployedBpelApplication\TestBpel\SCA-INF\classes\scac.log for errors
    Total time: 4 seconds
    The Log file for ur reference ..
    java.lang.NoClassDefFoundError: 111100\jdeveloper\
    Caused by: java.lang.ClassNotFoundException: 111100\jdeveloper\
         at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
         at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
    Could not find the main class: 111100\jdeveloper\. Program will exit.
    Exception in thread "main"
    Help me with these issue
    Thanks & Regards
    Bala

    Yes.
    Like pointed out by Theo,
    the exception is : "java.lang.NoClassDefFoundError: 111100\jdeveloper\."
    Its trying to look in the folder "111100" which does not exist (due to space instead of ....\JDeveloper 111100\.... , it starts right from \111100)
    I guess you will have ro re-install the JDev
    regards,
    Ketan

  • Unable to deploy BPEL from JDeveloper 10g in Vista

    Dear Experts,
    When deploying bpel process from JDeveloper I am getting the following errors.
    Note: I am using Vista. Both Application server & JDeveloper versions are
    synchronized . My versions are Oracle Application Server SOA suite 10.1.3.1 &
    JDeveloper 10.1.3.1. Both are deployed in Vista. Is there any special configuration
    set up is neccessary with vista. Please suggest me.
    Note: Also from my jdeveloper I can able to establish connection for both integration server & application server
    successfully. But unable to deploy.
    BUILD FAILED
    A problem occurred while establishing a connection to the BPEL Server.
    Please make sure the server is running on host "eway-pc", port "8888".
    Thanks,
    Rajesh

    Can you post the full error statck, this error is very generic and can be misleading.
    Are you able to deploy other processes.
    There are some know issue with Vista, have a look at this metalink note. 444112.1
    cheers
    James

  • Is it possible to deploy app from JDeveloper 12c to WLS 10.3.6 ?

    Or I need to upgrade to wls 12c?
    If can. How to install ADF 12c to WLS 10.3.6 (jdk 1.7)?

    If you are using ADF 12c you need WLS 12c.
    If you are building a non-ADF simple Java EE application and using Java EE 5 you should be able to deploy to WLS 10.3.6 from JDeveloper 12c.

  • DEBUGGING deployed war from JDeveloper

    Hi,
    I am running from JDeveloper Run->Debug Server Instance.
    Now the only thing I want is to able to debug my deployed war.
    Please note that I do not have any specific .java that contains Main.
    So, cannot just right-click on a java and click on Debug.
    I want to able to debug the WHOLE application, which is deployed as war.
    This should be about Remote Debugging.
    Note:
    If you need to know, this is an applet application, but going to .html file and clicking on Debug,
    does not work neither. Because in this case does not deploy any thing, just try to run the html.
    And if I deploy the war before doing this, it gives me error that I already have the context-root.
    Edited by: 984315 on Jan 26, 2013 7:55 AM
    Edited by: 984315 on Jan 26, 2013 7:56 AM

    What I understand is that you want to debug an applet. Applets do not execute within the application server. They are executed by the JVM of the local browser (e.g. by the browser's Java Plug-In) locally on the workstation. You should attach your debugger to this JVM instead of the application server's JVM. (You cannot debug an applet by right-clicking the Web application in JDeveloper and starting it in debug mode, because in this way you attach the debugger to the application server's JVM (e.g. to WebLogic's JVM) but not to the browser's JVM).
    In order to debug an applet you should configure the browser's Java Plug-In to start in a debug mode and then you should attach a Java debugger to it. You can use either a standalone Java debugger or the debugger integrated in JDeveloper IDE. Have a look here for instructions:
    [url http://docs.oracle.com/javase/6/docs/technotes/guides/plugin/developer_guide/debugger.html#how]How to Debug Applets in Java Plug-in
    [url http://docs.oracle.com/cd/E16162_01/user.1112/e17455/run_debug_java.htm#BABBDICF]Debugging Remote Java Programs in JDeveloper
    Dimitar

  • Deploy issue from JDeveloper 10.1.3.5 to OAS 10.1.2

    I have written an application using ADF on JDeveloper 10.1.3.5 and need to deploy it to our OAS 10.1.2. I have run the adfinstaller on the linux server to upgrade the ADF libraries to the correct versions, updated the web.xml files to have the correct versions, changed to J2SE 1.4.2_19 for the application and have still got deployment issues.
    Error
    An error occurred while redeploying application "FormsSiebelIntegration". See base exception for details.
    Resolution:
    See base exception for details.
    Base Exception:
    java.lang.UnsupportedClassVersionError
    com/sun/faces/application/ApplicationAssociate (Unsupported major.minor version 49.0). com/sun/faces/application/ApplicationAssociate (Unsupported major.minor version 49.0)
    Removing the jsf-impl.jar file allows the application to deploy, but when running on the app server I get the following errors:
    OracleJSP: oracle.jsp.parse.JspParseException:
    /codename.jspx: Line # 6, <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0" xmlns:h="http://java.sun.com/jsf/html" xmlns:f="http://java.sun.com/jsf/core" xmlns:af="http://xmlns.oracle.com/adf/faces" xmlns:afh="http://xmlns.oracle.com/adf/faces/html">
    Help! I'm starting to have total mind block as to what to do next.
    Error: Unable to load taghandler class: http://java.sun.com/jsf/html

    I had already applied all of this before trying to deploy.
    The error seems to be a versioning error in the jsf-impl.jar file as the ApplicationAssociate class is found there. I have changed the JDK and J2EE to 1.4.2 and 1.3 respectively, rebuilt everything, updated all the settings to the right versions for 10.1.2 but it still keeps failing on the deploy.

  • Deploying Servlets from my Desktop

    I have put html and class file in the following directories with the
    corresponding URL's:
    C:\Program Files\Apache Tomcat 4.0\webapps\ROOT\ThreeParams.html
    C:\Program Files\Apache Tomcat 4.0\webapps\examples\WEB-INF\classes\moreservlets\ThreeParams.class
    http://localhost:8080/ThreeParams.html
    http://localhost:8080/servlet/moreservlets.ThreeParams?param1=jim&param2=don&param3=sue
    I get the following error, but do not understand why?
    Apache Tomcat/4.0.3 - HTTP Status 404 - /servlet/moreservlets.ThreeParams
    type Status report
    message /servlet/moreservlets.ThreeParams
    description The requested resource (/servlet/moreservlets.ThreeParams) is not available.

    it should be
    http://localhost:8080/examples/servlet/moreservlets.ThreeParams?param1=jim�m2=don�m3=sue
    make sure that your ThreeParams.java has a package defined as moreservlets in the first line.

  • Deploying Servlets

    JDeveloper 3.2 Documentation for deploying servlets says the generated files should be placed in webserver and the classpath is to be set.
    I am using Apache HTTP web server. In which folder should I place the generated files and what should be the class path?
    Later what should be the URL to access the servlet from the browser?
    How can access this deployed Servlet from a JSP?
    Thanks in advance,
    Regards.
    Kavita.
    null

    Kavita,
    You should first check the Apache documentation for specific information about Apache.
    In general, you should place the servlet in a directory that is under the root directory for the server. For Apache, I believe it is htdocs under the installation directory (usually Apache/Apache/).
    You would then add this directory to the jserv.properties file as a wrapper.classpath entry. This will then point Apache to that directory.
    To access the servlet from a browser the general format is htttp://webserver:port/YourDirectoryName/servletName
    This should get you started.

  • Is there a way to integrate existing 2.2 servlets in JDeveloper

    I have created an http servlet and imported that into JDeveloper. The Servlet is to the 2.2 Servlet spec. JDev supports the
    2.1 Servlet spec.
    I have no choice but to use Tomcat to run the servlet from Jdeveloper. Can you please send me a guide which shows step-by-step how to setup the Tomcat and run the servlet from there in JDev environment.
    Can you please advise me the way to have Jdeveloper substitute using Tomcat to run the servlet instead of the built-in
    web-to-go servlet engine.
    Metalink advised me TechNet would be the way to resolve this problem since TechNet is supported by Developers.
    It's quite crucial for me to run these servlets in JDev environment. Otherwise, I have no choice, but, changing my IDE to Visual Cafe or something similar.

    The upcoming release of JDeveloper 3.2 (out sometime in November) will support 2.2 servlets.
    Until then, you can setup Tomcat (or Apache JServ, WebLogic, etc) for remote debugging with JDeveloper.
    There was a JavaOne technical session on this topic, which showed how to set up Apache JServ and WebLogic. You can apply the directions to Tomcat too.
    The slideshow part of the presentation is at the following URL:
    http://jsp.java.sun.com/javaone/javaone2000/pdfs/TS-1569.pdf
    Or, if you want to see a video replay, go to the following URL and look for TS-1569.
    http://java.sun.com/javaone/javaone00/replay.html
    Liz
    null

  • Deployment of Servlets with JDeveloper

    Dear Sir,
    I am facing problems for using initialised parameters in the servlets while deploying them(servlets) through JDeveloper.
    Kindly, let me know how I can remove hardcoded driver and ipaddresses from my file and still use them with JDeveloper(i.e. in generalised form).
    Thanks
    Arvind
    null

    JDeveloper has an in built OC4J(an servlet and EJB container). It deploys in this app server.

Maybe you are looking for

  • Data acquisition in a state machine

    I've recently learned how to implement state machines, but I have a question that I haven't been able to find an aswer to. Question: How do I record uninterupted data (presently i'm using the DAQ assistant to record a single channel at 10kS/s at 1kS

  • Spam Email Server Account Hijacked

    Hello everyone, I've been having a lot of trouble with one particular email server. I've posted a couple of questions but nobody has answered me so I went and re-installed the whole server by changing it's static IP and adding an Airport Extreme in b

  • How do I shut down safari when force quit doesn't work either?

    My Safai would not shut down, force quit didn't work either.  What to do?

  • Use a control step in BPM

    hi all Is it necessary to use a control step in BPM while using exception handling. If yes then is it to be used in the exception branch?

  • Macbook Pro & Panasonic PT-D5700UL DLP Projector

    I have a very strange issue with a Macbook Pro and a Panasonic PT-D5700UL DLP Projector. I am using a Macbook Pro with DVI to VGA adapter which connected to the projector's RGB input. I cannot use the DVI to DVI connection since the classroom set-up