How to use .keystore file with BEAweb 6?? Help

Hi,
Is there a way to use .keystore file with BEA Weblogic 6 or 6.1 ?
I used keytool to create private key and public key..
I do not know how to tell weblogic 6 to use it....
Can this be done through the GUI or do I have to add something to the .xml
config file for the site?
Thanks,
Rob

"Bobby Digi" <[email protected]> wrote:
Hi,
Is there a way to use .keystore file with BEA Weblogic 6 or 6.1 ?
I used keytool to create private key and public key..
I do not know how to tell weblogic 6 to use it....
Can this be done through the GUI or do I have to add something to the.xml
config file for the site?
Thanks,
Rob
nope. with 7.0 you can do that.
>
>

Similar Messages

  • How to use keystore file from native android project.

    Android apk upload fails with error 'The apk must be signed with the same certificates as the previous one'.
    Out of the frying pan, into the fire.
    How to convert .keystore file to .p12 file?

    "Bobby Digi" <[email protected]> wrote:
    Hi,
    Is there a way to use .keystore file with BEA Weblogic 6 or 6.1 ?
    I used keytool to create private key and public key..
    I do not know how to tell weblogic 6 to use it....
    Can this be done through the GUI or do I have to add something to the.xml
    config file for the site?
    Thanks,
    Rob
    nope. with 7.0 you can do that.
    >
    >

  • How to use "choose file with prompt" command?

    I need to use "choose file with prompt" command and I want give user possibility choose ONLY images (jpeg, png, gif). So, I write like this:
    choose file with prompt "Please, choose images for processing..." of type {"JPEG Image"}
    But this doesn't work! - All files (including jpegs) are dimmed, and user can't choose any....
    So, how can I filter JPEGs, PNGs and GIFs?

    I have found, that most of images on my computer has missing file_type, I don't know why..... so "type identifier of (info for (choose file))" also doesn't work properly.
    The only one way that 100% works is use Uniform Type Identifier (UTI) -- details here: http://www.huw.id.au/code/fileTypeIDs.html
    thanks.
    iMac G3, PowerBook G3 FW   Mac OS X (10.4.5)  

  • How to use XDCAM files with Premier 4 Trial

    According to everything I have read, using XDCAM files with Premier 4 is easy. It just works. However, it doesn't with me.
    For starters, when I create a new project, there are no XDCAM presets, despite it stating there are in the various documents I have read.
    If I either try to import a file directly or copy it to the hard drive and then import it, I get:
    Error Message
    The importer reported a generic error
    Not very helpful.
    This is a trial version of Premier to try to establish if this product is any good. I did try to contact Adobe but they say they don't support trial users. Not very helpful. Since Adobe are obviously not very interested in selling their products, is there anyone else out there whop can answer this or should I just use Final Cut Pro instead (well if Adobe are not interested in helping a potential customer, what chance is there of being helpful once they have your money???)

    As far as I am concerned, editing XDCAM EX files with CS4 - I have yet to edit XDCAM (HD) files - is as easy as editing DV(CAM) material on my i7 Extreme machine with Vista Ultimate and 12 Gig of RAM.
    I am also pleased to report that the audio bug that beset CS3 when editing XDCAM EX files namely, audio cutting out randomly, is a thing of the past.
    The whole CS4 Suite (including Premiere) has been running very smoothly on my (beefy) machine.

  • How to use PDF files with links to other PDF Files

    How to use a PDF file with links to other PDF files that have been transferred to the same folder

    Are you using a mouse, or a trackpad on a laptop? Either way, your cursor is usually an arrow, right? And presumably it's working/moving MOST of the time, otherwise you wouldn't be able to do anything?
    For example, can you move the cursor arrow to the "Annotate" tool to click on it and go into Annotate mode? If so, can you click on the text tool? If so, does the cursor change to a crosshairs? At what point can you NOT move the cursor around the screen?
    Matt

  • How to use SRT file with MP4

    I want to use soft subtitles with video so I still have the option to play them without subtitles if I wish. How can I enable QuickTime Player to play MP4 with soft subtitles SRT extension? I can play AVI with subtitles in QuickTime (QT doesn't have codecs for AVI, duh, but I installed Perian to overcome that weakness). I can export the MP4 as AVI, but when I do, the result looks terrible. It seems QuickTime cannot correctly export MP4 to AVI. I can play MP4 with SRT subtitles in VLC Player, but the subtitles don't have decent shading to make them readable, like they do in QuickTime Player. Because of that, I want to find a solution for using MP4 with SRT in QuickTime Player. Any suggestions?

    The reason you see SRT soft subtitles in AVIs is because it's the Perian component that's drawing subtitles. QuickTime itself has no capability to read any external subtitle files. When you open up a MP4 file, Apple's own codecs kick in, and not Perian; therefore, you don't see any subtitles.
    There's not a lot you can do:
    1. You can wait for Apple to implement SRT support. I wouldn't hold my breath.
    2. You can talk to/beg/threaten the Perian developers and see what they can do. Note that this feature request is already filed in 2007 ( http://trac.perian.org/ticket/56 ), and they haven't acted on the request for three years.
    3. You can extract the video and audio tracks from the container and put it in a Perian-compatible container. MKV is the best option for this, I think. Note that you do not want to directly export your video to a new format, or to re-encode the tracks -- that will cost you quality. You need to find a program that lets you extract the MP4/AAC/whatever tracks from the container and remux them into a different container, such as MKV or AVI. If you can get Perian to handle the video, rather than Apple's default decoders, you'll get the SRT in QuickTime Player.
    4. You can use a different player. Honestly, I agree you with that most of the alternative players out there have absolutely atrocious user interfaces (I'm looking at ya, VLC). In the end, though, I just want to watch the video, and not fight with various video/audio formats.

  • How to use parameter file with java

    Is it possible to use a parameter file with Java, and is there any class/method to make it easy to call and use these parameter from a text file, other than scanning the whole text file manually as we can do normally with visual basic/c++, so we can call the program with the parameter file, like java testing c:\\testing.ini

    If I understand you correctly, you may be looking for a properties file. This is basically a text file that contains pairs of strings in the form:
    parameter1=value1
    parameter2=value2
    parameter3=value3
    ...etc.
    and the values are retrieved using the java.util.Properties class - see:
    http://java.sun.com/j2se/1.3/docs/api/java/util/Properties.html
    Sample use://Call chis method once, to load the props file.
    //props file is called "demo.properties", and is
    //in a directory that is included in the classpath
        private void loadMyProperties() throws Exception
         InputStream stream = getResourceAsStream("/demo.properties");
         if(stream == null)
             throw new Exception("stream is null!");
         demoProperties = new Properties();
         demoProperties.load(stream);
         stream.close();
    // Then you can retrieve properties in your code using:
    String param3 = demoProperties.getProperty("parameter3");
    //...etc

  • How to use mxf files with Premiere elements?

    Any ideas on how to use .mxf from my canon xf100 with elements? Also, I don't see a setting in the menu when I'm starting a project?

    http://www.google.com/#sclient=psy-ab&hl=en&q=convert+mxf+avi&oq=convert+mxf+avi&aq=f&aqi= g-v4&aql=&gs_l=hp.3..0i15l4.4835.9343.0.12811.15.13.0.2.2.0.168.1138.11j2.13.0...0.0.EDKQ8 U_mDpc&pbx=1&bav=on.2,or.r_gc.r_pw.,cf.osb&fp=e3a93c99a6099aba&biw=1905&bih=701

  • How to use appleworks files with lion 10.7.4

    Every now and then I need to access an old Appleworks file, and cannot. Is there a way of converting the files so that they can be used with other software thar runs with Lion 10.7?
    Thanks.

    Depends which type of file and how old.
    AppleWorks 6: WP openable by Pages, SS openable by Numbers, PR openable by Keynote. DR openable by (some versions of) Eazy-Draw. DB and PT openable only by AppleWorks 6.
    AppleWorks 5 and earlier: openable only by AppleWorks/ClarisWorks (same of newer version that the version creating the file).
    More detailed answer here: Abandoning AppleWorks.
    Regards,
    Barry

  • How to use F4V Files with Premiere 5.5

    Hey all,
    I work at a small company that does live streaming of video. We are experimenting with new HD cameras and have found that our best results for streaming has been to use h.264. We are having fantastic results with this, however, Using Flash Meda Live Encoder the end result is an .f4v file. I don't have much experience with this variation of .flv, but I'm honestly finding it quite useless.
    I understand that you don't typically edit this type of file, that it is in a sense working backwards. However, our situation is that our streaming quality is highest when we use this format. Obviously, I am unable to get this file into premiere to edit it. I'm actualy unable to play it virtually anywhere as well (moyea converter, moyea flv player, vlc...nothing plays it).
    Does anyone have any suggestions as far as where to go from here? I know there is probably a lot more info required for anyone to give me some feedback, so let me know what you need to know about our equipment/settings and I'll supply it.
    Thanks for the help!

    @Jim Unfortuntaley, it's not practical for us to encode two files, one streaming and one capturing in a different format.
    I do appreciate the help though.
    @John That program looks cool, however that doesn't help either because we stream LIVE video. So I need to be encoding through FMLE or WME if I'm doing a windows file.
    I actually had some progress using the adobe f4v post processor. I was able to convert the file into another f4v file that was able to import into Premiere. However, once I import it, I get no audio on my file. When I play the file, there is audio, but again when I import it into Premiere, no audio at all.
    This seems to be a common problem and a potential bug. But if anyone has any further input, im VERY close to having success if I can only get my audio in there. (I do know I could get the audio into premiere by itself, but I'm trying to create a workflow that I can bring to my boss. He won't be a big fan of having many steps to get everything into Adobe)

  • How to use online Files with LCCS FileManager

    Hi,
    I'm discovering LCCS and the FileManager.
    I would like to use images already uploaded on my server with the FileManager. But i'm don't sure if i have to use "download" or "upload" methods to do it. I don't want to use the "browse()" method, the files have to be loaded from the server to the FileManager when the application starts. Can you give me some examples to do it?
    Thanks,
    (I'm french please, use simple words ).

    http://www.google.com/#sclient=psy-ab&hl=en&q=convert+mxf+avi&oq=convert+mxf+avi&aq=f&aqi= g-v4&aql=&gs_l=hp.3..0i15l4.4835.9343.0.12811.15.13.0.2.2.0.168.1138.11j2.13.0...0.0.EDKQ8 U_mDpc&pbx=1&bav=on.2,or.r_gc.r_pw.,cf.osb&fp=e3a93c99a6099aba&biw=1905&bih=701

  • How to use sandbox files with UIImagePickerController

    I am developing an app for the iPhone that allows the user to choose an image. the image can come from the camera roll or from one of 10 images that will come with the app. it seems that UIImagePickerController only allows the source to come from one of three source type. is there a way to override this class in order to add items (image files) from the app sandbox to the table of available images presented by the picker interface?

    http://www.google.com/#sclient=psy-ab&hl=en&q=convert+mxf+avi&oq=convert+mxf+avi&aq=f&aqi= g-v4&aql=&gs_l=hp.3..0i15l4.4835.9343.0.12811.15.13.0.2.2.0.168.1138.11j2.13.0...0.0.EDKQ8 U_mDpc&pbx=1&bav=on.2,or.r_gc.r_pw.,cf.osb&fp=e3a93c99a6099aba&biw=1905&bih=701

  • How to use .qtz files with iTunes 10 as visualizers

    I know that they usually go in System/Library/Compositions and I placed them there but when I reopen iTunes, they don't show up? Back with Tiger they used to be in ~/Library/Compositions so I know that doesn't work.
    Any ideas?
    Thx!

    did you solve this problem?

  • How to use Crystal Report with Java - need help

    Dear everyone,
    i am completely new to Crystal report , please can anyone help me to creat a very simple Report using the Crystal report,
    the report will show some records from oracle DB.
    How can i make it by a simple example and with code please?
    do i need any JAR or Bean for Crystal report?
    thanks for your help and please don't hesitate to contact me in case of any inquiries.
    my email: [email protected]
    Thanks in advance

    I what to use Crystal report to generate report.My programe in java swing .Iam retrive table from database in Jtable .But when giving print
    command its print half screen .so that why I wantto usecrystal report
    package file2;
    import file2.choice;
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    import java.sql.*;
    import java.util.*;
    import java.awt.print.*;
    import javax.swing.table.*;
    import com.sun.java.swing.*;
    import javax.swing.JTable;
    public class cour extends JFrame implements Printable
         //Menu fileMenu;
         public static void main(String[] a)
    cour n = new cour();
    n.setVisible(true);
    public cour()
         super("Course Report");
         report();
         protected void report()
              JPanel panel = new JPanel();
         JButton printButton = new JButton("Print");
         panel.add(printButton);
         JButton exitButton = new JButton("Exit");
         panel.add(exitButton);     
         DefaultTableModel defaulttablemodel = new DefaultTableModel();
              JTable jtable = new JTable(defaulttablemodel);
              panel.add(new JScrollPane(jtable));
              String      tempname="";
              int tempcnt;
              String driver="sun.jdbc.odbc.JdbcOdbcDriver";
              String url="jdbc:odbc:regs";
              Object[] data = new Object[4];
              try
                             Class.forName(driver);                         
                             Connection connection=DriverManager.getConnection(url,"sa","");
                             Statement statement = connection.createStatement();     
                             String query = "SELECT courseid as CourseID,coursen as CourseName,cfee as Fee,coursed as Duration FROM course";
                             ResultSet rs = statement.executeQuery(query);     
                             ResultSetMetaData rmeta = rs.getMetaData();
                             int numColumns=rmeta.getColumnCount();                         
                             for(int i=1;i<=numColumns;i++)
                                  if(i<=numColumns)
                                       defaulttablemodel.addColumn(rmeta.getColumnName(i));
                             while(rs.next())
                                  for(int i=1;i<=numColumns;++i)
                                       if( i<=numColumns)
                                            tempname = rs.getString(i);
                                            tempcnt=i-1;
                                            data[tempcnt] = tempname;          
                                  defaulttablemodel.addRow(data);                              
                   catch(Exception ex)
              printButton.addActionListener(new ActionListener()
         public void actionPerformed(ActionEvent ae)
              /*if(ae.getActionCommand().equals("Print"))
              PrinterJob pj = PrinterJob.getPrinterJob();
              pj.setPrintable(cour.this);
              if (pj.printDialog())
              try
              pj.print();
              catch (PrinterException pe)
              System.out.println(pe);
    exitButton.addActionListener(new ActionListener()
         public void actionPerformed(ActionEvent ae)
              choice ch=new choice();
                   setVisible(false);
                   ch.setVisible(true);
    setContentPane(panel);
         setSize(1040,780);
    /*Dimension screenSize = Toolkit.getDefaultToolkit().getScreenSize();
    Dimension frameSize = getSize();
    int x = (screenSize.width - frameSize.width) / 2;
    int y = (screenSize.height - frameSize.height) / 2;
    setLocation(x, y);*/
    addWindowListener(new WindowAdapter() {
    public void windowClosing(WindowEvent e) {
    dispose();
    System.exit(0);
    public int print(Graphics g, PageFormat pf, int pageIndex)
    if (pageIndex != 0) return NO_SUCH_PAGE;
    Graphics2D g2 = (Graphics2D)g;
    g2.translate(pf.getImageableX(), pf.getImageableY());
    getContentPane().paint(g2);
    return PAGE_EXISTS;
    }

  • Using ditaval files with XML Author

    I've been evaluating XML Author and am trying to determine how to use ditaval files with it. If I want to save a ditamap as a book for PDF creation, the Prompt for DitaVal File check box is greyed out. Does anyone know why this might be the case? Is the use of ditavals limited to a full implementation of FrameMaker?
    I tried adding PromptForDitaval=1 to the [General] section of the ditafm.ini file to no avail.

    Make sure you are using the latest hotfix for Director (11.5.8) - it is the first to support AS# in Flash. Your SWF members will probably need to be linked to their external files instead of fully imported.
    Or perhaps you're saying that you've met both these conditions and are still seeing problems?

Maybe you are looking for

  • Adobe Acrobat X does not convert pdf to Excel with floating columns!

    I have a Macbook Pro, running 10.6.8, using Acrobat X Pro.  I have tried all Adobe suggestions for converting credit card statement saved as Adobe pdf to Excel.  None of the recommended solutions separate the data into columns.  It places all data, s

  • After restore, Pavilion a6250t appears to start then screen goes black.

    Have tried F11 restore as well as restore from DVD.  In bothe cases, The system restarts after retsoring the Windows partition, attempts to start Vista then screen goes black, while the CPU appears to be processing the restore.  Suggestions?

  • Is itunes and the appstore down?

    I cant buy songs of apps, iTunes tells me its unable to connect. Are the severs down or is my iphone failing me? Thanks! Raymond

  • Simple algorithm help to replace hardcoding

    How can this be simplified into simple algorithm? public void AI() {         count++;         if (count > 4 && randomMoveDecider() == true) {             randomMove();         } else if (buttons[1].getText().equals("O") && buttons[2].getText().equals

  • [Mac CS2] ISerialNumber issue

    Hello,<br /><br />My plugin is getting the serial number of the current copy of InDesign at Load() time from my plugin's entry point doing this:<br /><br />InterfacePtr<ISerialNumber> serial(gSession,IID_SERIALNUMBER);<br /><br />This had worked just