SMF Manifests for Apache & MySQL

I recently started checking up on SMF since the need for service control became bigger. That and the options for added security when it comes to the privilege system. I dug up a manifest for apache somewhere but simply disliked it because it used the root account. So one thing led to another and you can understand the rest yourself.
This works for me, adds a little extra security, and I hope it also works for some of you. I tend to dump these in /var/svc/manifest/application/local and as you can see they all reside in svc:/application/local as well. Naturally this boils down to personal taste.
apache.xml manifest
<?xml version="1.0"?>
<service_bundle type='manifest' name='Apache'>
<service name='application/local/apache' type='service' version='1'>
<single_instance />
<dependency
name='filesystem_and_network'
grouping='require_all'
restart_on='none'
type='service'>
<service_fmri value='svc:/milestone/local-env' />
</dependency>
<dependency
name='configuration'
grouping='require_all'
restart_on='none'
type='path'>
<service_fmri value='file://localhost/etc/apache/httpd.conf' />
</dependency>
<exec_method
type='method'
name='start'
exec='/usr/apache/bin/apachectl start'
timeout_seconds='60' >
<method_context>
<method_credential
user='webservd'
group='webservd'
privileges='basic,net_privaddr,!proc_info'
limit_privileges='basic,net_privaddr,proc_chroot,proc_setid' />
</method_context>
</exec_method>
<exec_method
type='method'
name='stop'
exec='/usr/apache/bin/apachectl stop'
timeout_seconds='60' />
<exec_method
type='method'
name='restart'
exec='/usr/apache/bin/apachectl restart'
timeout_seconds='60' />
<instance name='default' enabled='false' />
<stability value='Evolving' />
</service>
</service_bundle>
--= EOT =--
And now for MySQL (note; this doesn't work for 5.x, I already have a test version but it still needs some work).
mysql.xml manifest
<?xml version="1.0"?>
<!--
Copyright 2005 Sun Microsystems, Inc. All rights reserved.
Use is subject to license terms.
MySQL.xml : MySQL manifest, Scott Fehrman, Systems Engineer
updated: 2005-09-16
-->
<service_bundle type='manifest' name='MySQL'>
<service name='application/local/mysql' type='service' version='1'>
<single_instance />
<dependency
name='filesystem'
grouping='require_all'
restart_on='none'
type='service'>
<service_fmri value='svc:/milestone/local-env' />
</dependency>
<dependency
name='configuration'
grouping='require_all'
restart_on='none'
type='path'>
<service_fmri value='file://localhost/etc/my.cnf' />
</dependency>
<exec_method
type='method'
name='start'
exec='/etc/sfw/mysql/mysql.server start'
timeout_seconds='120' >
<method_context>
<method_credential
user='mysql'
group='mysql'
privileges='basic,!file_link_any,!proc_info,!proc_session'
limit_privileges='basic,proc_chroot,proc_setid' />
</method_context>
</exec_method>
<exec_method
type='method'
name='stop'
exec='/etc/sfw/mysql/mysql.server stop'
timeout_seconds='120' />
<instance name='default' enabled='false' />
<stability value='Unstable' />
<template>
<common_name>
<loctext xml:lang='C'>MySQL RDBMS 4.0.24</loctext>
</common_name>
<documentation>
<manpage title='mysql' section='1' manpath='/usr/sfw/share/man' />
</documentation>
</template>
</service>
</service_bundle>
--= EOT =--
As you can notice both of them depend on the milestone/local-env. This is my own creation. Because I'm using /var/run/apache and /var/run/mysqld I setup a shellscript to create them and linked this to a milestone entry. You can just leave it out or create your own manifest. I wonder if this forum can hold a message this long :-)

Well, I just realized that without the milestone manifest you're missing out on some essential dependencies (network & filesystem) so I just dump it into 2 messages 8-)
local-env.xml milestone
<?xml version="1.0"?>
<!--
The local environment milestone represents the completion of system
configuration so the local applications (apache, mysql & squid) can
be started. In its current form this means setting up the /var/run
directories to put the .pid and socket files in.
-->
<service_bundle type='manifest' name='Local_environment'>
<service name='milestone/local-env' type='service' version='1'>
<create_default_instance enabled='false' />
<single_instance />
<dependency
name='filesystem'
grouping='require_all'
restart_on='error'
type='service'>
<service_fmri value='svc:/system/filesystem/local' />
</dependency>
<dependency
name='network'
grouping='require_all'
restart_on='none'
type='service'>
<service_fmri value='svc:/milestone/network' />
</dependency>
<exec_method
type='method'
name='start'
exec='/usr/local/sbin/setlocenv start'
timeout_seconds='5' />
<exec_method
type='method'
name='stop'
exec=':false'
timeout_seconds='0' />
<property_group name='general' type='framework'>
<propval name='duration' type='astring' value='transient' />
</property_group>
<stability value='Evolving' />
<template>
<common_name>
<loctext xml:lang='C'>
Local configuration milestone
</loctext>
</common_name>
</template>
</service>
</service_bundle>
--= EOT =--
Keep in mind that this may work or simply won't do what you want. For example; whenever a filesystem error occurs the milestone will restart (thus re-creating /var/run/mysql and such and setting the proper ownership) but the real services (apache,mysql) won't respond to this. This maybe unsuited behaviour for you, in that case
just readjust the manifest to better suit your liking :)
You'll also notice that squid is mentioned, thats another project but although things work I'm not happy with it yet. Still; doesn't matter for the manifest since it basicly calls a shellscript which does the actual creating/setting of the proper directories (and even that need depends on how you configured mysql/apache).
Hope this works for you.

