I cant deploy servlet on websever(urgent)

Ses i am constantly getting this problem.
First i have developed a applet in Jdeveloper1.1 but it was not worked .But as per our requirement it is necesaary for us to use Jdeveloper Please anyone can help me how to deploy the servlet after designing on jdeveloper.or please give me any url from where i will get exact defination
Thanks its urgent

Is this a licensed version of iPlanet or the Community Edition?

Similar Messages

  • Cant deploy in OWB 9.2.0.4.0 after database upgradation

    We are facing a problem with OWB 9.2.0.4.0 after the database is upgraded from[b] oracle 9.2.0.1.0 to 9.2.0.8.0.
    Initially OWB 9.2.0.4.0 was working fine with oracle 9.2.0.1.0 (i.e. the owb runtime and target schema was in this database) but due to some urgent requirement we need to upgrade the database to oracle 9.2.0.8.0. After the oracle upgradation we cant deploy any ETL object from the OWB design(9.2.0.4.0) to the runtime. Also we cant create any new runtime repositories into the upgraded database.
    Can anyone please suggest whether this is happening due to version incompatability?
    or is there any patches/scripts that needs to be run after the database upgradation?
    Thanks in advance.

    Hi there,
    I upgradet a cuple of Times a Database
    and use the OWB (and the Workflow) after that again.
    I didn´t know exactly what´s going on by you
    but maybe after the Upgrade there´re no more OWB Informations in teh Schemata?
    You can start the Design Browser (ControlCenter), right?
    Question: Is the DesignRepository in the same Instance
    as the Runtime Repository?
    If not, then i think it´s the best Way to reinstall the OWB Components using the Runtime Wizzards (runtimeinst.sh under UNIX).
    If it is the same Instance try to take a look in the Log-Files from the Upgradeprocess.
    You can even try to view the Oracle Documentations
    about what´s exactly happened during the Upgrade.
    Sorry, i think that didn´t help you very much, but i think at least with a new Installation of the OWB Components you can sure to fix your Problem.
    Regards
    Lone

  • 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

  • Deploying servlets in the Sun One Web Server 6.1

    Friends, Please let me know how to deploy servlets in the Sun One Web Server 6.1.
    Thanks in advance,
    Madan.

    You cannot get that behavior.
    When an SSL client and server negotiate the connection, the client sends a list of all the cipher suites it supports. From that list the server will pick the most secure cipher suite which it also supports (if the server doesn't support any of the cipher suites proposed by the client, the connection establishment will fail).
    RC4 (128bit) is more secure than 3DES (112 bit). Thus, a server will never pick 3DES above RC4_128 if both are valid options (i.e. when both client and server support both). If you really wanted to force use of 3DES you need to disable RC4_128 in the server (or all the clients; or both).

  • 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
              

  • Wat are all needed to be impoted to run ,deploy servlet,jsp in eclipse

    i want to know what are all needed to be impoted
    to run ,deploy servlet,jsp in eclipse
    reply me
    regards
    saravanakumar

    http://www.eclipse.org/webtools/

  • Can i deploy servlet to iis server..?

    Can i deploy servlet to iis server..?
    if yes.. how..?

    to deploy servlets into IIS you need to use some connector which connects IIS to tomcat. Still you have to use servlet contrainer from tomcat only (as IIS serves you only web server functionality but not servlet contrainer ). use JK Connector for this bride.

  • 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 Servlets in Weblogic 8.1

    Hi,
    I have deployed servlets in Weblogic 8.1 server. The deployment was successful, but when I try to access the servlet it gives me java.lang.UnsupportedClassVersionError. It also says that it is unable to find the servlet class.
    Can anyone help me with this?
    Regards
    Usha

    hi
    can u check your supported configuration
    this might because of incompatable JDK
    a method writeObject(ObjectOutputStream) must be implemented in UTCDate to cover the JDK implementation difference of java.util.TimeZone between jdk 1.3.x and jdk 1.4.x. This is required to cover the member 'localeTimeZone' in UTCDate. Please refer to the source code of java.util.Calendar.writeObject(ObjectOutputStream) for an equivalent implementation for the member 'zone'.
    Prasanna Yalam

  • 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

  • Deploy servlet with WAR file

    Has anyone successfully deployed servlets using WAR file?I think I did everything right. The WAR file was deployed. But I can't accesss it.
              

    I use .war files for deploying servlets in WLS 6.0 - they are much easier
              than exploded dirs...
              Usually, when I have a problem accessing the servlet once deployed, it's
              almost always the deployment descriptor.
              "Randy" <[email protected]> wrote in message
              news:3b311258$[email protected]..
              > Has anyone successfully deployed servlets using WAR file?I think I did
              everything right. The WAR file was deployed. But I can't accesss it.
              

  • Deploying Servlets in NetWeaver

    hi,
    i m new to SAP NetWeaver.Please tell me how can i deploy Servlets in NWDS.
    Thank u.

    hi,
    Firstly preapare a War file of the servlet class and its corresponding web.xml.Then select a Enterprise Project and add the web application project to the Enterprise project.Then configure the context url and prepare an "ear" file.Then deploy it to the J2ee server.
    This shd solve ur problem.

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

  • Deploying Servlets / EJB

    Hi,
    I have Oracle 9i installed. It comes bundled with Apache web server minus documentation. Can I deploy Servlets/ EJBs. on this. Where can i get hold of documentation.
    Arun

    Are you using the SunONE portal server in your architecture? If your question is related to the Application server, you would find a greater chance of obtaining a solution through the web/app server forum.

  • Deploying servlets on the J2EE platform.

    Hello all,
    I have a pretty simple question. Does the J2EE platform have a web server for deploying servlets or do I need to download something to add to the platform to be able to run servlets? I have completed going through the tutorial for developing Dukes Bookstore Servlet. I got it to run and everything is fine. I have developed an HTTP Servlet that I need to run for an application to communicate with. I went through the steps I needed to be able to deploy this servlet through deploytool but I am getting an HTTP 404 error telling me the servlet is not available. Am I getting this error because the J2EE platform is only designed to run it's own example programs, meaning that I need to add a web server to the platform to get non J2EE examples to run through deploytool? Or is there some other reason for this error? If you need to see my HTTP servlet source code let me know and I will post it? Thanks, in advance, for any information you can give me concerning this issue.
    Sincerely,
    Michael Sucena

    Sorry, I should have said "shell variables". They set a number of them in that catalina.bat file. The actual call to java has a line:
    %_EXECJAVA% %JAVA_OPTS% %CATALINA_OPTS% -Xrunjdwp:transport=%JPDA_TRANSPORT%,address=%JPDA_ADDRESS%,server=y,suspend=n %DEBUG_OPTS% -Djava.endorsed.dirs="%JAVA_ENDORSED_DIRS%" -classpath "%CLASSPATH%" -Djava.security.manager -Djava.security.policy=="%SECURITY_POLICY_FILE%" -Dcatalina.base="%CATALINA_BASE%" -Dcatalina.home="%CATALINA_HOME%" -Djava.io.tmpdir="%CATALINA_TMPDIR%" %MAINCLASS% %CMD_LINE_ARGS% %ACTION%
    Comment this out. And place an "echo" command in front of %_EXEC_JAVA%. That should output the command the script is trying to run instead of running it (you may have to enclose or escape some of the above in quotes, my DOS scripting has been unused for a while). You should be able to see a typo in the command line being executed.
    Other than that, I am not sure what the problem might be. There is no reason to load a file starting with "-D", as this is a command-line argument for the java executable.
    - Saish
    "My karma ran over your dogma." - Anon

Maybe you are looking for

  • Error while running Ztransaction !

    Hi Friends,     In one requirement i need to copy the program of standard t-code MD06 and i have to assign a custom t-code(zmd06). but while running ZMD06, i got the following error.   "Argument ZMD06 not in Table T450N ". even I copied the field val

  • 5800 animation problem

    In my 5800 whenever i load animated wallpaper and themes it does not show animation

  • New Macbook Air Haswell x64 unsupported

    Hi, I've the new Macbook Air with Intel Haswell. I installed WIndows 8 and I tried to install the Boot Camp drivers. When i try to do it, a message appear with "x64 unsupported version" written. I have boot camp 5.0.xxxx utility version. I'd like to

  • Why don't any web pages fit the screen? I have to zoom adjust every single page.

    why don't any web pages fit the screen? I have to zoom adjust every single page.

  • Non editable check box

    Hello all, I have a check box on my selection screen defined as below: PARAMETERS show_all AS CHECKBOX I want to make this check box as non editable. i.e the user should not be allowed to uncheck the flag. Any idea??