Does Weblogic Provides any in built utility for server side browser detection

          Hi
          Does Weblogic Provides any in built utility or package for server side browser
          detection i.e. to know the browser details
          of the client with the first request.
          One such available product is BrowserHawk(http://www.cyscape.com).
          any thing similar to this available?
          Thanks in advance
          Mrutyunjay
          

Hey Mohammed,
          yes, you could use just wl server to do file uploading. in your html client
          code, you need to specify the type of the data that you are sending as
          follows:
          <form action="UploadTestServlet" enctype="multipart/form-data" method=POST>
          File: <input type=file name=file><br>
          <input type=submit>
          </form>
          This will send your file to be processed by the UploadTestServlet. You need to
          code UploadTestServlet yourself to parse and extract useful data. check out
          www.servlets.com for a utility class that does just that
          Winston
          Mohammed Ali Usmani wrote:
          > Hi to All;
          >
          > I want to know if I can use weblogic (webserver) for file uploading from
          > client browser without using any ftp server.
          > Do I have to use some special code (may be in my servlet/html page) for
          > handling this. I mean that do I have to provide the implementation of RFC
          > 1867 by myself at server side?
          >
          > Or it is just merly a browser support? It doesn't effect the webserver at
          > all?
          >
          > Thanks
          

Similar Messages

  • Does OBIEE provide any tool or API for creating documentation for the RPD.

    Hi,
    I have a requirement to generate a user guide type of doc for a given subject area which should list following details.
    1. All the objects name and description entered for each objects in presentation layer.
    2. All the columns of each objects and their description entered in the presentation layer.
    3. All the objects and their hierarchies.
    Does OBIEE provide any tool or API through which we can generate documentation having these informations automatically?

    HI Venkat,
    Thanks for the reply. I have one question. If I give a description for any object or it's columns, that doesn't appear if I use Repository Documentation utility given in your link.
    Also if I populate the table from the flat file it generates and import into physical layer and bring into Presentation layer. It gives consistency check error while saving and in BI Answer I can't see any columns of that table. Do you have any workaround for that?
    I have also seen your other Article of Generating Metadata Dictionary. How is this different then the one you suggested.
    Thanks,
    Niraj

  • Does SAP Provide any standard conversion program for Batch Managment activa

    Hi,
    An idea if SAP Provides any standard program to conversion of non batch managed material to batch managed material in a productive SAP Environment and close open documents,
    It would be great help if somebody can reply to these queries.
    Thanks in advance
    Regards
    Bijaya Pradhan

    Hi
    Use the same Driver program RIPROV00 which is used as Script driver program to fire the output from smartforms also
    Only thing is little bit you have to modify the program such that it triggers the smartform instead of Script.
    I think there is no smartform driver program for this IW21.
    see some standard SF driver program like RLE_DELNOTE and
    modify it and use it.
    <b>Reward points for useful Answers</b>
    Regards
    Anji

  • Does Apple provide any certification for Mobile Application testing (iOS)

    Does Apple provide any certification for Mobile Application testing (iOS)
    Kindly share the details of any Mobile Application testing certification provided by Apple.

    I'm not aware of any testing done by Apple except as part of the app approval process:
    https://developer.apple.com/appstore/resources/approval/index.html
    If you have questions about the review process, though, you can contact Apple via the contact links on that page.
    Regards.

  • Does iTunes have any hidden picture controls for video playback (e.g. contrast, brightness) ?

    Does iTunes have any hidden picture controls for video playback (e.g. contrast, brightness) ?
    I haven’t been able to find any.
    Since the .m4v file type appears to prevent any video bought or rented from the iTunes Store from being played using any other program the lack of these picture controls - if indeed they are lacking - make it seriously deficient as a video player.

    Thanks for the rapid response to my enquiry.
    I know that it’s possible to adjust the monitor’s performance via System Preferences but it is rather long-winded and I’d rather not alter the settings for the entire screen (and then have to change them all back once finished) when it’s only the video playback window that needs adjustment.
    Since iTunes provides various options using the Equalizer for adjusting sound playback it seems rather odd that they don’t have a similar panel for video.
    Regarding QuickTime.
    Apparently earlier versions (such as 7) had picture controls but the current version (10.4) does not.
    I assume Apple are phasing out QT whose development seems to have stopped - or rather gone backwards since it now lacks capabilities it once had - and intend in future to treat iTunes as their universal media player which no doubt makes sense from their point of view.
    I wasn’t aware of the .m4v file type when I made my first and probably last video purchase via iTunes yesterday and didn’t realise that it would restrict my options for playback so completely.
    The experience has really put me off buying any additional video from the iTunes Store.
    Back to DVDs.

  • Does OBIEE come with pre-built ETL for EnterpriseOne?

    Hi All,
    I'm currently trying to integrate OBIEE with EnterpriseOne and was wondering if there are any pre-built ETL for EnterpriseOne. Does OBIEE come ship with any pre-built EnterpriseOne dashboards, if so where can I find these. Thanks for the guidance.

    Hi,
    OBIEE doesn't comes with pre-built ETLs. Its BI Applications which have pre-built ETLs to build OBAW. But one need to install these BI Applications on top of OBIEE.
    Hope this clarified your doubt.
    Thanks,

  • Problem with skin for server side buttons.

    Hi,
    I have a problem with the skin for server side renderd buttons.
    In my CSS file I have :
    .AFButtonStartIcon:alias
    content:url(/skins/images/btns.JPG);
    .AFButtonEndIcon:alias
    content:url(/skins/images/btne.JPG);
    .AFButtonTopBackgroundIcon:alias
    content:url(/skins/images/btntb.JPG);
    .AFButtonBottomBackgroundIcon:alias
    content:url(/skins/images/btnbb.JPG);
    JPG files in project are in dir "public_html/skins/images".
    In WAR file,the JPG files are in "/skins/images" directory.
    Skin configuration is correct because other settings from CSS
    file are functioning fine after deploying.
    But buttons are standard browser buttons and are not taking the images i have used.
    In document provided by Oracle it says:
    (Note: These icons must be specified using either context-image or
    resource-image icons. Text-based icons are not allowed.)
    I am nt able to understand what this means?

    Perhaps this thread will help.
    JSF Skining Button Images
    The doc should say whether or not the width/height is a requirement. But since it doesn't mention it, try adding a width and height.
    - Jeanne

  • Unable to use RAS SDK for server-side printing for XI 3.1

    Hi all,
    I am using RAS SDK for server-side printing.  Here are my codes:
    ISessionMgr sessionMgr = CrystalEnterprise.getSessionMgr();
    IEnterpriseSession enterpriseSession = sessionMgr.logon("Administrator", "", "cdi5boe", "secEnterprise");
    IInfoStore iStore = (IInfoStore) enterpriseSession.getService("InfoStore");
    //out.println("Current User is = " + enterpriseSession.getUserInfo().getUserName());
    //out.println ("<br>");
    IInfoObjects infoObjects = iStore.query("SELECT * FROM CI_INFOOBJECTS WHERE SI_Kind='CrystalReport' AND SI_NAME = 'Sales Print'");
    IInfoObject infoObject = (IInfoObject)infoObjects.get(0);    
    IReportAppFactory reportAppFactory = (IReportAppFactory) enterpriseSession.getService("RASReportFactory");
    ReportClientDocument rcd = new ReportClientDocument();
    rcd = reportAppFactory.openDocument(infoObject,0, java.util.Locale.US);
    //Create print options to use when printing.
    PrintReportOptions printOptions = new PrintReportOptions();
    printOptions.setPrinterName("
    cdi5boe
    HPLaserJ");
    printOptions.setJobTitle("Test Printer Job");
    printOptions.setPrinterDuplex(PrinterDuplex.horizontal);
    printOptions.setPaperSource(PaperSource.auto);
    printOptions.setPaperSize(PaperSize.paperLetter);
    printOptions.setNumberOfCopies(1);
    printOptions.setCollated(false);
    PrintReportOptions.PageRange printPageRange = new PrintReportOptions.PageRange(1,1);
    printOptions.addPrinterPageRange(printPageRange);
    //Print report.
    rcd.getPrintOutputController().printReport(printOptions);
    When I run the report, I got the following errors:
    com.crystaldecisions.sdk.occa.report.lib.ReportSDKPrinterException: com.businessobjects.crystalreports.printer.bean.ReportPrinter---- Error code:-2147215357 Error code name:internal
    I consult the Diamond Technical Community and I found the issue related to printer name:
    https://boc.sdn.sap.com/node/498
    However, I did check the printer name, it is accessible via Windows Explorer.
    Anyone knows how to resolve this?
    Regards,
    Derek

    It doesn't appear to be listed as a dependency in the developer docs, but would you try putting the ReportPrinter.jar in your RAS app?
    Sincerely,
    Ted Ueda

  • Can i use same Server for server side and client??

    Hi,
    i m developing webservices in java and using two different server for server side and client.
    e.g. i m using one tomcat server on a machine to run webservice and again using one more tomcat server on client side at different machine.
    and hence it need two tomcat server.
    But i want only one server to run webservice and client.
    So please help me out...
    Thanks

    Hi,
    It is always recommended to maintain different servers
    REgards,
    Ravi.

  • Configure SAP for server-side trust

    Hi all,
    I am installing BusinessObejcts XI integration for SAP Solution. I need configure SAP for server-side trust. I have read BussinessObjects XI Integration for SAP Solution Installation Guide. In chapter 6, It introduce how to configure SAP Server-Side trust. But I don't understand how to configure SAP for server-side trust, specially configure SAP Cryptographic. Would you please to give me more detailed explanation?
    Please advise,
    Duypm

    Hi Duypm,
    the SAP server side configuration is part of the Installation Guide Chapter 6. It starts on Page 94.
    If you unclear about this and what SNC configuration means for the SAP server make sure you talk to the administrator for the SAP system. You need administrative rights for the SAP system and the system will have to be restarted as outlined in the installation guide
    Ingo

  • Does java provide any support for MD5

    I want to develop a program which in vc++ should produce a message digest using MD5 for a file and i want to check this file and hashcode generated for its equality . Does Java provide MD5 algo for it.
    ie what i have to do
    file + MD5 algo (Implemented in vc++) = Message Digest 1
    Will Message Digest 1 == Message Digest Generated by Java MD5 algo + file
    Thanks

    Here's a simple example of creating an MD5 in java:
        public byte[] createMD5( final InputStream data )
            throws NoSuchAlgorithmException, IOException
            MessageDigest md5 = MessageDigest.getInstance( "MD5" );
            final byte buf[] = new byte[ 8192 ];
            int bytes = 0;
            while ( ( bytes = data.read( buf ) ) != -1 )
                md5.update( buf, 0, bytes );
            return md5.digest();
        }

  • Does Weblogic provide JSSE-like API?

    Does weblogic's SSL implementation provide an API that's like the one
    provided by SUN's reference implementation (i.e. javax.net, javax.net.ssl,
    etc.) so that a java client can do SSLSocket connection with a weblogic
    powered web site?
    Thanks,
    Honbo

    Thanks again! Robert.
    Any comments on the client certificate to user mapping debugging question?
    Honbo
    "Robert Patrick" <[email protected]> wrote in message
    news:[email protected]..
    I believe that we use JSafe from RSA internally. I don't have anyspecific
    recommendations one way or the other...
    Honbo Zhou wrote:
    Hi, Robert,
    Thanks for the response. I do need to use the socket level API instead
    of
    the RMI-based java clients. Which package/implementation do you
    recommend other than the refenece implementation (JSSE) from SUN?
    Thanks again,
    Honbo
    "Robert Patrick" <[email protected]> wrote in message
    news:[email protected]..
    If you want to use SSL from a remote Java Client (i.e., RMI client),
    then
    simply change the PROVIDER_URL specified to the InitialContextconstructor
    from "t3://hostname:port" to either "t3s://hostname:port" or
    "https://hostname:port".
    We are not allowed by our licensing agreement with our SSL provider toexport
    generic SSL capabilities at the socket level. If you need this, then
    you
    will
    need to use another package that contains this type of functionality.
    Hope this helps,
    Robert
    Honbo Zhou wrote:
    Does weblogic's SSL implementation provide an API that's like the
    one
    provided by SUN's reference implementation (i.e. javax.net,javax.net.ssl,
    etc.) so that a java client can do SSLSocket connection with a
    weblogic
    powered web site?
    Thanks,
    Honbo

  • Content overflow, when building an Air Application. Does Catalyst provide any solution?

    As artboard is in fixed size, but at 1 stage the content has to move down on navigating to different states, and I need to show all content, when I build an air file, the content is over flowing from the fixed artboard size. How I can restrict its content to not to be displayed from any direction and may open from other sides as I have few popups to show on the right of this application, and I need it as it is.
    Any Help?

    Thanks for your swift reponse Peter but I tried these steps and am still unable to get my application to update.
    I can't understand how I can get the application to update locally by specifying the location of the xml file in the SSL properties and not get the application to update when I enter the http address for the xml file in the SSL properties.
    I have used the same folder throughout this process and I am baffled as to why it does not work.

  • Does Oracle provide public Symbol Files (PDB) for OCCI/OCI ?

    When debugging an application under Windows (with Visual Studio or WinDBG) that makes use of OCCI it would often be convenient if there be symbol files (PDB files) for the Oracle OCI/OCCI libraries. ( [public symbol files|http://msdn.microsoft.com/en-us/library/ff553493%28VS.85%29.aspx] , just as Microsoft makes available for all system libraries)
    Does Oracle provide these?
    thanks,
    Martin

    Hi,
    I have this bug opened http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7191593 and http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7175004.
    I also opened Jetty bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=335813 and It sounds like it is a JVM on windows 2008 problem..
    In order to investigate it further I also need these .pdb files which I am trying to get with no success (http://stackoverflow.com/questions/12265573/looking-for-java-pdb-files-analyze-a-crash-hdmp-file)
    Thanks.

  • Where does WebLogic fit with/beside our custom web-server?

    Hi,
    I'm just getting started with the WebLogic Application Server and wondering
    what it can do for our setup, which looks like the following:
    Our web server has a plug-in which parses each html file requested, and
    if it contains any of our "custom" tags, passes it on to another "engine".
    This "engine" uses our own database, and object server to make queries,
    and turn the custom tags into standard HTML. Some custom-tags include
    custom links to other "extended" pages, which the "web server extension"
    converts to normal HTML links to the custom pages, which will of course
    be caught in turn by the intermediary parser when navigated to.
    There are probably ways we can stream-line and minimize the steps required
    to assemble the standard HTML. However, if anyone has some ideas,
    I'm basically just wondering how WebLogic can help improve our architechture
    and the performance, with minimal changes at first. Since we do so much
    page assembly by parsing the custom tags, I have difficulty seeing how
    WebLogic could do caching. The HTML that a custom tag "expands" to
    may be state dependent on the underlying database/object server!
    Any comments/ideas much appreciated.
    Thanks,
    Andy

    If you need an extra "ZAP" to get people to return,
    your site is probably lacking good content. People
    won't go to your site just for your fancy applets and
    flash animations, you need to have content. Why do so
    many people use Google instead of Yahoo? Because
    Google's homepage loads faster without all the ads and
    other crap that you get on other search sites. Also,
    because google performs searches faster than any other
    site. Basically you need good content and good
    service without distractions.I get the 'content is king' bit although I tend to disagree with the effect that multimedia has on users. I have a MSc by research which looked at the effects of animation on users of e-commerce sites. It does have a positive effect (it did with my results anyway) - hence I would like to build more multimedia into the web site (under construction).
    A combination of fast download, intuitive navigation and clear layout can improve usability.
    I disagree with the Jakob Nielsen school of thought i.e. text-only web sites with no graphics are the ultimate. He is a usability expert but usability per se does not improve web site stickiness. I digress.
    I want to do the server side stuff mentioned above - it is not a question of just pointing at files on the server...if it were that easy, I would not be posting and would hook all my pages to a tight back-end. The much higher wages of web developers compared with web designers should highlight this skill difference.
    Also, not many web sites generate dynamic web pages completely differently to each individual user. Broadband (DSL) will bury the text-only 14.4 kbs modem type site (a disgusting remnant of 1995 which was severly restricted due to low modem speeds).

Maybe you are looking for

  • How do I change the number associated with my iPad

    How do I change the phone number associated with my iPad

  • How to create black and white pdfs from autocad drawing

    I am trying to create a pdf from autocad drawing with searchable text.  Using the default acad pdf driver, it will create searchable text for only TT fonts with width set to 1.0.  We use the monochrome plot settings so pdfs are all black, even if dra

  • Wat is wrong in this formula column pls help me..

    wat is wrong in this formula column pls help me.. function CF_BEGIN_BALFormula return Number is cr number; dr number; begin      select begin_balance_cr,begin_balance_dr into cr,dr from gl_balances      where gl_balances.period_name=:from_period and

  • BC4J and OAS with Java Application Client

    Could you show me an example about using the BC4J and OAS with Java Application client. The JDeveloper Help is not enough to solve this kind of problem. Configuration: Jdeveloper 3.1 OAS 4.0.8.1 Database 7.3.4 null

  • Question on IPAD's Speedy 4G Eats Data in a flash

    When I purchased my brand new Apple's IPAD, 4G, I also purchased a 2G data plan.  Now comes the new that the my IPAD speedy 4G eas up data in a flash.    My question is:  I have already purchased and downloaded some Ibooks on my shelf.  So everytime