Cacheing in Apahache Tomcat 4.0.3

How do i remove the cache from apache tomcat?
At the moment if i edit a class it still retrieves the previous class.
Can i change the config somehow.
Please reply(if you've had this problem and not been able to solve it lemme know. At least ill know im not alone.)
Kam

What do i do there?
The directory contains a number of directories.
Each directory has a file called session.ser
What am i supposed to do?
I have to say i am now sure i am a complete novice.
Kam
p.s Thanks for replying

Similar Messages

  • Tomcat cache delete automation

    Hi
      Is there any way to automate the Cache delete under tomcat folder (i.e deleting all the contents under Tomcat>work>localhost )?
    I am looking the following steps in the automated script
    1. Shutdown Tomcat
    2. Delete Cache under Tomcat localhost folder
    3. Restart Tomcat
    Thanks
    Venkat

    you can write batch script and schedule via task manager.
    Include Stop Tomcat and Start Tomcat to below script.
    Example:
    @echo off
    set folder="D:\Program Files\Tomcat55\work\Catalina"
    cd /d %folder%
    for /F "delims=" %%i in ('dir /b') do (rmdir "%%i" /s/q || del "%%i" /s/q)
    exit

  • Tomcat cache setting

    hi all.
    am developing a application in jsp & java servlets. my query is i need to set cache for all jsp pages .. what should i do for this. is it possible to set cache setting on tomcat. or should i make the setting on jsp pages?
    i came to know that
    request.setHeader("Pragma", "no-cache");
    request.setHeader("Cache-Control", "no-cache");
    request.setDateHeader("Expires", 0);
    these are the settings for caching. but its not working.. could anyone help me out of this

    If you aren't using a framework like Spring or Struts (either of which will do it for you) you need each JSP to add the cache suppression headers. Usually my web projects use a custom tag library for the overall page structure, headers, footers, style sheet links etc. and put the cache suppression in the tag. But there are lots of other ways to avoid putting a scriptlet into each JSP, like using <@ include to pull in a common jsp fragment.

  • Maven problem: class file not added in excecutable after compilation

    Hi,
    I ran into the following issue.
    I created a program, capable of reading an identity card from an electronic card reader. I use maven for dependency management and compilation.
    The libraries used for reading the card reader are not from any maven repository. So I cheated a little bit and added the jar file to the repository myself
    and created a pom file for it too in the repository. I respected the structure groupId - artifactId - version . It is something like
              <dependency>
                   <groupId>be.belgium.eid</groupId>
                   <artifactId>beid35JavaWrapper-win</artifactId>
                   <version>3.5</version>
                   <type>jar</type>
              </dependency>
    The jar file and a pom file are then to be found on that location. When running the program in my development environment, everything runs fine.
    But when I create an executable for this program, the class files for these libs are not added to the created executable.
    questions:
    1/ Do I also need to create the .sha1 file for this. If so: how?
    2/ What are these .sha1 files
    3/ Has anyone written a similar program, but with eid libs from maven? Which ones?
    thanks for any help
    Edited by: user8276126 on Apr 2, 2011 9:07 AM

    try clearing cache and restarting tomcat. If you post the code that you are using to call the methods it will help to find the issue.

  • IE downloads jnlp-file

    I can not launch my application from IE.
    When I launch it from Command Prompt like this:
    javaws project.jnlp
    it works fine.
    But when I try to launch it from IE
    http://localhost:8080/project.jnlp
    it starts to download jnlp-file.
    What am I doing wrong?
    I use TomCat and it's web.xml file contains
    <mime-mapping>
    <extension>jnlp</extension>
    <mime-type>application/x-java-jnlp-file</mime-type>
    </mime-mapping>

    Make sure web start is installed, which is looks like it is.
    That should associate itself with jnlp files.
    In Explorer, Tools, Folder Options, File Types tab
    should be an entry for JNLP files to launch with javaws.exe
    Also needs to be associated with application/x-java-jnlp-file mime type
    (web start should have set both of these up).
    Make sure the IE setting:
    Empty Temp Internet Files when browser is closed = off/unchecked
    Empty your IE cache after restarting tomcat making sure that mime type is set there too, and then try again.
    Something else you can try is to double click your jnlp file and make sure web start opens it.

  • Class file not detecting

    Hi All,
    I just set up IdM 7.0. I took the classes folder from my colleague's machine and pasted it in the WEB-INF folder in my local. (I am using tomcat).
    When I am running my application at one instance it calling a class, but I am getting the following message
    XPRESS exception:
    Class <package>.<classname> not found
    I have added entry in the environment variables also. What all I could do I believe I have done bhut still it is giving me this error. I even compiled the java file and created the class file in my system, but still it is not working ( though that will not be a problem because class files are machine independent). I even tried putting the whole path upto the class file, into the environment variable. But still this error is coming.
    Please help me.
    Regards
    Alex
    Edited by: AlexRaju on Apr 16, 2008 11:15 AM
    Edited by: AlexRaju on Apr 16, 2008 11:16 AM

    try clearing cache and restarting tomcat. If you post the code that you are using to call the methods it will help to find the issue.

  • Auto approve a resource using auto-approve.properties configuration file

    Hi All,
    I am wondering if the auto-approve feature enabled through the use of the auto-approve.properties file is being used by any one?
    I am using version 5.7.1 of the agent and server. And in my agent running on a VM I have the auto-approve.properties file with this content:
    # Approve Platform
    platform = true
    # Approve JBoss
    JBoss\ 5.1 = true
    When my VM starts up, I continue to see that it comes up on the Hyperic UI in the auto-discovered list of resources and needs manual auto-approval using an Add to Inventory button click.
    I need to programmatically do the auto-approve for a number of resources (that may appear at any time) and hence cannot use the UI to do this.
    Are there any agent or server -side settings that need to be enabled for auto-approve to take effect ?
    Thanks in advance for any hints!

    The inventory can be approved in the Hyperic manager without the use of the API by configuring an auto-approve.properties file that contains the ResourcePrototypes you are interested in and how they should be handled. True accepts into inventory, false leaves in the AI queue.
    I've attached an auto-approve.properties file that has all OOTB ResourcePrototypes (as of v5.7) set true.
    platform=true
    AIX=true
    Active\ Directory\ 2008=true
    Active\ Directory\ 2008\ Authentication=true
    Active\ Directory\ 2008\ LDAP=true
    Active\ Directory\ 2012=true
    Active\ Directory\ 2012\ Authentication=true
    Active\ Directory\ 2012\ LDAP=true
    Active\ Directory\ base=true
    Active\ Directory\ base\ Authentication=true
    Active\ Directory\ base\ LDAP=true
    ActiveMQ\ 4.0=true
    ActiveMQ\ 4.0\ Broker=true
    ActiveMQ\ 4.0\ Connector=true
    ActiveMQ\ 4.0\ Queue=true
    ActiveMQ\ 4.0\ Topic=true
    ActiveMQ\ 5.0=true
    ActiveMQ\ 5.0\ Broker=true
    ActiveMQ\ 5.0\ Connector=true
    ActiveMQ\ 5.0\ Queue=true
    ActiveMQ\ 5.0\ Topic=true
    ActiveMQ\ 5.1=true
    ActiveMQ\ 5.1\ Broker=true
    ActiveMQ\ 5.1\ Connector=true
    ActiveMQ\ 5.1\ Queue=true
    ActiveMQ\ 5.1\ Topic=true
    ActiveMQ\ 5.2=true
    ActiveMQ\ 5.2\ Broker=true
    ActiveMQ\ 5.2\ Connector=true
    ActiveMQ\ 5.2\ Queue=true
    ActiveMQ\ 5.2\ Topic=true
    ActiveMQ\ 5.3=true
    ActiveMQ\ 5.3\ Broker=true
    ActiveMQ\ 5.3\ Connector=true
    ActiveMQ\ 5.3\ Queue=true
    ActiveMQ\ 5.3\ Topic=true
    ActiveMQ\ 5.4=true
    ActiveMQ\ 5.4\ Broker=true
    ActiveMQ\ 5.4\ Connector=true
    ActiveMQ\ 5.4\ Queue=true
    ActiveMQ\ 5.4\ Topic=true
    ActiveMQ\ Embedded\ 5.0=true
    ActiveMQ\ Embedded\ 5.0\ Broker=true
    ActiveMQ\ Embedded\ 5.0\ Connector=true
    ActiveMQ\ Embedded\ 5.0\ Queue=true
    ActiveMQ\ Embedded\ 5.0\ Topic=true
    ActiveMQ\ Embedded\ 5.1=true
    ActiveMQ\ Embedded\ 5.1\ Broker=true
    ActiveMQ\ Embedded\ 5.1\ Connector=true
    ActiveMQ\ Embedded\ 5.1\ Queue=true
    ActiveMQ\ Embedded\ 5.1\ Topic=true
    ActiveMQ\ Embedded\ 5.2=true
    ActiveMQ\ Embedded\ 5.2\ Broker=true
    ActiveMQ\ Embedded\ 5.2\ Connector=true
    ActiveMQ\ Embedded\ 5.2\ Queue=true
    ActiveMQ\ Embedded\ 5.2\ Topic=true
    ActiveMQ\ Embedded\ 5.3=true
    ActiveMQ\ Embedded\ 5.3\ Broker=true
    ActiveMQ\ Embedded\ 5.3\ Connector=true
    ActiveMQ\ Embedded\ 5.3\ Queue=true
    ActiveMQ\ Embedded\ 5.3\ Topic=true
    ActiveMQ\ Embedded\ 5.4=true
    ActiveMQ\ Embedded\ 5.4\ Broker=true
    ActiveMQ\ Embedded\ 5.4\ Connector=true
    ActiveMQ\ Embedded\ 5.4\ Queue=true
    ActiveMQ\ Embedded\ 5.4\ Topic=true
    Alfresco\ 2.0.x=true
    Alfresco\ 2.0.x\ Database\ Backend=true
    Alfresco\ 2.0.x\ HTTP=true
    Alfresco\ 2.0.x\ Lucene\ Index=true
    Alfresco\ 2.0.x\ Tomcat=true
    Apache\ 1.3=true
    Apache\ 1.3\ VHost=true
    Apache\ 1.3\ mod_jk\ Worker=true
    Apache\ 2.0=true
    Apache\ 2.0\ VHost=true
    Apache\ 2.0\ mod_jk\ Worker=true
    Apache\ 2.2=true
    Apache\ 2.2\ VHost=true
    Apache\ 2.2\ mod_jk\ Worker=true
    Apache\ Tomcat\ 5.5=true
    Apache\ Tomcat\ 5.5\ Cache=true
    Apache\ Tomcat\ 5.5\ DataSource\ Pool=true
    Apache\ Tomcat\ 5.5\ Global\ Request\ Processor=true
    Apache\ Tomcat\ 5.5\ HTTP=true
    Apache\ Tomcat\ 5.5\ JSP\ Monitor=true
    Apache\ Tomcat\ 5.5\ Java\ Process\ Metrics=true
    Apache\ Tomcat\ 5.5\ Servlet\ Monitor=true
    Apache\ Tomcat\ 5.5\ Thread\ Pools=true
    Apache\ Tomcat\ 5.5\ Web\ Module\ Stats=true
    Apache\ Tomcat\ 6.0=true
    Apache\ Tomcat\ 6.0\ Cache=true
    Apache\ Tomcat\ 6.0\ DataSource\ Pool=true
    Apache\ Tomcat\ 6.0\ Global\ Request\ Processor=true
    Apache\ Tomcat\ 6.0\ HQ\ Internals=true
    Apache\ Tomcat\ 6.0\ HTTP=true
    Apache\ Tomcat\ 6.0\ Hibernate\ Session\ Factory=true
    Apache\ Tomcat\ 6.0\ Hyperic\ Data\ Source=true
    Apache\ Tomcat\ 6.0\ JSP\ Monitor=true
    Apache\ Tomcat\ 6.0\ Java\ Process\ Metrics=true
    Apache\ Tomcat\ 6.0\ Servlet\ Monitor=true
    Apache\ Tomcat\ 6.0\ Thread\ Pools=true
    Apache\ Tomcat\ 6.0\ Web\ Module\ Stats=true
    Apache\ Tomcat\ 7.0=true
    Apache\ Tomcat\ 7.0\ Cache=true
    Apache\ Tomcat\ 7.0\ DataSource\ Pool=true
    Apache\ Tomcat\ 7.0\ Global\ Request\ Processor=true
    Apache\ Tomcat\ 7.0\ HQ\ Internals=true
    Apache\ Tomcat\ 7.0\ HTTP=true
    Apache\ Tomcat\ 7.0\ Hibernate\ Session\ Factory=true
    Apache\ Tomcat\ 7.0\ Hyperic\ Data\ Source=true
    Apache\ Tomcat\ 7.0\ JSP\ Monitor=true
    Apache\ Tomcat\ 7.0\ Java\ Process\ Metrics=true
    Apache\ Tomcat\ 7.0\ Servlet\ Monitor=true
    Apache\ Tomcat\ 7.0\ Thread\ Pools=true
    Apache\ Tomcat\ 7.0\ Web\ Module\ Stats=true
    Apache\ httpd=true
    Apache\ httpd\ mod_jk\ Worker=true
    Apache-ERS\ 2.3=true
    Apache-ERS\ 2.3\ VHost=true
    Apache-ERS\ 2.3\ mod_jk\ Worker=true
    Apache-ERS\ 2.4=true
    Apache-ERS\ 2.4\ VHost=true
    Apache-ERS\ 2.4\ mod_jk\ Worker=true
    Apache-ERS\ 3.x=true
    Apache-ERS\ 3.x\ VHost=true
    Apache-ERS\ 3.x\ mod_jk\ Worker=true
    Apache-ERS\ 4.x=true
    Apache-ERS\ 4.x\ VHost=true
    Apache-ERS\ 4.x\ mod_jk\ Worker=true
    Application\ Peer\ 6.5=true
    Application\ Peer\ 6.5\ Region=true
    Bind\ 9.x=true
    CPU=true
    Cache\ Server\ 6.5=true
    Cache\ Server\ 6.5\ Region=true
    Cisco\ IOS=true
    Cisco\ IOS\ Interface=true
    Cisco\ IOS\ Server=true
    Cisco\ PIXOS=true
    Cisco\ PIXOS\ Interface=true
    Cisco\ PIXOS\ Server=true
    Coldfusion\ 6.x=true
    Coldfusion\ 6.x\ HTTP=true
    Coldfusion\ 6.x\ Java\ Process\ Metrics=true
    Coldfusion\ 7.x=true
    Coldfusion\ 7.x\ HTTP=true
    Coldfusion\ 7.x\ Java\ Process\ Metrics=true
    DB2\ 7.x=true
    DB2\ 7.x\ Database=true
    DB2\ 7.x\ Table=true
    DB2\ 7.x\ Tablespace=true
    DB2\ 8.x=true
    DB2\ 8.x\ Database=true
    DB2\ 8.x\ Table=true
    DB2\ 8.x\ Tablespace=true
    DB2\ 9.x=true
    DB2\ 9.x\ Database=true
    DB2\ 9.x\ Table=true
    DB2\ 9.x\ Tablespace=true
    DB2\ JDBC\ 9.x=true
    DB2\ JDBC\ 9.x\ Buffer\ Pool=true
    DB2\ JDBC\ 9.x\ Memory\ Pool=true
    DB2\ JDBC\ 9.x\ Table=true
    DB2\ JDBC\ 9.x\ Table\ Space=true
    DB2\ JDBC\ Database\ Manager\ 9.x=true
    DHCP=true
    DNS=true
    Exchange\ 2000=true
    Exchange\ 2000\ IMAP4=true
    Exchange\ 2000\ MTA=true
    Exchange\ 2000\ POP3=true
    Exchange\ 2000\ Web=true
    Exchange\ 2003=true
    Exchange\ 2003\ IMAP4=true
    Exchange\ 2003\ MTA=true
    Exchange\ 2003\ POP3=true
    Exchange\ 2003\ Web=true
    Exchange\ 2007=true
    Exchange\ 2007\ IMAP4=true
    Exchange\ 2007\ POP3=true
    Exchange\ 2007\ Web=true
    Exchange\ 2010=true
    Exchange\ 2010\ IMAP4=true
    Exchange\ 2010\ POP3=true
    Exchange\ 2010\ Web=true
    Exchange\ 5.5=true
    Exchange\ 5.5\ IMAP4=true
    Exchange\ 5.5\ MTA=true
    Exchange\ 5.5\ POP3=true
    Exchange\ 5.5\ Web=true
    Exchange\ Transport\ 2007=true
    Exchange\ Transport\ 2007\ SmtpReceive=true
    Exchange\ Transport\ 2007\ SmtpSend=true
    Exchange\ Transport\ 2010=true
    Exchange\ Transport\ 2010\ SmtpReceive=true
    Exchange\ Transport\ 2010\ SmtpSend=true
    FTP=true
    FileServer=true
    FileServer\ Directory=true
    FileServer\ Directory\ Tree=true
    FileServer\ File=true
    FileServer\ Mount=true
    FreeBSD=true
    Gateway\ Hub\ 6.5=true
    Gateway\ Hub\ 6.5\ Gateway=true
    Gateway\ Hub\ 6.5\ Region=true
    GemFire\ Distributed\ System=true
    Geronimo\ 1.0=true
    Geronimo\ 1.0\ Entity\ Bean=true
    Geronimo\ 1.0\ JCA\ Connection\ Factory=true
    Geronimo\ 1.0\ Stateful\ Session\ Bean=true
    Geronimo\ 1.0\ Stateless\ Session\ Bean=true
    GlassFish\ 9.x=true
    GlassFish\ 9.x\ Class\ Loading\ System=true
    GlassFish\ 9.x\ Connection\ Queue=true
    GlassFish\ 9.x\ Garbage\ Collector=true
    GlassFish\ 9.x\ Global\ Request\ Processor=true
    GlassFish\ 9.x\ Manager=true
    GlassFish\ 9.x\ PWC\ Connection\ Queue=true
    GlassFish\ 9.x\ PWC\ File\ Cache=true
    GlassFish\ 9.x\ PWC\ Keep\ Alive=true
    GlassFish\ 9.x\ Servlet=true
    GlassFish\ 9.x\ System\ Compilation=true
    GlassFish\ 9.x\ WebModule=true
    HPUX=true
    HQ\ Agent=true
    HQ\ PostgreSQL\ 9.x=true
    HQ\ PostgreSQL\ 9.x\ DataBase=true
    HQ\ PostgreSQL\ 9.x\ Index=true
    HQ\ PostgreSQL\ 9.x\ Table=true
    HTTP=true
    IIS\ 4.x=true
    IIS\ 4.x\ VHost=true
    IIS\ 5.x=true
    IIS\ 5.x\ VHost=true
    IIS\ 6.x=true
    IIS\ 6.x\ VHost=true
    IIS\ 7.x=true
    IIS\ 7.x\ VHost=true
    IIS\ 8.x=true
    IIS\ 8.x\ VHost=true
    IMAP=true
    InetAddress\ Ping=true
    Informix\ 10.0=true
    Informix\ 10.0\ DBSpace=true
    Informix\ 10.0\ Table=true
    JBoss\ 3.2=true
    JBoss\ 3.2\ Entity\ EJB=true
    JBoss\ 3.2\ Hibernate\ Session\ Factory=true
    JBoss\ 3.2\ JCA\ Connection\ Pool=true
    JBoss\ 3.2\ JGroups\ Channel=true
    JBoss\ 3.2\ JMS\ Destination=true
    JBoss\ 3.2\ JMS\ Topic=true
    JBoss\ 3.2\ Message\ Driven\ EJB=true
    JBoss\ 3.2\ Stateful\ Session\ EJB=true
    JBoss\ 3.2\ Stateless\ Session\ EJB=true
    JBoss\ 4.0=true
    JBoss\ 4.0\ EJB3=true
    JBoss\ 4.0\ Entity\ EJB=true
    JBoss\ 4.0\ HQ\ Internals=true
    JBoss\ 4.0\ Hibernate\ Session\ Factory=true
    JBoss\ 4.0\ JCA\ Connection\ Pool=true
    JBoss\ 4.0\ JCA\ Data\ Source=true
    JBoss\ 4.0\ JGroups\ Channel=true
    JBoss\ 4.0\ JMS\ Destination=true
    JBoss\ 4.0\ JMS\ Topic=true
    JBoss\ 4.0\ Message\ Driven\ EJB=true
    JBoss\ 4.0\ Stateful\ Session\ EJB=true
    JBoss\ 4.0\ Stateless\ Session\ EJB=true
    JBoss\ 4.2=true
    JBoss\ 4.2\ EJB3=true
    JBoss\ 4.2\ Entity\ EJB=true
    JBoss\ 4.2\ HQ\ Internals=true
    JBoss\ 4.2\ Hibernate\ Session\ Factory=true
    JBoss\ 4.2\ JCA\ Connection\ Pool=true
    JBoss\ 4.2\ JCA\ Data\ Source=true
    JBoss\ 4.2\ JGroups\ Channel=true
    JBoss\ 4.2\ JMS\ Destination=true
    JBoss\ 4.2\ JMS\ Topic=true
    JBoss\ 4.2\ Message\ Driven\ EJB=true
    JBoss\ 4.2\ Stateful\ Session\ EJB=true
    JBoss\ 4.2\ Stateless\ Session\ EJB=true
    JBoss\ 4.3=true
    JBoss\ 4.3\ EJB3=true
    JBoss\ 4.3\ Entity\ EJB=true
    JBoss\ 4.3\ Hibernate\ Session\ Factory=true
    JBoss\ 4.3\ JCA\ Connection\ Pool=true
    JBoss\ 4.3\ JCA\ Data\ Source=true
    JBoss\ 4.3\ JGroups\ Channel=true
    JBoss\ 4.3\ JMS\ Destination=true
    JBoss\ 4.3\ JMS\ Queue\ Destination=true
    JBoss\ 4.3\ JMS\ Topic=true
    JBoss\ 4.3\ Message\ Driven\ EJB=true
    JBoss\ 4.3\ Stateful\ Session\ EJB=true
    JBoss\ 4.3\ Stateless\ Session\ EJB=true
    JBoss\ 5.0=true
    JBoss\ 5.0\ EJB\ 3=true
    JBoss\ 5.0\ Hibernate\ Session\ Factory=true
    JBoss\ 5.0\ JCA\ Connection\ Pool=true
    JBoss\ 5.0\ JCA\ Data\ Source=true
    JBoss\ 5.0\ JGroups\ Channel=true
    JBoss\ 5.0\ JMS\ QUEUE\ Destination=true
    JBoss\ 5.0\ JMS\ Topic=true
    JBoss\ 5.0\ Message\ Driven\ EJB=true
    JBoss\ 5.0\ Stateful\ Session\ EJB=true
    JBoss\ 5.0\ Stateless\ Session\ EJB=true
    JBoss\ 5.0\ WebApp=true
    JBoss\ 5.1=true
    JBoss\ 5.1\ EJB\ 3=true
    JBoss\ 5.1\ Hibernate\ Session\ Factory=true
    JBoss\ 5.1\ JCA\ Connection\ Pool=true
    JBoss\ 5.1\ JCA\ Data\ Source=true
    JBoss\ 5.1\ JGroups\ Channel=true
    JBoss\ 5.1\ JMS\ QUEUE\ Destination=true
    JBoss\ 5.1\ JMS\ Topic=true
    JBoss\ 5.1\ Message\ Driven\ EJB=true
    JBoss\ 5.1\ Stateful\ Session\ EJB=true
    JBoss\ 5.1\ Stateless\ Session\ EJB=true
    JBoss\ 5.1\ WebApp=true
    JBoss\ 6.0=true
    JBoss\ 6.0\ EJB\ 3=true
    JBoss\ 6.0\ Hibernate\ Session\ Factory=true
    JBoss\ 6.0\ JCA\ Connection\ Pool=true
    JBoss\ 6.0\ JCA\ Data\ Source=true
    JBoss\ 6.0\ JGroups\ Channel=true
    JBoss\ 6.0\ JMS\ HornetQ\ QUEUE=true
    JBoss\ 6.0\ JMS\ HornetQ\ Topic=true
    JBoss\ 6.0\ JMS\ QUEUE\ Destination=true
    JBoss\ 6.0\ JMS\ Topic=true
    JBoss\ 6.0\ Message\ Driven\ EJB=true
    JBoss\ 6.0\ Stateful\ Session\ EJB=true
    JBoss\ 6.0\ Stateless\ Session\ EJB=true
    JBoss\ 6.0\ WebApp=true
    JBoss\ 7=true
    JBoss\ 7\ Connector=true
    JBoss\ 7\ Datasource=true
    JBoss\ 7\ deployment=true
    JBoss\ 7.1=true
    JBoss\ 7.1\ Connector=true
    JBoss\ 7.1\ Datasource=true
    JBoss\ 7.1\ deployment=true
    JBoss\ Host\ Controller\ 7=true
    JBoss\ Host\ Controller\ 7.1=true
    JBoss\ Managed\ 7=true
    JBoss\ Managed\ 7\ Connector=true
    JBoss\ Managed\ 7\ Datasource=true
    JBoss\ Managed\ 7\ deployment=true
    JBoss\ Managed\ 7.1=true
    JBoss\ Managed\ 7.1\ Connector=true
    JBoss\ Managed\ 7.1\ Datasource=true
    JBoss\ Managed\ 7.1\ deployment=true
    JBoss\ Web\ 2.0=true
    JBoss\ Web\ 2.0\ Cache=true
    JBoss\ Web\ 2.0\ DataSource\ Pool=true
    JBoss\ Web\ 2.0\ Global\ Request\ Processor=true
    JBoss\ Web\ 2.0\ HQ\ Internals=true
    JBoss\ Web\ 2.0\ HTTP=true
    JBoss\ Web\ 2.0\ Hibernate\ Session\ Factory=true
    JBoss\ Web\ 2.0\ Hyperic\ Data\ Source=true
    JBoss\ Web\ 2.0\ JSP\ Monitor=true
    JBoss\ Web\ 2.0\ Java\ Process\ Metrics=true
    JBoss\ Web\ 2.0\ Servlet\ Monitor=true
    JBoss\ Web\ 2.0\ Thread\ Pools=true
    JBoss\ Web\ 2.0\ Web\ Module\ Stats=true
    JBoss\ Web\ 2.1=true
    JBoss\ Web\ 2.1\ Cache=true
    JBoss\ Web\ 2.1\ DataSource\ Pool=true
    JBoss\ Web\ 2.1\ Global\ Request\ Processor=true
    JBoss\ Web\ 2.1\ HQ\ Internals=true
    JBoss\ Web\ 2.1\ HTTP=true
    JBoss\ Web\ 2.1\ Hibernate\ Session\ Factory=true
    JBoss\ Web\ 2.1\ Hyperic\ Data\ Source=true
    JBoss\ Web\ 2.1\ JSP\ Monitor=true
    JBoss\ Web\ 2.1\ Java\ Process\ Metrics=true
    JBoss\ Web\ 2.1\ Servlet\ Monitor=true
    JBoss\ Web\ 2.1\ Thread\ Pools=true
    JBoss\ Web\ 2.1\ Web\ Module\ Stats=true
    JBoss\ Web\ 3.0=true
    JBoss\ Web\ 3.0\ Cache=true
    JBoss\ Web\ 3.0\ DataSource\ Pool=true
    JBoss\ Web\ 3.0\ Global\ Request\ Processor=true
    JBoss\ Web\ 3.0\ HQ\ Internals=true
    JBoss\ Web\ 3.0\ HTTP=true
    JBoss\ Web\ 3.0\ Hibernate\ Session\ Factory=true
    JBoss\ Web\ 3.0\ Hyperic\ Data\ Source=true
    JBoss\ Web\ 3.0\ JSP\ Monitor=true
    JBoss\ Web\ 3.0\ Java\ Process\ Metrics=true
    JBoss\ Web\ 3.0\ Servlet\ Monitor=true
    JBoss\ Web\ 3.0\ Thread\ Pools=true
    JBoss\ Web\ 3.0\ Web\ Module\ Stats=true
    JMX\ Agent\ 6.5=true
    Jetty\ 6.x=true
    Jetty\ 6.x\ Jetty\ IO=true
    LDAP=true
    Linux=true
    MacOSX=true
    MsSQL\ 2000=true
    MsSQL\ 2000\ Database=true
    MsSQL\ 2000\ SQLAgent=true
    MsSQL\ 2005=true
    MsSQL\ 2005\ Database=true
    MsSQL\ 2005\ SQLAgent=true
    MsSQL\ 2008=true
    MsSQL\ 2008\ Database=true
    MsSQL\ 2008\ R2=true
    MsSQL\ 2008\ R2\ Database=true
    MsSQL\ 2008\ R2\ SQLAgent=true
    MsSQL\ 2008\ SQLAgent=true
    MsSQL\ 2012=true
    MsSQL\ 2012\ Database=true
    MsSQL\ 2012\ SQLAgent=true
    MultiProcess=true
    MySQL\ 3.x=true
    MySQL\ 3.x\ Table=true
    MySQL\ 4.x=true
    MySQL\ 4.x\ Table=true
    MySQL\ 5.x=true
    MySQL\ 5.x\ Table=true
    MySQL\ Process\ 3.x=true
    MySQL\ Process\ 4.x=true
    MySQL\ Process\ 5.x=true
    MySQL\ Stats\ 4.0.x=true
    MySQL\ Stats\ 4.0.x\ Show\ Slave\ Status=true
    MySQL\ Stats\ 4.0.x\ Slave\ Status=true
    MySQL\ Stats\ 4.1.x=true
    MySQL\ Stats\ 4.1.x\ Show\ Slave\ Status=true
    MySQL\ Stats\ 4.1.x\ Slave\ Status=true
    MySQL\ Stats\ 5.0.x=true
    MySQL\ Stats\ 5.0.x\ Show\ Slave\ Status=true
    MySQL\ Stats\ 5.0.x\ Slave\ Status=true
    MySQL\ Stats\ 5.0.x\ Table=true
    MySQL\ Stats\ 5.1.x=true
    MySQL\ Stats\ 5.1.x\ Show\ Slave\ Status=true
    MySQL\ Stats\ 5.1.x\ Slave\ Status=true
    MySQL\ Stats\ 5.1.x\ Table=true
    MySQL\ Stats\ 5.5.x=true
    MySQL\ Stats\ 5.5.x\ Show\ Slave\ Status=true
    MySQL\ Stats\ 5.5.x\ Slave\ Status=true
    MySQL\ Stats\ 5.5.x\ Table=true
    MySQL\ Stats\ base=true
    MySQL\ Stats\ base\ Slave\ Status=true
    MySQL\ Stats\ baseWithTable=true
    MySQL\ Stats\ baseWithTable\ Slave\ Status=true
    MySQL\ Stats\ baseWithTable\ Table=true
    NTP=true
    NTP\ 4.x=true
    Nagios=true
    Nagios\ Plugin=true
    Net\ Services=true
    NetApp\ Filer=true
    NetApp\ Filer\ CIFS\ Server=true
    NetApp\ Filer\ File\ System=true
    NetApp\ Filer\ Interface=true
    NetApp\ Filer\ NFS\ server\ v2=true
    NetApp\ Filer\ NFS\ server\ v3=true
    NetApp\ Filer\ Server=true
    NetBSD=true
    Network\ Device=true
    Network\ Device\ Interface=true
    Network\ Device\ Server=true
    Network\ Host=true
    Network\ Host\ Interface=true
    Network\ Host\ Server=true
    Network\ Host\ Storage=true
    NetworkServer=true
    NetworkServer\ Interface=true
    OC4J\ 10=true
    OC4J\ 10\ Application=true
    OC4J\ 10\ Entity\ Bean=true
    OC4J\ 10\ JCA\ Connection\ Pool=true
    OC4J\ 10\ JCA\ Resource=true
    OC4J\ 10\ JDBC\ Resource=true
    OC4J\ 10\ JMS\ Destination=true
    OC4J\ 10\ JMS\ Topic=true
    OC4J\ 10\ JTA\ Resource=true
    OC4J\ 10\ Stateful\ Session\ Bean=true
    OC4J\ 10\ Stateless\ Session\ Bean=true
    OC4J\ 10\ Thread\ Pool=true
    OC4J\ 10\ Web\ Module=true
    OpenBSD=true
    OpenLDAP\ 2.3.x=true
    OpenLDAP\ 2.3.x\ LDAP=true
    OpenLDAP\ 2.3.x\ Slapd\ Process\ Metrics=true
    Oracle\ 10g=true
    Oracle\ 10g\ Process\ Metrics=true
    Oracle\ 10g\ Segment=true
    Oracle\ 10g\ TNS\ Ping=true
    Oracle\ 10g\ Tablespace=true
    Oracle\ 10g\ User\ Instance=true
    Oracle\ 11g=true
    Oracle\ 11g\ Process\ Metrics=true
    Oracle\ 11g\ Segment=true
    Oracle\ 11g\ TNS\ Ping=true
    Oracle\ 11g\ Tablespace=true
    Oracle\ 11g\ User\ Instance=true
    Oracle\ 8i=true
    Oracle\ 8i\ Process\ Metrics=true
    Oracle\ 8i\ TNS\ Ping=true
    Oracle\ 8i\ Tablespace=true
    Oracle\ 8i\ User\ Instance=true
    Oracle\ 9i=true
    Oracle\ 9i\ Process\ Metrics=true
    Oracle\ 9i\ TNS\ Ping=true
    Oracle\ 9i\ Tablespace=true
    Oracle\ 9i\ User\ Instance=true
    POP3=true
    Perlbal\ 1.x=true
    Postfix\ 2.x=true
    Postfix\ 2.x\ Queue=true
    PostgreSQL\ 7.4=true
    PostgreSQL\ 7.4\ DataBase=true
    PostgreSQL\ 7.4\ Index=true
    PostgreSQL\ 7.4\ Table=true
    PostgreSQL\ 8.x=true
    PostgreSQL\ 8.x\ DataBase=true
    PostgreSQL\ 8.x\ Index=true
    PostgreSQL\ 8.x\ Table=true
    PostgreSQL\ 9.x=true
    PostgreSQL\ 9.x\ DataBase=true
    PostgreSQL\ 9.x\ Index=true
    PostgreSQL\ 9.x\ Table=true
    Process=true
    ProcessServer=true
    RPC=true
    RabbitMQ=true
    RabbitMQ\ Channel=true
    RabbitMQ\ Connection=true
    RabbitMQ\ Exchange=true
    RabbitMQ\ Queue=true
    RabbitMQ\ VirtualHost=true
    Resin\ 3.x=true
    Resin\ 3.x\ Connection\ Pool=true
    Resin\ 3.x\ Port=true
    Resin\ 3.x\ Webapp=true
    SMTP=true
    SNMP=true
    SQL\ Query=true
    SSH=true
    Samba\ 3.x=true
    Script=true
    Sendmail\ 8.x=true
    Sendmail\ 8.x\ Message\ Submission\ Process=true
    Sendmail\ 8.x\ Root\ Daemon\ Process=true
    Sendmail\ 8.x\ SMTP=true
    SharePoint\ 2007=true
    SharePoint\ 2007\ Publishing\ Cache=true
    SharePoint\ 2007\ Search\ Archival\ Plugin=true
    SharePoint\ 2007\ Search\ Gatherer=true
    SharePoint\ 2007\ Search\ Gatherer\ Projects=true
    SharePoint\ 2007\ Search\ Schema\ Plugin=true
    SharePoint\ 2007\ Webserver=true
    SharePoint\ 2007\ WindowsService=true
    SharePoint\ 2010=true
    SharePoint\ 2010\ Disk-Based\ Cache=true
    SharePoint\ 2010\ Foundation\ BDC\ Metadata=true
    SharePoint\ 2010\ Foundation\ BDC\ Online=true
    SharePoint\ 2010\ Foundation\ Search\ Archival\ Plugin=true
    SharePoint\ 2010\ Foundation\ Search\ FAST\ Content\ Plugin=true
    SharePoint\ 2010\ Foundation\ Search\ Gatherer=true
    SharePoint\ 2010\ Foundation\ Search\ Gatherer\ Databases=true
    SharePoint\ 2010\ Foundation\ Search\ Gatherer\ Projects=true
    SharePoint\ 2010\ Foundation\ Search\ Indexer\ Plugin=true
    SharePoint\ 2010\ Foundation\ Search\ Query\ Processor=true
    SharePoint\ 2010\ Foundation\ Search\ Schema\ Plugin=true
    SharePoint\ 2010\ Publishing\ Cache=true
    SharePoint\ 2010\ Records\ Management\ Counters=true
    SharePoint\ 2010\ Webserver=true
    SharePoint\ 2010\ WindowsService=true
    Solaris=true
    Spring\ Application=true
    Spring\ Insight=true
    Spring\ Insight\ Application=true
    SpringSource\ tc\ Runtime\ 6.0=true
    SpringSource\ tc\ Runtime\ 6.0\ Cache=true
    SpringSource\ tc\ Runtime\ 6.0\ Data\ Source\ Context=true
    SpringSource\ tc\ Runtime\ 6.0\ Data\ Source\ Global=true
    SpringSource\ tc\ Runtime\ 6.0\ EM4J=true
    SpringSource\ tc\ Runtime\ 6.0\ Executor=true
    SpringSource\ tc\ Runtime\ 6.0\ Garbage\ Collector=true
    SpringSource\ tc\ Runtime\ 6.0\ Global\ Request\ Processor=true
    SpringSource\ tc\ Runtime\ 6.0\ HTTP=true
    SpringSource\ tc\ Runtime\ 6.0\ JSP\ Monitor=true
    SpringSource\ tc\ Runtime\ 6.0\ Java\ Process\ Metrics=true
    SpringSource\ tc\ Runtime\ 6.0\ Manager=true
    SpringSource\ tc\ Runtime\ 6.0\ Servlet\ Monitor=true
    SpringSource\ tc\ Runtime\ 6.0\ Thread\ Diagnostics\ Context=true
    SpringSource\ tc\ Runtime\ 6.0\ Thread\ Diagnostics\ Engine=true
    SpringSource\ tc\ Runtime\ 6.0\ Thread\ Diagnostics\ Host=true
    SpringSource\ tc\ Runtime\ 6.0\ Thread\ Pools=true
    SpringSource\ tc\ Runtime\ 6.0\ Tomcat\ JDBC\ Connection\ Pool\ Context=true
    SpringSource\ tc\ Runtime\ 6.0\ Tomcat\ JDBC\ Connection\ Pool\ Global=true
    SpringSource\ tc\ Runtime\ 6.0\ Web\ Module\ Stats=true
    SpringSource\ tc\ Runtime\ 7.0=true
    SpringSource\ tc\ Runtime\ 7.0\ Cache=true
    SpringSource\ tc\ Runtime\ 7.0\ Data\ Source\ Context=true
    SpringSource\ tc\ Runtime\ 7.0\ Data\ Source\ Global=true
    SpringSource\ tc\ Runtime\ 7.0\ EM4J=true
    SpringSource\ tc\ Runtime\ 7.0\ Executor=true
    SpringSource\ tc\ Runtime\ 7.0\ Garbage\ Collector=true
    SpringSource\ tc\ Runtime\ 7.0\ Global\ Request\ Processor=true
    SpringSource\ tc\ Runtime\ 7.0\ HTTP=true
    SpringSource\ tc\ Runtime\ 7.0\ JSP\ Monitor=true
    SpringSource\ tc\ Runtime\ 7.0\ Java\ Process\ Metrics=true
    SpringSource\ tc\ Runtime\ 7.0\ Manager=true
    SpringSource\ tc\ Runtime\ 7.0\ Servlet\ Monitor=true
    SpringSource\ tc\ Runtime\ 7.0\ Thread\ Diagnostics\ Context=true
    SpringSource\ tc\ Runtime\ 7.0\ Thread\ Diagnostics\ Engine=true
    SpringSource\ tc\ Runtime\ 7.0\ Thread\ Diagnostics\ Host=true
    SpringSource\ tc\ Runtime\ 7.0\ Thread\ Pools=true
    SpringSource\ tc\ Runtime\ 7.0\ Tomcat\ JDBC\ Connection\ Pool\ Context=true
    SpringSource\ tc\ Runtime\ 7.0\ Tomcat\ JDBC\ Connection\ Pool\ Global=true
    SpringSource\ tc\ Runtime\ 7.0\ Web\ Module\ Stats=true
    Sun\ JVM\ 1.5=true
    Sun\ JVM\ 1.5\ Garbage\ Collector=true
    Sun\ JVM\ 1.5\ Memory\ Pool=true
    Sybase\ 12.5.x=true
    Sybase\ 12.5.x\ sp_monitorconfig=true
    Sybase\ 12.5.x\ sp_sysmonCache=true
    Sybase\ 12.5.x\ sp_sysmonEngine=true
    Sybase\ 12.5.x\ storage=true
    Sybase\ 12.x=true
    Sybase\ 15.x=true
    Sybase\ 15.x\ sp_monitorconfig=true
    Sybase\ 15.x\ sp_sysmonCache=true
    Sybase\ 15.x\ sp_sysmonEngine=true
    Sybase\ 15.x\ storage=true
    TCP\ Socket=true
    VMware\ ESX\ 2.x=true
    VMware\ ESX\ 2.x\ VM=true
    VMware\ ESX\ 2.x\ VM\ Disk=true
    VMware\ ESX\ 2.x\ VM\ NIC=true
    VMware\ ESX\ 3.x=true
    VMware\ ESX\ 3.x\ VM=true
    VMware\ ESX\ 3.x\ VM\ Disk=true
    VMware\ ESX\ 3.x\ VM\ NIC=true
    VMware\ GSX\ 3.x=true
    VMware\ GSX\ 3.x\ VM=true
    VMware\ Server\ 1.x=true
    VMware\ Server\ 1.x\ VM=true
    VMware\ VI3\ Host=true
    VMware\ VI3\ Resource\ Pool=true
    VMware\ VI3\ VM=true
    VMware\ VI3\ VM\ CPU=true
    VMware\ VI3\ VM\ NIC=true
    VMware\ vCenter=true
    VMware\ vSphere\ Host=true
    VMware\ vSphere\ Host\ DS=true
    VMware\ vSphere\ VM=true
    VMware\ vSphere\ VM\ DS=true
    WebSphere\ 6.0=true
    WebSphere\ 6.0\ Application=true
    WebSphere\ 6.0\ Connection\ Pool=true
    WebSphere\ 6.0\ EJB=true
    WebSphere\ 6.0\ Thread\ Pool=true
    WebSphere\ 6.0\ Webapp=true
    WebSphere\ 6.1=true
    WebSphere\ 6.1\ Application=true
    WebSphere\ 6.1\ Connection\ Pool=true
    WebSphere\ 6.1\ EJB=true
    WebSphere\ 6.1\ Thread\ Pool=true
    WebSphere\ 6.1\ Webapp=true
    WebSphere\ 7.0=true
    WebSphere\ 7.0\ Application=true
    WebSphere\ 7.0\ Connection\ Pool=true
    WebSphere\ 7.0\ EJB=true
    WebSphere\ 7.0\ Thread\ Pool=true
    WebSphere\ 7.0\ Webapp=true
    WebSphere\ Admin\ 6.0=true
    WebSphere\ Admin\ 6.1=true
    WebSphere\ Admin\ 7.0=true
    WebSphere\ MQ\ QManager\ 6=true
    WebSphere\ MQ\ QManager\ 6\ Alias\ Queue=true
    WebSphere\ MQ\ QManager\ 6\ Channel=true
    WebSphere\ MQ\ QManager\ 6\ Cluster=true
    WebSphere\ MQ\ QManager\ 6\ Cluster\ Receiver\ Channel=true
    WebSphere\ MQ\ QManager\ 6\ Cluster\ Sender\ Channel=true
    WebSphere\ MQ\ QManager\ 6\ Local\ Queue=true
    WebSphere\ MQ\ QManager\ 6\ Process=true
    WebSphere\ MQ\ QManager\ 6\ Receiver\ Channel=true
    WebSphere\ MQ\ QManager\ 6\ Remote\ Queue=true
    WebSphere\ MQ\ QManager\ 6\ Sender\ Channel=true
    WebSphere\ MQ\ QManager\ 6\ System\ Queue=true
    WebSphere\ MQ\ QManager\ 7=true
    WebSphere\ MQ\ QManager\ 7\ Alias\ Queue=true
    WebSphere\ MQ\ QManager\ 7\ Channel=true
    WebSphere\ MQ\ QManager\ 7\ Cluster=true
    WebSphere\ MQ\ QManager\ 7\ Cluster\ Receiver\ Channel=true
    WebSphere\ MQ\ QManager\ 7\ Cluster\ Sender\ Channel=true
    WebSphere\ MQ\ QManager\ 7\ Local\ Queue=true
    WebSphere\ MQ\ QManager\ 7\ Process=true
    WebSphere\ MQ\ QManager\ 7\ Receiver\ Channel=true
    WebSphere\ MQ\ QManager\ 7\ Remote\ Queue=true
    WebSphere\ MQ\ QManager\ 7\ Sender\ Channel=true
    WebSphere\ MQ\ QManager\ 7\ System\ Queue=true
    WebSphere\ MQ\ QManager\ 7\ Topic=true
    Weblogic\ 10.0=true
    Weblogic\ 10.0\ Application=true
    Weblogic\ 10.0\ Entity\ EJB=true
    Weblogic\ 10.0\ Execute\ Queue=true
    Weblogic\ 10.0\ JDBC\ Connection\ Pool=true
    Weblogic\ 10.0\ JMS\ Destination=true
    Weblogic\ 10.0\ JMS\ Server=true
    Weblogic\ 10.0\ JTA\ Resource=true
    Weblogic\ 10.0\ Message\ Driven\ EJB=true
    Weblogic\ 10.0\ Stateful\ EJB=true
    Weblogic\ 10.0\ Stateless\ EJB=true
    Weblogic\ 10.0\ Webapp=true
    Weblogic\ 10.1=true
    Weblogic\ 10.1\ Application=true
    Weblogic\ 10.1\ Entity\ EJB=true
    Weblogic\ 10.1\ Execute\ Queue=true
    Weblogic\ 10.1\ JDBC\ Connection\ Pool=true
    Weblogic\ 10.1\ JMS\ Destination=true
    Weblogic\ 10.1\ JMS\ Server=true
    Weblogic\ 10.1\ JTA\ Resource=true
    Weblogic\ 10.1\ Message\ Driven\ EJB=true
    Weblogic\ 10.1\ Stateful\ EJB=true
    Weblogic\ 10.1\ Stateless\ EJB=true
    Weblogic\ 10.1\ Webapp=true
    Weblogic\ 10.2=true
    Weblogic\ 10.2\ Application=true
    Weblogic\ 10.2\ Entity\ EJB=true
    Weblogic\ 10.2\ Execute\ Queue=true
    Weblogic\ 10.2\ JDBC\ Connection\ Pool=true
    Weblogic\ 10.2\ JMS\ Destination=true
    Weblogic\ 10.2\ JMS\ Server=true
    Weblogic\ 10.2\ JTA\ Resource=true
    Weblogic\ 10.2\ Message\ Driven\ EJB=true
    Weblogic\ 10.2\ Stateful\ EJB=true
    Weblogic\ 10.2\ Stateless\ EJB=true
    Weblogic\ 10.2\ Webapp=true
    Weblogic\ 10.3=true
    Weblogic\ 10.3\ Application=true
    Weblogic\ 10.3\ Entity\ EJB=true
    Weblogic\ 10.3\ Execute\ Queue=true
    Weblogic\ 10.3\ JDBC\ Connection\ Pool=true
    Weblogic\ 10.3\ JMS\ Destination=true
    Weblogic\ 10.3\ JMS\ Server=true
    Weblogic\ 10.3\ JTA\ Resource=true
    Weblogic\ 10.3\ Message\ Driven\ EJB=true
    Weblogic\ 10.3\ Stateful\ EJB=true
    Weblogic\ 10.3\ Stateless\ EJB=true
    Weblogic\ 10.3\ Webapp=true
    Weblogic\ 6.1=true
    Weblogic\ 6.1\ Application=true
    Weblogic\ 6.1\ Entity\ EJB=true
    Weblogic\ 6.1\ Execute\ Queue=true
    Weblogic\ 6.1\ JDBC\ Connection\ Pool=true
    Weblogic\ 6.1\ JMS\ Destination=true
    Weblogic\ 6.1\ JMS\ Server=true
    Weblogic\ 6.1\ JTA\ Resource=true
    Weblogic\ 6.1\ Message\ Driven\ EJB=true
    Weblogic\ 6.1\ Stateful\ EJB=true
    Weblogic\ 6.1\ Stateless\ EJB=true
    Weblogic\ 6.1\ Webapp=true
    Weblogic\ 7.0=true
    Weblogic\ 7.0\ Application=true
    Weblogic\ 7.0\ Entity\ EJB=true
    Weblogic\ 7.0\ Execute\ Queue=true
    Weblogic\ 7.0\ JDBC\ Connection\ Pool=true
    Weblogic\ 7.0\ JMS\ Destination=true
    Weblogic\ 7.0\ JMS\ Server=true
    Weblogic\ 7.0\ JTA\ Resource=true
    Weblogic\ 7.0\ Message\ Driven\ EJB=true
    Weblogic\ 7.0\ Stateful\ EJB=true
    Weblogic\ 7.0\ Stateless\ EJB=true
    Weblogic\ 7.0\ Webapp=true
    Weblogic\ 8.1=true
    Weblogic\ 8.1\ Application=true
    Weblogic\ 8.1\ Entity\ EJB=true
    Weblogic\ 8.1\ Execute\ Queue=true
    Weblogic\ 8.1\ JDBC\ Connection\ Pool=true
    Weblogic\ 8.1\ JMS\ Destination=true
    Weblogic\ 8.1\ JMS\ Server=true
    Weblogic\ 8.1\ JTA\ Resource=true
    Weblogic\ 8.1\ Message\ Driven\ EJB=true
    Weblogic\ 8.1\ Stateful\ EJB=true
    Weblogic\ 8.1\ Stateless\ EJB=true
    Weblogic\ 8.1\ Webapp=true
    Weblogic\ 9.1=true
    Weblogic\ 9.1\ Application=true
    Weblogic\ 9.1\ Entity\ EJB=true
    Weblogic\ 9.1\ Execute\ Queue=true
    Weblogic\ 9.1\ JDBC\ Connection\ Pool=true
    Weblogic\ 9.1\ JMS\ Destination=true
    Weblogic\ 9.1\ JMS\ Server=true
    Weblogic\ 9.1\ JTA\ Resource=true
    Weblogic\ 9.1\ Message\ Driven\ EJB=true
    Weblogic\ 9.1\ Stateful\ EJB=true
    Weblogic\ 9.1\ Stateless\ EJB=true
    Weblogic\ 9.1\ Webapp=true
    Weblogic\ 9.2=true
    Weblogic\ 9.2\ Application=true
    Weblogic\ 9.2\ Entity\ EJB=true
    Weblogic\ 9.2\ Execute\ Queue=true
    Weblogic\ 9.2\ JDBC\ Connection\ Pool=true
    Weblogic\ 9.2\ JMS\ Destination=true
    Weblogic\ 9.2\ JMS\ Server=true
    Weblogic\ 9.2\ JTA\ Resource=true
    Weblogic\ 9.2\ Message\ Driven\ EJB=true
    Weblogic\ 9.2\ Stateful\ EJB=true
    Weblogic\ 9.2\ Stateless\ EJB=true
    Weblogic\ 9.2\ Webapp=true
    Weblogic\ Admin\ 10.0=true
    Weblogic\ Admin\ 10.0\ Application=true
    Weblogic\ Admin\ 10.0\ Entity\ EJB=true
    Weblogic\ Admin\ 10.0\ Execute\ Queue=true
    Weblogic\ Admin\ 10.0\ JDBC\ Connection\ Pool=true
    Weblogic\ Admin\ 10.0\ JMS\ Destination=true
    Weblogic\ Admin\ 10.0\ JMS\ Server=true
    Weblogic\ Admin\ 10.0\ JTA\ Resource=true
    Weblogic\ Admin\ 10.0\ Message\ Driven\ EJB=true
    Weblogic\ Admin\ 10.0\ Stateful\ EJB=true
    Weblogic\ Admin\ 10.0\ Stateless\ EJB=true
    Weblogic\ Admin\ 10.0\ Webapp=true
    Weblogic\ Admin\ 10.1=true
    Weblogic\ Admin\ 10.1\ Application=true
    Weblogic\ Admin\ 10.1\ Entity\ EJB=true
    Weblogic\ Admin\ 10.1\ Execute\ Queue=true
    Weblogic\ Admin\ 10.1\ JDBC\ Connection\ Pool=true
    Weblogic\ Admin\ 10.1\ JMS\ Destination=true
    Weblogic\ Admin\ 10.1\ JMS\ Server=true
    Weblogic\ Admin\ 10.1\ JTA\ Resource=true
    Weblogic\ Admin\ 10.1\ Message\ Driven\ EJB=true
    Weblogic\ Admin\ 10.1\ Stateful\ EJB=true
    Weblogic\ Admin\ 10.1\ Stateless\ EJB=true
    Weblogic\ Admin\ 10.1\ Webapp=true
    Weblogic\ Admin\ 10.2=true
    Weblogic\ Admin\ 10.2\ Application=true
    Weblogic\ Admin\ 10.2\ Entity\ EJB=true
    Weblogic\ Admin\ 10.2\ Execute\ Queue=true
    Weblogic\ Admin\ 10.2\ JDBC\ Connection\ Pool=true
    Weblogic\ Admin\ 10.2\ JMS\ Destination=true
    Weblogic\ Admin\ 10.2\ JMS\ Server=true
    Weblogic\ Admin\ 10.2\ JTA\ Resource=true
    Weblogic\ Admin\ 10.2\ Message\ Driven\ EJB=true
    Weblogic\ Admin\ 10.2\ Stateful\ EJB=true
    Weblogic\ Admin\ 10.2\ Stateless\ EJB=true
    Weblogic\ Admin\ 10.2\ Webapp=true
    Weblogic\ Admin\ 10.3=true
    Weblogic\ Admin\ 10.3\ Application=true
    Weblogic\ Admin\ 10.3\ Entity\ EJB=true
    Weblogic\ Admin\ 10.3\ Execute\ Queue=true
    Weblogic\ Admin\ 10.3\ JDBC\ Connection\ Pool=true
    Weblogic\ Admin\ 10.3\ JMS\ Destination=true
    Weblogic\ Admin\ 10.3\ JMS\ Server=true
    Weblogic\ Admin\ 10.3\ JTA\ Resource=true
    Weblogic\ Admin\ 10.3\ Message\ Driven\ EJB=true
    Weblogic\ Admin\ 10.3\ Stateful\ EJB=true
    Weblogic\ Admin\ 10.3\ Stateless\ EJB=true
    Weblogic\ Admin\ 10.3\ Webapp=true
    Weblogic\ Admin\ 6.1=true
    Weblogic\ Admin\ 6.1\ Application=true
    Weblogic\ Admin\ 6.1\ Entity\ EJB=true
    Weblogic\ Admin\ 6.1\ Execute\ Queue=true
    Weblogic\ Admin\ 6.1\ JDBC\ Connection\ Pool=true
    Weblogic\ Admin\ 6.1\ JMS\ Destination=true
    Weblogic\ Admin\ 6.1\ JMS\ Server=true
    Weblogic\ Admin\ 6.1\ JTA\ Resource=true
    Weblogic\ Admin\ 6.1\ Message\ Driven\ EJB=true
    Weblogic\ Admin\ 6.1\ Stateful\ EJB=true
    Weblogic\ Admin\ 6.1\ Stateless\ EJB=true
    Weblogic\ Admin\ 6.1\ Webapp=true
    Weblogic\ Admin\ 7.0=true
    Weblogic\ Admin\ 7.0\ Application=true
    Weblogic\ Admin\ 7.0\ Entity\ EJB=true
    Weblogic\ Admin\ 7.0\ Execute\ Queue=true
    Weblogic\ Admin\ 7.0\ JDBC\ Connection\ Pool=true
    Weblogic\ Admin\ 7.0\ JMS\ Destination=true
    Weblogic\ Admin\ 7.0\ JMS\ Server=true
    Weblogic\ Admin\ 7.0\ JTA\ Resource=true
    Weblogic\ Admin\ 7.0\ Message\ Driven\ EJB=true
    Weblogic\ Admin\ 7.0\ Stateful\ EJB=true
    Weblogic\ Admin\ 7.0\ Stateless\ EJB=true
    Weblogic\ Admin\ 7.0\ Webapp=true
    Weblogic\ Admin\ 8.1=true
    Weblogic\ Admin\ 8.1\ Application=true
    Weblogic\ Admin\ 8.1\ Entity\ EJB=true
    Weblogic\ Admin\ 8.1\ Execute\ Queue=true
    Weblogic\ Admin\ 8.1\ JDBC\ Connection\ Pool=true
    Weblogic\ Admin\ 8.1\ JMS\ Destination=true
    Weblogic\ Admin\ 8.1\ JMS\ Server=true
    Weblogic\ Admin\ 8.1\ JTA\ Resource=true
    Weblogic\ Admin\ 8.1\ Message\ Driven\ EJB=true
    Weblogic\ Admin\ 8.1\ Stateful\ EJB=true
    Weblogic\ Admin\ 8.1\ Stateless\ EJB=true
    Weblogic\ Admin\ 8.1\ Webapp=true
    Weblogic\ Admin\ 9.1=true
    Weblogic\ Admin\ 9.1\ Application=true
    Weblogic\ Admin\ 9.1\ Entity\ EJB=true
    Weblogic\ Admin\ 9.1\ Execute\ Queue=true
    Weblogic\ Admin\ 9.1\ JDBC\ Connection\ Pool=true
    Weblogic\ Admin\ 9.1\ JMS\ Destination=true
    Weblogic\ Admin\ 9.1\ JMS\ Server=true
    Weblogic\ Admin\ 9.1\ JTA\ Resource=true
    Weblogic\ Admin\ 9.1\ Message\ Driven\ EJB=true
    Weblogic\ Admin\ 9.1\ Stateful\ EJB=true
    Weblogic\ Admin\ 9.1\ Stateless\ EJB=true
    Weblogic\ Admin\ 9.1\ Webapp=true
    Weblogic\ Admin\ 9.2=true
    Weblogic\ Admin\ 9.2\ Application=true
    Weblogic\ Admin\ 9.2\ Entity\ EJB=true
    Weblogic\ Admin\ 9.2\ Execute\ Queue=true
    Weblogic\ Admin\ 9.2\ JDBC\ Connection\ Pool=true
    Weblogic\ Admin\ 9.2\ JMS\ Destination=true
    Weblogic\ Admin\ 9.2\ JMS\ Server=true
    Weblogic\ Admin\ 9.2\ JTA\ Resource=true
    Weblogic\ Admin\ 9.2\ Message\ Driven\ EJB=true
    Weblogic\ Admin\ 9.2\ Stateful\ EJB=true
    Weblogic\ Admin\ 9.2\ Stateless\ EJB=true
    Weblogic\ Admin\ 9.2\ Webapp=true
    Weblogic\ NodeManager\ 10.0=true
    Weblogic\ NodeManager\ 10.1=true
    Weblogic\ NodeManager\ 10.2=true
    Weblogic\ NodeManager\ 10.3=true
    Weblogic\ NodeManager\ 6.1=true
    Weblogic\ NodeManager\ 7.0=true
    Weblogic\ NodeManager\ 8.1=true
    Weblogic\ NodeManager\ 9.1=true
    Weblogic\ NodeManager\ 9.2=true
    Win32=true
    Windows\ Service=true
    WindowsServer=true
    Xen\ Host=true
    Xen\ Host\ CPU=true
    Xen\ Host\ NIC=true
    Xen\ Host\ Server=true
    Xen\ Host\ Storage=true
    Xen\ VM=true
    Xen\ VM\ NIC=true
    Xen\ VM\ Storage=true
    Zimbra\ 4.5.x=true
    Zimbra\ 4.5.x\ AMaViS=true
    Zimbra\ 4.5.x\ Apache\ Httpd=true
    Zimbra\ 4.5.x\ ClamAV=true
    Zimbra\ 4.5.x\ Cyrus\ SASL=true
    Zimbra\ 4.5.x\ IMAP=true
    Zimbra\ 4.5.x\ LDAP=true
    Zimbra\ 4.5.x\ Log\ Watch=true
    Zimbra\ 4.5.x\ Logger\ MySQL=true
    Zimbra\ 4.5.x\ MTA\ Config=true
    Zimbra\ 4.5.x\ MySQL=true
    Zimbra\ 4.5.x\ OpenLDAP=true
    Zimbra\ 4.5.x\ POP3=true
    Zimbra\ 4.5.x\ Postfix=true
    Zimbra\ 4.5.x\ SMTP=true
    Zimbra\ 4.5.x\ Swatch=true
    Zimbra\ 5.0.x=true
    Zimbra\ 5.0.x\ AMaViS=true
    Zimbra\ 5.0.x\ Apache\ Httpd=true
    Zimbra\ 5.0.x\ CPU\ Stats=true
    Zimbra\ 5.0.x\ ClamAV=true
    Zimbra\ 5.0.x\ Convertd=true
    Zimbra\ 5.0.x\ Convertd\ Monitor=true
    Zimbra\ 5.0.x\ Cyrus\ SASL=true
    Zimbra\ 5.0.x\ FD\ Stats=true
    Zimbra\ 5.0.x\ HTTPD=true
    Zimbra\ 5.0.x\ IMAP=true
    Zimbra\ 5.0.x\ Jetty\ Process=true
    Zimbra\ 5.0.x\ LDAP=true
    Zimbra\ 5.0.x\ Log\ Watch=true
    Zimbra\ 5.0.x\ Logger\ MySQL=true
    Zimbra\ 5.0.x\ MTA\ Config=true
    Zimbra\ 5.0.x\ MTAQueue\ Stats=true
    Zimbra\ 5.0.x\ MySQL=true
    Zimbra\ 5.0.x\ NGINX=true
    Zimbra\ 5.0.x\ OpenLDAP=true
    Zimbra\ 5.0.x\ POP3=true
    Zimbra\ 5.0.x\ Postfix=true
    Zimbra\ 5.0.x\ SMTP=true
    Zimbra\ 5.0.x\ Stats\ process=true
    Zimbra\ 5.0.x\ Swatch=true
    Zimbra\ 5.0.x\ VM\ Stats=true
    Zimbra\ 5.0.x\ memcached=true
    Zimbra\ 6.0.x=true
    Zimbra\ 6.0.x\ AMaViS=true
    Zimbra\ 6.0.x\ Apache\ Httpd=true
    Zimbra\ 6.0.x\ CPU\ Stats=true
    Zimbra\ 6.0.x\ ClamAV=true
    Zimbra\ 6.0.x\ Convertd=true
    Zimbra\ 6.0.x\ Convertd\ Monitor=true
    Zimbra\ 6.0.x\ Cyrus\ SASL=true
    Zimbra\ 6.0.x\ FD\ Stats=true
    Zimbra\ 6.0.x\ HTTPD=true
    Zimbra\ 6.0.x\ IMAP=true
    Zimbra\ 6.0.x\ Jetty\ Process=true
    Zimbra\ 6.0.x\ LDAP=true
    Zimbra\ 6.0.x\ Log\ Watch=true
    Zimbra\ 6.0.x\ Logger\ MySQL=true
    Zimbra\ 6.0.x\ MTA\ Config=true
    Zimbra\ 6.0.x\ MTAQueue\ Stats=true
    Zimbra\ 6.0.x\ MySQL=true
    Zimbra\ 6.0.x\ NGINX=true
    Zimbra\ 6.0.x\ OpenLDAP=true
    Zimbra\ 6.0.x\ POP3=true
    Zimbra\ 6.0.x\ Postfix=true
    Zimbra\ 6.0.x\ SMTP=true
    Zimbra\ 6.0.x\ Stats\ process=true
    Zimbra\ 6.0.x\ Swatch=true
    Zimbra\ 6.0.x\ VM\ Stats=true
    Zimbra\ 6.0.x\ memcached=true
    iPlanet\ 4.1=true
    iPlanet\ 4.1\ VHost=true
    iPlanet\ 6.0=true
    iPlanet\ 6.0\ Thread\ Pool=true
    iPlanet\ 6.0\ VHost=true
    iPlanet\ Admin\ 4.1=true
    iPlanet\ Admin\ 6.0=true
    memcached=true
    vFabric\ GemFire\ Application\ Peer\ 6.0=true
    vFabric\ GemFire\ Application\ Peer\ 6.0\ Distribution\ Statistics=true
    vFabric\ GemFire\ Application\ Peer\ 6.0\ Function=true
    vFabric\ GemFire\ Application\ Peer\ 6.0\ Function\ Service=true
    vFabric\ GemFire\ Application\ Peer\ 6.0\ VM\ Stats=true
    vFabric\ GemFire\ Application\ Peer\ 6.5=true
    vFabric\ GemFire\ Application\ Peer\ 6.5\ Distribution\ Statistics=true
    vFabric\ GemFire\ Application\ Peer\ 6.5\ Function=true
    vFabric\ GemFire\ Application\ Peer\ 6.5\ Function\ Service=true
    vFabric\ GemFire\ Application\ Peer\ 6.5\ VM\ Stats=true
    vFabric\ GemFire\ Application\ Peer\ 6.6=true
    vFabric\ GemFire\ Application\ Peer\ 6.6\ Distribution\ Statistics=true
    vFabric\ GemFire\ Application\ Peer\ 6.6\ Function=true
    vFabric\ GemFire\ Application\ Peer\ 6.6\ Function\ Service=true
    vFabric\ GemFire\ Application\ Peer\ 6.6\ VM\ Stats=true
    vFabric\ GemFire\ Cache\ Server\ 6.0=true
    vFabric\ GemFire\ Cache\ Server\ 6.0\ Cache\ Client\ Notifier=true
    vFabric\ GemFire\ Cache\ Server\ 6.0\ Cache\ Performance=true
    vFabric\ GemFire\ Cache\ Server\ 6.0\ Cache\ Server=true
    vFabric\ GemFire\ Cache\ Server\ 6.0\ Disk\ Directory=true
    vFabric\ GemFire\ Cache\ Server\ 6.0\ Disk\ Region=true
    vFabric\ GemFire\ Cache\ Server\ 6.0\ Disk\ Store=true
    vFabric\ GemFire\ Cache\ Server\ 6.0\ Distributed\ Lock=true
    vFabric\ GemFire\ Cache\ Server\ 6.0\ Distribution\ Statistics=true
    vFabric\ GemFire\ Cache\ Server\ 6.0\ Function=true
    vFabric\ GemFire\ Cache\ Server\ 6.0\ Function\ Service=true
    vFabric\ GemFire\ Cache\ Server\ 6.0\ Partitioned\ Region=true
    vFabric\ GemFire\ Cache\ Server\ 6.0\ Region=true
    vFabric\ GemFire\ Cache\ Server\ 6.0\ Resource\ Manager=true
    vFabric\ GemFire\ Cache\ Server\ 6.0\ Statistics\ Sampler=true
    vFabric\ GemFire\ Cache\ Server\ 6.0\ VM\ Stats=true
    vFabric\ GemFire\ Cache\ Server\ 6.5=true
    vFabric\ GemFire\ Cache\ Server\ 6.5\ Cache\ Client\ Notifier=true
    vFabric\ GemFire\ Cache\ Server\ 6.5\ Cache\ Performance=true
    vFabric\ GemFire\ Cache\ Server\ 6.5\ Cache\ Server=true
    vFabric\ GemFire\ Cache\ Server\ 6.5\ Disk\ Directory=true
    vFabric\ GemFire\ Cache\ Server\ 6.5\ Disk\ Region=true
    vFabric\ GemFire\ Cache\ Server\ 6.5\ Disk\ Store=true
    vFabric\ GemFire\ Cache\ Server\ 6.5\ Distributed\ Lock=true
    vFabric\ GemFire\ Cache\ Server\ 6.5\ Distribution\ Statistics=true
    vFabric\ GemFire\ Cache\ Server\ 6.5\ Function=true
    vFabric\ GemFire\ Cache\ Server\ 6.5\ Function\ Service=true
    vFabric\ GemFire\ Cache\ Server\ 6.5\ Partitioned\ Region=true
    vFabric\ GemFire\ Cache\ Server\ 6.5\ Region=true
    vFabric\ GemFire\ Cache\ Server\ 6.5\ Resource\ Manager=true
    vFabric\ GemFire\ Cache\ Server\ 6.5\ Statistics\ Sampler=true
    vFabric\ GemFire\ Cache\ Server\ 6.5\ VM\ Stats=true
    vFabric\ GemFire\ Cache\ Server\ 6.6=true
    vFabric\ GemFire\ Cache\ Server\ 6.6\ Cache\ Client\ Notifier=true
    vFabric\ GemFire\ Cache\ Server\ 6.6\ Cache\ Performance=true
    vFabric\ GemFire\ Cache\ Server\ 6.6\ Cache\ Server=true
    vFabric\ GemFire\ Cache\ Server\ 6.6\ Disk\ Directory=true
    vFabric\ GemFire\ Cache\ Server\ 6.6\ Disk\ Region=true
    vFabric\ GemFire\ Cache\ Server\ 6.6\ Disk\ Store=true
    vFabric\ GemFire\ Cache\ Server\ 6.6\ Distributed\ Lock=true
    vFabric\ GemFire\ Cache\ Server\ 6.6\ Distribution\ Statistics=true
    vFabric\ GemFire\ Cache\ Server\ 6.6\ Function=true
    vFabric\ GemFire\ Cache\ Server\ 6.6\ Function\ Service=true
    vFabric\ GemFire\ Cache\ Server\ 6.6\ Partitioned\ Region=true
    vFabric\ GemFire\ Cache\ Server\ 6.6\ Region=true
    vFabric\ GemFire\ Cache\ Server\ 6.6\ Resource\ Manager=true
    vFabric\ GemFire\ Cache\ Server\ 6.6\ Statistics\ Sampler=true
    vFabric\ GemFire\ Cache\ Server\ 6.6\ VM\ Stats=true
    vFabric\ GemFire\ Cache\ Server\ 7.0=true
    vFabric\ GemFire\ Cache\ Server\ 7.0\ Cache\ Server\ Region=true
    vFabric\ GemFire\ Cache\ Server\ 7.0\ Gateway\ Receiver=true
    vFabric\ GemFire\ Cache\ Server\ 7.0\ Gateway\ Sender=true
    vFabric\ GemFire\ Distributed\ System\ 6.x=true
    vFabric\ GemFire\ Distributed\ System\ 7.x=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.0=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.0\ Cache\ Client\ Notifier=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.0\ Cache\ Performance=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.0\ Cache\ Server=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.0\ Disk\ Directory=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.0\ Disk\ Region=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.0\ Disk\ Store=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.0\ Distributed\ Lock=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.0\ Distribution\ Statistics=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.0\ Function=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.0\ Function\ Service=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.0\ Gateway\ Hub\ Statistics=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.0\ Gateway\ Statistics=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.0\ Partitioned\ Region=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.0\ Pool\ Stats=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.0\ Region=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.0\ Resource\ Manager=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.0\ VM\ Stats=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.5=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.5\ Cache\ Client\ Notifier=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.5\ Cache\ Performance=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.5\ Cache\ Server=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.5\ Disk\ Directory=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.5\ Disk\ Region=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.5\ Disk\ Store=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.5\ Distributed\ Lock=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.5\ Distribution\ Statistics=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.5\ Function=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.5\ Function\ Service=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.5\ Gateway\ Hub\ Statistics=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.5\ Gateway\ Statistics=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.5\ Partitioned\ Region=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.5\ Pool\ Stats=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.5\ Region=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.5\ Resource\ Manager=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.5\ VM\ Stats=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.6=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.6\ Cache\ Client\ Notifier=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.6\ Cache\ Performance=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.6\ Cache\ Server=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.6\ Disk\ Directory=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.6\ Disk\ Region=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.6\ Disk\ Store=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.6\ Distributed\ Lock=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.6\ Distribution\ Statistics=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.6\ Function=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.6\ Function\ Service=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.6\ Gateway\ Hub\ Statistics=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.6\ Gateway\ Statistics=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.6\ Partitioned\ Region=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.6\ Pool\ Stats=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.6\ Region=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.6\ Resource\ Manager=true
    vFabric\ GemFire\ Gateway\ Hub\ 6.6\ VM\ Stats=true
    vFabric\ GemFire\ Locator\ 7.0=true
    vFabric\ Web\ Server\ 5.1=true
    vFabric\ Web\ Server\ 5.1\ Virtual\ Host=true
    vFabric\ Web\ Server\ 5.2=true
    vFabric\ Web\ Server\ 5.2\ Virtual\ Host=true
    vPostgres\ 9.x=true
    vPostgres\ 9.x\ DataBase=true
    vPostgres\ 9.x\ Index=true
    vPostgres\ 9.x\ Table=true

  • JSP Help needed

    i'm now starting to study JSPs and just bought a
    book by Wrox(Java Server Programming) and i have a problem with
    some codes..i always got exception and i don't knwo why,..maybe you
    could help me out..here is my simple code adn the exeption and also
    my classpath settings:
    ClassPath:
    .;%classpath%;
    %JAVA_HOME%\lib\tools.jar;
    .;%J2EE_HOME%\lib\j2ee.jar;
    .;%TOMCAT_HOME%\lib\servlet.jar;
    .;%JAVA_HOME%\jre\lib\rt.jar;
    .;%JAVA_HOME%\lib;
    .;%JAVA_HOME%\jre\lib\ext\servlet.jar
    Path:
    %SYSTEMROOT%;
    %SYSTEMROOT%\COMMAND;
    .;%JAVA_HOME%\bin;
    c:\Tomcat\bin;
    %SYSTEMROOT%\system32;
    %SYSTEMROOT%\system32\WBEM;
    c:\windows\command;
    .;%J2EE_HOME%\bin
    Here is my Jsp code:
    <%@page import="java.util.Date"%>
    <html>
         <body>
         The current time is <%= new Date().toString() %>     
         </body>
    </html>
    Here is the Exception:
    Error: 500
    Location: /JSPExamples/simple.jsp
    Internal Servlet Error:
    javax.servlet.ServletException
         at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:399)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:840)
         at org.apache.tomcat.core.ServletWrapper.doService(ServletWrapper.java:404)
         at org.apache.tomcat.core.Handler.service(Handler.java:286)
         at org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java:372)
         at org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:797)
         at org.apache.tomcat.core.ContextManager.service(ContextManager.java:743)
         at org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpConnectionHandler.java:210)
         at org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:416)
         at org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:498)
         at java.lang.Thread.run(Thread.java:484)
    Root cause:
    java.lang.NoSuchMethodError
         at org.apache.jasper.runtime.JspWriterImpl.flush(JspWriterImpl.java:209)
         at _0002fsimple_0002ejspsimple_jsp_0._jspService(_0002fsimple_0002ejspsimple_jsp_0.java:75)
         at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:119)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:840)
         at org.apache.jasper.servlet.JspServlet$JspServletWrapper.service(JspServlet.java:177)
         at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:318)
         at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:391)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:840)
         at org.apache.tomcat.core.ServletWrapper.doService(ServletWrapper.java:404)
         at org.apache.tomcat.core.Handler.service(Handler.java:286)
         at org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java:372)
         at org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:797)
         at org.apache.tomcat.core.ContextManager.service(ContextManager.java:743)
         at org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpConnectionHandler.java:210)
         at org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:416)
         at org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:498)
         at java.lang.Thread.run(Thread.java:484)

    it worked OK on my machine. Can you browse Tomcat's default content OK? For example, if you point your browser at:
    http://localhost:8080
    Do you see the tomcat "homepage"? If so, try clicking on some of the JSP examples there - do they work?
    Another thing to try is this: look in the tomcat directory, and you'll find a subdirectory called "work". This is the "cache" directory, where tomcat puts the servlet code it has generated from your JSP.
    There will probably be a few subdirectories within this "work" directory, all called something like "localhost_8080%2FMYAppname". In one of these directories you'll find a file called "_0002fsimple_0002ejspsimple_jsp_0.java"
    If you open this in an editor you can look at line 75 to see exactly what the thing is barfing on.

  • Viewing Excel Files using Tomcat - Problem with caching

    Hi all,
    A small part of an application I'm writing has links to Excel files for users to view/download. I'm currently using Tomcat v5 as the web/app server and have some very simple code (an example is shown below) which calls the excel file.
    <%@ page contentType = "application/vnd.ms-excel" %>
    <%
    response.setHeader("Pragma", "no-cache");
    response.setHeader("Cache-Control", "no-cache");
    response.setDateHeader("Expires", 0);
    response.sendRedirect("file1.xls");
    %>
    This all works except but I'm having one big problem.
    The xls file (file1.xls) is updated via a share on the server so each month, the xls file is overwritten with the same name but with different contents. I'm finding that when an update is made to the xls file and the user then attempts to view the new file in the browser they recieve only the old xls file. It's caching the xls file and I don't want it to. How can I fix this so that it automatically gives the user the new updated file.
    The only way I've managed to get Tomcat to do this is to delete the work directory and delete the file from my IE temp folder and then restart Tomcat - this is a bit much!
    Any help would be greatly appreciated.
    Thanks.

    I'd a problem with caching a few years back, for a servlet request which returned an SVG file.
    As a workaround, I ended up putting appending "#" and a timestamp / random number after it. The browser assuming each request was new, and didn't use the cache.
    Eg.
    http://myserver/returnSVG.do#1234567
    where 1234567 is a timestamp / random.
    Not sure whether you can do this on a file based URL... but maybe worth a shot...
    regards,
    Owen

  • Data refresh problem - QaaWS and Tomcat cache

    Hi Experts,
    I have a problem with data refreshing in Xcelsius 2008 dashboard when I use QaaWS.
    System is: BO XI 3.1 on the Win2008 server.
    When data are changing in the database InfoView documents show it immediately, but into the Xcelsius dashboards new data not coming.
    In the dashboards I use auto refresh, and Refresh button too... It doesn't help.
    New data are appearing just after restarting of Tomcat.
    Maybe Tomcat is caching data...?
    Do somebody have similar issue? Could you suggest me something to do?
    Thx,
    János

    Hi Janos,
    Tomcat has cache which the default time is 60 seconds.
    You can change the cache time when you create QaaWS wsdl.
    If you do NOT want the cache, you can
    1. locate to: ${BOE Install Path}\Business Objects\Tomcat55\webapps\dswsbobje\WEB-INF\classes
    2. Open dsws.properties
    3. Find the property qaaws.cache_dpresult.optim= and set it to false.
    4. Re-start tomcat.
    Hope this can help!

  • JSP Caching in Tomcat

    Hello, I'm using Tomcat 5.0 and I'm having problems with JSP caching.
    My webapp is hosted in a remote server on which I telnet into to do my development work. At first, everything was fine, i.e. I didn't face any JSP caching problem.
    However, when another developer decided to telnet into the same server to do his development work on the same webapp, we started to experience JSP caching problem.
    We had to delete the content of the "work" folder and restart the server for any changes to take effect.
    Does anyone know how to sort out this problem?

    OK, I've found out the way to resolve this.
    Basically, each developer will need to "touch" all his JSPs to make sure their JSPs get compiled.

  • Setting up cache synchronization using JMS on Tomcat

    I'm trying to enable cache synchronization using JMS on Tomcat 5.0; Does anyone have any tips on how to do this?

    Configure the TIBCO service to provide a Topic and a TopicConnectionFactory for TopLink to use.
    You will need to register for a pre-login event configured on the session that will configure the JMSClusteringService for the TIBCO service.
    ie.
    JMSClusteringService clusteringService = new JMSClusteringService(event.getSession());
    event.getSession().setClusteringService(clusteringService);
    Hashtable env = new Hashtable();
    env.put(javax.naming.Context.INITIAL_CONTEXT_FACTORY , "TIBCOFactoryClassName");
    env.put(javax.naming.Context.PROVIDER_URL, "url");
    env.put(javax.naming.Context.SECURITY_PRINCIPAL, "userName"));
    env.put(javax.naming.Context.SECURITY_CREDENTIALS,"password");
    clusteringService.setInitialContextProperties(env);
    --Gordon                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Toplink cache synchronization between two nodes using tomcat

    Hi,
    In our appcation we have two nodes. Using websphere we used to synchronize toplink cache between two nodes. Can we do same thing using tomcat.

    Yes, TopLink implements cache synchronization using JMS or RMI easily, which are not dependent on the server being used - though it JMS especially does require a JMS provider that is accessible from each node.  Cache synchronization is now cache coordination, and is described using JPA properties here:
    http://wiki.eclipse.org/EclipseLink/Examples/JPA/CacheCoordination
    the Toplink cache synchronization/coordination with JMS | EMBARCADEROS seems to be a good read for cache coordination over JMS, but is more aimed at TopLink's sessions.xml configuration.
    Best Regards,
    Chris

  • Tomcat Cache Issue

    Hi,
    Not sure if this is the right place to post this, so please advise if not.
    I am developing a JSF based site using Tomcat 6.0.16. The problem is that when I am editing pages coded in JSF, the updates to the pages are not immediately apparant. The problem is that I am getting errors when I am calling pages. These errors are in fact "historical" meaning that I have fixed the code but I still get the errors. The pages update to the correct after some time but only if I amend something in page, forcing the servlet files to be regenerated. I hae tried deleting the cache under CATALINA/work/Catalina/mywebapp but this doesn't always seem to work.
    Is there anything I can do to ensure that the latest page is being called?
    Thanks,
    Tim

    restarting tomcat doesn't seem to work weirdly - and redeploying? well the pages are being edited directly in the web directory so am not deploying/redeploying. Is it a server config issue perhaps?

  • How kill the server cache of tomcat

    I' ve this horrible problem with the cache of tomcat and any time I have to clean the temporary folders and closing the browser.
    Is there an option to eliminate server cache??
    Please help

    could you describe your problem a little bit closer? i also use tomcat and never had problems with caching so i wonder what the problem could be (and maybe find a way to solve it..)

