CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Thu, 21 Aug 2025 00:01:02 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100301013824
location: https://web.archive.org/web/20100301013824/https://github.com/apache/servicemix4-kernel
server-timing: captures_list;dur=0.781067, exclusion.robots;dur=0.029571, exclusion.robots.policy;dur=0.013327, esindex;dur=0.017108, cdx.remote;dur=9.827469, LoadShardBlock;dur=246.899564, PetaboxLoader3.datanode;dur=141.578091, PetaboxLoader3.resolve;dur=61.840896
x-app-server: wwwb-app222
x-ts: 302
x-tr: 376
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app222; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Thu, 21 Aug 2025 00:01:03 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Mon, 01 Mar 2010 01:38:24 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "b9d0da9668aedfd4ff0f7c96c422f851"
x-archive-orig-x-runtime: 99ms
x-archive-orig-content-length: 32017
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Mon, 01 Mar 2010 01:38:24 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Sat, 27 Feb 2010 23:25:57 GMT", ; rel="prev memento"; datetime="Sat, 27 Feb 2010 23:25:57 GMT", ; rel="memento"; datetime="Mon, 01 Mar 2010 01:38:24 GMT", ; rel="next memento"; datetime="Tue, 05 Apr 2011 02:18:12 GMT", ; rel="last memento"; datetime="Sat, 27 Apr 2024 20:21:13 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 52_14_20100228204920_crawl101-c/52_14_20100301013611_crawl101.arc.gz
server-timing: captures_list;dur=0.693589, exclusion.robots;dur=0.023849, exclusion.robots.policy;dur=0.010263, esindex;dur=0.013070, cdx.remote;dur=9.843476, LoadShardBlock;dur=75.751446, PetaboxLoader3.datanode;dur=71.591647, PetaboxLoader3.resolve;dur=104.663186, load_resource;dur=124.743512
x-app-server: wwwb-app222
x-ts: 200
x-tr: 281
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
apache's servicemix4-kernel at trunk - GitHub
This service is courtesy of Pledgie.
apache / servicemix4-kernel mirrored from git://git.apache.org/servicemix4-kernel.git
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
trunk
click here to add a description
click here to add a homepage
Sending Request…
Enable Donations
Pledgie Donations
Once activated, we'll place the following badge in your repository's detail box:
Mirror of Apache Servicemix 4 kernel — Read more
name | age | message | |
---|---|---|---|
![]() |
BUILDING.txt | Loading commit data... ![]() |
|
![]() |
LICENSE.txt | ||
![]() |
NOTICE.txt | ||
![]() |
README.txt | ||
![]() |
RELEASE-NOTES.txt | ||
![]() |
assembly/ | ||
![]() |
client/ | ||
![]() |
demos/ | ||
![]() |
etc/ | ||
![]() |
filemonitor/ | ||
![]() |
gshell/ | ||
![]() |
jaas/ | ||
![]() |
main/ | ||
![]() |
management/ | ||
![]() |
pom.xml | ||
![]() |
spring/ | ||
![]() |
testing/ |
README.txt
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ Welcome to Apache ServiceMix Kernel ==================================== Apache ServiceMix Kernel is a small OSGi based kernel which provides a lightweight container onto which various bundles can be deployed. The following features are included: * Hot deployment: ServiceMix Kernel supports hot deployment of OSGi bundles by monitoring jar files inside the [home]/deploy directory. Each time a jar is copied in this folder, it will be installed inside the runtime. You can then update or delete it and changes will be handled automatically. In addition, the Kernel also supports exploded bundles and custom deployers (a spring one is included by default). * Dynamic configuration: Services are usually configured through the ConfigurationAdmin OSGi service. Such configuration can be defined in ServiceMix Kernel using property files inside the [home]/etc directory. These configurations are monitored and changes on the properties files will be propagated to the services. * Logging System: using a centralized logging back end supported by Log4J, ServiceMix Kernel supports a number of different APIs (JDK 1.4, JCL, SLF4J, Avalon, Tomcat, OSGi) * Provisioning: Provisioning of libraries or applications can be done through a number of different ways, by which they will be downloaded locally, installed and started. * Native OS integration: ServiceMix Kernel can be integrated into your own Operating System as a service so that the lifecycle will be bound to your Operating System. * Extensible Shell console: ServiceMix features a nice text console where you can manage the services, install new applications or libraries and manage their state. This shell is easily extensible by deploying new commands dynamically along with new features or applications. * Remote access: use any SSH client to connect to the kernel and issue commands in the console * Security framework based on JAAS * Managing instances: ServiceMix Kernel provides simple commands for managing instances of ServiceMix Kernel. You can easily create, delete, start and stop instances of ServiceMix Kernel through the console. Getting Started =============== For an Apache ServiceMix Kernel source distribution, please read BUILDING.txt for instructions on building Apache ServiceMix Kernel. For an Apache ServiceMix Kernel binary distribution, please read RELEASE-NOTES.txt for installation instructions and list of supported and unsupported features. Alternatively, you can also find out how to get started here: https://servicemix.apache.org/kernel/ If you need more help try talking to us on our mailing lists https://servicemix.apache.org/mailing-lists.html If you find any issues with ServiceMix Kernel, please submit reports with JIRA here: https://issues.apache.org/activemq/browse/SMX4KNL We welcome contributions, and encourage you to get involved in the ServiceMix community. If you'd like to learn more about how you can contribute, please see: https://servicemix.apache.org/contributing.html Many thanks for using Apache ServiceMix. The ServiceMix Team https://servicemix.apache.org/team.html