Including Files and Caching

I currently have a small web site (running on Apache Tomcat 4.0) that implements jsp:include a lot on every page. This was done so that I could change a single JSP file and that "component" would be changed all throughout the site. (Which is basically the point of having jsp:include !!)
My problem is that if I change the included file and refresh a JSP page that uses it, the browser shows that the change was made. But if I then move to any other page, the same old version of the included file is still being shown. (Am I making any sense here?)
The only way I can get all of the JSP files that use the include file to get the NEW version of the include file is to either:
(1) make a change to each individual JSP file so that it forces the webserver to recompile the JSP page using the new JSP include file or
(2) shutdown the webserver and restart it
I'm sure there has got to be a better way of doing this. Any suggestions?

I've had the same problem and unfortunately there is no way around it :(
what i'm doing now is calling one single index.jsp page where i keep all my includes and so instead of having to go to a brand new page I just have a switch statement that calls the page depending on the parameter you pass on the query string
index.html?page=editTools
I also have a hash table that maps the strings to an integer..
     case 1:{
          %>
     <%@ include file="includes/admin_editTools.jsp" %>
     <%
     break;
this way whenever you make a change to one of your includes you only have to reload one
page index.jsp. It works great!
Chris

Similar Messages

  • How to Delete Temp files and Cache on MBP 15" Late 2011

    Hi,
    Off late i am experiencing a lag in my mac and it runs bit slowly. Wanted to get a clear picture on how to clear the unwanted temp files and cache to make my mac run smoothly. Any other suggestions to make it run fast are welcome and would be of great help.
    Regards,

    The assumption that unwanted temp files and cache are causing poor performance is unjustified. OS X does not maintain unwanted cache files. They exist to increase performance and are updated or deleted as necessary. So are temporary files. Certain font cache files are moved to the Trash during Safe Boot: OS X: What is Safe Boot, Safe Mode? - Apple Support. Do not use any other utility.
    If your Mac is running slowly, determine if the same symptoms occur in Safe Mode.
    Back up your Mac if you have not done so already. To learn how to use Time Machine read Mac Basics: Time Machine backs up your Mac - Apple Support.

  • Essbase temp files and cache files

    Hi All,
    where essbase creates its temp files and cache files so that i can delete them.What is the path.
    Regards,
    Mink

    The DBAG lists the files (and types) used for various reasons. Some can be deleted, others should be left there for recovery attempts when the database is started up. If your database won't start, the temporary files that can be safely deleted are also covered, although this part might be somewhere else in the technical reference.
    There are also some backup files that could play a role, for instance, if the db file is the reason a database won't start, the backup file (dbb) can be used to replace it. For this reason, I don't recommend you just blindly delete all "unneeded" files if you are having a problem.
    If you are referring to temp files like what the OS uses, I don't believe essbase uses any of the "%temp%\randomname.tmp" variety. I could be wrong on this, but it keeps file usage fairly straightforward, with server files in the database folder and client files in the %arborpath%\essbase\client folder. Client files can indeed be deleted if you don't have anything open, but they are rarely orphaned so you shouldn't see enough to cause performance degradation.
    Hope this helps, between the perceived contexts and other potential intentions, there are other answers that may be more appropriate.

  • Variable interplay between include files and parent files?

    How can I define a variable in a parent file which is then
    used in some
    logic in an include file? For example, if I have -
    <?php
    $foo = 1;
    ?>
    <?php require_once('foo.php'); ?>
    and in foo.php, I have -
    <?php if ($foo == 1) { echo "FOO"; } ?>
    it doesn't seem to work. Am I testing improperly, or what?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================

    Mine, too. But when you don't know what you are doing,
    sometimes the 'proof
    of concept' tests you design are a bit off-kilter, doncha
    know? I can only
    guess that i was suffering from that.
    I'll verify that I correctly reported this and post back....
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Gary White" <[email protected]> wrote in message
    news:[email protected]..
    > On Wed, 9 May 2007 20:26:02 -0400, "Murray *ACE*"
    > <[email protected]> wrote:
    >
    >>Yeah - of course, I changed everything about it, too!
    >
    >
    > I'm still bewildered by what caused the problem. If I
    have two files,
    > first (includevar.php) like this:
    >
    > <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
    > "
    http://www.w3.org/TR/html4/strict.dtd">
    > <html>
    > <head>
    > <meta http-equiv="Content-Type" content="text/html;
    charset=iso-8859-1">
    > <title>Variable in an Include Test</title>
    > <meta http-equiv="imagetoolbar" content="no">
    > </head>
    > <body>
    > <p><?php
    > $x='This is $x defined in includevar.php';
    > include 'foo.php';
    >
    > print "$y";
    > ?></p>
    > </body>
    > </html>
    >
    > And foo.php like this:
    >
    > <?php
    > $y='This is $y defined in foo.php';
    > print "foo.php says $x<br>\n";
    > ?>
    >
    > The output I get is:
    >
    > foo.php says This is $x defined in includevar.php
    > This is $y defined in foo.php
    >
    > Clearly, the variable defined in the parent file is
    recognized in
    > foo.php and the variable defined in foo.php is
    recognized in the parent
    > file. Hence my bewilderment.
    >
    > Gary

  • Reading a file and caching in web service before a web method is called

    Hi All,
    I developed a webservice with some web methods. I need to validate the licencing for those web methods. And my licensing details will be available in a file. Instead of reading the licencing file for every web method invocation I want the licensing file should be read only once and those details should be cached. So that for every method invocation I will use the cached licensing details. I am using Axis 1.0. How can I achieve this functionality. Please help me in solving this problem.
    Thanks in Advance,
    Naresh

    The program needs to read a text file.
    I made sure that the text does not have space between the lines.
    I wanted to have a String object with all the data (lines).
    So I used a StringBuffer (append) to collect all the data lines.
    I wanted to read each line of the file and assign them to my StringBuffer, using the built-in nextLine() method of the Scanner class and using the for loop.
    I already tried printing out each line as I read it (using the code below). Even though the program showed each line like it should, it still said "java.util.NoSuchElementException: No line found" at the end.
    //read a line of characters of the file
    line = file.nextLine();
    while (line != null) { //file is terminated by a null
         System.out.println(line);
         sb.append(line);
         line = file.nextLine();
    }

  • Urgent ! How to Zip Folder Contents including files and sub folders.

    Hi, i need an urgent help from you regarding zipping the contents of any folder/directory including its sub folders and files to a .zip file. Please provide a code for ot or help me out. It is really very urgent.
    Thanx Waiting....

    This class can add a string or file to a ZIP. Maybe you can adapt it to do a directory and all its subfolders and files recursively:
    package demo;
    import java.io.BufferedReader;
    import java.io.ByteArrayInputStream;
    import java.io.ByteArrayOutputStream;
    import java.io.File;
    import java.io.FileReader;
    import java.io.IOException;
    import java.util.zip.GZIPInputStream;
    import java.util.zip.GZIPOutputStream;
    import java.util.zip.ZipException;
    * Demo for using the Zip facilities to compress data
    public class ZipDemo
        /** Default buffer size */
        private static final int DEFAULT_BUFFER_SIZE = 4096;
         * Compress a string
         * @param uncompressed string
         * @return byte array containing compressed data
         * @throws IOException if the deflation fails
        public static final byte [] compress(final String uncompressed) throws IOException
            ByteArrayOutputStream baos  = new ByteArrayOutputStream();
            GZIPOutputStream zos        = new GZIPOutputStream(baos);
            byte [] uncompressedBytes   = uncompressed.getBytes();
            zos.write(uncompressedBytes, 0, uncompressedBytes.length);
            zos.close();
            return baos.toByteArray();
         * Uncompress a previously compressed string;
         * this method is the inverse of the compress method.
         * @param byte array containing compressed data
         * @return uncompressed string
         * @throws IOException if the inflation fails
        public static final String uncompress(final byte [] compressed) throws IOException
            String uncompressed = "";
            try
                ByteArrayInputStream bais   = new ByteArrayInputStream(compressed);
                GZIPInputStream zis         = new GZIPInputStream(bais);
                ByteArrayOutputStream baos  = new ByteArrayOutputStream();
                int numBytesRead            = 0;
                byte [] tempBytes           = new byte[DEFAULT_BUFFER_SIZE];
                while ((numBytesRead = zis.read(tempBytes, 0, tempBytes.length)) != -1)
                    baos.write(tempBytes, 0, numBytesRead);
                uncompressed = new String(baos.toByteArray());
            catch (ZipException e)
                e.printStackTrace(System.err);
            return uncompressed;
         * Uncompress a previously compressed string;
         * this method is the inverse of the compress method.
         * Implemented in terms of the byte array version.
         * @param string containing compressed data
         * @return uncompressed string
         * @throws IOException if the inflation fails
        public static final String uncompress(final String compressed) throws IOException
            return ZipDemo.uncompress(compressed.getBytes());
         * Main driver class for ZipDemo
         * @param command line arguments - either string or file name to compress
        public static void main(String [] args)
            try
                for (int i = 0; i < args.length; ++i)
                    String uncompressed = "";
                    File f              = new File(args);
    if (f.exists())
    BufferedReader br = new BufferedReader(new FileReader(f));
    String line = "";
    StringBuffer buffer = new StringBuffer();
    while ((line = br.readLine()) != null)
    buffer.append(line);
    br.close();
    uncompressed = buffer.toString();
    else
    uncompressed = args[i];
    System.out.println("length before compression: " + uncompressed.length());
    byte [] compressed = ZipDemo.compress(uncompressed);
    System.out.println("length after compression : " + compressed.length);
    String compressedAsString = new String(compressed);
    System.out.println("length of compressed str : " + compressedAsString.length());
    byte [] bytesFromCompressedAsString = compressedAsString.getBytes();
    boolean isTheSameAs = bytesFromCompressedAsString.equals(compressed);
    System.out.println("compressed bytes are " + (isTheSameAs ? "" : "not ") + "the same as from String");
    System.out.println("length of bytesFrom...: " + bytesFromCompressedAsString.length);
    String restored = ZipDemo.uncompress(compressed);
    System.out.println("length after decompress : " + restored.length());
    isTheSameAs = restored.equals(uncompressed);
    System.out.println("original is " + (isTheSameAs ? "" : "not ") + "the same as the restored");
    String restoredFromString = ZipDemo.uncompress(compressedAsString);
    isTheSameAs = restoredFromString.equals(uncompressed);
    System.out.println("original is " + (isTheSameAs ? "" : "not ") + "the same as the restored from string");
    catch (Exception e)
    e.printStackTrace(System.err);
    MOD

  • JavaScript-File and Caching

    Hi all,
    i use version 3.1.0.00.32 an have a problem/question.
    I save a javascript-file in SharedComponents and put a reference to this file in a Page (Header-Text of page attributes, <script src="#WORKSPACE_IMAGES#tooltip.js"></script>. This works fine. I can use the javascript-function in this file from "HTML Form Element Attributes".
    Now, i delete this javascript-file from SharedComponents. I think, the javascript-function-call in "HTML Form Elements Attributes" are doesnt working. But it works, without javascript-file. The cache on my apache-server is disabled, the browsercache is cleared. I dont know, why does working...
    best regards
    Carsten

    Did you try changing the filename and the reference in the page template? Then u can be sure nothing is cached. This applies for both the javascript and the css.
    A general recommendation in this case is <b>not</b> to save files in your shared components, but on the file system instead. This makes its lots easier during development to make fast changes. So just save your files in the /i/ folder (and sub folder) and reference it by #IMAGE_PREFIX# (and sub folder).
    Cheers,
    Jacob
    Message was edited by:
    Jacob_B

  • MVCC, freezer files and cache overflow

    Hi,
    I had an idea. The docs say: "If the cache becomes full of page copies before the old copies can be discarded, additional I/O will occur as pages are written to temporary "freezer" files. This can substantially reduce throughput, and should be avoided if possible by configuring a large cache and keeping snapshot isolation transactions short."
    How about allocating a new cache file (of the same size as the original) in the env instead of creating hundreds (or more) freezer files when the cache is overflowing ? One can have multiple cache files already by specifying the cache in multiple segments. What's particularly irksome about these freezer files is that they stick around, even past checkpoints and restarts.
    Could this work ?
    Andi..

    Hi Michael,
    What you just said makes a lot of sense. DB_READ_UNCOMMITTED and snapshot isolation don't make much sense used together. Using DB_READ_UNCOMMITTED everywhere, I should not be having many deadlocks or blockages. But, until now, I was getting lots of them unless I was using MVCC. The reason is that I found several places where I wasn't using the DB_READ_UNCOMMITTED bit with getting cursors or getting data. As a matter of fact, because of an egregious bug of mine not propagating the DB_READ_UNCOMMITTED bit properly, many data accesses were still wrongly using the default - maximum - isolation level.
    To find these places, I set an artificially low txn timeout and traced back to the bogus calls from the DB_LOCK_DEADLOCK exceptions I'd receive. I believe I found them all now. :)
    Reading data that is not yet committed is not a problem for us except in one specific case. DB_READ_UNCOMMITTED should be completely safe as the Chandler repository is, in a way, duplicating in a persistent way what MVCC also does, that is, keeping multiple versions of data around and presenting multiple versions of data to different transactions.
    The only place where a higher isolation level is needed - DB_READ_COMMITTED - is in the small database containing the latest version number for the Chandler repository. Using DB_READ_UNCOMMITTED everywhere except in this version db and opening this and this database only with DB_MULTIVERSION solves all the problems I was trying to solve with using MVCC everywhere earlier. Because most transactions I create span multiple databases, I am still opening all read-only transactions with DB_TXN_SNAPSHOT but it should only have an effect when accessing this one lone db opened with DB_MULTIVERSION, correct ?
    This is a major breakthrough for me. Commit throughput in a large mail import operation (done in chunks) is now three times what it was before.
    It is also much harder, but however still possible, to get freezer files, with the usual dramatic worsening of performance. Maybe 64mb cache is too small. I'm going to double that and watch it over time. Even though the 'version' db is tiny, it is a btree with one record per version plus two records that are being updated every time a new version is written, I still managed to get, over time, up to two thousand freezer files.
    This has been a productive exercise as I had very wrongly assumed that I was using DB_READ_UNCOMMITTED consistently already.
    Regards,
    Andi..

  • I used Computer Associates ver.7.0.0.117 to clear temp files and cache. Firefox won't open a window since though it shows in processes.

    System: Toshiba Portege M750, Vista 32-bit SP2,4GB RAM
    I've been using Firefox up until last night when I shut down. This morning I did a cache cleaning using CA Internet Security Suite, ver 7.0.0.117. Firefox will not open a window, though it does show in the Processes list of Task Manager.
    I've uninstalled and reinstalled ver 6 from the web twice with the same results.
    Firefox has had a tendency to hang (never finding a new website, i.e. busy icon revolves endlessly) when left open over several hybernation cycles.

    <u>'''Kill Application'''</u>
    In Task Manager, does '''firefox.exe''' show in the <u>'''Processes'''</u> tab?
    See: '''[http://kb.mozillazine.org/Kill_application Kill Application]'''
    '''<u>Causes and solutions for Firefox hanging at exit:</u>'''
    '''[[Firefox hangs]]'''
    '''[http://kb.mozillazine.org/Firefox_hangs#Hang_at_exit Firefox hangs at exit (Mozillazine article)]'''
    '''[[Firefox is already running but is not responding]]'''
    <u>'''Safe Mode'''</u>
    You may need to use '''[[Safe Mode]]''' (click on "Safe Mode" and read) to localize the problem. Firefox SafeMode is a diagnostic mode that disables extensions and some other features of Firefox. If you are using a theme, switch to the DEFAULT theme: Tools > Add-ons > Themes before starting Safe Mode. When entering Safe Mode, do not check any items on the entry window, just click "Continue in Safe Mode". Test to see if the problem you are experiencing is corrected.
    See:
    '''[[Troubleshooting extensions and themes]]'''
    '''[[Troubleshooting plugins]]'''
    '''[[Basic Troubleshooting]]'''
    If the problem does not occur in Safe-mode then disable all of your extensions and then try to find which is causing it by enabling one at a time until the problem reappears. You have to close and restart Firefox after each change via File > Restart Firefox (on Mac: Firefox > Quit). You can use "Disable all add-ons" on the Safe mode start window.

  • Jnlp fies and caching

    I am a newbie to jnlp files and the related infrastructure. I have a question about jnlp files and caching. My scenario is the following, i have 2 machines with the same jnlp file names, the data inside of them is different. So when I connect to machine1, the data corresponds to the correct machine. When I connect to machine2, I still get the version for machine1. Where is this data cached? and how do i force a "refresh" or a new download of the jnlp file?
    TIA,
    Reza

    The identity of a jnlp app is the complete href (including codebase) of the jnlp file (if there is one, or the complete href of the main jar if there is no href to the jnlp file.)
    Because of this, regardless of the "title" of the application, two instances of the same application hosted on differant hosts (or in differant locations of the same host) are treated as two differant applications.
    (RFE's exist to be able to provide a unique id to all resources, including jnlp file references, so the application or it's resources can be mirrored or moved from location to location)
    On the other hand, shortcuts are created based on their "title" element, so switching to the same named application on a differant location should replace the shortcut with thte one based on that jnlp file.
    From your question, it's a litle unclear what you are doing. When you "connect to machine2", exactly what are you doing ? , and waht version of javaws are you using ?
    /Andy

  • Code hints don't work - include files using a variable

    In Dreamweaver CS 5.5 code hints didn't work properly.
    DW would not look at my code and find the include files and look at the functions inside them when using a variable to make an absolute path, which is the best way to include files in PHP (its faster and more reliable on your web server)
    Here is an example:
    ======================================
    public_html/util/util_index.php
    $DIR_MAIN            =dirname(dirname(__FILE__).'../');
    require_once "$DIR_MAIN/init.php";
    my_function(#CODE COMPLETE DOES NOT WORK HERE
    public_html/init.php
    $DIR_INCLUDE=               "$DIR_MAIN/inc";
    require "$DIR_INCLUDE/common_functions.php";
    #set up environment variables
    #connect to the database
    #etc
    public_html/inc/common_functions.php
    function my_function(param1, param2, param3) {
    =======================================
    Has this been fixed in Dreamweaver CS6 or should I wait until CS7?
    Until this works, I prefer Notepad++

    I made a full SQL Developer installation with Java included, so I suppose that the included version is used.
    After a problem with the German Version I tried to switch to English Version by using the hint:
    link: 1.5.4 export insert statements
    I changed the content of sqldeveloper.conf and now again the code templates (strg-shift-t) don't work!!!
    (I already rebooted and set the accelerators to default, but it didn't help now.)
    This is the content of my sqldeveloper.conf now:
    "IncludeConfFile ../../ide/bin/ide.conf
    AddVMOption -Dapple.laf.useScreenMenuBar=true
    AddVMOption -Dcom.apple.mrj.application.apple.menu.about.name="SQL_Developer"
    AddVMOption -Dcom.apple.mrj.application.growbox.intrudes=false
    AddVMOption -Dcom.apple.macos.smallTabs=true
    AddVMOption -Doracle.ide.util.AddinPolicyUtils.OVERRIDE_FLAG=true
    AddVMOption -Dsun.java2d.ddoffscreen=false
    AddVMOption -Dwindows.shell.font.languages=
    AddVMOption -XX:MaxPermSize=128M
    IncludeConfFile sqldeveloper-nondebug.conf
    AddVMOption -Duser.country=US
    AddVMOption -Duser.territory=US
    AddVMOption -Duser.language=en
    "

  • "Include" files in Dreamweaver

    I used "Include" files in my pre-Dreamweaver sites. When I switched to Dreamweaver and opened those sites, Dreamweaver converted Include file content into content on every page and does not reference the Include file anymore. Is there a way to reestablish Include file functionality in Dreamweaver, so that each page keeps only the reference to the Include file? (If so I can just search/replace content now on the page with a new Include file reference.)

    I don't have a php site but I tried  <?php include("menu.txt"); ?> anyway, but it didn't work.
    Here is what I had used in the past:
    I typed this Include file "call" into the html on the page where I want the left-nav TOC text to display:
    <!--webbot bot="Include" U-Include="i/nav-left.htm" TAG="BODY" startspan -->
    Here is the TOC text contents of "nav-left.htm" which then auto-populates into the live html page on the site when displayed:
    <a href="http://www.example.com/index.php">Home</a> -
    <a href="http://www.example.com/about.php">About Us</a> -
    <a href="http://www.example.com/links.php">Links</a> -
    <a href="http://www.example.com/contact.php">Contact Us</a>
    frontpage would auto-insert this at the end of the above TOC text in the live page:
    <!--webbot bot="Include" i-checksum="20326" endspan -->
    But that TOC text never displayed in the nonpublished local version of the ms-frontpage web pages. It only filled in the TOC text on the page from the Include file after published out to the live site.
    Whenever I changed the contents in the one file i/nav-left.htm, it updated the left nav TOC text on all the pages on my site where I had inserted the include statement:
    <!--webbot bot="Include" U-Include="i/nav-left.htm" TAG="BODY" startspan -->
    But after I brought this website into Dreamweaver, it automatically replaced all the TOC text contents into my nonpublished local version of the web pages. Now when I change the include file, it does not update the pages in the site. The Include statement fails and never calls the Include file and the Include file TOC text no longer populates the web pages. If I have an update to the TOC text, I have to update it on every individual web page, instead of just once in the Include file like I used to.
    Is there a way to create a new Dreamweaver-friendly Include filed that's not php, or a different way of entering the statement, that will work in Dreamweaver?

  • Include file issue

    I've got a form in a tabe that i've got as an include file
    throughout the
    site. For some reason in firefox the form sits flush with the
    table above it
    & in ie there is a margin of about 10/15px.
    Firefox is displaying as it should as i have checked all the
    surrounding
    code in the include file and in the html file it is being
    included in and
    there is no spacing at all - not even in the css applied to
    it.
    In design view the include form drops low as the hidden items
    are visible
    (form tags & the include tags) but these shouldn't affect
    the positioning?
    Absolutely no idea what could be causing this.
    Please help - Thanks!

    Good luck!
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "JimR99" <[email protected]> wrote in message
    news:[email protected]...
    > Yep, It worked a treat. Thanks Murray!
    >
    > Bit of a doh! moment....
    >
    >
    >
    >
    > "JimR99" <[email protected]> wrote in message
    > news:[email protected]...
    >> I'll try that & if it doesn't work i'll post the
    code.
    >>
    >> Thanks Murray
    >>
    >>
    >>
    >> "Murray *ACE*"
    <[email protected]> wrote in message
    >> news:[email protected]...
    >> > Show us, please.
    >> >
    >> > I'm guessing you need to control the margin-top
    value of the form tag.
    >> >
    >> > --
    >> > Murray --- ICQ 71997575
    >> > Adobe Community Expert
    >> > (If you *MUST* email me, don't LAUGH when you
    do so!)
    >> > ==================
    >> >
    http://www.dreamweavermx-templates.com
    - Template Triage!
    >> >
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    >> >
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    >> >
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    >> > ==================
    >> >
    >> >
    >> > "JimR99" <[email protected]> wrote in
    message
    >> > news:[email protected]...
    >> > > I've got a form in a tabe that i've got as
    an include file throughout
    >> the
    >> > > site. For some reason in firefox the form
    sits flush with the table
    >> above
    >> > > it
    >> > > & in ie there is a margin of about
    10/15px.
    >> > >
    >> > > Firefox is displaying as it should as i
    have checked all the
    > surrounding
    >> > > code in the include file and in the html
    file it is being included in
    >> and
    >> > > there is no spacing at all - not even in
    the css applied to it.
    >> > >
    >> > > In design view the include form drops low
    as the hidden items are
    >> visible
    >> > > (form tags & the include tags) but
    these shouldn't affect the
    >> positioning?
    >> > >
    >> > > Absolutely no idea what could be causing
    this.
    >> > >
    >> > > Please help - Thanks!
    >> > >
    >> > >
    >> >
    >> >
    >>
    >>
    >
    >

  • How to activate my Include file

    Hi,
    I have an main file whish has a variable declared, we are using that variable in another include file, when i use that variablein the second include file and tried activate the second include file. It comes out with an error saying that 'variable not found'.
    How can i activate my include file with the variable declared?,
    Appreciate your help.
    Thanks

    Hi
    Your include program must be an include of a main program and the data declaration should have been done before the include statement.
    e.g.
    DATA: gv_var TYPE i .
    INCLUDE <my_include> .
    That way, when you want to activate your include it asks the main program to be considered as Nablan mentioned.
    *--Serdar

  • Deleting temporary and cache directories in weblogic

    I have installed weblogic 10.3.6 server on my Linux nox, I have deployed some applications on my Managed Server. I want to delete logs, temporary files and cache files that weblogic creates before I re-start my server.
    I see below directories in my Admin Server:
    path: user_projects/domains/my_domain/servers/AdminServer
    cache
    sysman
    adr
    data
    logs
    tmp
    and below for my Managed Server:
    path: user_projects/domains/my_domain/servers/MyManagedServer
    cache
    data
    logs
    stage
    tmp
    In above list what all directories I can delete?

    On AdminServer I recomend you to delete only tmp, logs and cache.
    On any managed server you can delete any sub directory. No restrictions. It will be recreated as soon as you start it again.
    Recomend you also to delete diretories only with the respective jvm shutdown.
    Kinds,
    Gabriel Abelha

Maybe you are looking for

  • ABAP programming standards for SELECT...ORDER BY....

    I recently saw a set of programming standards that stated it was better not to use an ORDER BY clause on a SELECT statement. Instead SELECT into an internal table and use SORT. The actual statement was....."In most cases it is preferable to do the so

  • MessageTransformationBean Problem

    Hi Guys, I have a .txt file with below structure Plant|Contact_ID|Contact_Name 017S|96630|GIL1 017S|96630|GILami 017S|96630|ssss 017S|96630|ffff The first line is Header Value and Rest of the lines are Item values. and I dont want the Header Value in

  • How can I prevent a security breach?

    Can anyone tell me if there is a way to prevent a hacker from gaining access to my computer. A Kevin Mitnick wannabe was successful in breaking into my computer while I was away from it by using some kind of hacking program.

  • T500 LAN failed

    Hi, I just got my new T500, but I have difficulties to connect to the internet via LAN (stated limited or no connectivity). I called Comcast to make sure nothing wrong with the IP address, and they said seems fine. I even tried to renew the IP via cm

  • Datasocket buffering

    I have application1 and application2. Application1 is suppose to send data to application2 through dstp. Application1 acquires data from a NI-DAQ device at 20Hz (20samples/sec). The data is wired to the DataSocket Write. In application2, Data from Da