Maybe you are looking for

  • Mini-DVI to Video (composite or S-Video), can't get it to work

    hi guys, I got a MacBook (bought in Japan) and a mini-DVI to Video adapter (Bought in Canada recently). I am trying to watch TV, but I am getting a very bad b&w image (as if I was watching using a very old antenna). I changed the display resolution t

  • NON RECEIPT OF FREE GIFT

    RESPECTED SIR!                              I HAD PURCHASED A LAPTOP HP PAVILION MODEL DV6910TX SRL NO. CNF8313WOB ON 28 NOV 2008 FROM M/S JAIN INFOSYS PRIVATE LTD. GUWAHATI ASSAM AND SEND A DRAFT OF RS 990/- FOR THE FREE GIFT I.E. 8 MEGA PIXEL KPDAK

  • Photoshop Elements 9 Organizer for Mac crashes

    I have Photoshop Elements 9 installed on my Mac. It worked just fine till a few days ago after I did some weeding of duplicates. Since then, whenever I try opening it it closes when the credits page appears. I get a message, which I don't understand.

  • Display multiple rows of datas from database in IDM forms

    Hi, I asked the same question in this forum before and some one answered to use 'FieldLoop'.I tried using that it didn't work.I using IDM version 5. Heres the code... EmployeeList is a supposed to be java array which contains java bean object,( Emplo

  • ITune 9.1.1 " iPhone cannot by synced "

    Today I downloaded the new iTune 9.1.1 and since I cannot anymore synchronize the photos to my iPhone 3G. The message is "the iPhone cannot by synced. The required file cannot be found." I hope somebody can help me. Thanks in advance