GZip Compression filter for Weblogic 11g.

Hi,
I are using WLS 11g for our application development. I have identified and used PlanetJ gzip compression filter and its working fine in our dev environment. I am looking for alternate commercial supported gzip filter for wls.
Can anybody suggest a commercial gzip filter? Or PlanetJ gzip filter is a good one?. We excepect the application to scale up to 150 users and the filter selected should not be an issue for this. Also is there any official oracle/wls supported gzip filters available?
Any help on this is highly appreciated.
regards
jossy.

Thank you for the answer. But currently we are looking to including filter at WLS as the suggestion by you will involve lot of architectural changes. Could you please answer if any weblogic/oracle supported filter is avaialble for enabling compression at WLS.
thanks and regards
jossy.

Similar Messages

  • What is the default password for weblogic 11G for EPM 11.1.2

    HI All,
    Just need to know the default user name and password for weblogic 11G for EPM 11.1.2.
    At the time of installation I have kept the default user name epm_admin and a password... but its not accepting that user name and password.
    Any help on the above?

    On my painfully new 11.1.2 install, and per the install instructions, the username and password are as follows:
    epm_admin
    whatever you set up -- (As I only ever use one of three different ones when I do installs, it wasn't too hard to go through all of the possibilities)
    See: http://download.oracle.com/docs/cd/E17236_01/epm.1112/epm_install/frameset.htm?webLogicDomainName.html
    Regards,
    Cameron Lackpour
    Edited by: CL on Aug 3, 2010 11:14 AM

  • Why only associate certification for Weblogic 11g?

    I am wondering why there is no OCP path for weblogic 11g only a OCA? There is both a OCP and OCA for App server 10g - an end of life product and yet for the current product there is only an OCA.
    Which seems a little odd. Can you please explain? When can we expect an OCP level path for wblogic 11g.
    Cheers!
    Dave

    Hi Dave,
    The best explanation I have for that is just that it was a business decision. I'm sorry I can't give you a better answer. Perhaps there will be an OCP level in the next version.
    Regards,
    Brandye Barrington
    Certification Forum Moderator

  • GZIP Compression Issue in Weblogic 8.1

    Has anyone experienced issues with gzip compression filtering in 8.1?
    After about 2 months of dev. and testing with the filter, a bug has been found
    in our portal, and I have traced it back to the filter that I downloaded from
    dev2dev code and utilities.
    It is strange. The only time I see an issue is when a user clicks the "back button"
    in the browser itself to go back to a previous page, AND then clicks a link (for
    example) in a portlet that is tied to an action in a jpf for that portlet. The
    error only happens for actions in a portlet that are local to that portlet (no
    forwarding to other portlets or anything fancy)...just pure "local internal forwards."
    If you do this, USING THE BACK BUTTON to get back to this page with the portlet,
    when you click the action, you are actually taken to the page where you were when
    you clicked the back button.
    I have re-created this is simple portals that have no content, so I know it is
    not something else I introduced.
    Any ideas? Maybe it is the filter-mapping pattern I am using??? I am currently
    mapping on *.portal, but this is the only situation that seems to break.

    For those interested, I have some updates on this subject and someone out there sent me a mail asking if I ever found anything out.
    Basically, when I encountered this issue the first time, I was working on a SP2 Portal. We were having numerous small bugs like this one with SP2 that centered around the back button or refresh button. BEA gave us a "super patch" back in July or so that when applied to our SP2 project, fixed our issue. I have sense moved onto SP3, and I did not see the compression issue (so I think SP3 must have the patches correctly setup...like I would assume it would).

  • Inject EJB using @EJB in Servlet Filter on Weblogic 11g

    Hi All,
    I want to inject the EJB (Local interface) into the Servlet Filter and the EAR is deployed on Weblogic 11g.
    My question is:
    Shall the @EJB Annotation work on Weblogic 11g or it will be ignored in case of Servlet or Servlet Filter?
    OR
    I have to do look up as below and mention the references in web.xml and weblogic xml file:
    I know below code should be used when you have remote interface.
    Hashtable env = new Hashtable();
    env.put( Context.INITIAL_CONTEXT_FACTORY, "weblogic.jndi.WLInitialContextFactory" );
    Context ctx = new InitialContext( env );
    ctx.lookup( "myejb" );
    Thanks

    Hi,
    It should work in 11g.
    Regards,
    Kal

  • Choosing JPA provider for weblogic 11g R1

    hi all,
    I am confusing with JPA provider.
    So far, we have choice between Toplink Essenital and Hibernate JPA.
    Which one will be best choice for weblogic? any idea?
    With Regards,
    WP

    EclipseLink is recommended as it is more complaint with JPA specification.
    https://forum.hibernate.org/viewtopic.php?f=1&t=999398
    EclipseLink is build on the Toplink core. EclipseLink is the intended path forward for persistence for Oracle and TopLink.
    http://www.oracle.com/technology/products/ias/toplink/technical/tl11gR1_fov.htm
    http://wiki.eclipse.org/EclipseLink/Examples/JPA/WebLogic_Web_Tutorial
    http://download.oracle.com/docs/cd/E14545_01/help/oracle.eclipse.tools.orm.doc/html/files/libAndFacetForJPA.html#eclipselinkfacet
    Also refer
    http://blog.csdn.net/liujiangCE/archive/2009/12/30/5103074.aspx

  • Generate standalone java client for weblogic (11g) webservice

    Hi All,
    I am a newbie to web logic family. I am using web logic 11g server and deployed JAX-WS web service on it using the documentation given for the same. I have created one complex object to return some data from the server as web service. I am able to build, deploy and run the web service using ant task on same machine.
    But I need to deploy client classes on another machine and call web service from machine other than I am using for creating and deploying web service. Can you please tell me how can I achieve this ? Which jar files are needed to run a web service client generated through ant task and how can I create web service client differently using Eclipse IDE?
    I have generated Client classes as jar using eclipse OEPE but I dont have any idea how can I use it because it changes the package name and class names also :(
    Please help me out any hint would be greatly appreciated. :)

    Hi All,
    I have found all the answers regarding my query from the link below :
    [Overview of Web Services Invocation|http://download.oracle.com/docs/cd/E12840_01/wls/docs103/webserv/client.html#wp229351]
    May be this would be helpful to the newbie who is just like me :) yippy :)

  • Using GZIP Compressed Static Content

    I would like to have all of the Static Content (HTML, JS, CSS) compressed in advance to improve performance. I already have a compression filter for use on Dynamic Content.
    We have managed to compress all of the static stuff using the GZIP format. Currently we have the files following the naming convention of appending ".gz" to the end of each file as in "MyPage.html" becomes "MyPage.html.gz" in the WAR file.
    I was expecting that WebLogic would recognize this convention and automatically serve the appropriate file when the request came in. This doesn't seem to be happening:(
    Is there a configuration mechanism to make this work, or a different convention for handling this problem?

    Your idea should work, so let's walk through it:
    1. Create a new Cocoa Application project
    2. Create a new Objective-C class called "AppController"
    3. Place the following code in the header file:
    #import <Cocoa/Cocoa.h>
    @interface AppController : NSObject {
    IBOutlet NSPopUpButton *popupButton;
    @end
    4.Place the following code in the implementation file (beware of curly quotes if you cut and paste):
    #import "AppController.h"
    @implementation AppController
    - (void)awakeFromNib
    [popupButton removeAllItems];// necessary to remove "Item 1", etc
    [popupButton addItemWithTitle:@"Test 1"];
    [popupButton addItemWithTitle:@"Test 2"];
    [popupButton addItemWithTitle:@"Test 3"];
    [popupButton addItemWithTitle:@"Test 4"];
    @end
    4. Save, and open the nib file in Interface Builder
    5. Drag an "Object" blue cube into the little Finder window, click on it, navigate to its Identity panel on the inspector, and set its class to "AppController"
    6. Open the Window, which should be blank, and drag in an instance of "Pop Up Button"
    7. To make the menu items from the AppController class appear in the popup menu, do the following:
    Control-click on the AppController object and drag a blue line up to the Pop Up Button in the Window.
    8. Save, build, and run.
    That should be enough to at least get the menu items to appear in the popup menu.

  • Gzip compression for http responses?

    Is there an easy way to have the WebLogic server compress HTTP responses, something like Tomcat's "compression" parameter (see http://tomcat.apache.org/tomcat-6.0-doc/config/http.html)? Or is the only way to write a servlet filter?
    Thanks,
    --Dan                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    Hi,
    I'm not aware of any GZip compression on WLS, but if you're using WLS 10.3, you may add the following block to your weblogic.xml :
    <weblogic-web-app>
    <jsp-descriptor>
    <compress-html-template>
    true
    </compress-html-template>
    </jsp-descriptor>
    </weblogic-web-app>
    It's HTML Compression and it should remove any extra spaces.
    Example :
    <html>
    <body>
    <text>
    </text>
    </body>
    </html>
    Can be compressed as:
    <html><body><text></text></body></html>
    That's the only thingl that comes to my mind.
    Hope this helps.

  • How to create a second OracleBIApplication in WebLogic for OBIEE 11g?

    I want to create a second OracleBIApplication in WebLogic for OBIEE 11g. The default one is called "coreapplication". I can create a new one but it doesn't show up in Enterprise Manager. Anyone can help?

    I have been trying to create a second OracleBIApplicatino in WebLogic for OBIEE 11g without success. I don't want to end up installing it twice as it is going to consume a lot of resources and also because I want to have a single WebLogic Domain. Has anyone faced the same situation?
    What about deploying the "analytics" web application as a new web application with a different context-root (e.g. analytics_test)? I am also trying but I can't make it work. Anyone available to help?

  • Which database driver is required for weblogic 10.3 and Oracle DB 11g both on MS2008 separate server

    Hi,
    i am trying to configure JDBC with weblogic. Can any one tell me which deriver needs to be selected for weblogic 10.3 and Oracle DB 11g both on MS2008 separate server.
    if i use BEA oracle Driver (Type 4) version 9.0.1, 9.2.0,10,11,  i find error (see snap:2)
    Connection test failed.
    [BEA][Oracle JDBC Driver]Error establishing socket. Unknown host: hdyhtc137540d<br/>weblogic.jdbc.base.BaseExceptions.createException(Unknown Source)<br/>weblogic.jdbc.base.BaseExceptions.getException(Unknown Source)<br/>weblogic.jdbc.oracle.OracleImplConnection.makeConnectionHelper(Unknown Source)<br/>weblogic.jdbc.oracle.OracleImplConnection.makeConnection(Unknown Source)<br/>weblogic.jdbc.oracle.OracleImplConnection.connectAndAuthenticate(Unknown Source)<br/>weblogic.jdbc.oracle.OracleImplConnection.open(Unknown Source)<br/>weblogic.jdbc.base.BaseConnection.connect(Unknown Source)<br/>weblogic.jdbc.base.BaseConnection.setupImplConnection(Unknown Source)<br/>weblogic.jdbc.base.BaseConnection.open(Unknown Source)<br/>weblogic.jdbc.base.BaseDriver.connect(Unknown Source)<br/>com.bea.console.utils.jdbc.JDBCUtils.testConnection(JDBCUtils.java:505)<br/>c om.bea.console.actions.jdbc.datasources.createjdbcdatasource.CreateJDBCDataSource.testConn ectionConfiguration(CreateJDBCDataSource.java:369)<br/>sun.reflect.GeneratedMethodAccessor 826.invoke(Unknown Source)<br/>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl. java:25)<br/>java.lang.reflect.Method.invoke(Method.java:597)<br/>org.apache.beehive.netui .pageflow.FlowController.invokeActionMethod(FlowController.java:870)<br/>org.apache.beehiv e.netui.pageflow.FlowController.getActionMethodForward(FlowController.java:809)<br/>org.ap ache.beehive.netui.pageflow.FlowController.internalExecute(FlowController.java:478)<br/>or g.apache.beehive.netui.pageflow.PageFlowController.internalExecute(PageFlowController.java :306)<br/>org.apache.beehive.netui.pageflow.FlowController.execute(FlowController.java:336 )<br/>...
    and
    when i use oracle's driver (thin) version 9.0.1, 9.2.0,10,11, i find error
    Connection test failed.
    Io exception: The Network Adapter could not establish the connection<br/>oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:10 1)<br/>oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:112)<br/>oracle .jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:173)<br/>oracle.jdbc.drive r.DatabaseError.throwSqlException(DatabaseError.java:229)<br/>oracle.jdbc.driver.DatabaseE rror.throwSqlException(DatabaseError.java:458)<br/>oracle.jdbc.driver.T4CConnection.logon( T4CConnection.java:411)<br/>oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnectio n.java:490)<br/>oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:202)<br/>oracle .jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:33)<br/>oracle.jdbc. driver.OracleDriver.connect(OracleDriver.java:474)<br/>com.bea.console.utils.jdbc.JDBCUtil s.testConnection(JDBCUtils.java:505)<br/>com.bea.console.actions.jdbc.datasources.createjd bcdatasource.CreateJDBCDataSource.testConnectionConfiguration(CreateJDBCDataSource.java:36 9)<br/>sun.reflect.GeneratedMethodAccessor826.invoke(Unknown Source)<br/>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl. java:25)<br/>java.lang.reflect.Method.invoke(Method.java:597)<br/>org.apache.beehive.netui .pageflow.FlowController.invokeActionMethod(FlowController.java:870)<br/>org.apache.beehiv e.netui.pageflow.FlowController.getActionMethodForward(FlowController.java:809)<br/>org.ap ache.beehive.netui.pageflow.FlowController.internalExecute(FlowController.java:478)<br/>or g.apache.beehive.netui.pageflow.PageFlowController.internalExecute(PageFlowController.java :306)<br/>org.apache.beehive.netui.pageflow.FlowController.execute(FlowController.java:336 )<br/>...

    i am finding this error when i click on Test Configuration button to test the connection wth oracle DB

  • Examples.cluster.rmi for WebLogic Server 11g

    How can I get package examples.cluster.rmi for WebLogic Server 11g?
    I would like to perform a similiar test like the following:
    https://freepaper.taichung.gov.tw/examplesWebApp/examples/src/examples/cluster/rmi/package-summary.html
    Thanks a lot

    Hi,
    I have just now installed WLS via the net installer, and the default examples server password of welcome1 does indeed work for me.
    However, I note from your post that you are using port 7101, not 7001. Could that be the issue?
    http://localhost:7101/console/login/LoginForm.jspKevin

  • Is Weblogic 11g supports for Kerberos AES/RC4 Encryption on Windows 2008 R2

    Is Weblogic 11g supports for Kerberos AES/RC4 Encryption on Windows 2008 R2?
    Thanks,

    DES is disabled by default on 2008, could this DC be a Windows 2003?  If so then this would be the expected encyption.
    The following is the list of the encryption available for each Windows system
    Windows 2000,  XP,Windows Server 2003:     
    DES, RC4          
             Vista
    , Windows Server 2008:      DES, RC4,AES          
             Windows 7 and  Windows Server  2008 R2:     DES(disabled by default), RC4,AES
    From:
    http://blogs.msdn.com/b/openspecification/archive/2010/11/17/encryption-type-selection-in-kerberos-exchanges.aspx
    Paul Bergson
    MVP - Directory Services
    MCITP: Enterprise Administrator
    MCTS, MCT, MCSE, MCSA, Security, BS CSci
    2012, 2008, Vista, 2003, 2000 (Early Achiever), NT4
    Twitter @pbbergs http://blogs.dirteam.com/blogs/paulbergson
    Please no e-mails, any questions should be posted in the NewsGroup.
    This posting is provided AS IS with no warranties, and confers no rights.

  • URGENT: Is Weblogic 10.3.4 not supported for OIM 11g ?

    Hi Everyone,
    Is Weblogic 10.3.4 not supported for OIM 11g ?
    I installe & configured all IAM suite components (OAM,OIM,OAAM,SOA) on WLS 10.3.4. I am able to start all servers including OIM. However it is unable deploy "oim". After doing some research , I found below URL which tells WLS 10.3.4 is NOT SUPPORTED for OIM 11g.
    Not able start oim_server1, could not open oim url
    If that is true, Is there anyway to downgrade Weblogic to 10.3.3 ?
    Please provide your inputs and suggestions.
    Thanks
    GK

    No. 11G has been released with all type of supporting infrastructure components to be residing at the same level (i.e 11G only). So you would not be able to just downgrade weblogic to any lower versions.

  • Recording AVI for 30 seconds with compression filter

    Hi there,
    It seems to me that I have a problem. The problem contains to film a movie for 30 seconds with 30 fps. Without compression filter everything goes quite right. But with a compression filter the record time is a disaster.
    If I read this page http://digital.ni.com/public.nsf/allkb/0A4D5BF47FD3FF0186256E9A004FD671 it's quite obvious to me what the problem is: The average write time.
    After reading this I adjust the frame rate. So the play time (when you play the avi) and the the recorded time (time that you actually filmed) are the same. But I believe this is not the right solution.
    Could anyone help me with this problem?
    I use Labview 2009 with Vision Acquisition
    Thank you in advance

    Hi there,
    When you use a compression filter, your PC have to process every frame that you acquire.
    Depending on your image size, image type (color or mono) and your CPU performance, you will increase time needed between each acquired frame.
    Try different codec. But keep in mind that some only work on color images and some on mono images or both.
    You will find a VI that list all the codec installed on your computer.
    The frame rate you mentionned when you create an AVI is only an indication for the playback. It doesn't help.
    Hope this helps

