Where can i configure the jsp's encoding content?

i write application in chinese soft enviorment ,every time the jsp is saved,the encoding ="gb2312" was deleted ,so i have to rewrite again,it's not convenient!
how could i handle above problem?can i configure the encoding content for all pages?thanks.

Hello,
Unfortunately the EA version has several issues w/encoding. We believe we've fixed them up in our next release, but unfortunately with EA, there are a lot of limitiations.
Apologies for the trouble.
Val

Similar Messages

  • Where can i configure the external email id

    Hello,
    can any one tell me where can i give  the external E-mail id ...after configuring the SMTP. to receive the mail in the xi inbox i gave the mail id in fixed receipients, now i want to give the  external mail id whi is not user in XI.
    thanks,
    Gayatri.

    Hi,
    Is it for Alert ? If so, you need to provide user details in the XI itself. btw, you can create group user id and attach all the emails ids for that user and use that..
    This doc may help u-
    http://help.sap.com/saphelp_webas620/helpdata/en/af/73563c1e734f0fe10000000a114084/content.htm
    Hope this helps,
    Regards,
    moorthy

  • Where can I configure the URL I receive after login into SRA gateway

    Hi folks,
    I enter the URL of my gateway http://gw.machine.com
    I am redirected to http://gw.machine.com/http://portal.machine.com/amserver/UI/Login?gw=gw.machine.com&org=o%3Dec&goto=http%3A%2F%2Fportal.machine%3A80%2Fportal%2Fdt
    Where can I change, add, remove the got parameter f.e.
    Kind Regards
    Roland

    Hi,
    I have the same problem. Did you find a solution?
    Vincent

  • Where can I configure the naming rule for child columns?

    I have the following logical model:
    https://www.dropbox.com/s/1eux01rrkmcn84f/child_logical.png
    When I engineer it I get the following physical model:
    https://www.dropbox.com/s/pwl2zxkvuigdr5q/child_physical.png
    How can I configure that no entity name prefix should be added to the column name?
    The columns should be named create_ts, modify_ts, delete_ts and attribute_1. (all upcase is ok).
    I tried to change the naming standard template for attribute relations but it has no effect.
    Can anybody give me a hint?

    I used the older SQL Developer modeler and by setting the SUPER and SUB TYPE and Naming Standards I was able to generate the columns without doing post relational model generation activity. I have documented the steps to do the same it taking many steps and generates misbehaves.
    Another problem I face is having to get the SUB TYPES generated as SINGLE TABLE.  If you have more than one SUPER and SUB Type usage it confuses the generator.
    Kindly let me know if there are better ways or fixes coming in soon, if not I would like to revert back to older version.
    1) Created two entities one a super type "SuperEntity" and another sub type "SubEntity"
    Entity name: SuperEntity
    Short name:  SUP
    Attributes:
    Super Entity UID - Primary Key
    Total
    UID - named as SUPER_PK
    Sub-Type implementation
    References - Identifying
    Attribute Inheritance - Primary attribute only
    Entity name: SubEntity
    Short name:  SUB
    Attributes:
    Flag
    Sub-Type implementation
    References - Identifying
    Attribute Inheritance - Primary attribute only
    Hierarchy Key (Foreign key) : named as SUPER_SUB_FK
    2) Generated the Relational Model - the entity SHORT NAME was pre-fixed automatically
       The Sub Typed entity inherits the Foreign key as Primary Key
    CREATE TABLE SuperEnity
        SUP_Super_Entity_UID NUMBER NOT NULL ,
        SUP_Total            NUMBER (8,2) NOT NULL
    CREATE UNIQUE INDEX SuperEnity_PKX ON SuperEnity
      (    SUP_Super_Entity_UID ASC  )  ;
      ALTER TABLE SuperEnity ADD CONSTRAINT SuperEnity_PK PRIMARY KEY
      (    SUP_Super_Entity_UID  )  ;
    CREATE TABLE SubEntity
        SUP_Super_Entity_UID NUMBER NOT NULL ,  -- Inherited from supertype
        SUB_Flag             VARCHAR2 (1) NOT NULL
    CREATE UNIQUE INDEX SubEntity_PKX ON SubEntity
      (    SUP_Super_Entity_UID ASC  )  ;
      ALTER TABLE SubEntity ADD CONSTRAINT SubEntity_PK PRIMARY KEY
      (    SUP_Super_Entity_UID  )  ;
    ALTER TABLE SubEntity ADD
    CONSTRAINT FK_ASS_2 FOREIGN KEY ( SUP_Super_Entity_UID )
    REFERENCES SuperEnity ( SUP_Super_Entity_UID ) ;
    3) Apply the custom transformation script to remove the table abbreviation from column (provided by SQL Developer)
       NOTE: The prefix (abbreviation) is removed in SUPER type attributes.
           : However the SUB type retains the columns, key inherited before
    CREATE TABLE SuperEnity
        Super_Entity_UID NUMBER NOT NULL ,
        Total            NUMBER (8,2) NOT NULL
    CREATE UNIQUE INDEX SuperEnity_PKX ON SuperEnity
      (    Super_Entity_UID ASC  )  ;
      ALTER TABLE SuperEnity ADD CONSTRAINT SuperEnity_PK PRIMARY KEY
      (    Super_Entity_UID  )  ;
    CREATE TABLE SubEntity
        SUP_Super_Entity_UID NUMBER NOT NULL ,  -- The column name did not change based on SUPER TYPE
        Flag                 VARCHAR2 (1) NOT NULL
    CREATE UNIQUE INDEX SubEntity_PKX ON SubEntity
      (    SUP_Super_Entity_UID ASC  )  ;
    ALTER TABLE SubEntity ADD CONSTRAINT SubEntity_PK PRIMARY KEY
      (    SUP_Super_Entity_UID  )  ;
    ALTER TABLE SubEntity ADD
    CONSTRAINT FK_ASS_2 FOREIGN KEY ( SUP_Super_Entity_UID )
    REFERENCES SuperEnity ( Super_Entity_UID ) ;
    4) Applied Naming Standards Specifically on the SUB TYPE table (SubEntity) as
    COLUMN FOREIGN KEY : {ref column abbr}
    CREATE TABLE SubEntity
        Super_Entity_UID NUMBER NOT NULL ,  -- Name follows the SUPER TYPE
        Flag             VARCHAR2 (1) NOT NULL
    CREATE UNIQUE INDEX SubEntity_PKX ON SubEntity
      (    Super_Entity_UID ASC  )  ;  -- Name follows the column/attribute name
      ALTER TABLE SubEntity ADD CONSTRAINT SubEntity_PK PRIMARY KEY
      (    Super_Entity_UID  )  ; -- Name follows the column/attribute name
      ALTER TABLE SubEntity ADD
      CONSTRAINT FK_ASS_2 FOREIGN KEY  (    Super_Entity_UID  ) -- Name follows the column/attribute name
      REFERENCES SuperEnity  (    Super_Entity_UID  )  ;

  • Where can we configure the field KOMV- KINAK?

    We are having a problem with a specific type of order that is duplicating the total value of the Nota Fiscal ( Brazil ) We debugged the program and identified that is problem is on the value into the field KINAK but we do not know where we can change it. Can someone help us figure out this issue?
    Thank you in advance,
    Juliana Zerbinatti

    i feel it might be a problem related to the condition type . can u just elaborate the issue as like the error u are getting .

  • Where Can I Find the JSP Class files on OC4J (Orion server)

    I am using Oracle J2EE Container (OC4J 1.0.2.2 aka Orion server) and I need to find the ".class" file generated for each JSP I created. I've looked under the "WEB-INF" directory under the "application" directory and the "persistence" directory under application-deployments and didn't find them. Any help would be appreciated. Thank you.

    hi
    Just check in _pages directory
    regds

  • Where Can I Find the JSP Class files on OC4J

    Hi,
    I am using OC4J 1.0.2.2 and I need to find the ".class" file generated for each JSP I created. I've looked under the "WEB-INF" directory under the "application" directory and the "persistence" directory under application-deployments and didn't find them. Any help would be appreciated. Thank you.

    your jsp class are compiled in a file named namejsp.jsp.jspCache in the application-deployments\your app\persistence ...
    but this file is not readable.
    To hav your jsp like .class you have to delete your directory applications-deployments\your app
    and open the file orion-web.xml and add the following:
    development="true" under the tag jsp-cahce-dirctory
    restart the server and then your jsp are created like .class

  • Where can i see the java file of a container converted JSP file

    I am using weblogic11g.
    Where can i see the java file of a container converted JSP file .

    Hello.
    If you look for .class files, you will find them under $domain/servers/serverName/tmp/application/etc.
    If you look after .java translated files, nowhere if you don't have "keepgenerated" param set to true in the appc/jspc command line (may be set in a web descriptor but can't find a reference). The foo.java will be find in .\WEB-INF\classes\jspservlet.
    Edit: http://download.oracle.com/docs/cd/E12840_01/wls/docs103/webapp/weblogic_xml.html
    Regards.
    Aurélien.
    Edited by: Aurelien DEHAY on 24 août 2009 17:12

  • Where can I find the latest cab file?

    Where can I find the latest cab file? for example:
    CODEBASE=http://java.sun.com/update/1.5.0/jinstall-1_5_0_05-windows-i586.cab
    CLASSID=clsid:5852F5ED-8BF4-11D4-A245-0080C6F74284 It is not available on this page: http://java.com/en/download/manual.jsp
    I am deploying using web start. So I need it.
    thanks,
    Anil

    Download Java EE SDK, install it and finally in the lib directory you'll find the javaee.jar. It contains the whole javax package you need.

  • Where can I find the release notes for iTunes 9.0.3?

    Where can I find the release notes for iTunes 9.0.3?
    You would think they would be available from the download link location.

    I agree and find it odd, but then, there is only the most rudimentary and superficial 'notes' -
    iTunes 9 also includes many other improvements, such as HE-AAC encoding and playback, more flexibility with Smart Playlists rules, simpler organization of your media files inside an iTunes Media folder, and more.
    Nothing like "fixed bug with using..."

  • Where can I find the deployed EJB files in Oracle 10g AS(904)

    Hello All,
    Where can I find the deployed ejb files, stubs and skels in the Oracle 10g (904)
    When I try to run my ejb application I m getting following exception:
    com.evermind.server.rmi.OrionRemoteException: Error (de-)serializing object: org.apache.log4j.Logger
    I am not sure what is causing this error. I am not using any logging in my EJB. But the logging framework is configured in the application server.
    Your input would be a great help to me
    Thank you

    Thanks Carty,
    I am not creating Connection from EJB. I have a POJO called DBManager that looks for the DB Connection and return that to either EJB or other POJO that requests for Connection.
    I am having a private method that get the connection from the DBManager because while writing UnitTest cases I can mockup getting Connection as my Unit test case will be a POJO again..
    I have a question here regarding making DBManager as Singleton class. In my current project, I have configured my database in the application server as getting the connection by lookup for datasource through JNDI. It internally maintains all logical connection and always have one physical connection. In such scenario how implementing singleton will be beneficial?
    Thank you for answering all my questions.

  • Where can I download the Asian and Extended Langauge Font Packs as an add-on?

    I am trying to download the
    Asian and Extended Language Font Packs  located at the bottom of: http://www.adobe.com/products/reader/languages/
    It sent me to the page: http://www.adobe.com/downloads/updates/
    When I selected the Adobe Reader for Windows, I came to this page:
    http://www.adobe.com/support/downloads/product.jsp?product=10&platform=Windows
    I clicked the add-on for: Asian and Extended Language Font Packs (including Chinese Simplified, Chinese Traditional, Korean and Japanese), which has the following property: http://www.adobe.com/products/acrobat/acrrasianfontpack.html
    It sent me to this page:  http://www.adobe.com/products/acrobat/
    Where can I download the Asian and Extended Langauge Font Packs as an add-on?  Thanks.
    p.s. I have installed with 9.3.3 version. I do not wish to upgrade to 9.3.4 until this has been resolved. Thanks.

    If the above doesn't work, this one should, but only in the 64 bit version of photoshop cs5.1
    http://helpx.adobe.com/photoshop/kb/psdx-files-dont-open-photoshop.html
    After you extract the plugin (AdobePSDXLoader.8BI) put it in
    C:\Program Files\Adobe\Adobe Photoshop CS5 (64 Bit)\Plug-ins\File Formats

  • Where can I find the reports multitier server (reports 3.0)?

    Can anyone please tell me where can I find the reports multitier
    server 3.0.4.6.3?
    When I try to install the reports 3.0.4.7.0 from the patch 0598
    (pat0598.exe) it tells me that I must have installed the reports
    multitier server 3.0.4.6.3. But I can't find it anywhere, not
    even on the original installation CD.
    I have on disk the file r30mts32.exe. Is this the so-called
    reports multitier server? Is reports multitier server = reports
    server = r30mts32.exe? If so, why is that error occurring?
    Can someone please help me on this?
    Thank you.
    Paulo Ferreira
    null

    I agree and find it odd, but then, there is only the most rudimentary and superficial 'notes' -
    iTunes 9 also includes many other improvements, such as HE-AAC encoding and playback, more flexibility with Smart Playlists rules, simpler organization of your media files inside an iTunes Media folder, and more.
    Nothing like "fixed bug with using..."

  • Can we configure the dynamic IP address in receiver JDBC channel

    Hello,
    Can we configure the dynamic IP address in receiver JDBC communication channel at runtime.
    Thanks,
    Soorya.

    No, that is not possible.
    The simplest solution would be to define a service and communication channel for each server and then use the receiver determination to determine which service to send to.
    The only other way would be to use a receiver java proxy where you would have to code in the JDBC request yourself.
    Regards,
    Yaghya

  • Where can I find compiled JSP?

    is this a FAQ?
              when I drop a jsp into the web app docroot, I invoke it and it works.
              Where can I find the compiled .class file for this JSP? Also, it is
              possible to specify to weblogic to preserve the Java source also?
              in v70, I recall the compiled JSPs being put into a temp directory. I
              haven't found that temp in my v81b install.
              Thanks,
              -Dino
              

    If you just drop jsp into the running webapp, the classfiles go into
              $SERVER/.wlnotdelete
              For example on my box:
              ./myserver/.wlnotdelete/extract/myserver_simpleEAR_web/jsp_servlet/__bar.cla
              ss
              Muthu is correct about the snippet to make the server "keep" the .java
              files, you can also turn this on in the console under webapp --> Descriptor.
              Cheers
              mbg
              "Muthu" <[email protected]> wrote in message
              news:[email protected]...
              >
              > Hi dino,
              >
              > Normally the java source files generated will be deleted after
              compilation. If
              > u want to keep the java source code files u have to specify the following
              tag
              > in the weblogic.xml
              >
              > <jsp-descriptor>
              > <jsp-param>
              > <param-name>keepgenerated</param-name>
              > <param-value>true</param-value>
              > </jsp-param>
              > </jsp-descriptor>
              >
              > --Muthu
              >
              > "dc" <[email protected]> wrote:
              > >is this a FAQ?
              > >
              > >when I drop a jsp into the web app docroot, I invoke it and it works.
              > >Where can I find the compiled .class file for this JSP? Also, it is
              > >possible to specify to weblogic to preserve the Java source also?
              > >
              > >in v70, I recall the compiled JSPs being put into a temp directory.
              > >I
              > >haven't found that temp in my v81b install.
              > >
              > >Thanks,
              > >
              > >-Dino
              > >
              > >
              >
              

