PHP 5.1.4 for Apache 2

Not Sure if this is the correct forum for this but here goes...
G5 10.4.6
PHP 5.1.4 for Apache 2
I've installed it but i'll be damned if I can get it to run. My Apache runs ok. Anyone have a clue? Do I need to insert code into Terminal to get it to run?
Any help will be greatly appreciated

The PHP is installed and working But! only if I type in the url of the php page.ie. http://127.0.0.1/~usr/local/test.php
Inserting info into the HTML form pointing to a .php page still justs shows the code on the .php doc,

Similar Messages

  • [RESOLVED] Unable to move dev directory for Apache, keep getting 403

    Hello,
    I'd like to move my default /srv/http directory for my PHP pages to a different location (somewhere in my home directory) for convenience.  This is exclusively for local development.  However, after making the same change in two places, I restarted Apache and keep getting a 403 error.
    Here is my httpd.conf:
    # This is the main Apache HTTP server configuration file. It contains the
    # configuration directives that give the server its instructions.
    # See <URL:http://httpd.apache.org/docs/2.2> for detailed information.
    # In particular, see
    # <URL:http://httpd.apache.org/docs/2.2/mod/directives.html>
    # for a discussion of each configuration directive.
    # Do NOT simply read the instructions in here without understanding
    # what they do. They're here only as hints or reminders. If you are unsure
    # consult the online docs. You have been warned.
    # Configuration and logfile names: If the filenames you specify for many
    # of the server's control files begin with "/" (or "drive:/" for Win32), the
    # server will use that explicit path. If the filenames do *not* begin
    # with "/", the value of ServerRoot is prepended -- so 'log/access_log'
    # with ServerRoot set to '/www' will be interpreted by the
    # server as '/www/log/access_log', where as '/log/access_log' will be
    # interpreted as '/log/access_log'.
    # ServerRoot: The top of the directory tree under which the server's
    # configuration, error, and log files are kept.
    # Do not add a slash at the end of the directory path. If you point
    # ServerRoot at a non-local disk, be sure to point the LockFile directive
    # at a local disk. If you wish to share the same ServerRoot for multiple
    # httpd daemons, you will need to change at least LockFile and PidFile.
    ServerRoot "/etc/httpd"
    # Listen: Allows you to bind Apache to specific IP addresses and/or
    # ports, instead of the default. See also the <VirtualHost>
    # directive.
    # Change this to Listen on specific IP addresses as shown below to
    # prevent Apache from glomming onto all bound IP addresses.
    #Listen 12.34.56.78:80
    Listen 127.0.0.1:80
    # Dynamic Shared Object (DSO) Support
    # To be able to use the functionality of a module which was built as a DSO you
    # have to place corresponding `LoadModule' lines at this location so the
    # directives contained in it are actually available _before_ they are used.
    # Statically compiled modules (those listed by `httpd -l') do not need
    # to be loaded here.
    # Example:
    # LoadModule foo_module modules/mod_foo.so
    LoadModule authn_file_module modules/mod_authn_file.so
    LoadModule authn_dbm_module modules/mod_authn_dbm.so
    LoadModule authn_anon_module modules/mod_authn_anon.so
    LoadModule authn_dbd_module modules/mod_authn_dbd.so
    LoadModule authn_default_module modules/mod_authn_default.so
    LoadModule authz_host_module modules/mod_authz_host.so
    LoadModule authz_groupfile_module modules/mod_authz_groupfile.so
    LoadModule authz_user_module modules/mod_authz_user.so
    LoadModule authz_dbm_module modules/mod_authz_dbm.so
    LoadModule authz_owner_module modules/mod_authz_owner.so
    LoadModule authnz_ldap_module modules/mod_authnz_ldap.so
    LoadModule authz_default_module modules/mod_authz_default.so
    LoadModule auth_basic_module modules/mod_auth_basic.so
    LoadModule auth_digest_module modules/mod_auth_digest.so
    LoadModule file_cache_module modules/mod_file_cache.so
    LoadModule cache_module modules/mod_cache.so
    LoadModule disk_cache_module modules/mod_disk_cache.so
    LoadModule mem_cache_module modules/mod_mem_cache.so
    LoadModule dbd_module modules/mod_dbd.so
    LoadModule dumpio_module modules/mod_dumpio.so
    LoadModule reqtimeout_module modules/mod_reqtimeout.so
    LoadModule ext_filter_module modules/mod_ext_filter.so
    LoadModule include_module modules/mod_include.so
    LoadModule filter_module modules/mod_filter.so
    LoadModule substitute_module modules/mod_substitute.so
    LoadModule deflate_module modules/mod_deflate.so
    LoadModule ldap_module modules/mod_ldap.so
    LoadModule log_config_module modules/mod_log_config.so
    LoadModule log_forensic_module modules/mod_log_forensic.so
    LoadModule logio_module modules/mod_logio.so
    LoadModule env_module modules/mod_env.so
    LoadModule mime_magic_module modules/mod_mime_magic.so
    LoadModule cern_meta_module modules/mod_cern_meta.so
    LoadModule expires_module modules/mod_expires.so
    LoadModule headers_module modules/mod_headers.so
    LoadModule ident_module modules/mod_ident.so
    LoadModule usertrack_module modules/mod_usertrack.so
    LoadModule unique_id_module modules/mod_unique_id.so
    LoadModule setenvif_module modules/mod_setenvif.so
    LoadModule version_module modules/mod_version.so
    LoadModule proxy_module modules/mod_proxy.so
    LoadModule proxy_connect_module modules/mod_proxy_connect.so
    LoadModule proxy_ftp_module modules/mod_proxy_ftp.so
    LoadModule proxy_http_module modules/mod_proxy_http.so
    LoadModule proxy_scgi_module modules/mod_proxy_scgi.so
    LoadModule proxy_ajp_module modules/mod_proxy_ajp.so
    LoadModule proxy_balancer_module modules/mod_proxy_balancer.so
    LoadModule ssl_module modules/mod_ssl.so
    LoadModule mime_module modules/mod_mime.so
    LoadModule dav_module modules/mod_dav.so
    LoadModule status_module modules/mod_status.so
    LoadModule autoindex_module modules/mod_autoindex.so
    LoadModule asis_module modules/mod_asis.so
    LoadModule info_module modules/mod_info.so
    LoadModule suexec_module modules/mod_suexec.so
    LoadModule cgi_module modules/mod_cgi.so
    LoadModule cgid_module modules/mod_cgid.so
    LoadModule dav_fs_module modules/mod_dav_fs.so
    LoadModule vhost_alias_module modules/mod_vhost_alias.so
    LoadModule negotiation_module modules/mod_negotiation.so
    LoadModule dir_module modules/mod_dir.so
    # enable PHP.
    LoadModule php5_module modules/libphp5.so
    LoadModule imagemap_module modules/mod_imagemap.so
    LoadModule actions_module modules/mod_actions.so
    LoadModule speling_module modules/mod_speling.so
    LoadModule userdir_module modules/mod_userdir.so
    LoadModule alias_module modules/mod_alias.so
    LoadModule rewrite_module modules/mod_rewrite.so
    <IfModule !mpm_netware_module>
    <IfModule !mpm_winnt_module>
    # If you wish httpd to run as a different user or group, you must run
    # httpd as root initially and it will switch.
    # User/Group: The name (or #number) of the user/group to run httpd as.
    # It is usually good practice to create a dedicated user and group for
    # running httpd, as with most system services.
    User http
    Group http
    </IfModule>
    </IfModule>
    # 'Main' server configuration
    # The directives in this section set up the values used by the 'main'
    # server, which responds to any requests that aren't handled by a
    # <VirtualHost> definition. These values also provide defaults for
    # any <VirtualHost> containers you may define later in the file.
    # All of these directives may appear inside <VirtualHost> containers,
    # in which case these default settings will be overridden for the
    # virtual host being defined.
    # ServerAdmin: Your address, where problems with the server should be
    # e-mailed. This address appears on some server-generated pages, such
    # as error documents. e.g. [email protected]
    ServerAdmin [email protected]
    # ServerName gives the name and port that the server uses to identify itself.
    # This can often be determined automatically, but we recommend you specify
    # it explicitly to prevent problems during startup.
    # If your host doesn't have a registered DNS name, enter its IP address here.
    #ServerName www.example.com:80
    # DocumentRoot: The directory out of which you will serve your
    # documents. By default, all requests are taken from this directory, but
    # symbolic links and aliases may be used to point to other locations.
    DocumentRoot "/home/local_user/Documents/development/php"
    # Each directory to which Apache has access can be configured with respect
    # to which services and features are allowed and/or disabled in that
    # directory (and its subdirectories).
    # First, we configure the "default" to be a very restrictive set of
    # features.
    <Directory />
    Options FollowSymLinks
    AllowOverride None
    Order deny,allow
    Deny from all
    </Directory>
    # Note that from this point forward you must specifically allow
    # particular features to be enabled - so if something's not working as
    # you might expect, make sure that you have specifically enabled it
    # below.
    # This should be changed to whatever you set DocumentRoot to.
    <Directory "/home/local_user/Documents/development/php">
    # Possible values for the Options directive are "None", "All",
    # or any combination of:
    # Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews
    # Note that "MultiViews" must be named *explicitly* --- "Options All"
    # doesn't give it to you.
    # The Options directive is both complicated and important. Please see
    # http://httpd.apache.org/docs/2.2/mod/core.html#options
    # for more information.
    Options Indexes FollowSymLinks
    # AllowOverride controls what directives may be placed in .htaccess files.
    # It can be "All", "None", or any combination of the keywords:
    # Options FileInfo AuthConfig Limit
    AllowOverride None
    # Controls who can get stuff from this server.
    Order allow,deny
    Allow from all
    </Directory>
    # DirectoryIndex: sets the file that Apache will serve if a directory
    # is requested.
    <IfModule dir_module>
    DirectoryIndex index.html
    </IfModule>
    # The following lines prevent .htaccess and .htpasswd files from being
    # viewed by Web clients.
    <FilesMatch "^\.ht">
    Order allow,deny
    Deny from all
    Satisfy All
    </FilesMatch>
    # ErrorLog: The location of the error log file.
    # If you do not specify an ErrorLog directive within a <VirtualHost>
    # container, error messages relating to that virtual host will be
    # logged here. If you *do* define an error logfile for a <VirtualHost>
    # container, that host's errors will be logged there and not here.
    ErrorLog "/var/log/httpd/error_log"
    # LogLevel: Control the number of messages logged to the error_log.
    # Possible values include: debug, info, notice, warn, error, crit,
    # alert, emerg.
    LogLevel warn
    <IfModule log_config_module>
    # The following directives define some format nicknames for use with
    # a CustomLog directive (see below).
    LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
    LogFormat "%h %l %u %t \"%r\" %>s %b" common
    <IfModule logio_module>
    # You need to enable mod_logio.c to use %I and %O
    LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" %I %O" combinedio
    </IfModule>
    # The location and format of the access logfile (Common Logfile Format).
    # If you do not define any access logfiles within a <VirtualHost>
    # container, they will be logged here. Contrariwise, if you *do*
    # define per-<VirtualHost> access logfiles, transactions will be
    # logged therein and *not* in this file.
    CustomLog "/var/log/httpd/access_log" common
    # If you prefer a logfile with access, agent, and referer information
    # (Combined Logfile Format) you can use the following directive.
    #CustomLog "/var/log/httpd/access_log" combined
    </IfModule>
    <IfModule alias_module>
    # Redirect: Allows you to tell clients about documents that used to
    # exist in your server's namespace, but do not anymore. The client
    # will make a new request for the document at its new location.
    # Example:
    # Redirect permanent /foo http://www.example.com/bar
    # Alias: Maps web paths into filesystem paths and is used to
    # access content that does not live under the DocumentRoot.
    # Example:
    # Alias /webpath /full/filesystem/path
    # If you include a trailing / on /webpath then the server will
    # require it to be present in the URL. You will also likely
    # need to provide a <Directory> section to allow access to
    # the filesystem path.
    # ScriptAlias: This controls which directories contain server scripts.
    # ScriptAliases are essentially the same as Aliases, except that
    # documents in the target directory are treated as applications and
    # run by the server when requested rather than as documents sent to the
    # client. The same rules about trailing "/" apply to ScriptAlias
    # directives as to Alias.
    ScriptAlias /cgi-bin/ "/srv/http/cgi-bin/"
    </IfModule>
    <IfModule cgid_module>
    # ScriptSock: On threaded servers, designate the path to the UNIX
    # socket used to communicate with the CGI daemon of mod_cgid.
    #Scriptsock /run/httpd/cgisock
    </IfModule>
    # "/srv/http/cgi-bin" should be changed to whatever your ScriptAliased
    # CGI directory exists, if you have that configured.
    <Directory "/srv/http/cgi-bin">
    AllowOverride None
    Options None
    Order allow,deny
    Allow from all
    </Directory>
    # DefaultType: the default MIME type the server will use for a document
    # if it cannot otherwise determine one, such as from filename extensions.
    # If your server contains mostly text or HTML documents, "text/plain" is
    # a good value. If most of your content is binary, such as applications
    # or images, you may want to use "application/octet-stream" instead to
    # keep browsers from trying to display binary files as though they are
    # text.
    DefaultType text/plain
    <IfModule mime_module>
    # TypesConfig points to the file containing the list of mappings from
    # filename extension to MIME-type.
    TypesConfig conf/mime.types
    # AddType allows you to add to or override the MIME configuration
    # file specified in TypesConfig for specific file types.
    #AddType application/x-gzip .tgz
    # AddEncoding allows you to have certain browsers uncompress
    # information on the fly. Note: Not all browsers support this.
    #AddEncoding x-compress .Z
    #AddEncoding x-gzip .gz .tgz
    # If the AddEncoding directives above are commented-out, then you
    # probably should define those extensions to indicate media types:
    AddType application/x-compress .Z
    AddType application/x-gzip .gz .tgz
    # AddHandler allows you to map certain file extensions to "handlers":
    # actions unrelated to filetype. These can be either built into the server
    # or added with the Action directive (see below)
    # To use CGI scripts outside of ScriptAliased directories:
    # (You will also need to add "ExecCGI" to the "Options" directive.)
    #AddHandler cgi-script .cgi
    # For type maps (negotiated resources):
    #AddHandler type-map var
    # Filters allow you to process content before it is sent to the client.
    # To parse .shtml files for server-side includes (SSI):
    # (You will also need to add "Includes" to the "Options" directive.)
    #AddType text/html .shtml
    #AddOutputFilter INCLUDES .shtml
    MIMEMagicFile conf/magic
    </IfModule>
    # The mod_mime_magic module allows the server to use various hints from the
    # contents of the file itself to determine its type. The MIMEMagicFile
    # directive tells the module where the hint definitions are located.
    #MIMEMagicFile conf/magic
    # Customizable error responses come in three flavors:
    # 1) plain text 2) local redirects 3) external redirects
    # Some examples:
    #ErrorDocument 500 "The server made a boo boo."
    #ErrorDocument 404 /missing.html
    #ErrorDocument 404 "/cgi-bin/missing_handler.pl"
    #ErrorDocument 402 http://www.example.com/subscription_info.html
    # MaxRanges: Maximum number of Ranges in a request before
    # returning the entire resource, or one of the special
    # values 'default', 'none' or 'unlimited'.
    # Default setting is to accept 200 Ranges.
    #MaxRanges unlimited
    # EnableMMAP and EnableSendfile: On systems that support it,
    # memory-mapping or the sendfile syscall is used to deliver
    # files. This usually improves server performance, but must
    # be turned off when serving from networked-mounted
    # filesystems or if support for these functions is otherwise
    # broken on your system.
    #EnableMMAP off
    #EnableSendfile off
    # Supplemental configuration
    # The configuration files in the conf/extra/ directory can be
    # included to add extra features or to modify the default configuration of
    # the server, or you may simply copy their contents here and change as
    # necessary.
    # Server-pool management (MPM specific)
    #Include conf/extra/httpd-mpm.conf
    # Multi-language error messages
    Include conf/extra/httpd-multilang-errordoc.conf
    # Fancy directory listings
    Include conf/extra/httpd-autoindex.conf
    # Language settings
    Include conf/extra/httpd-languages.conf
    # User home directories
    Include conf/extra/httpd-userdir.conf
    # Real-time info on requests and configuration
    #Include conf/extra/httpd-info.conf
    # Virtual hosts
    #Include conf/extra/httpd-vhosts.conf
    # Local access to the Apache HTTP Server Manual
    #Include conf/extra/httpd-manual.conf
    # Distributed authoring and versioning (WebDAV)
    #Include conf/extra/httpd-dav.conf
    # Various default settings
    Include conf/extra/httpd-default.conf
    # enable the PHP5 module.
    Include conf/extra/php5_module.conf
    # Secure (SSL/TLS) connections
    #Include conf/extra/httpd-ssl.conf
    # Note: The following must must be present to support
    # starting without SSL on platforms with no /dev/random equivalent
    # but a statically compiled-in mod_ssl.
    <IfModule ssl_module>
    SSLRandomSeed startup builtin
    SSLRandomSeed connect builtin
    </IfModule>
    Last edited by publicus (2014-02-02 18:06:07)

    WorMzy wrote:
    Switch to the http user and see if you can manually browse to the directory.
    # su -s /bin/bash - http
    Find out where the user can't get to, and fix the permissions.
    You're right.  I can't get there.
    I tried to make Apache start up as me (my user), but got an error that said that it cannot start it up like that.  I think I have a possible solution for the given problem.  I'll my user to the http group and then work from /srv/http.
    I'd love to get some feedback if someone has a different approach .  I love to learn from the experience of others .

  • [svn] 1566: Added the unmodified source distribution for Apache Velocity 1. 4 as modules/thirdparty/velocity.

    Revision: 1566
    Author: [email protected]
    Date: 2008-05-05 18:19:41 -0700 (Mon, 05 May 2008)
    Log Message:
    Added the unmodified source distribution for Apache Velocity 1.4 as modules/thirdparty/velocity. It was obtained from http://archive.apache.org/dist/velocity/engine/1.4/velocity-1.4.zip.
    Bugs: -
    QA: No
    Doc: No
    Reviewer: Pete F
    Ticket Links:
    http://bugs.adobe.com/jira/browse/velocity-1
    Added Paths:
    flex/sdk/trunk/modules/thirdparty/velocity/
    flex/sdk/trunk/modules/thirdparty/velocity/LICENSE
    flex/sdk/trunk/modules/thirdparty/velocity/NOTICE
    flex/sdk/trunk/modules/thirdparty/velocity/README.txt
    flex/sdk/trunk/modules/thirdparty/velocity/build/
    flex/sdk/trunk/modules/thirdparty/velocity/build/build.xml
    flex/sdk/trunk/modules/thirdparty/velocity/build/jakarta.scm
    flex/sdk/trunk/modules/thirdparty/velocity/build/lib/
    flex/sdk/trunk/modules/thirdparty/velocity/build/lib/antlr-runtime.jar
    flex/sdk/trunk/modules/thirdparty/velocity/build/lib/bcel-5.0rc1.jar
    flex/sdk/trunk/modules/thirdparty/velocity/build/lib/commons-collections.jar
    flex/sdk/trunk/modules/thirdparty/velocity/build/lib/fop-bin-0_17_0.jar
    flex/sdk/trunk/modules/thirdparty/velocity/build/lib/jdom-b9.jar
    flex/sdk/trunk/modules/thirdparty/velocity/build/lib/junit-3.7.jar
    flex/sdk/trunk/modules/thirdparty/velocity/build/lib/log4j-1.1.3.jar
    flex/sdk/trunk/modules/thirdparty/velocity/build/lib/log4j-core-1.1.3.jar
    flex/sdk/trunk/modules/thirdparty/velocity/build/lib/logkit-1.0.1.jar
    flex/sdk/trunk/modules/thirdparty/velocity/build/lib/oro.jar
    flex/sdk/trunk/modules/thirdparty/velocity/build/lib/servlet.jar
    flex/sdk/trunk/modules/thirdparty/velocity/build/lib/w3c.jar
    flex/sdk/trunk/modules/thirdparty/velocity/build/lib/werken.xpath.jar
    flex/sdk/trunk/modules/thirdparty/velocity/build/test.sh
    flex/sdk/trunk/modules/thirdparty/velocity/build/testcases.xml
    flex/sdk/trunk/modules/thirdparty/velocity/build/xsl/
    flex/sdk/trunk/modules/thirdparty/velocity/build/xsl/xml2pdf.xsl
    flex/sdk/trunk/modules/thirdparty/velocity/build/xsl/xml2xml.xsl
    flex/sdk/trunk/modules/thirdparty/velocity/convert/
    flex/sdk/trunk/modules/thirdparty/velocity/convert/buildcp.bat
    flex/sdk/trunk/modules/thirdparty/velocity/convert/convert-wm.bat
    flex/sdk/trunk/modules/thirdparty/velocity/convert/convert-wm.sh
    flex/sdk/trunk/modules/thirdparty/velocity/convert/convert.wm
    flex/sdk/trunk/modules/thirdparty/velocity/docs/
    flex/sdk/trunk/modules/thirdparty/velocity/docs/anakia.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/allclasses-frame.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/deprecated-list.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/help-doc.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/index-all.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/index.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/Template.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/VelocityContext.h tml
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/anakia/
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/anakia/AnakiaElem ent.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/anakia/AnakiaJDOM Factory.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/anakia/AnakiaTask .html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/anakia/Escape.htm l
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/anakia/NodeList.A ttributeXMLOutputter.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/anakia/NodeList.h tml
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/anakia/OutputWrap per.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/anakia/TreeWalker .html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/anakia/XPathCache .html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/anakia/XPathTool. html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/anakia/class-use/
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/anakia/class-use/ AnakiaElement.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/anakia/class-use/ AnakiaJDOMFactory.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/anakia/class-use/ AnakiaTask.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/anakia/class-use/ Escape.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/anakia/class-use/ NodeList.AttributeXMLOutputter.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/anakia/class-use/ NodeList.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/anakia/class-use/ OutputWrapper.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/anakia/class-use/ TreeWalker.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/anakia/class-use/ XPathCache.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/anakia/class-use/ XPathTool.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/anakia/package-fr ame.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/anakia/package-su mmary.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/anakia/package-tr ee.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/anakia/package-us e.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/app/
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/app/FieldMethodiz er.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/app/Velocity.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/app/VelocityEngin e.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/app/class-use/
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/app/class-use/Fie ldMethodizer.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/app/class-use/Vel ocity.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/app/class-use/Vel ocityEngine.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/app/event/
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/app/event/EventCa rtridge.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/app/event/EventHa ndler.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/app/event/MethodE xceptionEventHandler.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/app/event/NullSet EventHandler.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/app/event/Referen ceInsertionEventHandler.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/app/event/class-u se/
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/app/event/class-u se/EventCartridge.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/app/event/class-u se/EventHandler.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/app/event/class-u se/MethodExceptionEventHandler.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/app/event/class-u se/NullSetEventHandler.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/app/event/class-u se/ReferenceInsertionEventHandler.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/app/event/package -frame.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/app/event/package -summary.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/app/event/package -tree.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/app/event/package -use.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/app/package-frame .html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/app/package-summa ry.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/app/package-tree. html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/app/package-use.h tml
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/app/tools/
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/app/tools/Velocit yFormatter.VelocityAlternator.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/app/tools/Velocit yFormatter.VelocityAutoAlternator.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/app/tools/Velocit yFormatter.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/app/tools/class-u se/
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/app/tools/class-u se/VelocityFormatter.VelocityAlternator.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/app/tools/class-u se/VelocityFormatter.VelocityAutoAlternator.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/app/tools/class-u se/VelocityFormatter.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/app/tools/package -frame.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/app/tools/package -summary.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/app/tools/package -tree.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/app/tools/package -use.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/class-use/
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/class-use/Templat e.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/class-use/Velocit yContext.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/context/
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/context/AbstractC ontext.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/context/Context.h tml
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/context/InternalC ontextAdapter.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/context/InternalC ontextAdapterImpl.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/context/InternalC ontextBase.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/context/InternalE ventContext.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/context/InternalH ousekeepingContext.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/context/InternalW rapperContext.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/context/VMContext .html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/context/class-use /
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/context/class-use /AbstractContext.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/context/class-use /Context.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/context/class-use /InternalContextAdapter.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/context/class-use /InternalContextAdapterImpl.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/context/class-use /InternalContextBase.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/context/class-use /InternalEventContext.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/context/class-use /InternalHousekeepingContext.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/context/class-use /InternalWrapperContext.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/context/class-use /VMContext.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/context/package-f rame.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/context/package-s ummary.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/context/package-t ree.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/context/package-u se.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/convert/
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/convert/WebMacro. html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/convert/class-use /
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/convert/class-use /WebMacro.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/convert/package-f rame.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/convert/package-s ummary.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/convert/package-t ree.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/convert/package-u se.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/exception/
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/exception/MethodI nvocationException.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/exception/ParseEr rorException.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/exception/Resourc eNotFoundException.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/exception/Velocit yException.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/exception/class-u se/
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/exception/class-u se/MethodInvocationException.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/exception/class-u se/ParseErrorException.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/exception/class-u se/ResourceNotFoundException.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/exception/class-u se/VelocityException.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/exception/package -frame.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/exception/package -summary.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/exception/package -tree.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/exception/package -use.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/io/
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/io/VelocityWriter .html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/io/class-use/
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/io/class-use/Velo cityWriter.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/io/package-frame. html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/io/package-summar y.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/io/package-tree.h tml
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/io/package-use.ht ml
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/package-frame.htm l
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/package-summary.h tml
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/package-tree.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/package-use.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/Runtime.h tml
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/RuntimeCo nstants.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/RuntimeIn stance.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/RuntimeLo gger.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/RuntimeSe rvices.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/RuntimeSi ngleton.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/Velocimac roFactory.Twonk.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/Velocimac roFactory.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/Velocimac roManager.MacroEntry.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/Velocimac roManager.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/class-use /
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/class-use /Runtime.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/class-use /RuntimeConstants.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/class-use /RuntimeInstance.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/class-use /RuntimeLogger.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/class-use /RuntimeServices.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/class-use /RuntimeSingleton.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/class-use /VelocimacroFactory.Twonk.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/class-use /VelocimacroFactory.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/class-use /VelocimacroManager.MacroEntry.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/class-use /VelocimacroManager.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/compiler/
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/compiler/ Compiler.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/compiler/ class-use/
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/compiler/ class-use/Compiler.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/compiler/ package-frame.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/compiler/ package-summary.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/compiler/ package-tree.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/compiler/ package-use.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/configura tion/
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/configura tion/Configuration.PropertiesReader.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/configura tion/Configuration.PropertiesTokenizer.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/configura tion/Configuration.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/configura tion/class-use/
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/configura tion/class-use/Configuration.PropertiesReader.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/configura tion/class-use/Configuration.PropertiesTokenizer.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/configura tion/class-use/Configuration.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/configura tion/package-frame.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/configura tion/package-summary.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/configura tion/package-tree.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/configura tion/package-use.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/directive /
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/directive /Directive.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/directive /DirectiveConstants.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/directive /Foreach.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/directive /Include.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/directive /InputBase.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/directive /Literal.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/directive /Macro.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/directive /MacroParseException.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/directive /Parse.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/directive /ParseDirectiveException.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/directive /VMProxyArg.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/directive /VelocimacroProxy.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/directive /class-use/
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/directive /class-use/Directive.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/directive /class-use/DirectiveConstants.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/directive /class-use/Foreach.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/directive /class-use/Include.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/directive /class-use/InputBase.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/directive /class-use/Literal.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/directive /class-use/Macro.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/directive /class-use/MacroParseException.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/directive /class-use/Parse.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/directive /class-use/ParseDirectiveException.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/directive /class-use/VMProxyArg.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/directive /class-use/VelocimacroProxy.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/directive /package-frame.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/directive /package-summary.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/directive /package-tree.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/directive /package-use.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/exception /
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/exception /NodeException.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/exception /ReferenceException.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/exception /class-use/
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/exception /class-use/NodeException.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/exception /class-use/ReferenceException.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/exception /package-frame.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/exception /package-summary.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/exception /package-tree.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/exception /package-use.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/log/
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/log/Avalo nLogSystem.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/log/Log4J LogSystem.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/log/LogMa nager.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/log/LogSy stem.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/log/NullL ogSystem.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/log/Primo rdialLogSystem.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/log/Simpl eLog4JLogSystem.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/log/Veloc ityFormatter.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/log/class -use/
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/log/class -use/AvalonLogSystem.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/log/class -use/Log4JLogSystem.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/log/class -use/LogManager.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/log/class -use/LogSystem.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/log/class -use/NullLogSystem.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/log/class -use/PrimordialLogSystem.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/log/class -use/SimpleLog4JLogSystem.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/log/class -use/VelocityFormatter.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/log/packa ge-frame.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/log/packa ge-summary.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/log/packa ge-tree.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/log/packa ge-use.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/package-f rame.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/package-s ummary.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/package-t ree.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/package-u se.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/Ch arStream.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/JJ TParserState.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/Pa rseException.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/Pa rser.JJCalls.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/Pa rser.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/Pa rserConstants.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/Pa rserTokenManager.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/Pa rserTreeConstants.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/To ken.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/To kenMgrError.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/Ve locityCharStream.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/cl ass-use/
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/cl ass-use/CharStream.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/cl ass-use/JJTParserState.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/cl ass-use/ParseException.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/cl ass-use/Parser.JJCalls.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/cl ass-use/Parser.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/cl ass-use/ParserConstants.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/cl ass-use/ParserTokenManager.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/cl ass-use/ParserTreeConstants.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/cl ass-use/Token.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/cl ass-use/TokenMgrError.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/cl ass-use/VelocityCharStream.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/ASTAddNode.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/ASTAndNode.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/ASTAssignment.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/ASTBlock.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/ASTComment.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/ASTDirective.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/ASTDivNode.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/ASTEQNode.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/ASTElseIfStatement.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/ASTElseStatement.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/ASTEscape.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/ASTEscapedDirective.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/ASTExpression.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/ASTFalse.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/ASTGENode.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/ASTGTNode.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/ASTIdentifier.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/ASTIfStatement.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/ASTIncludeStatement.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/ASTIntegerRange.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/ASTLENode.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/ASTLTNode.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/ASTMethod.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/ASTModNode.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/ASTMulNode.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/ASTNENode.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/ASTNotNode.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/ASTNumberLiteral.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/ASTObjectArray.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/ASTOrNode.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/ASTParameters.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/ASTReference.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/ASTSetDirective.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/ASTStringLiteral.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/ASTSubtractNode.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/ASTText.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/ASTTrue.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/ASTVariable.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/ASTWord.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/ASTprocess.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/AbstractExecutor.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/BooleanPropertyExecutor.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/GetExecutor.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/Node.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/NodeUtils.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/ParserVisitor.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/PropertyExecutor.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/SimpleNode.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/class-use/
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/class-use/ASTAddNode.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/class-use/ASTAndNode.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/class-use/ASTAssignment.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/class-use/ASTBlock.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/class-use/ASTComment.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/class-use/ASTDirective.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/class-use/ASTDivNode.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/class-use/ASTEQNode.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/class-use/ASTElseIfStatement.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/class-use/ASTElseStatement.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/class-use/ASTEscape.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/class-use/ASTEscapedDirective.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/class-use/ASTExpression.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/class-use/ASTFalse.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/class-use/ASTGENode.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/class-use/ASTGTNode.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/class-use/ASTIdentifier.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/class-use/ASTIfStatement.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/class-use/ASTIncludeStatement.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/class-use/ASTIntegerRange.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/class-use/ASTLENode.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/class-use/ASTLTNode.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/class-use/ASTMethod.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/class-use/ASTModNode.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/class-use/ASTMulNode.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/class-use/ASTNENode.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/class-use/ASTNotNode.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/class-use/ASTNumberLiteral.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/class-use/ASTObjectArray.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/class-use/ASTOrNode.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/class-use/ASTParameters.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/class-use/ASTReference.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/class-use/ASTSetDirective.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/class-use/ASTStringLiteral.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/class-use/ASTSubtractNode.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/class-use/ASTText.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/class-use/ASTTrue.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/class-use/ASTVariable.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/class-use/ASTWord.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/class-use/ASTprocess.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/class-use/AbstractExecutor.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/class-use/BooleanPropertyExecutor.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/class-use/GetExecutor.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/class-use/Node.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/class-use/NodeUtils.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/class-use/ParserVisitor.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/class-use/PropertyExecutor.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/class-use/SimpleNode.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/package-frame.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/package-summary.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/package-tree.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/no de/package-use.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/pa ckage-frame.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/pa ckage-summary.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/pa ckage-tree.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/parser/pa ckage-use.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/resource/
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/resource/ ContentResource.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/resource/ Resource.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/resource/ ResourceCache.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/resource/ ResourceCacheImpl.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/resource/ ResourceFactory.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/resource/ ResourceManager.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/resource/ ResourceManagerImpl.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/resource/ class-use/
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/resource/ class-use/ContentResource.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/resource/ class-use/Resource.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/resource/ class-use/ResourceCache.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/resource/ class-use/ResourceCacheImpl.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/resource/ class-use/ResourceFactory.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/resource/ class-use/ResourceManager.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/resource/ class-use/ResourceManagerImpl.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/resource/ loader/
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/resource/ loader/ClasspathResourceLoader.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/resource/ loader/DataSourceResourceLoader.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/resource/ loader/FileResourceLoader.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/resource/ loader/JarHolder.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/resource/ loader/JarResourceLoader.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/resource/ loader/ResourceLoader.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/resource/ loader/ResourceLoaderFactory.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/resource/ loader/class-use/
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/resource/ loader/class-use/ClasspathResourceLoader.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/resource/ loader/class-use/DataSourceResourceLoader.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/resource/ loader/class-use/FileResourceLoader.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/resource/ loader/class-use/JarHolder.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/resource/ loader/class-use/JarResourceLoader.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/resource/ loader/class-use/ResourceLoader.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/resource/ loader/class-use/ResourceLoaderFactory.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/resource/ loader/package-frame.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/resource/ loader/package-summary.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/resource/ loader/package-tree.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/resource/ loader/package-use.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/resource/ package-frame.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/resource/ package-summary.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/resource/ package-tree.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/resource/ package-use.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/visitor/
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/visitor/B aseVisitor.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/visitor/N odeViewMode.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/visitor/V MReferenceMungeVisitor.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/visitor/c lass-use/
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/visitor/c lass-use/BaseVisitor.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/visitor/c lass-use/NodeViewMode.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/visitor/c lass-use/VMReferenceMungeVisitor.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/visitor/p ackage-frame.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/visitor/p ackage-summary.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/visitor/p ackage-tree.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/runtime/visitor/p ackage-use.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/servlet/
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/servlet/VelocityS ervlet.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/servlet/class-use /
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/servlet/class-use /VelocityServlet.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/servlet/package-f rame.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/servlet/package-s ummary.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/servlet/package-t ree.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/servlet/package-u se.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/AnakiaTestCa se.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/BaseTestCase .html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/ClassloaderC hangeTest.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/ClasspathRes ourceTest.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/CommonsExtPr opTestCase.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/Configuratio nTestCase.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/ContextSafet yTestCase.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/EncodingTest Case.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/EventHandlin gTestCase.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/ExternalLogg erTest.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/InlineScopeV MTestCase.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/Introspector TestCase.MethodProvider.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/Introspector TestCase.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/Introspector TestCase2.Bar.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/Introspector TestCase2.Foo.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/Introspector TestCase2.Tester.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/Introspector TestCase2.Tester2.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/Introspector TestCase2.Woogie.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/Introspector TestCase2.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/Introspector TestCase3.MethodProvider.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/Introspector TestCase3.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/MethodInvoca tionExceptionTest.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/MiscTestCase .html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/MultiLoaderT estCase.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/MultipleFile ResourcePathTest.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/ParserTestCa se.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/TemplateTest Base.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/TemplateTest Case.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/TemplateTest Suite.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/TestClassloa der.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/TexenClasspa thTestCase.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/TexenTestCas e.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/VelocimacroT estCase.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/VelocityAppT estCase.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/VelocityServ letTest.MockHttpServletResponse.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/VelocityServ letTest.MockServletConfig.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/VelocityServ letTest.MockServletContext.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/VelocityServ letTest.MockVelocityServlet.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/VelocityServ letTest.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/class-use/
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/class-use/An akiaTestCase.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/class-use/Ba seTestCase.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/class-use/Cl assloaderChangeTest.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/class-use/Cl asspathResourceTest.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/class-use/Co mmonsExtPropTestCase.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/class-use/Co nfigurationTestCase.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/class-use/Co ntextSafetyTestCase.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/class-use/En codingTestCase.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/class-use/Ev entHandlingTestCase.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/class-use/Ex ternalLoggerTest.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/class-use/In lineScopeVMTestCase.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/class-use/In trospectorTestCase.MethodProvider.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/class-use/In trospectorTestCase.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/class-use/In trospectorTestCase2.Bar.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/class-use/In trospectorTestCase2.Foo.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/class-use/In trospectorTestCase2.Tester.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/class-use/In trospectorTestCase2.Tester2.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/class-use/In trospectorTestCase2.Woogie.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/class-use/In trospectorTestCase2.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/class-use/In trospectorTestCase3.MethodProvider.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/class-use/In trospectorTestCase3.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/class-use/Me thodInvocationExceptionTest.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/class-use/Mi scTestCase.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/class-use/Mu ltiLoaderTestCase.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/class-use/Mu ltipleFileResourcePathTest.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/class-use/Pa rserTestCase.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/class-use/Te mplateTestBase.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/class-use/Te mplateTestCase.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/class-use/Te mplateTestSuite.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/class-use/Te stClassloader.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/class-use/Te xenClasspathTestCase.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/class-use/Te xenTestCase.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/class-use/Ve locimacroTestCase.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/class-use/Ve locityAppTestCase.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/class-use/Ve locityServletTest.MockHttpServletResponse.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/class-use/Ve locityServletTest.MockServletConfig.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/class-use/Ve locityServletTest.MockServletContext.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/class-use/Ve locityServletTest.MockVelocityServlet.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/class-use/Ve locityServletTest.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/misc/
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/misc/Test.ht ml
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/misc/class-u se/
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/misc/class-u se/Test.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/misc/package -frame.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/misc/package -summary.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/misc/package -tree.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/misc/package -use.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/package-fram e.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/package-summ ary.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/package-tree .html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/package-use. html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/provider/
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/provider/Boo lObj.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/provider/Chi ld.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/provider/Per son.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/provider/Tes tProvider.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/provider/cla ss-use/
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/provider/cla ss-use/BoolObj.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/provider/cla ss-use/Child.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/provider/cla ss-use/Person.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/provider/cla ss-use/TestProvider.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/provider/pac kage-frame.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/provider/pac kage-summary.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/provider/pac kage-tree.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/provider/pac kage-use.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/view/
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/view/Templat eNodeView.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/view/class-u se/
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/view/class-u se/TemplateNodeView.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/view/package -frame.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/view/package -summary.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/view/package -tree.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/test/view/package -use.html
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/texen/
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/texen/Generator.h tml
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/texen/ant/
    flex/sdk/trunk/modules/thirdparty/velocity/docs/api/org/apache/velocity/texen/ant/TexenTa sk.html
    flex/sdk/trunk

    In the default php.ini is set open_basedir which limits work with php only to few directories (and directories bellow them). There is set /srv/http, /home,/tmp and /usr/share/pear by default.
    To allow your vhost you should add /data/www or set empty value.

  • Flex Module for Apache and IIS for Flex3 Release

    All materials said that Flex Module for Apache and IIS was
    included in Flex3 Release of Feb. 25,but I did not find it.
    Does Anyone know about where to download the kit.
    Thanks
    Aiguo

    This link seems to have it, for Win and Mac:
    http://labs.adobe.com/wiki/index.php/Flex_Module_for_Apache_and_IIS#Installation

  • Mod_wsgi for Apache and nginx

    Hey guys, new Arch Linux user and maintainer here.  I'm loving it so far.
    Anyhow, I just adopted the mod_wsgi package for Apache, and I'm interested in building one for nginx as well.  However, both upstream tar.gz uses the same name (mod_wsgi).  How should I name the packages for AUR? Just apache-mod-wsgi and nginx-mod-wsgi, or is there some other naming convention for scenarios like this?

    Hi Steve,
    I had the same problem and i have stop trying with abs and downloaded the latest sources. While compiling there exists the same problem. I have solved the problem using the last post of the ubuntu forums link you have specified: http://ubuntuforums.org/showpost.php?p= … ostcount=4
    But after compiling and installing the mod_wsgi i couldn't be able to test the example code given at arch wiki. I took such the following error:
    @Browser
    Server error!
    The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there was an error in a CGI script.
    If you think this is a server error, please contact the webmaster.
    Error 500
    Tue Apr 26 11:00:05 2011
    Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/1.0.0d DAV/2 mod_wsgi/4.0-TRUNK Python/3.2
    @error_log
    [Tue Apr 26 10:51:14 2011] [error] [client **.**.**.**] mod_wsgi (pid=6981): Exception occurred processing WSGI script '/path/to/app/wsgi_app.py'.
    [Tue Apr 26 10:51:14 2011] [error] [client **.**.**.**] TypeError: sequence of byte string values expected, value of type str found

  • Problem With Policy Agent 2.2 for APACHE on WINDOWS !!!!

    I have been getting a nasty error for weeks configuring PolicyAgent 2.2 for Apache (tried 2.2.x and 2.0.x) on a Windows Server. After the configuring apache could not even start. I get the following error :
    Syntax error on line 1 of "C:/Sun/Access_Manager/Agents/2.2/apache/config/apache_80/dsame.conf":
    Cannot load C:/Sun/Access_Manager/Agents/2.2/apache/bin/libamapc2.dll into server. The specified module does not exist
    Does anyone have any ideas? (I have been pulling my hair off trying to resolve this and I am about to lift up the server and drop it !!! ) The dll file above is available in that path.
    Message was edited by:
    lreju

    This dll file may need/depend other dlls. So sometimes you may still get this error after you download the dll into your windows system folder. But you can use a tool such as http://www.dependencywalker.com to find out which other dlls are needed for your installation....Hope this helps someone !!!

  • Urgent: Plugin for Apache on SuSE Linux

    I am trying to install weblogic Plug-In for Apache 1.3.22 on SuSE linux. I installed
    apache, got the mod_wl.so from weblogic6.1/lib/linux folder. No problems in installing.
    It added
    'LoadModule weblogic_module libexec/mod_wl.so'
    I noticed that it did not add
    'AddModule mod_weblogic.c'.
    Anyway I tried running ./apachectl configtest and I get follwing error message:
    Cannot load /usr/local/apache/libexec/mod_wl.so into server: /usr/local/apache/libexec/mod_wl.so:
    ELF file data encoding not big-endian
    I added the line 'AddModule mod_weblogic.c', but I still get the same error. What
    is going on. Please help immediately. This is extremely urgent.

    Hi
    You can directly update configuration files, and at least restart the listnener.
    %ORACLE_HOME%\NETWORK\ADMIN\tnsnames.ora
    (HOST = 1st_host_Physical_name)
    %ORACLE_HOME%\NETWORK\ADMIN\sqlnet.ora
    (HOST = 1st_host_Physical_name)
    Also make sure that if instance parameter "local_listener" is set it is using physical hostname.
    Regards

  • Php plugin 1.0 for sun java system webserver

    Hi,
    I installed php plugin 1.0 for sun java system webserver 7. But it supports default 2 DB mysql and postgresql. Can i configure oracle 10g DB support?
    Appreciate if you could throw some light on this.
    Thanks,
    Krish

    Using PHP with NSAPI plugin will definitely get you the best performance. However, if you are using PHP with NSAPI plugin enabled then you might have to be careful when you are installing any of the PHP extensions from PECL to make sure that they are thread safe.
    Note: There can be a potential issue only when using any of PECL (http://pecl.php.net) extension and not with any PEAR (http://pear.php.net) extensions.
    For example, if you PHP built for NSAPI and then using on top of WordPress or Drupal or on top of frameworks like ZF etc should not be a problem
    To compile PHP 5.3 with NSAPI, you would do some thing like
    ./configure --with-nsapi=<web-server7-install-directory>
    To compile PHP 5.3 with FastCGI, you would do some thing like
    ./configure enable-cgi enable-force-cgi-redirect

  • Solaris 10  x86 mod_jk for Apache to Tomcat compilation error

    Hi,
    I try to figure it out how to compile the sources of mod_jk under Solaris 10 x86 on v20z server. The configuration goes right. But when I try to use make. This error appears. The version of mod_jk is 1.1.14. Can anybody help with this probleme?
    Here is the result of the make:
    gcc: .libs/mod_jk.o: No such file or directory
    gcc: ../common/.libs/jk_ajp12_worker.o: No such file or directory
    gcc: ../common/.libs/jk_connect.o: No such file or directory
    gcc: ../common/.libs/jk_msg_buff.o: No such file or directory
    gcc: ../common/.libs/jk_util.o: No such file or directory
    gcc: ../common/.libs/jk_ajp13.o: No such file or directory
    gcc: ../common/.libs/jk_pool.o: No such file or directory
    gcc: ../common/.libs/jk_worker.o: No such file or directory
    gcc: ../common/.libs/jk_ajp13_worker.o: No such file or directory
    gcc: ../common/.libs/jk_lb_worker.o: No such file or directory
    gcc: ../common/.libs/jk_sockbuf.o: No such file or directory
    gcc: ../common/.libs/jk_map.o: No such file or directory
    gcc: ../common/.libs/jk_uri_worker_map.o: No such file or directory
    gcc: ../common/.libs/jk_ajp14.o: No such file or directory
    gcc: ../common/.libs/jk_ajp14_worker.o: No such file or directory
    gcc: ../common/.libs/jk_md5.o: No such file or directory
    gcc: ../common/.libs/jk_shm.o: No such file or directory
    gcc: ../common/.libs/jk_ajp_common.o: No such file or directory
    gcc: ../common/.libs/jk_context.o: No such file or directory
    gcc: ../common/.libs/jk_status.o: No such file or directory
    make[1]: *** [mod_jk.la] Error 1
    make[1]: Leaving directory `/install/jakarta-tomcat-connectors-1.2.14.1-src/jk/native/apache-1.3'
    make: *** [all-recursive] Error 1
    Anybody can help???

    You have to run "make clean" and then make.
    Probably the files could not be compiled because of errors in the first place.
    Try to download the source for apache and compile it for the current platform, otherwise you could get wrong settings.

  • Installing Tomcat connector for Apache

    I realize this is more of a Linux configuration issue but it does deal with Tomcat so I am hoping someone can help.
    I am having some problems installing the tomcat connector for Apache web server on Linux (Red Hat enterprise).
    I need to have both Apache (by which I mean Apache Web Server) and Tomcat running on this system and it is my understanding that one can use the tomcat connector as an Apache module to connect from Apache to Tomcat for jsp requests.
    Okay so here is what has been done.
    Tomcat is installed and running fine (on port 8080)
    Apache is running fine.
    I followed this guide http://tomcat.apache.org/connectors-doc/howto/quick.html
    And I created all the config files etc but when it comes to finding the mysterious mod_jk.so file I am stuck. I went to the downloads area and end up in the following directory/page http://apache.mirrors.northco.net/tomcat/tomcat-connectors/jk/binaries/linux/jk-1.2.14/
    I don't see a mod_jk.so file in there. (?!?) So... I poked around some more but I feel I am looking at the right directory so I downloaded the worker.so file and put that in my apache modules directory. I renamed it as mod_sk.so (now please bear in mind that I am not too dumb and I realize that renaming a file isn''t doing anything magical but due to lack of any documentation describing why there are two different files I took a guess and thought that maybe the different files are different threading setups or something (considering the other one is named prefork to me this seemed to be a logical conclusion based on the information given))
    And of course it doesn't work. By which I mean the following happens if I run configtest for apache (if I try to start Apache same disaster)
    # /sbin/service httpd configtest
    Syntax error on line 3 of /etc/httpd/conf.d/tomcat_connector.conf:
    Cannot load /etc/httpd/modules/mod_jk.so into
    server: /etc/httpd/modules/mod_jk.so: cannot open
    shared object file: No such file or directoryOkay... Except a file with that name (see above) IS in that directory. And it has the same permissions as the other modules which are loading.
    (After moving to the modules directory)
    # dir
    libphp4.so mod_cache.so mod_imap.so mod_proxy_http.so
    mod_access.so mod_cern_meta.so mod_include.so mod_proxy.so
    mod_actions.so mod_cgi.so mod_info.so mod_python.so
    mod_alias.so mod_dav_fs.so mod_jk.so mod_rewrite.so
    [more stuff that loads here but edited for length]So I think something else has gone wrong here... namely that I have the wrong file or something.
    Anyway I am a bit stuck at this point. Could someone point me in the right direction please because I am just going in circles at this point with the documentation not matching up to what files are available or explaining what those files in fact actually are.

    I solved this issue by compiling the file from source. I got hold of another admin friend who told me that the version I had was for 64 bit. Now how I was supposed to discover this or where in fact a compiled version of this file is on the apache site I know not.
    But it's working now.

  • [svn:bz-4.6_Apache] 24057: Changes for Apache donation.

    Revision: 24057
    Revision: 24057
    Author:   [email protected]
    Date:     2013-06-28 02:05:34 -0700 (Fri, 28 Jun 2013)
    Log Message:
    Changes for Apache donation.
    Modified Paths:
        blazeds/branches/4.6_Apache/adobe.header
        blazeds/branches/4.6_Apache/apps/blazeds/WEB-INF/classes/commons-logging.properties
        blazeds/branches/4.6_Apache/apps/blazeds/WEB-INF/flex/messaging-config.xml
        blazeds/branches/4.6_Apache/apps/blazeds/WEB-INF/flex/proxy-config.xml
        blazeds/branches/4.6_Apache/apps/blazeds/WEB-INF/flex/remoting-config.xml
        blazeds/branches/4.6_Apache/apps/blazeds/WEB-INF/flex/services-config.xml
        blazeds/branches/4.6_Apache/apps/blazeds/WEB-INF/web.xml
        blazeds/branches/4.6_Apache/apps/blazeds/build.xml
        blazeds/branches/4.6_Apache/apps/blazeds/index.htm
        blazeds/branches/4.6_Apache/apps/blazeds-spring/WEB-INF/classes/commons-logging.propertie s
        blazeds/branches/4.6_Apache/apps/blazeds-spring/WEB-INF/flex/messaging-config.xml
        blazeds/branches/4.6_Apache/apps/blazeds-spring/WEB-INF/flex/proxy-config.xml
        blazeds/branches/4.6_Apache/apps/blazeds-spring/WEB-INF/flex/remoting-config.xml
        blazeds/branches/4.6_Apache/apps/blazeds-spring/WEB-INF/flex/services-config.xml
        blazeds/branches/4.6_Apache/apps/blazeds-spring/WEB-INF/flex-servlet.xml
        blazeds/branches/4.6_Apache/apps/blazeds-spring/WEB-INF/spring/app-config.xml
        blazeds/branches/4.6_Apache/apps/blazeds-spring/WEB-INF/spring/infrastructure-config.xml
        blazeds/branches/4.6_Apache/apps/blazeds-spring/WEB-INF/spring/security-config.xml
        blazeds/branches/4.6_Apache/apps/blazeds-spring/WEB-INF/web.xml
        blazeds/branches/4.6_Apache/apps/blazeds-spring/build.xml
        blazeds/branches/4.6_Apache/apps/blazeds-spring/index.htm
        blazeds/branches/4.6_Apache/apps/ds-console/ConsoleResultWindow.mxml
        blazeds/branches/4.6_Apache/apps/ds-console/WEB-INF/flex/services-config.xml
        blazeds/branches/4.6_Apache/apps/ds-console/WEB-INF/install-web.xml
        blazeds/branches/4.6_Apache/apps/ds-console/WEB-INF/web.xml
        blazeds/branches/4.6_Apache/apps/ds-console/build.xml
        blazeds/branches/4.6_Apache/apps/ds-console/console/ConsoleListener.as
        blazeds/branches/4.6_Apache/apps/ds-console/console/ConsoleManager.as
        blazeds/branches/4.6_Apache/apps/ds-console/console/ConsoleTreeDataDescriptor.as
        blazeds/branches/4.6_Apache/apps/ds-console/console/containers/AdvancedPanel.as
        blazeds/branches/4.6_Apache/apps/ds-console/console/containers/AdvancedPanelDisplay.mxml
        blazeds/branches/4.6_Apache/apps/ds-console/console/containers/DefaultPanel.as
        blazeds/branches/4.6_Apache/apps/ds-console/console/containers/DefaultPanelDisplay.mxml
        blazeds/branches/4.6_Apache/apps/ds-console/console/containers/DestinationManager.as
        blazeds/branches/4.6_Apache/apps/ds-console/console/containers/DestinationManagerDisplay. mxml
        blazeds/branches/4.6_Apache/apps/ds-console/console/containers/EndpointManager.as
        blazeds/branches/4.6_Apache/apps/ds-console/console/containers/EndpointManagerDisplay.mxm l
        blazeds/branches/4.6_Apache/apps/ds-console/console/containers/LogManager.as
        blazeds/branches/4.6_Apache/apps/ds-console/console/containers/LogManagerDisplay.mxml
        blazeds/branches/4.6_Apache/apps/ds-console/console/containers/Operation.as
        blazeds/branches/4.6_Apache/apps/ds-console/console/containers/OperationSet.as
        blazeds/branches/4.6_Apache/apps/ds-console/console/containers/PollableAttributeChart.as
        blazeds/branches/4.6_Apache/apps/ds-console/console/containers/ServerManager.as
        blazeds/branches/4.6_Apache/apps/ds-console/console/containers/ServerManagerDisplay.mxml
        blazeds/branches/4.6_Apache/apps/ds-console/console/containers/UpdateListener.as
        blazeds/branches/4.6_Apache/apps/ds-console/console/containers/UpdateManager.as
        blazeds/branches/4.6_Apache/apps/ds-console/console/data/Bindable3DHashMap.as
        blazeds/branches/4.6_Apache/apps/ds-console/console/events/ManagementOperationInvokeEvent .as
        blazeds/branches/4.6_Apache/apps/ds-console/console.mxml
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/flex/messaging-config.xml
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/flex/proxy-config.xml
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/flex/remoting-config.xml
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/flex/services-config.xml
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/flex-src/dashboard/build.xml
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/flex-src/dashboard/src/RegionBreakdown.m xml
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/flex-src/dashboard/src/RegionDetail.mxml
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/flex-src/dashboard/src/RevenueTimeline.m xml
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/flex-src/dashboard/src/SortUtils.as
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/flex-src/dashboard/src/dashboard.mxml
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/flex-src/dashboard/src/main.css
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/flex-src/inventory/build.xml
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/flex-src/inventory/src/Product.as
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/flex-src/inventory/src/ProductForm.mxml
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/flex-src/inventory/src/SearchPopup.mxml
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/flex-src/inventory/src/inventory.mxml
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/flex-src/inventory/src/styles.css
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/flex-src/runtimeconfig-messaging/build.x ml
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/flex-src/runtimeconfig-messaging/src/Cha tPanel.mxml
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/flex-src/runtimeconfig-messaging/src/mai n.mxml
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/flex-src/runtimeconfig-remoting/build.xm l
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/flex-src/runtimeconfig-remoting/src/main .mxml
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/flex-src/testdrive-101/build.xml
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/flex-src/testdrive-101/src/ProductView.m xml
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/flex-src/testdrive-101/src/Thumb.mxml
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/flex-src/testdrive-101/src/main.mxml
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/flex-src/testdrive-101/src/testdrive.css
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/flex-src/testdrive-chat/build.xml
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/flex-src/testdrive-chat/src/main.mxml
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/flex-src/testdrive-datapush/build.xml
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/flex-src/testdrive-datapush/src/main.mxm l
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/flex-src/testdrive-datapush/src/startfee d.jsp
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/flex-src/testdrive-datapush/src/stopfeed .jsp
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/flex-src/testdrive-httpservice/build.xml
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/flex-src/testdrive-httpservice/src/catal og.jsp
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/flex-src/testdrive-httpservice/src/main. mxml
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/flex-src/testdrive-remoteobject/build.xm l
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/flex-src/testdrive-remoteobject/src/main .mxml
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/flex-src/testdrive-update/build.xml
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/flex-src/testdrive-update/src/Product.as
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/flex-src/testdrive-update/src/ProductFor m.mxml
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/flex-src/testdrive-update/src/main.mxml
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/flex-src/testdrive-webservice/build.xml
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/flex-src/testdrive-webservice/src/main.m xml
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/flex-src/traderdesktop/build.xml
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/flex-src/traderdesktop/src/BackgroundCol orRenderer.as
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/flex-src/traderdesktop/src/ColorRenderer .as
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/flex-src/traderdesktop/src/main.css
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/flex-src/traderdesktop/src/samples/portf olio/Stock.as
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/flex-src/traderdesktop/src/startfeed.jsp
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/flex-src/traderdesktop/src/stopfeed.jsp
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/flex-src/traderdesktop/src/traderdesktop .mxml
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/src/flex/samples/ConnectionHelper.java
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/src/flex/samples/DAOException.java
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/src/flex/samples/DatabaseCheckService.ja va
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/src/flex/samples/crm/ConcurrencyExceptio n.java
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/src/flex/samples/crm/DAOException.java
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/src/flex/samples/crm/company/Company.jav a
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/src/flex/samples/crm/company/CompanyDAO. java
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/src/flex/samples/crm/employee/Employee.j ava
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/src/flex/samples/crm/employee/EmployeeDA O.java
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/src/flex/samples/dcd/product/Product.jav a
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/src/flex/samples/dcd/product/ProductServ ice.java
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/src/flex/samples/feed/Feed.java
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/src/flex/samples/marketdata/Feed.java
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/src/flex/samples/marketdata/Portfolio.ja va
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/src/flex/samples/marketdata/Stock.java
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/src/flex/samples/product/Product.java
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/src/flex/samples/product/ProductService. java
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/src/flex/samples/qos/CustomDelayQueuePro cessor.java
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/src/flex/samples/qos/FlexClientConfigSer vice.java
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/src/flex/samples/runtimeconfig/ChatRoomS ervice.java
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/src/flex/samples/runtimeconfig/EmployeeR untimeRemotingDestination.java
        blazeds/branches/4.6_Apache/apps/samples/WEB-INF/web.xml
        blazeds/branches/4.6_Apache/apps/samples/build.xml
        blazeds/branches/4.6_Apache/apps/samples/fb-project-setup.htm
        blazeds/branches/4.6_Apache/apps/samples/index.htm
        blazeds/branches/4.6_Apache/apps/samples/main.css
        blazeds/branches/4.6_Apache/apps/samples/testdrive.htm
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/classes/commons-logging.propertie s
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex/messaging-config.xml
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex/proxy-config.xml
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex/remoting-config.xml
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex/services-config.xml
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-servlet.xml
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/chat/.actionScriptProper ties
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/chat/.flexProperties
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/chat/.project
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/chat/.settings/org.eclip se.core.resources.prefs
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/chat/build.xml
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/chat/html-template/histo ry/history.css
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/chat/html-template/histo ry/history.js
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/chat/html-template/histo ry/historyFrame.html
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/chat/html-template/index .template.html
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/chat/html-template/swfob ject.js
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/chat/src/chat.mxml
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/collaboration/.actionScr iptProperties
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/collaboration/.flexPrope rties
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/collaboration/.project
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/collaboration/.settings/ org.eclipse.core.resources.prefs
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/collaboration/build.xml
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/collaboration/html-templ ate/history/history.css
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/collaboration/html-templ ate/history/history.js
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/collaboration/html-templ ate/history/historyFrame.html
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/collaboration/html-templ ate/index.template.html
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/collaboration/html-templ ate/swfobject.js
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/collaboration/src/Custom er.as
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/collaboration/src/collab oration.mxml
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/companymgr/.actionScript Properties
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/companymgr/.flexProperti es
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/companymgr/.project
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/companymgr/.settings/org .eclipse.core.resources.prefs
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/companymgr/build.xml
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/companymgr/html-template /history/history.css
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/companymgr/html-template /history/history.js
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/companymgr/html-template /history/historyFrame.html
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/companymgr/html-template /index.template.html
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/companymgr/html-template /swfobject.js
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/companymgr/src/BindableC omboBox.as
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/companymgr/src/Company.a s
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/companymgr/src/CompanyEv ent.as
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/companymgr/src/CompanyFo rm.mxml
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/companymgr/src/Industry. as
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/companymgr/src/companymg r.mxml
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/feedstarter/.actionScrip tProperties
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/feedstarter/.flexPropert ies
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/feedstarter/.project
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/feedstarter/.settings/or g.eclipse.core.resources.prefs
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/feedstarter/build.xml
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/feedstarter/html-templat e/history/history.css
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/feedstarter/html-templat e/history/history.js
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/feedstarter/html-templat e/history/historyFrame.html
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/feedstarter/html-templat e/index.template.html
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/feedstarter/html-templat e/swfobject.js
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/feedstarter/src/feedstar ter.mxml
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync01/.actionScriptPr operties
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync01/.flexProperties
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync01/.project
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync01/.settings/org.e clipse.core.resources.prefs
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync01/build.xml
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync01/html-template/h istory/history.css
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync01/html-template/h istory/history.js
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync01/html-template/h istory/historyFrame.html
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync01/html-template/i ndex.template.html
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync01/html-template/s wfobject.js
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync01/src/insync01.mx ml
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync02/.actionScriptPr operties
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync02/.flexProperties
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync02/.project
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync02/.settings/org.e clipse.core.resources.prefs
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync02/build.xml
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync02/html-template/h istory/history.css
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync02/html-template/h istory/history.js
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync02/html-template/h istory/historyFrame.html
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync02/html-template/i ndex.template.html
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync02/html-template/s wfobject.js
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync02/src/insync02.mx ml
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync03/.actionScriptPr operties
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync03/.flexProperties
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync03/.project
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync03/.settings/org.e clipse.core.resources.prefs
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync03/build.xml
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync03/html-template/h istory/history.css
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync03/html-template/h istory/history.js
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync03/html-template/h istory/historyFrame.html
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync03/html-template/i ndex.template.html
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync03/html-template/s wfobject.js
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync03/src/Contact.as
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync03/src/ContactForm .mxml
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync03/src/insync03.mx ml
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync04/.actionScriptPr operties
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync04/.flexProperties
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync04/.project
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync04/.settings/org.e clipse.core.resources.prefs
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync04/build.xml
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync04/html-template/h istory/history.css
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync04/html-template/h istory/history.js
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync04/html-template/h istory/historyFrame.html
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync04/html-template/i ndex.template.html
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync04/html-template/s wfobject.js
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync04/src/Contact.as
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync04/src/ContactForm .mxml
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync04/src/insync04.mx ml
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync05/.actionScriptPr operties
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync05/.flexProperties
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync05/.project
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync05/.settings/org.e clipse.core.resources.prefs
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync05/build.xml
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync05/html-template/h istory/history.css
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync05/html-template/h istory/history.js
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync05/html-template/h istory/historyFrame.html
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync05/html-template/i ndex.template.html
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync05/html-template/s wfobject.js
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync05/src/Contact.as
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync05/src/ContactForm .mxml
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync05/src/insync05.mx ml
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync06/.actionScriptPr operties
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync06/.flexProperties
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync06/.project
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync06/.settings/org.e clipse.core.resources.prefs
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync06/build.xml
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync06/html-template/h istory/history.css
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync06/html-template/h istory/history.js
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync06/html-template/h istory/historyFrame.html
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync06/html-template/i ndex.template.html
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync06/html-template/s wfobject.js
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync06/src/Contact.as
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync06/src/ContactEven t.as
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync06/src/ContactForm .mxml
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/insync06/src/insync06.mx ml
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/simplepush/.actionScript Properties
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/simplepush/.flexProperti es
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/simplepush/.project
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/simplepush/.settings/org .eclipse.core.resources.prefs
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/simplepush/build.xml
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/simplepush/html-template /history/history.css
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/simplepush/html-template /history/history.js
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/simplepush/html-template /history/historyFrame.html
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/simplepush/html-template /index.template.html
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/simplepush/html-template /swfobject.js
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/simplepush/src/simplepus h.mxml
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/spring-blazeds-101/.acti onScriptProperties
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/spring-blazeds-101/.flex Properties
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/spring-blazeds-101/.proj ect
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/spring-blazeds-101/.sett ings/org.eclipse.core.resources.prefs
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/spring-blazeds-101/build .xml
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/spring-blazeds-101/html- template/history/history.css
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/spring-blazeds-101/html- template/history/history.js
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/spring-blazeds-101/html- template/history/historyFrame.html
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/spring-blazeds-101/html- template/index.template.html
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/spring-blazeds-101/html- template/swfobject.js
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/spring-blazeds-101/src/M ain.mxml
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/spring-blazeds-security- 101/.actionScriptProperties
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/spring-blazeds-security- 101/.flexProperties
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/spring-blazeds-security- 101/.project
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/spring-blazeds-security- 101/.settings/org.eclipse.core.resources.prefs
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/spring-blazeds-security- 101/build.xml
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/spring-blazeds-security- 101/html-template/history/history.css
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/spring-blazeds-security- 101/html-template/history/history.js
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/spring-blazeds-security- 101/html-template/history/historyFrame.html
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/spring-blazeds-security- 101/html-template/index.template.html
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/spring-blazeds-security- 101/html-template/swfobject.js
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/spring-blazeds-security- 101/src/Main.mxml
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/traderdesktop/.actionScr iptProperties
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/traderdesktop/.flexPrope rties
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/traderdesktop/.project
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/traderdesktop/.settings/ org.eclipse.core.resources.prefs
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/traderdesktop/build.xml
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/traderdesktop/html-templ ate/history/history.css
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/traderdesktop/html-templ ate/history/history.js
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/traderdesktop/html-templ ate/history/historyFrame.html
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/traderdesktop/html-templ ate/index.template.html
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/traderdesktop/html-templ ate/swfobject.js
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/traderdesktop/src/Backgr oundColorRenderer.as
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/traderdesktop/src/ColorR enderer.as
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/traderdesktop/src/org/sp ringframework/flex/samples/marketfeed/Stock.as
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/flex-src/traderdesktop/src/trader desktop.mxml
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/spring/app-config.xml
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/spring/infrastructure-config.xml
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/spring/security-config.xml
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/src/spring-samples/.classpath
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/src/spring-samples/.project
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/src/spring-samples/.settings/org. eclipse.jdt.core.prefs
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/src/spring-samples/src/org/spring framework/flex/samples/secured/Security3Helper.java
        blazeds/branches/4.6_Apache/apps/samples-spring/WEB-INF/web.xml
        blazeds/branches/4.6_Apache/apps/samples-spring/build.xml
        blazeds/branches/4.6_Apache/apps/samples-spring/index.html
        blazeds/branches/4.6_Apache/apps/samples-spring/login.jsp
        blazeds/branches/4.6_Apache/apps/samples-spring/main.css
        blazeds/branches/4.6_Apache/apps/team/WEB-INF/flex/global.css
        blazeds/branches/4.6_Apache/apps/team/WEB-INF/flex/messaging-config.xml
        blazeds/branches/4.6_Apache/apps/team/WEB-INF/flex/proxy-config.xml
        blazeds/branches/4.6_Apache/apps/team/WEB-INF/flex/remoting-config.xml
        blazeds/branches/4.6_Apache/apps/team/WEB-INF/flex/services-config.xml
        blazeds/branches/4.6_Apache/apps/team/WEB-INF/src/features/bootstrapservices/HTTPProxyBoo tstrapService.java
        blazeds/branches/4.6_Apache/apps/team/WEB-INF/src/features/bootstrapservices/MessagingBoo tstrapService.java
        blazeds/branches/4.6_Apache/apps/team/WEB-INF/src/features/bootstrapservices/RemotingBoot strapService.java
        blazeds/branches/4.6_Apache/apps/team/WEB-INF/src/features/messaging/customadapter/Custom ActionscriptAdapter.java
        blazeds/branches/4.6_Apache/apps/team/WEB-INF/src/features/messaging/serverpush/ServerPus hService.java
        blazeds/branches/4.6_Apache/apps/team/WEB-INF/src/features/remoting/AMFConnectionTest.jav a
        blazeds/branches/4.6_Apache/apps/team/WEB-INF/src/features/remoting/EchoService.java
        blazeds/branches/4.6_Apache/apps/team/WEB-INF/src/features/remoting/externalizable/Extern alizableClass.java
        blazeds/branches/4.6_Apache/apps/team/WEB-INF/src/features/runtimeconfig/RuntimeConfigura tor.java
        blazeds/branches/4.6_Apache/apps/team/WEB-INF/src/features/validators/deserialization/Cla ssLoggingDeserializationValidator.java
        blazeds/branches/4.6_Apache/apps/team/WEB-INF/src/features/validators/deserialization/Tes tDeserializationValidator.java
        blazeds/branches/4.6_Apache/apps/team/build.xml
        blazeds/branches/4.6_Apache/apps/team/features/ajax/messaging/TextMessage.html
        blazeds/branches/4.6_Apache/apps/team/features/ajax/messaging/TextMessage.mxml
        blazeds/branches/4.6_Apache/apps/team/features/messaging/cluster/messaging_AMF_Poll_Clust er.mxml
        blazeds/branches/4.6_Apache/apps/team/features/messaging/cluster/messaging_HTTP_Poll_Clus ter.mxml
        blazeds/branches/4.6_Apache/apps/team/features/messaging/cluster/messaging_SecureAMF_Poll _Cluster.mxml
        blazeds/branches/4.6_Apache/apps/team/features/messaging/cluster/messaging_SecureHTTP_Pol l_Cluster.mxml
        blazeds/branches/4.6_Apache/apps/team/features/messaging/customadapter/messaging_CustomAd apter.mxml
        blazeds/branches/4.6_Apache/apps/team/features/messaging/discardedMessaging.mxml
        blazeds/branches/4.6_Apache/apps/team/features/messaging/jms/messaging_AMF_LongPoll_JMS_T opic.mxml
        blazeds/branches/4.6_Apache/apps/team/features/messaging/jms/messaging_AMF_Poll_JMS_Queue .mxml
        blazeds/branches/4.6_Apache/apps/team/features/messaging/jms/messaging_AMF_Poll_JMS_Topic .mxml
        blazeds/branches/4.6_Apache/apps/team/features/messaging/jms/messaging_HTTP_Poll_JMS_Queu e.mxml
        blazeds/branches/4.6_Apache/apps/team/features/messaging/jms/messaging_HTTP_Poll_JMS_Topi c.mxml
        blazeds/branches/4.6_Apache/apps/team/features/messaging/messaging_AMF.mxml
        blazeds/branches/4.6_Apache/apps/team/features/messaging/messaging_AMF_LongPoll.mxml
        blazeds/branches/4.6_Apache/apps/team/features/messaging/messaging_AMF_Piggyback.mxml
        blazeds/branches/4.6_Apache/apps/team/features/messaging/messaging_AMF_Poll.mxml
        blazeds/branches/4.6_Apache/apps/team/features/messaging/messaging_AMF_Stream.mxml
        blazeds/branches/4.6_Apache/apps/team/features/messaging/messaging_HTTP.mxml
        blazeds/branches/4.6_Apache/apps/team/features/messaging/messaging_HTTP_LongPoll.mxml
        blazeds/branches/4.6_Apache/apps/team/features/messaging/messaging_HTTP_Piggyback.mxml
        blazeds/branches/4.6_Apache/apps/team/features/messaging/messaging_HTTP_Poll.mxml
        blazeds/branches/4.6_Apache/apps/team/features/messaging/messaging_HTTP_Stream.mxml
        blazeds/branches/4.6_Apache/apps/team/features/messaging/multipleendpoints/messaging_AMFL ongPoll_and_SecureAMFLongPoll.mxml
        blazeds/branches/4.6_Apache/apps/team/features/messaging/multipleendpoints/messaging_Secu reAMFLongPoll_and_AMFStream.mxml
        blazeds/branches/4.6_Apache/apps/team/features/messaging/multipleendpoints/messaging_two_ AMFLongPoll_Endpoints.mxml
        blazeds/branches/4.6_Apache/apps/team/features/messaging/secure/messaging_SecureAMF.mxml
        blazeds/branches/4.6_Apache/apps/team/features/messaging/secure/messaging_SecureHTTP.mxml
        blazeds/branches/4.6_Apache/apps/team/features/messaging/selector/messaging_AMF_Poll_JMS_ Queue_Selector.mxml
        blazeds/branches/4.6_Apache/apps/team/features/messaging/selector/messaging_AMF_Poll_Sele ctor.mxml
        blazeds/branches/4.6_Apache/apps/team/features/messaging/selector/messaging_HTTP_Poll_Sel ector.mxml
        blazeds/branches/4.6_Apache/apps/team/features/messaging/sendsubscribeconstraint/messagin g_AMF_LongPoll_SendSubscribeConstraint.mxml
        blazeds/branches/4.6_Apache/apps/team/features/messaging/sendsubscribeconstraint/messagin g_AMF_Poll_SendSubscribeConstraint.mxml
        blazeds/branches/4.6_Apache/apps/team/features/messaging/sendsubscribeconstraint/messagin g_AMF_Stream_SendSubscribeConstraint.mxml
        blazeds/branches/4.6_Apache/apps/team/features/messaging/sendsubscribeconstraint/messagin g_HTTP_Poll_SendSubscribeConstraint.mxml
        blazeds/branches/4.6_Apache/apps/team/features/messaging/subtopic/messaging_AMF_Poll_Subt opic.mxml
        blazeds/branches/4.6_Apache/apps/team/features/messaging/subtopic/messaging_AMF_Stream_Mu ltiSubtopic.mxml
        blazeds/branches/4.6_Apache/apps/team/features/messaging/subtopic/messaging_HTTP_Poll_Sub topic.mxml
        blazeds/branches/4.6_Apache/apps/team/features/messaging/throttle/messaging_ThrottleInbou nd.mxml
        blazeds/branches/4.6_Apache/apps/team/features/messaging/throttle/messaging_ThrottleOutbo und.mxml
        blazeds/branches/4.6_Apache/apps/team/features/remoting/externalizable/ExternalizableClas s.as
        blazeds/branches/4.6_Apache/apps/team/features/remoting/externalizable/remoting_Externali zable.mxml
        blazeds/branches/4.6_Apache/apps/team/features/remoting/filteredAckRemoting.mxml
        blazeds/branches/4.6_Apache/apps/team/features/remoting/filteredFaultRemoting.mxml
        blazeds/branches/4.6_Apache/apps/team/features/remoting/remoting_AMF.mxml
        blazeds/branches/4.6_Apache/apps/team/features/remoting/remoting_AMFX.mxml
        blazeds/branches/4.6_Apache/apps/team/features/remoting/remoting_AMF_Dictionary.mxml
        blazeds/branches/4.6_Apache/apps/team/features/remoting/remoting_AMF_Legacy.mxml
        blazeds/branches/4.6_Apache/apps/team/features/remoting/remoting_AMF_ReadOnly.mxml
        blazeds/branches/4.6_Apache/apps/team/features/remoting/remoting_AMF_Vector.mxml
        blazeds/branches/4.6_Apache/apps/team/features/runtimeconfig/runtimeconfig_MessageDestina tion.mxml
        blazeds/branches/4.6_Apache/apps/team/features/runtimeconfig/runtimeconfig_MessageDestina tionWithJMS.mxml
        blazeds/branches/4.6_Apache/apps/team/features/security-constraints/securityConstraint_Ba sic.mxml
        blazeds/branches/4.6_Apache/apps/team/features/security-constraints/securityConstraint_Cu stom.mxml
        blazeds/branches/4.6_Apache/apps/team/features/security-constraints/securityConstraint_Le gacy.mxml
        blazeds/branches/4.6_Apache/apps/team/features/withoutui/messaging_withoutUI.as
        blazeds/branches/4.6_Apache/apps/team/features/withoutui/remoting_withoutUI.as
        blazeds/branches/4.6_Apache/build.properties
        blazeds/branches/4.6_Apache/build.xml
        blazeds/branches/4.6_Apache/collateral/blazeds-bin-readme.htm
        blazeds/branches/4.6_Apache/collateral/blazeds-src-readme.htm
        blazeds/branches/4.6_Apache/collateral/blazeds-turnkey-readme.htm
        blazeds/branches/4.6_Apache/development/IDEA/projects/java/BlazeDS.ipr
        blazeds/branches/4.6_Apache/development/IDEA/projects/java/blazeds.xml
        blazeds/branches/4.6_Apache/development/IDEA/projects/java/common.iml
        blazeds/branches/4.6_Apache/development/IDEA/projects/java/core.iml
        blazeds/branches/4.6_Apache/development/IDEA/projects/java/opt.iml
        blazeds/branches/4.6_Apache/development/IDEA/projects/java/proxy.iml
        blazeds/branches/4.6_Apache/development/IDEA/projects/java/remoting.iml
        blazeds/branches/4.6_Apache/development/eclipse/projects/flex/3.0/framework/.actionScript Properties
        blazeds/branches/4.6_Apache/development/eclipse/projects/flex/3.0/framework/.flexLibPrope rties
        blazeds/branches/4.6_Apache/development/eclipse/projects/flex/3.0/framework/.project
        blazeds/branches/4.6_Apache/development/eclipse/projects/flex/3.0/framework/.settings/org .eclipse.core.resources.prefs
        blazeds/branches/4.6_Apache/development/eclipse/projects/flex/3.0/rpc/.actionScriptProper ties
        blazeds/branches/4.6_Apache/development/eclipse/projects/flex/3.0/rpc/.flexLibProperties
        blazeds/branches/4.6_Apache/development/eclipse/projects/flex/3.0/rpc/.project
        blazeds/branches/4.6_Apache/development/eclipse/projects/flex/3.0/rpc/.settings/org.eclip se.core.resources.prefs
        blazeds/branches/4.6_Apache/development/eclipse/projects/java/blazeds-common/.classpath
        blazeds/branches/4.6_Apache/development/eclipse/projects/java/blazeds-common/.project
        blazeds/branches/4.6_Apache/development/eclipse/projects/java/blazeds-common/.settings/or g.eclipse.jdt.core.prefs
        blazeds/branches/4.6_Apache/development/eclipse/projects/java/blazeds-core/.classpath
        blazeds/branches/4.6_Apache/development/eclipse/projects/java/blazeds-core/.project
        blazeds/branches/4.6_Apache/development/eclipse/projects/java/blazeds-core/.settings/org. eclipse.jdt.core.prefs
        blazeds/branches/4.6_Apache/development/eclipse/projects/java/blazeds-opt/.classpath
        blazeds/branches/4.6_Apache/development/eclipse/projects/java/blazeds-opt/.settings/org.e clipse.jdt.core.prefs
        blazeds/branches/4.6_Apache/development/eclipse/projects/java/blazeds-proxy/.classpath
        blazeds/branches/4.6_Apache/development/eclipse/projects/java/blazeds-proxy/.project
        blazeds/branches/4.6_Apache/development/eclipse/projects/java/blazeds-proxy/.settings/org .eclipse.jdt.core.prefs
        blazeds/branches/4.6_Apache/development/eclipse/projects/java/blazeds-remoting/.classpath
        blazeds/branches/4.6_Apache/development/eclipse/projects/java/blazeds-remoting/.project
        blazeds/branches/4.6_Apache/development/eclipse/projects/java/blazeds-remoting/.settings/ org.eclipse.jdt.core.prefs
        blazeds/branches/4.6_Apache/development/eclipse/projects/java/blazeds-team.war/.actionScr iptProperties
        blazeds/branches/4.6_Apache/development/eclipse/projects/java/blazeds-team.war/.classpath
        blazeds/branches/4.6_Apache/development/eclipse/projects/java/blazeds-team.war/.flexPrope rties
        blazeds/branches/4.6_Apache/development/eclipse/projects/java/blazeds-team.war/.project
        blazeds/branches/4.6_Apache/development/eclipse/projects/java/formatter.xml
        blazeds/branches/4.6_Apache/lib/commons-logging.properties
        blazeds/branches/4.6_Apache/modules/common/build.xml
        blazeds/branches/4.6_Apache/modules/common/src/flex/graphics/ImageSnapshot.java
        blazeds/branches/4.6_Apache/modules/common/src/flex/graphics/package-info.java
        blazeds/branches/4.6_Apache/modules/common/src/flex/messaging/LocalizedException.java
        blazeds/branches/4.6_Apache/modules/common/src/flex/messaging/config/AbstractConfiguratio nParser.java
        blazeds/branches/4.6_Apache/modules/common/src/flex/messaging/config/AdapterSettings.java
        blazeds/branches/4.6_Apache/modules/common/src/flex/messaging/config/ApacheXPathClientCon figurationParser.java
        blazeds/branches/4.6_Apache/modules/common/src/flex/messaging/config/ChannelSettings.java
        blazeds/branches/4.6_Apache/modules/common/src/flex/messaging/config/ClientConfiguration. java
        blazeds/branches/4.6_Apache/modules/common/src/flex/messaging/config/ClientConfigurationP arser.java
        blazeds/branches/4.6_Apache/modules/common/src/flex/messaging/config/ClusterSettings.java
        blazeds/branches/4.6_Apache/modules/common/src/flex/messaging/config/ConfigMap.java
        blazeds/branches/4.6_Apache/modules/common/src/flex/messaging/config/ConfigurationConstan ts.java
        blazeds/branches/4.6_Apache/modules/common/src/flex/messaging/config/ConfigurationExcepti on.java
        blazeds/branches/4.6_Apache/modules/common/src/flex/messaging/config/ConfigurationFileRes olver.java
        blazeds/branches/4.6_Apache/modules/common/src/flex/messaging/config/ConfigurationParser. java
        blazeds/branches/4.6_Apache/modules/common/src/flex/messaging/config/DestinationSettings. java
        blazeds/branches/4.6_Apache/modules/common/src/flex/messaging/config/FlexClientSettings.j ava
        blazeds/branches/4.6_Apache/modules/common/src/flex/messaging/config/LocalFileResolver.ja va
        blazeds/branches/4.6_Apache/modules/common/src/flex/messaging/config/LoggingSettings.java
        blazeds/branches/4.6_Apache/modules/common/src/flex/messaging/config/LoginCommandSettings .java
        blazeds/branches/4.6_Apache/modules/common/src/flex/messaging/config/PropertiesSettings.j ava
        blazeds/branches/4.6_Apache/modules/common/src/flex/messaging/config/SecurityConstraint.j ava
        blazeds/branches/4.6_Apache/modules/common/src/flex/messaging/config/ServiceSettings.java
        blazeds/branches/4.6_Apache/modules/common/src/flex/messaging/config/ServicesConfiguratio n.java
        blazeds/branches/4.6_Apache/modules/common/src/flex/messaging/config/ServicesDependencies .java
        blazeds/branches/4.6_Apache/modules/common/src/flex/messaging/config/TargetSettings.java
        blazeds/branches/4.6_Apache/modules/common/src/flex/messaging/config/TokenReplacer.java
        blazeds/branches/4.6_Apache/modules/common/src/flex/messaging/config/XPathClientConfigura tionParser.java
        blazeds/branches/4.6_Apache/modules/common/src/flex/messaging/errors.properties
        blazeds/branches/4.6_Apache/modules/common/src/flex/messaging/log/AbstractTarget.java
        blazeds/branches/4.6_Apache/modules/common/src/flex/messaging/log/ConsoleTarget.java
        blazeds/branches/4.6_Apache/modules/common/src/flex/messaging/log/LineFormattedTarget.jav a
        blazeds/branches/4.6_Apache/modules/common/src/flex/messaging/log/Log.java
        blazeds/branches/4.6_Apache/modules/common/src/flex/messaging/log/LogCategories.java
        blazeds/branches/4.6_Apache/modules/common/src/flex/messaging/log/LogEvent.java
        blazeds/branches/4.6_Apache/modules/common/src/flex/messaging/log/Logger.java
        blazeds/branches/4.6_Apache/modules/common/src/flex/messaging/log/Target.java
        blazeds/branches/4.6_Apache/modules/common/src/flex/messaging/util/BasicPrettyPrinter.jav a
        blazeds/branches/4.6_Apache/modules/common/src/flex/messaging/util/ExceptionUtil.java
        blazeds/branches/4.6_Apache/modules/common/src/flex/messaging/util/FileUtils.java
        blazeds/branches/4.6_Apache/modules/common/src/flex/messaging/util/LocaleUtils.java
        blazeds/branches/4.6_Apache/modules/common/src/flex/messaging/util/ObjectTrace.java
        blazeds/branches/4.6_Apache/modules/common/src/flex/messaging/util/PrettyPrintable.java
        blazeds/branches/4.6_Apache/modules/common/src/flex/messaging/util/PrettyPrinter.java
        blazeds/branches/4.6_Apache/modules/common/src/flex/messaging/util/PropertyStringResource Loader.java
        blazeds/branches/4.6_Apache/modules/common/src/flex/messaging/util/ResourceLoader.java
        blazeds/branches/4.6_Apache/modules/common/src/flex/messaging/util/StringUtils.java
        blazeds/branches/4.6_Apache/modules/common/src/flex/messaging/util/UUIDUtils.java
        blazeds/branches/4.6_Apache/modules/core/AdobeInfo.xml
        blazeds/branches/4.6_Apache/modules/core/build.xml
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/BaseControl.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/BaseControlMBean.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/MBeanLifecycleManager.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/MBeanServerLocator.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/MBeanServerLocatorFactory.ja va
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/Manageable.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/ManageableComponent.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/ManagementException.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/PlatformMBeanServerLocator.j ava
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/jmx/Attribute.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/jmx/MBeanAttributeInfo.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/jmx/MBeanConstructorInfo.jav a
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/jmx/MBeanInfo.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/jmx/MBeanOperationInfo.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/jmx/MBeanParameterInfo.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/jmx/MBeanServerGateway.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/jmx/ObjectInstance.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/jmx/ObjectName.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/jmx/package-info.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/package-info.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/runtime/AdminConsoleDisplayR egistrar.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/runtime/AdminConsoleDisplayR egistrarMBean.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/runtime/AdminConsoleTypes.ja va
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/runtime/messaging/Destinatio nControl.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/runtime/messaging/Destinatio nControlMBean.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/runtime/messaging/MessageBro kerControl.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/runtime/messaging/MessageBro kerControlMBean.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/runtime/messaging/MessageDes tinationControl.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/runtime/messaging/MessageDes tinationControlMBean.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/runtime/messaging/client/Fle xClientManagerControl.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/runtime/messaging/client/Fle xClientManagerControlMBean.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/runtime/messaging/client/pac kage-info.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/runtime/messaging/endpoints/ AMFEndpointControl.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/runtime/messaging/endpoints/ AMFEndpointControlMBean.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/runtime/messaging/endpoints/ EndpointControl.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/runtime/messaging/endpoints/ EndpointControlMBean.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/runtime/messaging/endpoints/ HTTPEndpointControl.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/runtime/messaging/endpoints/ HTTPEndpointControlMBean.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/runtime/messaging/endpoints/ PollingEndpointControl.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/runtime/messaging/endpoints/ PollingEndpointControlMBean.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/runtime/messaging/endpoints/ StreamingAMFEndpointControl.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/runtime/messaging/endpoints/ StreamingAMFEndpointControlMBean.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/runtime/messaging/endpoints/ StreamingEndpointControl.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/runtime/messaging/endpoints/ StreamingEndpointControlMBean.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/runtime/messaging/endpoints/ StreamingHTTPEndpointControl.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/runtime/messaging/endpoints/ StreamingHTTPEndpointControlMBean.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/runtime/messaging/endpoints/ package-info.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/runtime/messaging/log/LogCon trol.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/runtime/messaging/log/LogCon trolMBean.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/runtime/messaging/log/LogMan ager.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/runtime/messaging/log/packag e-info.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/runtime/messaging/package-in fo.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/runtime/messaging/services/M essageServiceControl.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/runtime/messaging/services/M essageServiceControlMBean.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/runtime/messaging/services/S erviceAdapterControl.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/runtime/messaging/services/S erviceAdapterControlMBean.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/runtime/messaging/services/S erviceControl.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/runtime/messaging/services/S erviceControlMBean.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/runtime/messaging/services/m essaging/SubscriptionManagerControl.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/runtime/messaging/services/m essaging/SubscriptionManagerControlMBean.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/runtime/messaging/services/m essaging/ThrottleManagerControl.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/runtime/messaging/services/m essaging/ThrottleManagerControlMBean.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/runtime/messaging/services/m essaging/adapters/ActionScriptAdapterControl.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/runtime/messaging/services/m essaging/adapters/ActionScriptAdapterControlMBean.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/runtime/messaging/services/m essaging/adapters/JMSAdapterControl.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/runtime/messaging/services/m essaging/adapters/JMSAdapterControlMBean.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/runtime/messaging/services/m essaging/adapters/package-info.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/runtime/messaging/services/m essaging/package-info.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/runtime/messaging/services/p ackage-info.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/management/runtime/package-info.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/messaging/AbstractConnectionAwareSessio n.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/messaging/AbstractFlexSessionProvider.j ava
        blazeds/branches/4.6_Apache/modules/core/src/flex/messaging/ConnectionAwareSession.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/messaging/Destination.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/messaging/DestructibleFlexFactory.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/messaging/FactoryDestination.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/messaging/FactoryInstance.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/messaging/FlexComponent.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/messaging/FlexConfigurable.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/messaging/FlexContext.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/messaging/FlexFactory.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/messaging/FlexRemoteCredentials.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/messaging/FlexSession.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/messaging/FlexSessionAttributeListener. java
        blazeds/branches/4.6_Apache/modules/core/src/flex/messaging/FlexSessionBindingEvent.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/messaging/FlexSessionBindingListener.ja va
        blazeds/branches/4.6_Apache/modules/core/src/flex/messaging/FlexSessionConnectivityEvent. java
        blazeds/branches/4.6_Apache/modules/core/src/flex/messaging/FlexSessionConnectivityListen er.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/messaging/FlexSessionListener.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/messaging/FlexSessionManager.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/messaging/HttpFlexSession.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/messaging/HttpFlexSessionProvider.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/messaging/MessageBroker.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/messaging/MessageBrokerServlet.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/messaging/MessageClient.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/messaging/MessageClientListener.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/messaging/MessageDestination.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/messaging/MessageException.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/messaging/MessageRoutedEvent.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/messaging/MessageRoutedListener.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/messaging/MessageRoutedNotifier.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/messaging/Server.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/messaging/ServiceValidationListener.jav a
        blazeds/branches/4.6_Apache/modules/core/src/flex/messaging/VersionInfo.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/messaging/client/AsyncPollHandler.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/messaging/client/EndpointPushHandler.ja va
        blazeds/branches/4.6_Apache/modules/core/src/flex/messaging/client/EndpointPushNotifier.j ava
        blazeds/branches/4.6_Apache/modules/core/src/flex/messaging/client/FlexClient.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/messaging/client/FlexClientAttributeLis tener.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/messaging/client/FlexClientBindingEvent .java
        blazeds/branches/4.6_Apache/modules/core/src/flex/messaging/client/FlexClientBindingListe ner.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/messaging/client/FlexClientListener.jav a
        blazeds/branches/4.6_Apache/modules/core/src/flex/messaging/client/FlexClientManager.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/messaging/client/FlexClientNotSubscribe dException.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/messaging/client/FlexClientOutboundQueu eProcessor.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/messaging/client/FlushResult.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/messaging/client/OutboundQueueThrottleM anager.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/messaging/client/PollFlushResult.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/messaging/client/PollWaitListener.java
        blazeds/branches/4.6_Apache/modules/core/src/flex/messaging

    imho i don´t think FB4.5 had SVN installed - would be nice!
    I just updated my FB4.6 prerelease to the release version and installed subclipse 1.6 via "install new software"....seems to work!
    Did you uninstall FB before updating?

  • Web Policy Agent 2.1 for Apache 1.3.27 with Identity Server 6.1

    Web Policy Agent 2.1 for Apache 1.3.27 with Identity Server 6.1
    Does anybody has a working combination of the above ? I get a ID login page and after that I always get a access denied page. I get this exception on the agent logs:
    2004-10-14 16:28:00.917 Warning 6347:c1818 PolicyAgent: in get_cookie: no cooki
    e in ap_table
    2004-10-14 16:28:01.895 Warning 6359:c1818 PolicyAgent: Invalid URL for propert
    y (com.sun.am.policy.agents.accessDeniedURL) specified
    2004-10-14 16:28:56.742 Warning 6349:c1818 PolicyAgent: am_web_is_access_allowe
    d(http://xx.xx.xx.net:8080/, GET) denying access: status = access de
    nied (20)
    2004-10-14 16:28:56.743 128 6349:c1818 RemoteLog: User testuser1 was denie
    d access to http://xx.xx.xx.net:8080/.
    2004-10-14 16:28:56.831 -1 6349:c1818 PolicyAgent: URL Access Agent: acces
    s denied to testuser1
    We can ignore Invalid URL property part because its just looking for a custom url in place there. I have cookies enabled in my browser. I even turned on the prompt option. No luck yet.
    Any suggestions would be of great help.
    Thanks,
    Sunil.

    From your description, since the agent installs file with a different JRE, I would suspect it has something to do with the availability of JCE provider in the first JRE. By default, WebSphere's JRE is equipped with IBM JCE provider which is what the agent uses to encrypt the necessary
    information. If this provider is not configured correctly it could result in the error that you are seeing. Please check the WebSphere installation and make sure that the JRE used by it has the necessary IBM JCE provider configured. The java.security file for this should contain something like:
    security.provider.1=sun.security.provider.Sun
    security.provider.2=com.ibm.crypto.provider.IBMJCE
    security.provider.3=com.ibm.jsse.IBMJSSEProvider
    security.provider.4=com.ibm.security.cert.IBMCertPath
    security.provider.5=com.ibm.crypto.pkcs11.provider.IBMPKCS11
    Also, make sure that when you are installing the agent you specify the Java Home as prompted by the agent to point to the location where this JRE is installed. Typically this is under WebSphere/AppServer/java directory. HTH, Jerry

  • Web agent 6.1 support for apache 1.3.27

    Hi ,
    Sun document says that identity policy agent 6.0 supports Apache 1.3.27 webserver on solaris 9. I have installed the Policy agent 6.1 for apache 1.3.27 on solaris 9 . It does'nt give any error while installing , but after the installation is complete and when I try to access the protected URL ..it give forbidden error.
    Is it possible that this error is coming due to the agent 6.1 not supporting the apache 1.3.27 webserver ,
    Please can somebody give me some idea on this
    Thanks,
    Krishan

    Hi,
    Did you solve this problem. Im facing the same issue now. I get a ID server login page and after login I get a HTTP 403 page irrespective of whatever I change in configs or to the policy. The agent log is below:
    2004-10-14 16:28:00.917 Warning 6347:c1818 PolicyAgent: in get_cookie: no cooki
    e in ap_table
    2004-10-14 16:28:01.895 Warning 6359:c1818 PolicyAgent: Invalid URL for propert
    y (com.sun.am.policy.agents.accessDeniedURL) specified
    2004-10-14 16:28:56.742 Warning 6349:c1818 PolicyAgent: am_web_is_access_allowe
    d(http://xx.xx.xx.net:8080/, GET) denying access: status = access de
    nied (20)
    2004-10-14 16:28:56.743 128 6349:c1818 RemoteLog: User testuser1 was denie
    d access to http://xx.xx.xx.net:8080/.
    2004-10-14 16:28:56.831 -1 6349:c1818 PolicyAgent: URL Access Agent: acces
    s denied to testuser1
    Looks like apache couldn't able to get a handle on cookie ? Any suggestions please ?
    Thanks,
    sunn

  • NTLM for Apache web server

    First, I didn't find a specific category in the forums for the Apache web server that comes with Oracle 8i and 9i, so if this isn't the right place, I'd like to know where it is.
    Anyway, has anyone had success using NTLM with recent versions of Oracle's Apache web server? I had it working with 8.1.7, but when I upgraded to 8.1.7.3, it broke again. It doesn't work with 9.2 either. Oracle support was quite unimpressed that I had even tried it at all, but I think it is something that should be part of an intranet web server in a corporate environment, since Windows is on most desktops.
    Thanks,
    Andy Johnson

    NT Lan Manager authentication for Apache? Are there even APIs published by Microsoft? On the other hand, I would not be surprised if a module exists. (then again Oracle would not support it for their variant of Apache=OHS)

  • Policy Agent 2.2 for Apache HTTP Server

    hi,
    I'm trying to configure Policy Agent 2.2 for apache http server.
    The agent seems to be installed properly, in fact when I access the protected resource, I get the Access Manager login page.
    Then I log into access manager, but I'm redirected to an error page.
    Looking in log files I can see:
    agent's "amAgent" log file:
    Debug 10763:f8fe0 AuthService: HTTP Status = 200 (OK)
    Debug 10763:f8fe0 AuthService: Http::Response::readAndParse(): No content length in response.
    Debug 10763:f8fe0 ServiceEngine: Service::do_agent_auth_login(): Setting password callback.
    Debug 10763:f8fe0 ServiceEngine: Service::do_agent_auth_login(): Setting name callback to 'apache2Agent'.
    Debug 10763:f8fe0 AuthService: BaseService::sendRequest Cookie and Headers =Host: crmzone.company.icteam.it     
                   Cookie: JSESSIONID=193E5E1590C924A42B95A00A51DC0479;amlbcookie=01
    Debug 10763:f8fe0 AuthService: BaseService::sendRequest Content-Length =Content-Length: 620
    Debug 10763:f8fe0 AuthService: BaseService::sendRequest Header Suffix =Accept: text/xml
                   Content-Type: text/xml; charset=UTF-8
    Debug 10763:f8fe0 AuthService: HTTP Status = 200 (OK)
    Debug 10763:f8fe0 AuthService: Http::Response::readAndParse(): No content length in response.
    Error 10763:f8fe0 AuthService: AuthService::processLoginStatus() Exception message=[Application user ID is not valid.] errorCode='107' templateName=login_failed_template.jsp.
    Error 10763:f8fe0 PolicyEngine: am_policy_evaluate: InternalException in AuthService::processLoginStatus() with error message:Exception message=[Application user ID is not valid.] errorCode='107' templateName=login_failed_template.jsp and code:3
    Warning 10763:f8fe0 PolicyAgent: am_web_is_access_allowed()(http://10.0.0.31:80/SugarOS-Full-4.5.0f, GET) denying access: status = Access Manager authentication service failure
    Debug 10763:f8fe0 PolicyAgent: am_web_is_access_allowed(): Successfully logged to remote server for GET action by user unknown user to resource http://10.0.0.31:80/SugarOS-Full-4.5.0f.
    Info 10763:f8fe0 PolicyAgent: am_web_is_access_allowed()(http://10.0.0.31:80/SugarOS-Full-4.5.0f, GET) returning status: Access Manager authentication service failure.
    Info 10763:f8fe0 PolicyAgent: process_request(): Access check for URL http://10.0.0.31/SugarOS-Full-4.5.0f returned Access Manager authentication service failure.
    Debug 10763:f8fe0 PolicyAgent: process_request(): returning web result AM_WEB_RESULT_ERROR, data []
    Debug 10763:f8fe0 PolicyAgent: am_web_process_request(): Rendering web result AM_WEB_RESULT_ERROR
    Debug 10763:f8fe0 PolicyAgent: am_web_process_request(): render result function returned AM_SUCCESS.
    Access Manager's "amAuthentication.error" log file:
    "Login Failed|module_instance|Application" Application AUTHENTICATION-268 dc=opensso,dc=java,dc=net "Not Available" INFO apache2Agent 10.0.0.31 "cn=dsameuser,ou=DSAME Users,dc=opensso,dc=java,dc=net" CRMzone
    I tried to change the name of the agent either in its AMAgent.properties or in Access Manager "Agents" configuration page.
    I also used "crypt_util" to generate a new passoword, but nothing seems to happen.
    Where should I look to get more info about this problem? Specific log file?
    Is it due to wrong name/id/password of the agent? I really checked them many times...
    Thanks
    Fabio

    I think the error message "Application user ID is not valid" is pretty self evident.
    Log into the amconsole and go to the root realm/organization. Make sure the Agent profile exists and reset the password again to know value. If you created the agent profile in a sub realm/organization, you will need to make sure the subrealm/organization is set in the AMAgent.properties since the default value is / for the root realm/organization. Update the AMAgent.properties file will the Agent ID and the password generated by the crypt_it tool (com.sun.am.policy.am.username, com.sun.am.policy.am.password)
    If that doesn't work, check the amApplication debug log and then look at the ldap server access logs to see why the auth bind failed.

Maybe you are looking for