Maybe you are looking for

  • To find out appropriate user exit/ badi for transaction VT01n

    Hi,    I have the following requirement. Cass shipment type (VTTK-ADD03) field needs to be required and should be automatically populated upon creation of the shipment document.  The rules for populating the value (SO, ST, PO and RA) are as follows:

  • Quantity not post in auto confirmation in process order (PPPI)

    Hi Expert , We are doing process order (PPPI-Route) stage wise...Now  we have ACTIVATED auto confirmation in contorl key PI01...Now system allow us to confirm only PI03 Control key...Upto that, it is ok.... But when we check in COR3 , Activity Consum

  • DDX source file

    From ADS, we can get the source "map" like this:<br /><loadContent source="file://C:/map.pdf" out="map" /> <br /><br />How can I get the source fileIn1 path specify here?<br /><br />var xmlShell ='<?xml version="1.0" encoding="UTF-8"?>\n\<br /><DDX x

  • Embedding an existing Adobe Form into a Webdynpro Application

    Hi Everyone, I have an existing adobe form created thro transaction SFP and its working well. I need to launch the form with a Webdynpro application now. I was able to embed the adobe form into the Webdynpro View. The View's context is supposed to pi

  • Error using minus operator

    table a ========= id (number),name varchar2,dt date 10,'aaa','01-01-2006' 11,'bbb','01-01-2007' table b ====================== id varchar2,name varchar2,dt varchar2 '10','aaa','01-01-2006' is it possible to find out which row is not in table b but it