Similar Messages

  • Availability of SMF Manifest for SRSS3.1

    Does anyone know whether there is a SMF manifest for SRSS 3.1 available?

    SRSS has not yet been adapted to run under SMF. It delivers no manifests.

  • How to use Add Query Criteria for the MySQL data Base in Netbeans ?

    How to use Add Query Criteria for the MySQL data Base in Netbeans Visual web pack.
    When the Query Criteria is add like
    SELECT ALL counselors.counselors_id, counselors.first_name, counselors.telephone,counselors.email
    FROM counselors WHERE counselors.counselors_id = ?
    when i run this Query in the Query Window
    i get a error message Box saying
    Query Processing Error Parameter metadata not available for the given statement
    if i run the Query with out Query Criteria its working fine.

    *I am glad I am not the only one who have this problem. Part of issue has been described as above, there are something more in my case.
    Whenever I try to call ****_tabRowSet.setObject(1, userDropList.getSeleted()); I got error message as shown below:*
    The Java codes are:
    public void dropDown1_processValueChange(ValueChangeEvent event) {
    Object s = this.dropDown1.getSelected();
    try {
    this.User_tabDataProvider1.setCursorRow(this.User_tabDataProvider1.findFirst("User_Tab.User_ID", s));
    this.getSessionBean1().getTrip_tabRowSet1().setObject(1, s);
    this.Trip_tabDataProvider1.refresh();
    } catch (Exception e) {
    this.log("Error: ", e);
    this.error("Error: Cannot select user"+e.getMessage());
    SQL statement for Trip_tabRowSet:
    SELECT ALL Trip_Tab.Trip_Date,
    Trip_Tab.User_ID,
    Trip_Tab.Destination
    FROM Trip_Tab
    WHERE Trip_Tab.User_ID = ?
    Error messages are shown below:
    phase(RENDER_RESPONSE 6,com.sun.faces.context.FacesContextImpl@5abf3f) threw exception: com.sun.rave.web.ui.appbase.ApplicationException: java.sql.SQLException: No value specified for parameter 1 java.sql.SQLException: No value specified for parameter 1
    com.sun.rave.web.ui.appbase.faces.ViewHandlerImpl.cleanup(ViewHandlerImpl.java:559)
    com.sun.rave.web.ui.appbase.faces.ViewHandlerImpl.afterPhase(ViewHandlerImpl.java:435)
    com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:274)
    com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:140)
    javax.faces.webapp.FacesServlet.service(FacesServlet.java:245)
    org.apache.catalina.core.ApplicationFilterChain.servletService(ApplicationFilterChain.java:397)
    org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
    org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:184)
    com.sun.webui.jsf.util.UploadFilter.doFilter(UploadFilter.java:240)
    org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:216)
    org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:184)
    org.netbeans.modules.web.monitor.server.MonitorFilter.doFilter(MonitorFilter.java:368)
    org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:216)
    org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:184)
    org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:276)
    org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:566)
    org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:536)
    org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:240)
    org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:179)
    org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:566)
    com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:73)
    org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:182)
    org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:566)
    com.sun.enterprise.web.VirtualServerPipeline.invoke(VirtualServerPipeline.java:120)
    org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:939)
    org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:137)
    org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:566)
    org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:536)
    org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:939)
    org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:239)
    com.sun.enterprise.web.connector.grizzly.ProcessorTask.invokeAdapter(ProcessorTask.java:667)
    com.sun.enterprise.web.connector.grizzly.ProcessorTask.processNonBlocked(ProcessorTask.java:574)
    com.sun.enterprise.web.connector.grizzly.ProcessorTask.process(ProcessorTask.java:844)
    com.sun.enterprise.web.connector.grizzly.ReadTask.executeProcessorTask(ReadTask.java:287)
    com.sun.enterprise.web.connector.grizzly.ReadTask.doTask(ReadTask.java:212)
    com.sun.enterprise.web.connector.grizzly.TaskBase.run(TaskBase.java:252)
    com.sun.enterprise.web.connector.grizzly.WorkerThread.run(WorkerThread.java:75)
    tandardWrapperValve[Faces Servlet]: Servlet.service() for servlet Faces Servlet threw exception
    java.sql.SQLException: No value specified for parameter 1
    at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:910)
    at com.mysql.jdbc.PreparedStatement.fillSendPacket(PreparedStatement.java:1674)
    at com.mysql.jdbc.PreparedStatement.fillSendPacket(PreparedStatement.java:1622)
    at com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:1332)
    at com.sun.sql.rowset.internal.CachedRowSetXReader.readData(CachedRowSetXReader.java:193)
    at com.sun.sql.rowset.CachedRowSetXImpl.execute(CachedRowSetXImpl.java:979)
    at com.sun.sql.rowset.CachedRowSetXImpl.execute(CachedRowSetXImpl.java:1439)
    at com.sun.data.provider.impl.CachedRowSetDataProvider.checkExecute(CachedRowSetDataProvider.java:1274)
    at com.sun.data.provider.impl.CachedRowSetDataProvider.setCursorRow(CachedRowSetDataProvider.java:335)
    at com.sun.data.provider.impl.CachedRowSetDataProvider.setCursorIndex(CachedRowSetDataProvider.java:306)
    at com.sun.data.provider.impl.CachedRowSetDataProvider.getRowCount(CachedRowSetDataProvider.java:639)
    at com.sun.webui.jsf.component.TableRowGroup.getRowKeys(TableRowGroup.java:1236)
    at com.sun.webui.jsf.component.TableRowGroup.getFilteredRowKeys(TableRowGroup.java:820)
    at com.sun.webui.jsf.component.TableRowGroup.getRowCount(TableRowGroup.java:1179)
    at com.sun.webui.jsf.component.Table.getRowCount(Table.java:831)
    at com.sun.webui.jsf.renderkit.html.TableRenderer.renderTitle(TableRenderer.java:420)
    at com.sun.webui.jsf.renderkit.html.TableRenderer.encodeBegin(TableRenderer.java:143)
    at javax.faces.component.UIComponentBase.encodeBegin(UIComponentBase.java:810)
    at com.sun.webui.jsf.component.Table.encodeBegin(Table.java:1280)
    at javax.faces.component.UIComponent.encodeAll(UIComponent.java:881)
    at javax.faces.component.UIComponent.encodeAll(UIComponent.java:889)
    at javax.faces.component.UIComponent.encodeAll(UIComponent.java:889)
    at javax.faces.component.UIComponent.encodeAll(UIComponent.java:889)
    at javax.faces.component.UIComponent.encodeAll(UIComponent.java:889)
    at javax.faces.component.UIComponent.encodeAll(UIComponent.java:889)
    at com.sun.faces.application.ViewHandlerImpl.doRenderView(ViewHandlerImpl.java:271)
    at com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:182)
    at com.sun.rave.web.ui.appbase.faces.ViewHandlerImpl.renderView(ViewHandlerImpl.java:285)
    at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:133)
    at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:244)
    at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:140)
    at javax.faces.webapp.FacesServlet.service(FacesServlet.java:245)
    at org.apache.catalina.core.ApplicationFilterChain.servletService(ApplicationFilterChain.java:397)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:184)
    at com.sun.webui.jsf.util.UploadFilter.doFilter(UploadFilter.java:240)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:216)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:184)
    at org.netbeans.modules.web.monitor.server.MonitorFilter.doFilter(MonitorFilter.java:368)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:216)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:184)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:276)
    at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:566)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:536)
    at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:240)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:179)
    at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:566)
    at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:73)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:182)
    at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:566)
    at com.sun.enterprise.web.VirtualServerPipeline.invoke(VirtualServerPipeline.java:120)
    at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:939)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:137)
    at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:566)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:536)
    at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:939)
    at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:239)
    at com.sun.enterprise.web.connector.grizzly.ProcessorTask.invokeAdapter(ProcessorTask.java:667)
    at com.sun.enterprise.web.connector.grizzly.ProcessorTask.processNonBlocked(ProcessorTask.java:574)
    at com.sun.enterprise.web.connector.grizzly.ProcessorTask.process(ProcessorTask.java:844)
    at com.sun.enterprise.web.connector.grizzly.ReadTask.executeProcessorTask(ReadTask.java:287)
    at com.sun.enterprise.web.connector.grizzly.ReadTask.doTask(ReadTask.java:212)
    at com.sun.enterprise.web.connector.grizzly.TaskBase.run(TaskBase.java:252)
    at com.sun.enterprise.web.connector.grizzly.WorkerThread.run(WorkerThread.java:75)
    Also when I tried to update my MYSQL connector / J driver to version 5.1.5 from 5.0.5 (NB 5.5.1) and 5.0.7 (NB 6.1), I could not get it work (looooong time to search some JDBC classes and with no response in the end) on both of my Netbean 5.5.1(on PC) and Netbean 6.1(on laptop) IDEs.
    Could anybody look into this issue.
    Many thanks
    Edited by: linqing on Nov 22, 2007 4:48 AM

  • Will Apple update Apache / MySQL / PHP on Tiger 10.4.11

    Recently, a scan was made on the two xServes that I have, both running 10.4.11 with only the web services set up. They are running the default bare bones setup for Tiger Server 10.4.11.
    The scan showed issues with the current install of Apache and PHP. I have been told I need to update the serves to a more secure version of Apache, Mysql, and PHP.
    Does anyone know if Apple is going to issue an update for this? Is my only option to patch together a more recent version of Apache, Mysql, and PHP to patch this?
    Or is Apple's answer to my dilemma is to just upgrade to Leopard?
    Thanks for your comments.

    Your choices here fairly limited; there's the upgrade Leopard, loading (for instance) the [MAMP|http://mamp.info] kit or other such kit and shut down the integrated stuff within Mac OS X Server, or rolling your own Apache and related pieces. If these are Intel Xserve boxes, then you could tactfully and officially drag your heels for a couple of months and upgrade to Snow Leopard.

  • Apache, MySQL, and PHP

    I am new PHP development and working on a test project. I've installed Apache, MySQL and PHP on my Windows XP box and now I'm a little confused. I created a database and some sample code to retrieve data. Now, on a server I'm using which supports this how do I upload this to the server for use?
    I hope this makes sense. Is there a built-in app for that or do I upload my created db to the server.
    UPDATE: I forgot to add that I am working locally and now would like to port this over to my domain and server. My host uses a linux box with apache.
    Thanks in advance,
    mdawg

    Hi,
    Download the mysql admin gui from here : http://dev.mysql.com/downloads/gui-tools/5.0.html
    If your host server allows connections from other hosts you can use the mysql gui to connect to the local database as well as the host database and export the tables to your new database on the host. This is the way I prefer to do it... but some hosts only allow SQL connections from the localhost itself which basically means you won't be able to connect to it using the mysql gui tools.
    However you can still generate the database scripts from the gui tools and login to your hosts mysql manager - possibly phpMyAdmin and then simply execute the SQL script.
    Hope this helps,
    Brendan

  • Re: un-import  a SMF manifest

    on solaris 10, manifest can be imported in one of two ways:
    1. svccfg import /path/to/manifest.xml
    or
    2. imported automatically during boot if /var/svc/manifest
    via svc:/system/manifest-import
    now Is there a way to un-import a smf manifest ? what is the
    prefered way to remove a manifest and associated stuff?
    Thanks in advance.
    Jason

    Great but what if I get this:
    svcadm disable tomcat
    svcadm: Pattern 'tomcat' matches multiple instances:
    svc:/application/servers/tomcat:default
    svc:/network/tomcat:default
    in order to delete it you need to disable it
    first...how do I make svc look for a diferrence ?You are providing an abbreviation ('tomcat'). Svcadm is complaining that your abbreviation is not unique. Provide the entire service name (or at least enough so that it is unique).
    Darren

  • MAMP: Mac + Apache + MySQL + PHP

    I want to run the following under 10.5 Server. This server will primarily act as a database server with phpMyAdmin.
    Are these versions included in the standard install? If not, which versions?
    Am I going to have to manually compile any of these? If so, anything I need to know or watch out for?
    Apache 2.2.6
    MySQL 5.0.45
    PHP 5.2.5
    phpMyAdmin 2.11.4

    I've not been using X Server for TOO long yet but in my experience on the client side they rarely keep it on par with the latest build. On Mac OS X 10.4 (Client) I just downloaded and compiled my own Apache 2 and PHP 5 software and tricked the System prefs into starting it instead when Web Sharing was enabled.
    I dont see why you couldnt compile your own PHP module for apache though if you start compiling Apache you'll probably need to make sure you use the same compile directives Apple did to ensure functionality with their Server Admin and other services like blogs and wikis.

  • 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

  • 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?

  • Apache/MySQL/PHP and Mountain Lion

    I was about to buy Mountain Lion, but I just read by a reviewer that there is an issue with the webserver or websharing capabilities of it. The reviewer was saying he/she had to go into the terminal and launch it from there!
    Is anybody else having issues with developing database driven sites on Mountain Lion, or are you getting on OK with it?
    I currently use xammp as my apache/mysql/php server. Is anybody on Mountain Lion using xammp, if not, what equivalent are you using?
    Thanks.
    Mat

    Starting Apache is very easy. Simply type the following into a terminal:
    sudo apachectl start
    I think that they removed the tick box because it's so easy to do from terminal, and not something that most OSX users need.
    As SnakEyez02 mentioned, using a package like MAMP or XAMPP doesn't require this. Those apps run their own Apache

  • 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,

  • 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

