summaryrefslogtreecommitdiffstats
path: root/java/sca/distribution/tomcat (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Updating jackson dependencieslresende2009-10-081-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@823054 13f79535-47bb-0310-9956-ffa450edef68
* Fixing up LICENSE with missing/wrong version dependencieslresende2009-10-011-5/+10
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@820777 13f79535-47bb-0310-9956-ffa450edef68
* Add JMSsupport to the tuscany tomcat distributionantelder2009-10-011-0/+10
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@820675 13f79535-47bb-0310-9956-ffa450edef68
* Remove unneed dependencyantelder2009-10-011-6/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@820584 13f79535-47bb-0310-9956-ffa450edef68
* Make the 3rd party jar dependencies consistent in version to avoid conflicts rfeng2009-08-181-3/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@805621 13f79535-47bb-0310-9956-ffa450edef68
* Start adding support for references in the JSONP bindingantelder2009-08-111-2/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803021 13f79535-47bb-0310-9956-ffa450edef68
* Update LICENSE with latest versionsantelder2009-08-081-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@802298 13f79535-47bb-0310-9956-ffa450edef68
* Add jsonp runtime module to build and include in tomcat integration warantelder2009-07-282-0/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798398 13f79535-47bb-0310-9956-ffa450edef68
* Add tomcat integration into main build and add war legal checks test to be ↵antelder2009-07-283-0/+3
| | | | | | run with the build git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798395 13f79535-47bb-0310-9956-ffa450edef68
* Fix svn:eol-style and svn:keywords properties for java/xml filesrfeng2009-07-2125-1875/+1875
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@796166 13f79535-47bb-0310-9956-ffa450edef68
* Add test to verify any jars in the war are mentioned in the LICENSE fileantelder2009-07-172-0/+189
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@795002 13f79535-47bb-0310-9956-ffa450edef68
* Update LICENSE to match whats in the warantelder2009-07-171-560/+57
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@794997 13f79535-47bb-0310-9956-ffa450edef68
* Update to point at INFRA JIRA instead of LOG4NET oneantelder2009-07-021-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790514 13f79535-47bb-0310-9956-ffa450edef68
* Change to use maven instead of Ant to download file and use server ↵antelder2009-07-022-77/+25
| | | | | | www.eu.apache.org as the dist ones don't work, see the comment in the pom.xml git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790509 13f79535-47bb-0310-9956-ffa450edef68
* Add start of a way to download and unzip tomcat to use in testing the tomcat ↵antelder2009-06-092-0/+115
| | | | | | distribution. Doesn't work as the download always seems to only get half way through for some reason i can't workout right now...so if you've any ideas? git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@783018 13f79535-47bb-0310-9956-ffa450edef68
* Add log message for ignored webappsantelder2009-05-291-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@780002 13f79535-47bb-0310-9956-ffa450edef68
* Disable the pesky validation that slows it down so muchantelder2009-05-291-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779986 13f79535-47bb-0310-9956-ffa450edef68
* Start adding some testing modules for the tomcat integrationantelder2009-05-2911-0/+366
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779980 13f79535-47bb-0310-9956-ffa450edef68
* Start adding support for non-webapp contributions. The idea being to enable ↵antelder2009-05-293-2/+92
| | | | | | using regular SCA contribution jas/zips/folders as well as webapps and have them all in the same sca domain and wiring between each other. None of the domain works yet as we need to make more progress on the dynamic doamin discussion. Eventually the non-webapp contributions would use the tomcat host config facilities so support hot deployment, and there'd be some domain management panels in the tuscany webapp to view and modify the domain. Could potentially have multiple domains within a tomcat instance though lets leave that for now as it adds some complications. Would also be good to get the SCAClient API able to talk to the tomcat domain so JSE clients can call sca services in tomcat git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779906 13f79535-47bb-0310-9956-ffa450edef68
* Just formating and comment updates, no code changes. Note the ↵antelder2009-05-291-6/+5
| | | | | | tuscanyClassLoader comment was incorrect before, there's a TuscanyStandardContext instance for each webapp so the tuscanyClassLoader is per webapp too git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779872 13f79535-47bb-0310-9956-ffa450edef68
* Go back to eplicit dependencies as the features are dragging extra stuff ↵antelder2009-05-291-14/+2
| | | | | | that doesnt work with the tomcat integration yet and is cauasing failures git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779869 13f79535-47bb-0310-9956-ffa450edef68
* Add a checkbox on the jsp to configure if Tuscany is shared or isolated by ↵rfeng2009-05-285-68/+121
| | | | | | the webapps git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779778 13f79535-47bb-0310-9956-ffa450edef68
* Add web services to tomcat distrorfeng2009-05-281-1/+19
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779377 13f79535-47bb-0310-9956-ffa450edef68
* Add check to test the webapp has already been configured with Tuscany ↵rfeng2009-05-271-20/+63
| | | | | | listner/filter/jar git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779348 13f79535-47bb-0310-9956-ffa450edef68
* Update the MFrfeng2009-05-271-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779258 13f79535-47bb-0310-9956-ffa450edef68
* Update the MFrfeng2009-05-271-4/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779257 13f79535-47bb-0310-9956-ffa450edef68
* Add some comments, support for sca-contribution.xml, and use the new tuscany ↵antelder2009-05-271-2/+33
| | | | | | annotations processor git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779023 13f79535-47bb-0310-9956-ffa450edef68
* Add a Tuscany annotation processor so servlets etc can use SCA annotationsantelder2009-05-271-0/+85
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779022 13f79535-47bb-0310-9956-ffa450edef68
* Add some logging and fix finding server.xml in Tomcat v5antelder2009-05-263-5/+16
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@778589 13f79535-47bb-0310-9956-ffa450edef68
* Add a READMEantelder2009-05-251-0/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@778341 13f79535-47bb-0310-9956-ffa450edef68
* Correct tomcat server lib directory nameantelder2009-05-251-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@778338 13f79535-47bb-0310-9956-ffa450edef68
* Correct jsp nameantelder2009-05-251-2/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@778337 13f79535-47bb-0310-9956-ffa450edef68
* Add a manifest so compiler doesn't complain (why do we need these for ↵antelder2009-05-251-0/+10
| | | | | | non-bundles?) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@778330 13f79535-47bb-0310-9956-ffa450edef68
* Add modules for installer webappantelder2009-05-2510-0/+2404
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@778324 13f79535-47bb-0310-9956-ffa450edef68
* Add top level pom.xml for tomcat distributionantelder2009-05-251-0/+37
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@778321 13f79535-47bb-0310-9956-ffa450edef68
* Remove code for SCA version to keep things simple for nowantelder2009-05-251-13/+12
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@778319 13f79535-47bb-0310-9956-ffa450edef68
* Add module for Tomcat deep integrationantelder2009-05-256-0/+537
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@778316 13f79535-47bb-0310-9956-ffa450edef68
* Copy the contribution under contrib and merge the one from sca-equinoxrfeng2008-11-193-159/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@719120 13f79535-47bb-0310-9956-ffa450edef68
* Change trunk version so it doesn't clash with the 1.4 branch version by ↵antelder2008-11-171-1/+1
| | | | | | bumping up to 2.0-SNAPSHOT as per the recent vote for 2.0 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718223 13f79535-47bb-0310-9956-ffa450edef68
* Move Tuscany from Incubator to top level.dims2008-06-173-0/+159
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@668359 13f79535-47bb-0310-9956-ffa450edef68