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).

Similar Messages

  • How does Photos fit with iPhoto?

    How does Photos fit with iPhoto?

    iPhoto is no longer developed. At some point in the future (though not in the lifetime of Yosemite) an OS Update will come along that may disable it completely. How you choose to go forward is up to you. Some folks go all-in with the new app, some may hold back to see how it develops over time. But eventually, iPhoto will no longer work.

  • Audio does not fit with video FCPX 10.1.3

    Hi, I have a little bit unusual (at least for me) problem. I have old video from camera (maybe 20 years) on my HDD and I would like to edit it. Problem is the audio does not fit with video - when somebody talks it is apparently delayed. Can you give me a hint how to fix it in FCPX? I tried to detach audio and move just audio line but it is not possible.
    Thanks

    I tried it again from the beginning and now I can move audio to the right. I would just need to move video to the right, so audio stays still.. I need to delay audio so one option is to delete part of beginning of audio track or somehow move video to the right but it is not possible, i guess video track in the beginning cannot be empty....
    It is difficult to explain

  • Problem with inbuilt Solaris Apache Web Server v 2.0.58

    Hi,
    Set-up:
    We are working on a custom application which works with the inbuilt Apache Web Server on the Sun Solaris platform. Here are the details of the versions of the various components involved:
    Apache Web Server: Version 2.0.58
    Platform: SunOS 5.10 Generic_127111-03
    Our application is in the form of a shared library(.so binary) which is loaded into the Apache Web Server by mentioning the following directive in the Apache Web Server's configuration file (httpd.conf).
    LoadModule at_module "/var/apache2/logs/sample/sample.so"
    where, sample.so is our application's binary
    and at_module is the name of the module.
    httpd.conf file has been attached for your reference.
    Attachments:
    httpd.conf - Apache Web Server's configuration file.
    sample-apache.cpp - Sample program which is showing the problem.
    httpd.h - Apache Software Foundation's file which contains the structure "request_rec" that represents the current request.
    Problem summary:
    For each request to the Apache Web server, the server maintains a table of type "apr_table_t" which contains the header environment from the request. There is a structure "request_rec" maintained in the httpd.h file:
    /** A structure that represents the current request */
    struct request_rec {
    /** The pool associated with the request */
    apr_pool_t *pool;
    /** Request method (eg. GET, HEAD, POST, etc.) */
    const char *method;
    /** MIME header environment from the request */
    apr_table_t *headers_in;
    In our case, when we try to retrieve the address of "headers_in", we get a NULL Value. Please refer to the attached "sample-apache.cpp" program. In this program, inside the access_checker() method, we try to retrieve the address of "headers_in" and get that as NULL:
    extern "C" int access_checker(request_rec *r)
         FILE * fp;
         fp = fopen("/var/apache2/logs/sample.txt", "a");
         fprintf(fp, "\n r->headers_in = %u, r->method = %s", r->headers_in, r->method);
         fclose(fp);
         return OK;
    Here is the output of the sample program after accessing the main page of the Web server:
    r->headers_in = 0, r->method = GET
    r->headers_in = 0, r->method = GET
    r->headers_in = 0, r->method = GET
    Though we are able to retrieve one member of the structure request_rec (method), we are not able to retrieve the address of the other member (headers_in).
    Observation:
    We made an interesting observation that when we used the same sample program with the inbuilt Apache 2.0.52 Web Server on Solaris, we were able to successfully retrieve the address of headers_in. Here are the details of the set-up which is working fine:
    Apache Web Server: Version 2.0.52
    Platform : SunOS 5.10 Generic_118822-30
    Thus, there is something different which has happened between the Sun's Solaris Apache Web Server's versions 2.0.52 and 2.0.58 which is making it unable to retrieve the address of the request headers (headers_in).
    I am requesting someone to kindly shed light on this difference and let us know if we need to change the way of retrieving the request headers for Solaris Apache 2.0.58.
    Thanks,
    Atul.

    The only way you can achieve it is by running the web server to listen on port 80
    Please change the port in your httpd.conf file for the webserver and restart it.
    If any other processes are running/using on port 80 on that machine, then please stop them, otherwise you will not be able to achieve your requirement.
    Arun

  • CAC or smart card use with Oracle database and web server

    I've been asked to smart card (CAC) enable our Oracle web server and database access. We currently use CAC to access many of our other applications.
    Where can I find the following information
    Oracle software required (and is it an additional cost)
    How to integrate Oracle App server (web server) with CAC.
    How would I need to change the database users accounts to be CAC enabled rather than database users accounts.
    Thanks
    steven jackson
    [email protected]
    614-692-9768

    Virtualisation is not certified for Oracle RAC on Windows.
    +Certified Software on Oracle VM [ID 464754.1]+ note states:
    Oracle Real Application Clusters (RAC)
        Oracle 10.2.0.4 and up (10gR2) and 11.1.0.7 and up (11gR1) and 11gR2 RAC for Linux x86 and Linux x86_64 certified on Oracle VM
            Guest OS: Oracle Linux 5.1 (and above) RHEL 5.1 (and above) for Linux x86 / Linux x86_64
            Paravirtualized (PV) mode only (Guest OS and drivers)
            Only supported on Oracle VM 2.1.2 and above
            Live-migration of an Oracle RAC VM is supported with Oracle VM 2.2.1 and above.
            Previous versions are not supported. Please refer to this link for best practices.
            Over-committing CPUs is not recommended, but supported with the following restrictions:
                The total amount of VCPUs allocated to guest domains (running Oracle RAC guests), should not exceed
                two times (2x) the amount of real CPUs / cores in the Oracle VM server.
                The amount of VCPUs allocated to a single guest domain should not exceed the amount of real CPUs /
                cores in the Oracle VM server.
                Maintain Oracle VMs default VCPU allocation for dom-0: Oracle VM will allocate 1 VCPU for each real CPU or core to dom-0.
                CPU pinning is only recommended for hard partitioning. If no hard partitioning is required, CPU pinning should not be used.
            Static support only (dynamic support is being planned):
                Dynamic resizing of guest virtual machine is not supported (VCPU, memory and I/O)
                Virtual Machine Pause/Restore of an active Real Application Cluster virtual machine is not supported.

  • Jdeveloper 9i with Sun ONE (iPlanet) Web Server 6.0

    Hi,
    Has any one working Jdeveloper 9i with Sun ONE (iPlanet) Web Server 6.0 ?
    When i add new application server it gives only Oracle App Server and Web Logic.
    Thanks
    Ramesh

    Currently JDeveloper provides Application server connections to Oracle9iAS and WebLogic, which can be used to deploy J2EE Modules.
    JDeveloper allows to create assemble generic J2EE archives from projects which can used to deploy to other application servers.
    Check out How-To documents on this topic
    http://otn.oracle.com/products/jdev/howtos/content.html
    raghu
    JDev Team

  • Installing 64-bit ColdFusion with 32-bit Apache web server on Windows Server 2008 64-bit

    This is related to another discussion that had a solution of using an unofficial 64-bit Apache, which is not permitted in my situation.  The discussion is here: http://forums.adobe.com/message/3580001. 
    I’m having trouble running the Apache and ColdFusion services after connecting the two with wsconfig.  I’ve tried replacing the 64-bit mod_jrun22.so with the 32-bit equivalent and the Apache service will then start, but the ColdFusion services error when loading the jvm.dll.
    Anyone familiar with this?
    Apache Web Server 2.2.22
    ColdFusion 9
    Thanks.

    Looking into the same issue myself. Can you elaborate on this? Which version of the JVM did you upgrade to and did you configure it in the CF Admin to use that jvm?
    Using the web connector, I get an error message that the mod_jrun22.so is not a valid win32 application.
    Thanks

  • Where does SRTCM fit into preparing ABAP for Hana?

    I've seen and heard mention of transaction SRTCM (Runtime Check Monitor), to run in Production for one or two weeks to go alongside static code checks. I'm a little confused on how this fits into preparing our code for Hana though.
    If we use ATC/Code Inspector with the 'FUNCTIONAL_DB' and 'PERFORMANCE_DB' variants and then the SQL Monitor in Production, these are then plugged into transaction SWLT to provide a focused list on what we need to work on. SRTCM, however, does not seem to fit into this picture. There doesn't seem to be a way of plugging it into SWLT (unless I'm missing something?). Or is it meant as a stand alone tool?
    We're on SAP_BASIS 740, SP8, in case that makes the difference.
    thanks,
    Malcolm.

    Dear Malcolm,
    you are right, SRTCM is not integrated into SWLT. You can use it as standalone tool. But it is an additional source of information to find critical places in source code. You can also export SRTCM information from an productive system and import it into an development system.
    Best Regards, Thomas

  • Where does labVIEW stand with comparison to other programmin​g techniques

    Hi everybody,
    Just for discussion sake , If we compare LabVIEW to other C/C++, Java and .NET technologies, where does it stand?
    cheers !!
    -Alok
    -AL☼K

    This was discussed more than once (you can search the forums), but some of the main points:
    1. LV has a much lower learning curve. Not having to deal with syntax (as much), memory handling and such and having the program do stuff automatically for you (like express VIs) makes it much easier to start programming in. Also, many people find the flowchart-like dataflow paradigm to be easier to understand and follow and LV code easier to read and more aesthetically pleasing. The downside is that people don't realize that writing more complex programs requires some more experience and usually start turning here when they have problems. When writing large programs in LV, you have to understand a lot about how it works internally, because you have less control.
    2. The execution of LV in general is not as fast as an optimized C program, but it can be around the area of regular programs. LV doesn't do some stuff as well as C.
    3. .net is supported mainly on windows. LV code, to a degree, is portable to windows, mac, linux, palm, win CE, embedded chips and Real Time systems.
    Try to take over the world!

  • 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
              

  • Where does firefox get the icons for a web page from to display the page in the aps tab

    I notice some web pages when pinned to the apps tab have an icon that reflects their organistation and others just have a blank page Icon. Where does firefox read the icon from i would like to know so when i do a web page I can include an icon

    Read about the favicon here: http://en.wikipedia.org/wiki/Favicon

  • FLV File does not play when published to my web server

    Hi. I have created a short video in VC3 and selected the FLV option to create a web page. When I uploaded the entire file content to my web server (windows 2003 server hosted at Network Solutions) the FLV file will not play. Now... if I do the same with a WMV tile, the video plays.
    You can view the file at
    http://www.airforcehomeseller.com/videos/va_education/VATutorials/index.htm
    We have another video published in WMV format, although the video vs audio sync is out of wack at the moment, at
    http://www.airforcehomeseller.com/videos/Energy%20Pricing%20101/index.htm
    What am I doing wrong?
    Any help would be greatly appreciated.
    G-II

    Hi again
    You should probably double-check to ensure the standard.js file was also copied in when the HTML page was imported. It should be there but it never hurts to double check.
    You might also perform a double-check to ensure things ended up in the correct folder (if you are organizing your project into folders). It could be that you moved the HTML page into a different folder and orphaned the JavaScript file.
    Cheers... Rick
    Helpful and Handy Links
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcerStone Blog
    Captivate eBooks

  • WAS 6.40 with Apache 2.0 Web Server

    Hello All,
    I would like to separate the web server from the app server in a classic n-tiered architecture.  Does WAS 6.40 provide you with an Apache module that functions similarly to the mod_weblogic module for BEA or the mod_jk connector for JBoss/Tomcat?  Or must I configure Apache as an r-proxy?
    Any advise or pointers to docs would be greatly appreciated.
    Thanks,
    Craig

    Hi Craig,
    I have never heard that it is possible to separate the web server from the WAS.
    Here are two very interesting links that could help you. First is a link to some documentation about the SAP Web Dispatcher.
    http://help.sap.com/saphelp_nw04/helpdata/en/e9/3bb7f8f6ea4e938ef0b9687cbb6c14/frameset.htm
    And here is a link about configuring the Apache Web Server as the Intermediary Server
    http://help.sap.com/saphelp_nw04/helpdata/en/18/5cea2296190e4cb7faf9468ad793ea/frameset.htm
    Hope that helps!
    Best regards
    Renald

  • I plan to upgrade the SSRS 2005 SP2 enterprise edition in our internal web server to 2005 SP4, the Reporting server database is hosted in another sql server in sql server 2005 SP4. Do I need to do anything on the reporting server database side?

    My question is what the steps do I need to take to upgrade SSRS from 2005 SP2 to SP4.  The web server that host the SSRS is in 2005 SP2, and the OS is in window 2003. 
    Our SSRS report server and report server database are in different servers.  The SSRS in the web server is in 2005 SP2 enterprise edition, the report server database is in sql server 2005 SP4 enterprise edition.
    To upgrade the SSRS in web server from 2005 sp2 to sp4, do I need to backup/restore the encryption key?  Nothing will be changed in the report server database.  We will still pointing to the same database in the current server, all
    I wanted to do is performing a inplace upgrade of SSRS from 2005 SP2 to SP4.  
    Any response will be greate appreciated.  Thank you!
    Li-hui Chen

    Hi Lihui Chen,
    According to your description, you want to install the Services Pack 4 for SQL Server. Right?
    In SQL Server, Services Packs are used for fixing issues of current version product. It's not an Upgrade, you don't have to backup/restore your encryption key. You just need to download the Service Pack 4 on:
    Microsoft SQL Server 2005 Service Pack 4 RTM  . Please make sure you have administrative rights on the computer to install SQL Server 2005 SP4. For more information, see links below:
    How to obtain the latest service pack for SQL Server 2005
    List of the issues that are fixed in SQL Server 2005 Service Pack 4
    SQL Server 2005 SP4, KBA 2463332, Installation Issues
    If you have any question, please feel free to ask.
    Best Regards,
    Simon Hou

  • Problem in connecting to LDAP DS with iPlanet 4.1 Web server

    We have a web application deployed in iPlanet4.0 web server, we are using Sun One directory server for authentication.( Thru JNDI - Package javax.naming.ldap)
    The Problem :
    The problem is that, I am able to do the LDAP related operations anly a few times, after which the below stated exception results. Following this exception, I cannot connect to the directory server again, unless I restart the webserver. For all my operations I establish a fresh context.
    The Exception :
    java.lang.IllegalMonitorStateException: current thread not owner Exception

    Is tghe user id and password that it is requesting for OID? If so then you have several options. You can supply a user DN and password for a know user. For instance, if you have a user DN of cn=jdoe,ou=slaes,o=acme this would be the user is or DN that you need. This DN would have a password attribute associated with it and that would be the password.
    Second, OID has a super user DN called cn=orcladmin. The default password for this su is manager.
    Hope this helps.
    Jay
    null

Maybe you are looking for