Maybe you are looking for

  • All emails pushes to Iphone5 and the online iCloud, but certain e-mails won't push to iPad.

    Recently I did some switching around of my e-mails.  I have three Gmail accounts, forwarded to a fourth Gmail account.  This fourth Gmail account forwards all emails to Apple ID#1, and I have another Apple ID (ID#2), which I forward back to Apple ID#

  • RAID 0 failing on reboot [SOLVED]

    I'm new to Arch and I'm setting up a NAS and I'm stuck on the RAID setup. I have an SSD (sdb) for the filesystem (non-RAID) and I'm trying to set up my two 2TB hdds, sda1 and sdc1 in a RAID 0 software array via the Arch Raid wiki.  These drives were

  • GR non valuated stock.

    Hi Can any one tell me about GR non-valuated materials. How do the GR will takes place against this? whether Stock is updated or not for this and what are the accounting entries will get generated at the time of MIGO and MIRO. Best Regards, Sairam.

  • Customer Service MANAGER just hung up on me

    I am still shocked with the behavior of this manager and I cannot believe that Verizon has such angry managers. So I called today to complain once again about my big bill $200 for two lines a rep by the name of Natalie helped me reduce my bill I was

  • Can we enable write back option , for excel as source?

    Hi All, Is it possible to updated an excel using write back , if so please help me how do i need to proceed with. Regards, Som