Maybe you are looking for

  • Adobe Reader 11.0.1 cannot read Captivate CS5 generated PDF files

         I have a some training programs made with Captivate version CS-5 generated as PDF files. When I try to open them in the new reader, I see only one page (irrespective of the number of pages in the original file) with some garbled data such as "[e

  • Shared-library in OC4J - load data-sources.xml throws error

    H To share common libraries (framework.jar, JAXB jars, axis.jar, log4j, tibco*.jars) across application(app1/app2/app3) in the OC4J container. Currently all these jars are loaded with common jars separately application, a total 3 common footprints of

  • Oracle Service Bus (OSB) 10.3.1, now available

    See: http://www.oracle.com/technology/software/products/osb/index.html A new version of the Oracle Service Bus (OSB 10.3.1) is now available, quick list of new OSB features: * JCA Transport with certified JCA adapters * Support for generating config.

  • ANSI inner join syntax

    Hi, Is there a way to configure BI Server 11g to generate ANSI join sytax ("INNER JOIN" clause) for Oracle, as it does when using OUTER JOINs? Thank you.

  • Select data in an other database

    Hello My program is in a system, and i want to select data from EKKO table in an other database system like that :   select SINGLE ebeln   g_ebeln   FROM ekko from system SAP DH4_020 *****   WHERE ebeln = gs_poheaderc-po_number. How can I do? thank y