9iAS server how to use servlet

While using 9ias there are two types of running the application one through cgi and another through servlet.
The default examples are in cgi. while i am running through cgi everything is fine whereas if i use servlet i am unable to run or proceed and error is raised as even though i follow all the steps given in ur documentation.
how to proceed need a help very urgent.

Go to the Forms page on OTN: http://www.oracle.com/technology/products/forms/index.html
1. How do I know if I'm using the Forms listener or the Forms listener servlet?
If you are using port 9000, then you are not using the Forms Listener Servlet architecture.
2. How do I configure the 9iAS server to use the Forms listener servlet and listen for forms requests via HTTP?
From Forms 9i and onwards, the Application Server installer does all of the hard work for you. In 6i, you have to do some yourself.
Click on the All Papers link for Forms 6i. There you will find a document that describes the Forms Listener Servlet setup. (Do text search for "servlet" on that page to find it.)

Similar Messages

  • 2012 R2 hyper-V Server - How to use it

    I have just installed Hyper-V Server 2012 R2.
    I thought I could work my way through using this product, but I can't figure it out.
    There is no GUI on the server, which is good, but for the life of me I can't firgure out how to remotely administer this thing.
    I have followed instructions to install the Hyper-V management tools on Windows 7 and 8, but they will not connect.
    I get a long laboriuos messages about permissions and HTTPS etc.
    Can anyone who understands this system please point me to a guide that explains how to start and access a fresh copy of this product, Hyper-V Server 2012 R2.
    I am not intending to connect to a domain at this point. I just want to install this stand alone Hyper-V sever and start setting VM's that I can access via RDP.

    Yay, all working now. Can't miss a single step with this, or no go.
    Thanks for all the help and comments.
    Using the following links (from posts above), and my summary listed below got me going:
    http://www.msserverpro.com/installing-and-configuring-microsoft-hyper-v-server-2012-for-remote-management-using-the-hvremote-tool-in-workgroup-scenarios/
    http://code.msdn.microsoft.com/Hyper-V-Remote-Management-26d127c6
    On Server:
    1) Installed Hyper-V 2012 R2
    2) Got HVREMOTE.WSF - Copy to C:\HVREMOTE
    3) netsh advfirewall firewall set rule group="File and Printer Sharing" new enable=Yes
    4) Enable Remote Management
    5) Enable Ping
    6) Added local admin - used exactly same Username and Password to log into remote Workgroup PC.
    7) Run: cscript hvremote.wsf /add:Username
    Client PC:
    1) Add Windows Features - Hyper-V Management Tools
    2) Run: cscript hvremote.wsf /anondcom:grant
    To Remote Powershell to Server:
    ref: http://www.howtogeek.com/117192/how-to-run-powershell-commands-on-remote-computers/
    Did all the below in In Powershell on both server and client PC:
    1) Enable-PSRemoting -Force
    2) Set-Item wsman:\localhost\client\trustedhosts Remote_PC_Name  (or * for any PC)
    3) Restart-Service WinRM
    4) Test-WsMan COMPUTER
    To remote from client PC to Server, in Powershell: Enter-PSSession -ComputerName COMPUTER -Credential USER

  • How to use Servlets with O8i on RH Linux 6.2 ???

    I'm using apache Jserv 1.1.2 to run my servlets all my JDBC programs work fine and other servlets too but only JDBC servlets give this message
    "SQLException caught Io exception: The network adapter could not
    established the connection"
    Can someone tell me How to configure JSERV to make connection ?

    Hi there,
    If I understand correctly you are running Jserv and Apache to connect to an Oracle 8i db on a remote machine. If you are getting the "network adapter" error make sure the listener is running on the remote machine (lsntrctl start -- lsntrctl status, or something like that from bash shell). Also make sure SQLNet is configured properly. Try connecting from a machine with SQL Plus. If this works and the listener is running you should be in business.
    Best
    Scott ([email protected])
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by CSL ():
    I'm using apache Jserv 1.1.2 to run my servlets, a remote database on O8i on linux. all my JDBC programs work fine and other servlets too(with no JDBC) but only JDBC servlets give this message
    "SQLException caught Io exception: The network adapter could not established the connection"
    Can someone tell me How to configure JSERV to make connection ?<HR></BLOCKQUOTE>
    null

  • How to use Servlet

    I have installed JRun 4 Web Server and Java 2 SDK, SE v1.4.1_01. When i import servlet import javax.servlet.*;There is an error message.
    Package javax.servlet does not exist.
    Please help me, maybe i haven't had package javax.servlet. What do i need to install?

    for servlet development, u can either use two kinds of servlet develpment. Tomcat or J2EE RI. If u r using tomcat, then the servlet.jar will be at common/lib, if J2EE Ri, u will find a j2ee.jar to execute servlet. U must set ur classpath in your system to the location of the servlet.jar or j2ee.jar. u can either set it in control panel --> system --> advanced--> environment variable --> system variables. or by dos promptcommand

  • How to use servlets in portal web application in Weblogic Portal 4.0

    We are developing a Portal Web application using Weblogic Portal 4.0 where in we
    have the following scenario. one JSP in webflow of a portlet calls the PipeLine
    which does some processing and calls the servlet which is having the typical download
    functionality. The servlet is supposed to read the data from the pipeline session
    and create a CSV String that is dumped to the client browser. The problem is even
    we are doing response.setContentType("application/save") in the servlet it is
    still displaying the content as html in the portlet. I guess since all our request
    are send to the webflow contolling servlet and it is setting the content type
    and hence our servlet is not working. How do I solve this problem? Thanks Yogesh

    Hi Renu
    Please go through the SAP Content Management here you find the documents related to Wab page Compoer and knowledge mangement. Also search for article / blog for more details.
    [http://www.sdn.sap.com/irj/sdn/nw-ecm|http://www.sdn.sap.com/irj/sdn/nw-ecm]
    Hope it will helps
    Best Regards
    Arun Jaiswal

  • Leopard Standard Server - How to use more than one e-mail address per user?

    After going through the setup every user has a unique mail adress (mostly "shortname"@server.something". How can I add e-mail aliases for a user? i.e. "long.name@ server.something", "[email protected]" all pointing to the same postbox?

    You can use Workgroup Manager to add additional 'short names' for your users, which will accomplish what you are looking for.

  • How to use servlets and JSP for my homepage?

    servlets and JSP are server-side program. If my homepage is on some web-hosting websites, can I upload the servlets and JSP to run it? if possible, where can I find such a web-hosting place?
    sraiper

    Not many hosts offer JSP or Servlet support (and some do but then stop and never give you a refund, grrrrrrr!!!!).
    Also, ones that do support it can often be more expensive. There are some free ones but all the one's I've come across have problems that made them unsuitable for my needs.
    Here is a list of hosts that support Java:
    http://www.thejspbook.com/resources/category.jsp?id=1005&name=JSP+web+hosting
    I can't comment on any from that list, however I use http://www.positive-internet.com they are a bit pricey but they have excellent support and are always happy to help with any Tomcat (the JSP/Servlet server they use)configuration issues or needs that you may have.

  • Problem integrating weblogic commerce server; how to use dfc/jsp with only weblogic AS

    "Hi,I was evaluating 4i WCM Edition Starter Kit. I have thefollowing one problem and one question.1. Problem:We installed Documentum (WCM Edition Starter Kit V4i)but BEA Integrationphase does not succeed.The error I got is "not enough disk space". We haveinstalled both BEA WLCS and WCM on D dive while documentum on C.Both drive currently has almost 1.5G free of hard disk spaceNow the content of BEAIntegrationins.txt is

    What if you need to access more than one data source?
              <sql:query var="myQuery" dataSource="myDataSource">
              </sql:query>
              <sql:query var="myOtherQuery" dataSource="myOtherDataSource">
              </sql:query>
              If you specify one data source as the default, how do you access the other
              one?
              -- Craig
              "thanh nguyen" <[email protected]> wrote in message
              news:3fa18529$[email protected]..
              > I believe you can set up a default datasource for the application context
              in the web.xml and weblogic.xml. That way, on your JSP, you will not need to
              set the datasource. The connection pool will handle all of that for you.
              >
              > 1. modified weblogic.xml
              > <reference-descriptor>
              > <resource-description>
              > <res-ref-name>jdbc/hr</res-ref-name>
              > <jndi-name>jdbc/hr</jndi-name>
              > </resource-description>
              > </reference-descriptor>
              > 2. modified web.xml
              > <context-param>
              > <param-name>javax.servlet.jsp.jstl.sql.dataSource</param-name>
              > <param-value>jdbc/hr</param-value>
              > </context-param>
              >
              > <resource-ref>
              > <res-ref-name>jdbc/hr</res-ref-name>
              > <res-type>javax.sql.DataSource</res-type>
              > <res-auth>CONTAINER</res-auth>
              > </resource-ref>
              > 3. redeploy app
              

  • How ot use servlet as the element of portlet?

    I am newbie for weblogic portal. I have tried to created a testing
    portlet with content.jsp, works fine.
    Then I tried to create a servlet, compiled it, got the class file.
    I put that class file name in the content URL. To my supprise, the
    front end shows the binary code that class, instead of call it and
    return what it suppose to return.
    Any suggestion are highly welcome.
    Thanks in advance
    Jack

    Jack,
    The portal framework works based on server-side includes. When you specify the
    contentURL on the EBCC, this means that the content of that JSP will be embeded
    on the main source servlet. I think the result that you get was the normal behavior
    that should happen. The interpreter found a "text" code and simply put it in out.println("the
    binary text").
    Did you get?
    I gess I help you,
    Edoardo Boechat
    "Russell Teabeault" <reply to newsgroups> wrote:
    Jack,
    In the ContentURL field in the EBCC input the servlet path. For example
    I
    had this in my web.xml:
    <servlet>
    <servlet-name>HelloWorld</servlet-name>
    <servlet-class>examples.sampleportal.HelloWorldServlet</servlet-class>
    </servlet>
    <servlet-mapping>
    <servlet-name>HelloWorld</servlet-name>
    <url-pattern>/helloworld/*</url-pattern>
    </servlet-mapping>
    In the ContentURL field I put /helloworld.
    Hope this helps.
    russ
    "jack" <[email protected]> wrote in message
    news:[email protected]..
    I am newbie for weblogic portal. I have tried to created a testing
    portlet with content.jsp, works fine.
    Then I tried to create a servlet, compiled it, got the class file.
    I put that class file name in the content URL. To my supprise, the
    front end shows the binary code that class, instead of call it and
    return what it suppose to return.
    Any suggestion are highly welcome.
    Thanks in advance
    Jack

  • How to use Servlet Context

    Has any one used ServletContext 's setAttribute() method to store parameters in one JSP and access them in another JSP.
    I want to replace hy Hidden Parmeters with this method, so that I can hide all my parameter names and their values in the HTML page, when an end user uses View Source option on a browser.
    If any one has that code available,please post that so that I can avoid all this coding and testing phase
    Thanks
    Suresh

    It is actually very easy, and I use it often, for example to track the user's login.
    In one jsp page you use:
    <% session.setAttribute("someName", anObject); %>
    Where "someName" is a string with the name you want to give to the object (choose different names for different objects) and aObject can be any object that is a descendant of Object (that means everything but primitive types, to store those use wrappers from the java.lang package, like Integer, Float, etc).
    Now, to retrieve in other pages, you just use the getAttribute method and cast to object:
    <% AnObject otherObject = (AnObject) session.getAttribute("someName"); %>
    A note of caution: The object will remain until session is invalidated (manually or timed out) or the object is expressly removed. If no object with the given name is found, the jsp will throw a NullPointerException, which you are not obligated to catch, but I strongly suggest you do, because there will be a time when that exception is thrown no matter how well coded are your jsp's (for example when a session times out and the user clicks on refresh on some page that asks for an object, etc).
    Good Luck.
    Ylan

  • How to use Servlet 2.4 with Netweaver Developer Studio 7.0?

    Hello,
    When I define my web.xml as follows:
    <!DOCTYPE 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">
    I get an error in french: "La DTD du type de lélément racine "" doit se terminer par '>'."
    Saying that the DTD of type of root element must end with '>'     
    How can I solve this error?
    Thanks for your help,
    Tanguy Mezzano

    Hi,
    Tanguy Mezzano wrote:
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE 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" >
    There is a  " (double quote missing in the xsi:schemaLocation attribute. This is the reason. I am guessing that you may have tried manually editing this web.xml file and may not have correctly edited it.
    To correct the <? xml ?> and <!DOCTYPE> tags - please openup a blank Web Module Project and copy these two tags only from the web.xml and overwrite the same tags in your web.xml.
    Hope that this helps.
    Thanks.
    p256960.

  • How to use an IFrame with my servlet?

    Hello, my question is this (basically, I'm building a "social" application for one of the social networks out there,
    but I'm using a java servlet as my back-end server, though I don't know if it matters to my question) -
    I want to insert an iframe to my application, but I didn't find good material on how to use this, and what to add to my servlet
    for completing the communication with the iframe - can anyone give an example maybe, or a link to a good piece of code.
    Basically, what I want for my application is to simply allow a user to record a voice message, and save it somewhere,
    and for that I need to use a java library, and this is why I thought building it with an iframe that will directly communicate with my java servlet. - IS THIS A GOOD IDEA?
    thanks :)
    Kogan.

    IFrame is just a HTML element. You normally embed HTML elements in a JSP file. How to use an IFrame is covered by every average HTML tutorial.
    What's your actual problem?

  • How can I generate SSL Keys from a Oracle 9iAS server version 1.0.2.2.0

    How can I generate SSL Keys for use on Oracle 9iAS server
    version 1.0.2.2.0. I have tried using the open_ssl method but
    was unsuccessful.

    <?xml version="1.0" encoding="UTF-8" ?>
    <nodes>
    <node>
    <category_id>3</category_id>
    <parent_id>2</parent_id>
    <name>Mobile</name>
    <is_active>1</is_active>
    <position>1</position>
    <level>2</level>
    <children>
    <node name="Nokia" category_id="6" parent_id="3" is_active="1" position="1" level="3">
    <node name="Nokia N79" category_id="7" parent_id="3" is_active="1" position="2" level="3" />
    <node name="Nokia N95" category_id="7" parent_id="3" is_active="1" position="2" level="3" />
    <node name="Nokia N97" category_id="7" parent_id="3" is_active="1" position="2" level="3" />
    </node>
    <node name="Samsung" category_id="7" parent_id="3" is_active="1" position="2" level="3">
    </node>
    </children>
    </node>
    <node>
    <category_id>4</category_id>
    <parent_id>2</parent_id>
    <name>Laptop</name>
    <is_active>1</is_active>
    <position>2</position>
    <level>2</level>
    <children></children>
    </node>
    <node>
    <category_id>5</category_id>
    <parent_id>2</parent_id>
    <name>Monitor</name>
    <is_active>1</is_active>
    <position>3</position>
    <level>2</level>
    <children></children>
    </node>
    <node>
    <category_id>8</category_id>
    <parent_id>2</parent_id>
    <name>Camera</name>
    <is_active>1</is_active>
    <position>4</position>
    <level>2</level>
    <children></children>
    </node>
    </nodes>
    Is this correct format to create dynamic menu?

  • How to use security roles in Weblogic server?

    Hello Gurus,
    I am new to Weblogic server and I am trying to investigate how to make
    use of security roles in weblogic server (5.1.0). Can anyone point me
    to some documentation. Specifically, I am looking for instance level,
    and method level security and how to use it.
    Thanks for taking your time to read this e-mail.
    Thank You all in advance,
    Hari.

    You should read the security information in the Servlet 2.2 specification
    that WL 5.1 implements:
    http://java.sun.com/products/servlet/download.html
    Chapter 11 deals with declarative and programmatic security, and includes a
    section on roles:
    11.4 Roles
    A role is an abstract logical grouping of users that is defined by the
    Application Developer or
    Assembler. When the application is deployed, these roles are mapped by a
    Deployer to security
    identities, such as principals or groups, in the runtime environment.
    A servlet container enforces declarative or programmatic security for the
    principal associated with
    an incoming request based on the security attributes of that calling
    principal. For example,
    1. When a deployer has mapped a security role to a user group in the
    operational environment. The
    user group to which the calling principal belongs is retrieved from its
    security attributes. If the
    principal's user group matches the user group in the operational environment
    that the security
    role has been mapped to, the principal is in the security role.
    2. When a deployer has mapped a security role to a principal name in a
    security policy domain, the
    principal name of the calling principal is retrieved from its security
    attributes. If the principal is
    the same as the principal to which the security role was mapped, the calling
    principal is in the
    security role.
    Cameron Purdy
    http://www.tangosol.com
    "Hari" <[email protected]> wrote in message
    news:[email protected]..
    Hello Gurus,
    I am new to Weblogic server and I am trying to investigate how to make
    use of security roles in weblogic server (5.1.0). Can anyone point me
    to some documentation. Specifically, I am looking for instance level,
    and method level security and how to use it.
    Thanks for taking your time to read this e-mail.
    Thank You all in advance,
    Hari.

  • Uploading a file to server using servlet (Without using Jakarta Commons)

    Hi,
    I was trying to upload a file to server using servlet, but i need to do that without the help of anyother API packages like Jakarta Commons Upload. If any class for retrieval is necessary, how can i write my own code to upload from client machine?.
    From
    Velu

    <p>Why put such a restriction on the solution? Whats wrong about using that library?
    The uploading bit is easy - you put a <input type="file"> component on the form, and set it to be method="post" and enctype="multipart/form-data"
    Reading the input stream at the other end - thats harder - which is why they wrote a library for it. </p>
    why i gave the restriction is that, i have a question that <code>'can't we implement the same upload'</code>
    I was with the view that the same can be implemented by our own code right?

Maybe you are looking for

  • Upgrade guide to 10.2.0.4

    Hi All, I am looking for the Oracle Upgrade Guide from the 10.2.0.3 to 10.2.0.4. I searched it all over Metalink and otn.oracle.com, but could not locate it anywhere. Could anyone please help me with the link for the same? Thanks so much!!

  • Taking time

    Hi There are 5 million rows in both tables , need to update Tab1 with values from Tab2 as given below.But now its taking 5-6 hours , how to tune this statement for better perfrmanace. Please suggest. Merge INTO Tab1 using Tab2 B on (1COL1=B.2COL1) wh

  • Floor plan manager? (FPM)

    Hi,   I am trying to workout FPM. Pls explain in details.. Thanks, Gopi.

  • Add some more marketing attributes to an existing Business partner ( BP ).

    Hi... I need to add marketing attributes to an existing BP without deleting the previous ones. If i use CRM_MKTBP_ASSIGN_ATTRIBUT_TAB the old ones are get deleted. Please help me out. Regards, Swati

  • Problem importing music from hdd on my pc

    flaming thing wont import music from my hdd's at all... has happened in the past but am sick of uninstalling and re-installing itunes then importing all music by hand everytime as i have over 200gb of mp3 format music files... got to be an easy way o