Modified: jakarta/jcs/trunk/src/conf/je.properties
URL: http://svn.apache.org/viewvc/jakarta/jcs/trunk/src/conf/je.properties?view=diff&rev=536904&r1=536903&r2=536904
==============================================================================
--- jakarta/jcs/trunk/src/conf/je.properties (original)
+++ jakarta/jcs/trunk/src/conf/je.properties Thu May 10 09:03:42 2007
@@ -1,4 +1,20 @@
-# Property file for unit test usage. Usually, all
+# 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
+#
+# http://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.
+# Property file for unit test usage. Usually, all
# unit tests should run w/out a je.properties file, so
# the test can have total control over its environment.
# It may be useful to use a property file when debugging.
@@ -6,30 +22,30 @@
# commented out.
# $Id$
-#je.env.forcedYield=false
+# je.env.forcedYield=false
-#java.util.logging.ConsoleHandler.on=true
-#java.util.logging.FileHandler.on=true
-#java.util.logging.level=INFO
-
-#je.env.runINCompressor=true
-#je.compressor.deadlockRetry=3
-#je.compressor.lockTimeout=5000
+# java.util.logging.ConsoleHandler.on=true
+# java.util.logging.FileHandler.on=true
+# java.util.logging.level=INFO
+
+# je.env.runINCompressor=true
+# je.compressor.deadlockRetry=3
+# je.compressor.lockTimeout=5000
-#je.env.runEvictor=true
-#je.maxMemory defaults to 93% of jdb.maxMemory unless specified
+# je.env.runEvictor=true
+# je.maxMemory defaults to 93% of jdb.maxMemory unless specified
je.maxMemory=512
-#je.evictor.nodeScanPercentage=25
-#je.evictor.evictionBatchPercentage=25
+# je.evictor.nodeScanPercentage=25
+# je.evictor.evictionBatchPercentage=25
-#je.env.runCheckpointer=true
-#je.checkpointer.deadlockRetry=3
+# je.env.runCheckpointer=true
+# je.checkpointer.deadlockRetry=3
-#je.verify.tree.dump=true
-#je.verify.inlist=true
-#je.verify.throw=false
-
-#je.env.runCleaner=true
-#je.cleaner.deadlockRetry=3
-#je.cleaner.lockTimeout=5000
-#je.cleaner.expunge=false
+# je.verify.tree.dump=true
+# je.verify.inlist=true
+# je.verify.throw=false
+
+# je.env.runCleaner=true
+# je.cleaner.deadlockRetry=3
+# je.cleaner.lockTimeout=5000
+# je.cleaner.expunge=false
Modified: jakarta/jcs/trunk/src/conf/log4j.properties
URL: http://svn.apache.org/viewvc/jakarta/jcs/trunk/src/conf/log4j.properties?view=diff&rev=536904&r1=536903&r2=536904
==============================================================================
--- jakarta/jcs/trunk/src/conf/log4j.properties (original)
+++ jakarta/jcs/trunk/src/conf/log4j.properties Thu May 10 09:03:42 2007
@@ -1,50 +1,66 @@
+# 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
+#
+# http://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.
log4j.rootCategory=INFO, A1
# A1 -- console
log4j.appender.A1=org.apache.log4j.ConsoleAppender
-log4j.appender.A1.layout=org.apache.log4j.PatternLayout
+log4j.appender.A1.layout=org.apache.log4j.PatternLayout
# Print the date in ISO 8601 format
log4j.appender.A1.layout.ConversionPattern=%d %-5p [%c{1}] [%t] [%x] %m%n
-
+
# RF --file appender
log4j.appender.RF=org.apache.log4j.RollingFileAppender
log4j.appender.RF.File=server.log
-log4j.appender.RF.layout=org.apache.log4j.PatternLayout
+log4j.appender.RF.layout=org.apache.log4j.PatternLayout
log4j.appender.RF.layout.ConversionPattern=%d %-5p [%c{1}] [%t] [%x] %m%n
# WF -- special file for warnings
-#log4j.appender.WF=org.apache.log4j.RollingFileAppender
-#log4j.appender.WF.File=I:/dev/jakarta-turbine-jcs/src/scripts/warnings.log
-#log4j.appender.WF.layout=org.apache.log4j.PatternLayout
-#log4j.appender.WF.layout.ConversionPattern=%d [%t] %-5p %c - %m%n
+# log4j.appender.WF=org.apache.log4j.RollingFileAppender
+# log4j.appender.WF.File=I:/dev/jakarta-turbine-jcs/src/scripts/warnings.log
+# log4j.appender.WF.layout=org.apache.log4j.PatternLayout
+# log4j.appender.WF.layout.ConversionPattern=%d [%t] %-5p %c - %m%n
-#################################################################################
+# ################################################################################
log4j.category.org.jgroups=WARN
log4j.category.org.apache.jcs=INFO
log4j.category.org.apache.jcs.engine=INFO
-#log4j.category.org.apache.jcs.acess=WARN,WF
-#log4j.category.org.apache.jcs.engine.control=WARN,WF
+# log4j.category.org.apache.jcs.acess=WARN,WF
+# log4j.category.org.apache.jcs.engine.control=WARN,WF
-#log4j.logger.org.apache.jcs.engine.memory.shrinking=INFO
-#log4j.logger.org.apache.jcs.auxiliary.disk=INFO
+# log4j.logger.org.apache.jcs.engine.memory.shrinking=INFO
+# log4j.logger.org.apache.jcs.auxiliary.disk=INFO
log4j.logger.org.apache.jcs.auxiliary.disk.indexed=INFO
-#log4j.category.org.apache.jcs.config=WARN,A1
+# log4j.category.org.apache.jcs.config=WARN,A1
-#log4j.category.org.apache.jcs.auxiliary=INFO
-#log4j.category.org.apache.jcs.auxiliary.disk=WARN,WF
+# log4j.category.org.apache.jcs.auxiliary=INFO
+# log4j.category.org.apache.jcs.auxiliary.disk=WARN,WF
log4j.category.org.apache.jcs.auxiliary.lateral=INFO
log4j.category.org.apache.jcs.auxiliary.lateral.javagroups=INFO
-#log4j.category.org.apache.jcs.auxiliary.lateral.xmlrpc=INFO
+# log4j.category.org.apache.jcs.auxiliary.lateral.xmlrpc=INFO
log4j.category.org.apache.jcs.auxiliary.remote=INFO
-#log4j.category.org.apache.jcs.auxiliary.remote.RemoteCacheFailoverRunner=INFO
-#log4j.category.org.apache.jcs.auxiliary.remote.RemoteCacheListener=DEBUG
-#log4j.category.org.apache.jcs.auxiliary.remote.RemoteCacheManager=INFO
-#log4j.category.org.apache.jcs.auxiliary.remote.server.RemoteCacheServer=DEBUG
-#log4j.category.org.apache.jcs.auxiliary.remote.server=INFO
-#log4j.category.org.apache.jcs.utils=WARN,WF
+# log4j.category.org.apache.jcs.auxiliary.remote.RemoteCacheFailoverRunner=INFO
+# log4j.category.org.apache.jcs.auxiliary.remote.RemoteCacheListener=DEBUG
+# log4j.category.org.apache.jcs.auxiliary.remote.RemoteCacheManager=INFO
+# log4j.category.org.apache.jcs.auxiliary.remote.server.RemoteCacheServer=DEBUG
+# log4j.category.org.apache.jcs.auxiliary.remote.server=INFO
+# log4j.category.org.apache.jcs.utils=WARN,WF
log4j.category.org.apache.jcs.utils=INFO
Modified: jakarta/jcs/trunk/src/conf/logger.properties
URL: http://svn.apache.org/viewvc/jakarta/jcs/trunk/src/conf/logger.properties?view=diff&rev=536904&r1=536903&r2=536904
==============================================================================
--- jakarta/jcs/trunk/src/conf/logger.properties (original)
+++ jakarta/jcs/trunk/src/conf/logger.properties Thu May 10 09:03:42 2007
@@ -1,3 +1,19 @@
+# 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
+#
+# http://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.
# The LoggerManager creates loggers for entries in this file.
# This initializes certain logs at the set debugging levels( 0 - 4 )
# A management tool will force reinitialization and a reread of this file at
@@ -16,7 +32,7 @@
# Recommend set to 1000 for development servers (so it would write with 1 sec. delay
# and 10000 for production servers (so it would write every 10 seconds.)
-#Min is 5 secs ie 5000
+# Min is 5 secs ie 5000
sleepInterval=1000
# The string buffer size before messages are flushed to disk.
Modified: jakarta/jcs/trunk/src/conf/myjetty.xml
URL: http://svn.apache.org/viewvc/jakarta/jcs/trunk/src/conf/myjetty.xml?view=diff&rev=536904&r1=536903&r2=536904
==============================================================================
--- jakarta/jcs/trunk/src/conf/myjetty.xml (original)
+++ jakarta/jcs/trunk/src/conf/myjetty.xml Thu May 10 09:03:42 2007
@@ -1,4 +1,22 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+ 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
+
+ http://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.
+-->
<!DOCTYPE Configure PUBLIC
"-//Mort Bay Consulting//DTD Configure 1.0//EN"
"http://jetty.mortbay.com/configure_1_0.dtd">
@@ -41,9 +59,9 @@
Handler: Handlers are the objects that actually
service the HTTP requests. Examples of Handlers include
-ServletHandler, ResourceHandler and NotFoundHandler.
+ServletHandler, ResourceHandler and NotFoundHandler.
Handlers are contained within Contexts, which provide
-conveniance methods for the common handlers so
+conveniance methods for the common handlers so
that servlet and file serving may be configured for
a context without explicit creation of a Handler.
Modified: jakarta/jcs/trunk/src/conf/myjetty2.xml
URL: http://svn.apache.org/viewvc/jakarta/jcs/trunk/src/conf/myjetty2.xml?view=diff&rev=536904&r1=536903&r2=536904
==============================================================================
--- jakarta/jcs/trunk/src/conf/myjetty2.xml (original)
+++ jakarta/jcs/trunk/src/conf/myjetty2.xml Thu May 10 09:03:42 2007
@@ -1,4 +1,22 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+ 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
+
+ http://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.
+-->
<!DOCTYPE Configure PUBLIC
"-//Mort Bay Consulting//DTD Configure 1.0//EN"
"http://jetty.mortbay.com/configure_1_0.dtd">
@@ -41,9 +59,9 @@
Handler: Handlers are the objects that actually
service the HTTP requests. Examples of Handlers include
-ServletHandler, ResourceHandler and NotFoundHandler.
+ServletHandler, ResourceHandler and NotFoundHandler.
Handlers are contained within Contexts, which provide
-conveniance methods for the common handlers so
+conveniance methods for the common handlers so
that servlet and file serving may be configured for
a context without explicit creation of a Handler.
Modified: jakarta/jcs/trunk/src/conf/remote.cache.ccf
URL: http://svn.apache.org/viewvc/jakarta/jcs/trunk/src/conf/remote.cache.ccf?view=diff&rev=536904&r1=536903&r2=536904
==============================================================================
--- jakarta/jcs/trunk/src/conf/remote.cache.ccf (original)
+++ jakarta/jcs/trunk/src/conf/remote.cache.ccf Thu May 10 09:03:42 2007
@@ -1,5 +1,21 @@
-##############################################################
-################## REMOTE SERVER CONFIG #####################
+# 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
+#
+# http://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.
+# #############################################################
+# ################# REMOTE SERVER CONFIG #####################
# Registry used to register and provide the IRmiCacheService service.
registry.host=localhost
registry.port=1101
@@ -9,8 +25,8 @@
remote.cluster.LocalClusterConsistency=true
-##############################################################
-################## DEFAULT CACHE REGION #####################
+# #############################################################
+# ################# DEFAULT CACHE REGION #####################
# sets the default aux value for any non configured caches
jcs.default=DC,RCluster
jcs.default.cacheattributes=org.apache.jcs.engine.CompositeCacheAttributes
@@ -26,17 +42,17 @@
jcs.default.elementattributes.IsSpool=true
jcs.default.elementattributes.IsRemote=true
jcs.default.elementattributes.IsLateral=true
-
-##############################################################
-################## CACHE REGIONS AVAILABLE ###################
+
+# #############################################################
+# ################# CACHE REGIONS AVAILABLE ###################
jcs.region.testCache1=DC,RCluster
jcs.region.testCache1.cacheattributes=org.apache.jcs.engine.CompositeCacheAttributes
jcs.region.testCache1.cacheattributes.MaxObjects=200002
-##############################################################
-################## AUXILIARY CACHES AVAILABLE ################
+# #############################################################
+# ################# AUXILIARY CACHES AVAILABLE ################
# server to update for clustering -- remote.cache2.ccf(1102) and remote.cache3.ccf(1103)
jcs.auxiliary.RCluster=org.apache.jcs.auxiliary.remote.RemoteCacheFactory
jcs.auxiliary.RCluster.attributes=org.apache.jcs.auxiliary.remote.RemoteCacheAttributes
Modified: jakarta/jcs/trunk/src/conf/remote.cache2.ccf
URL: http://svn.apache.org/viewvc/jakarta/jcs/trunk/src/conf/remote.cache2.ccf?view=diff&rev=536904&r1=536903&r2=536904
==============================================================================
--- jakarta/jcs/trunk/src/conf/remote.cache2.ccf (original)
+++ jakarta/jcs/trunk/src/conf/remote.cache2.ccf Thu May 10 09:03:42 2007
@@ -1,5 +1,21 @@
-##############################################################
-################## REMOTE SERVER CONFIG #####################
+# 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
+#
+# http://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.
+# #############################################################
+# ################# REMOTE SERVER CONFIG #####################
# Registry used to register and provide the IRmiCacheService service.
registry.host=localhost
registry.port=1102
@@ -9,8 +25,8 @@
remote.cluster.LocalClusterConsistency=true
-##############################################################
-################## DEFAULT CACHE REGION #####################
+# #############################################################
+# ################# DEFAULT CACHE REGION #####################
# sets the default aux value for any non configured caches
jcs.default=DC,RCluster
jcs.default.cacheattributes=org.apache.jcs.engine.CompositeCacheAttributes
@@ -28,15 +44,15 @@
jcs.default.elementattributes.IsLateral=true
-##############################################################
-################## CACHE REGIONS AVAILABLE ###################
+# #############################################################
+# ################# CACHE REGIONS AVAILABLE ###################
jcs.region.testCache1=DC,RCluster
jcs.region.testCache1.cacheattributes=org.apache.jcs.engine.CompositeCacheAttributes
jcs.region.testCache1.cacheattributes.MaxObjects=200000
-##############################################################
-################## AUXILIARY CACHES AVAILABLE ################
+# #############################################################
+# ################# AUXILIARY CACHES AVAILABLE ################
# server to update for clustering -- remote.cache1.ccf(1101) and remote.cache3.ccf(1103)
jcs.auxiliary.RCluster=org.apache.jcs.auxiliary.remote.RemoteCacheFactory
jcs.auxiliary.RCluster.attributes=org.apache.jcs.auxiliary.remote.RemoteCacheAttributes
Modified: jakarta/jcs/trunk/src/conf/remote.cache3.ccf
URL: http://svn.apache.org/viewvc/jakarta/jcs/trunk/src/conf/remote.cache3.ccf?view=diff&rev=536904&r1=536903&r2=536904
==============================================================================
--- jakarta/jcs/trunk/src/conf/remote.cache3.ccf (original)
+++ jakarta/jcs/trunk/src/conf/remote.cache3.ccf Thu May 10 09:03:42 2007
@@ -1,5 +1,21 @@
-##############################################################
-################## REMOTE SERVER CONFIG #####################
+# 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
+#
+# http://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.
+# #############################################################
+# ################# REMOTE SERVER CONFIG #####################
# Registry used to register and provide the IRmiCacheService service.
registry.host=localhost
registry.port=1103
@@ -9,8 +25,8 @@
remote.cluster.LocalClusterConsistency=true
-##############################################################
-################## DEFAULT CACHE REGION #####################
+# #############################################################
+# ################# DEFAULT CACHE REGION #####################
# sets the default aux value for any non configured caches
jcs.default=DC,RCluster
jcs.default.cacheattributes=org.apache.jcs.engine.CompositeCacheAttributes
@@ -29,15 +45,15 @@
jcs.default.elementattributes.IsLateral=true
-##############################################################
-################## CACHE REGIONS AVAILABLE ###################
+# #############################################################
+# ################# CACHE REGIONS AVAILABLE ###################
jcs.region.testCache1=DC,RCluster
jcs.region.testCache1.cacheattributes=org.apache.jcs.engine.CompositeCacheAttributes
jcs.region.testCache1.cacheattributes.MaxObjects=1000
-##############################################################
-################## AUXILIARY CACHES AVAILABLE ################
+# #############################################################
+# ################# AUXILIARY CACHES AVAILABLE ################
# server to update for clustering -- remote.cache1.ccf(1101) and remote.cache2.ccf(1102)
jcs.auxiliary.RCluster=org.apache.jcs.auxiliary.remote.RemoteCacheFactory
jcs.auxiliary.RCluster.attributes=org.apache.jcs.auxiliary.remote.RemoteCacheAttributes
@@ -52,4 +68,4 @@
jcs.auxiliary.DC=org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCacheFactory
jcs.auxiliary.DC.attributes=org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCacheAttributes
jcs.auxiliary.DC.attributes.DiskPath=@project_home@/raf/remote
-
+
Modified: jakarta/jcs/trunk/src/conf/remote.cacheRS1.ccf
URL: http://svn.apache.org/viewvc/jakarta/jcs/trunk/src/conf/remote.cacheRS1.ccf?view=diff&rev=536904&r1=536903&r2=536904
==============================================================================
Binary files - no diff available.
Modified: jakarta/jcs/trunk/src/conf/remote.cacheRS2.ccf
URL: http://svn.apache.org/viewvc/jakarta/jcs/trunk/src/conf/remote.cacheRS2.ccf?view=diff&rev=536904&r1=536903&r2=536904
==============================================================================
Binary files - no diff available.
Modified: jakarta/jcs/trunk/src/conf/remote.tomcat.xml
URL: http://svn.apache.org/viewvc/jakarta/jcs/trunk/src/conf/remote.tomcat.xml?view=diff&rev=536904&r1=536903&r2=536904
==============================================================================
--- jakarta/jcs/trunk/src/conf/remote.tomcat.xml (original)
+++ jakarta/jcs/trunk/src/conf/remote.tomcat.xml Thu May 10 09:03:42 2007
@@ -1,11 +1,29 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+ 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
+
+ http://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.
+-->
<Server>
- <!-- Debug low-level events in XmlMapper startup
+ <!-- Debug low-level events in XmlMapper startup
<xmlmapper:debug level="0" />
-->
-
- <!--
+
+ <!--
Logging:
@@ -14,25 +32,25 @@
for Servlets and one for Jasper, or we can just have one
tomcat.log for both Servlet and Jasper. Right now there are
three standard log streams, "tc_log", "servlet_log", and
- "JASPER_LOG".
+ "JASPER_LOG".
- Path:
+ Path:
The file to which to output this log, relative to
TOMCAT_HOME. If you omit a "path" value, then stderr or
stdout will be used.
- Verbosity:
+ Verbosity:
Threshold for which types of messages are displayed in the
log. Levels are inclusive; that is, "WARNING" level displays
any log message marked as warning, error, or fatal. Default
level is WARNING.
- verbosityLevel values can be:
+ verbosityLevel values can be:
FATAL
ERROR
- WARNING
+ WARNING
INFORMATION
DEBUG
@@ -63,31 +81,31 @@
-->
<!-- if you don't want messages on screen, add the attribute
- path="logs/tomcat.log"
+ path="logs/tomcat.log"
to the Logger element below
-->
- <Logger name="tc_log"
- verbosityLevel = "INFORMATION"
+ <Logger name="tc_log"
+ verbosityLevel = "INFORMATION"
/>
- <Logger name="servlet_log"
+ <Logger name="servlet_log"
path="logs/servlet.log"
/>
- <Logger name="JASPER_LOG"
+ <Logger name="JASPER_LOG"
path="logs/jasper.log"
verbosityLevel = "INFORMATION" />
- <!-- You can add a "home" attribute to represent the "base" for
+ <!-- You can add a "home" attribute to represent the "base" for
all relative paths. If none is set, the TOMCAT_HOME property
will be used, and if not set "." will be used.
- webapps/, work/ and logs/ will be relative to this ( unless
+ webapps/, work/ and logs/ will be relative to this ( unless
set explicitely to absolute paths ).
- You can also specify a "randomClass" attribute, which determines
+ You can also specify a "randomClass" attribute, which determines
a subclass of java.util.Random will be used for generating session IDs.
- By default this is "java.security.SecureRandom".
- Specifying "java.util.Random" will speed up Tomcat startup,
+ By default this is "java.security.SecureRandom".
+ Specifying "java.util.Random" will speed up Tomcat startup,
but it will cause sessions to be less secure.
You can specify the "showDebugInfo" attribute to control whether
@@ -104,48 +122,48 @@
<!-- ==================== Interceptors ==================== -->
- <!--
- ContextInterceptor className="org.apache.tomcat.context.LogEvents"
- -->
-
+ <!--
+ ContextInterceptor className="org.apache.tomcat.context.LogEvents"
+ -->
+
<ContextInterceptor className="org.apache.tomcat.context.AutoSetup" />
- <ContextInterceptor
+ <ContextInterceptor
className="org.apache.tomcat.context.WebXmlReader" />
- <!-- Uncomment out if you have JDK1.2 and want to use policy
- <ContextInterceptor
+ <!-- Uncomment out if you have JDK1.2 and want to use policy
+ <ContextInterceptor
className="org.apache.tomcat.context.PolicyInterceptor" />
-->
- <ContextInterceptor
+ <ContextInterceptor
className="org.apache.tomcat.context.LoaderInterceptor" />
- <ContextInterceptor
+ <ContextInterceptor
className="org.apache.tomcat.context.DefaultCMSetter" />
- <ContextInterceptor
+ <ContextInterceptor
className="org.apache.tomcat.context.WorkDirInterceptor" />
- <!-- Uncomment if you are using JDK1.2 or higher.
+ <!-- Uncomment if you are using JDK1.2 or higher.
Insures proper thread context class loader is in effect for servlet execution
- <ContextInterceptor
+ <ContextInterceptor
className="org.apache.tomcat.request.Jdk12Interceptor" />
-->
<!-- Request processing -->
- <!-- Session interceptor will extract the session id from cookies and
+ <!-- Session interceptor will extract the session id from cookies and
deal with URL rewriting ( by fixing the URL ). If you wish to
suppress the use of cookies for session identifiers, change the
"noCookies" attribute to "true"
-->
- <RequestInterceptor
+ <RequestInterceptor
className="org.apache.tomcat.request.SessionInterceptor"
noCookies="false" />
- <!-- Find the container ( context and prefix/extension map )
+ <!-- Find the container ( context and prefix/extension map )
for a request.
-->
- <RequestInterceptor
- className="org.apache.tomcat.request.SimpleMapper1"
+ <RequestInterceptor
+ className="org.apache.tomcat.request.SimpleMapper1"
debug="0" />
<!-- Non-standard invoker, for backward compat. ( /servlet/* )
@@ -156,8 +174,8 @@
NOTE: This prefix applies to *all* web applications that
are running in this instance of Tomcat.
-->
- <RequestInterceptor
- className="org.apache.tomcat.request.InvokerInterceptor"
+ <RequestInterceptor
+ className="org.apache.tomcat.request.InvokerInterceptor"
debug="0" prefix="/servlet/" />
<!-- "default" handler - static files and dirs. Set the
@@ -167,32 +185,32 @@
NOTE: This setting applies to *all* web applications that
are running in this instance of Tomcat.
-->
- <RequestInterceptor
- className="org.apache.tomcat.request.StaticInterceptor"
+ <RequestInterceptor
+ className="org.apache.tomcat.request.StaticInterceptor"
debug="0" suppress="false" />
<!-- Plug a session manager. You can plug in more advanced session
modules.
-->
- <RequestInterceptor
+ <RequestInterceptor
className="org.apache.tomcat.session.StandardSessionInterceptor" />
<!-- Check if the request requires an authenticated role.
-->
- <RequestInterceptor
- className="org.apache.tomcat.request.AccessInterceptor"
+ <RequestInterceptor
+ className="org.apache.tomcat.request.AccessInterceptor"
debug="0" />
- <!-- Check permissions using the simple xml file. You can
+ <!-- Check permissions using the simple xml file. You can
plug more advanced authentication modules.
-->
- <RequestInterceptor
- className="org.apache.tomcat.request.SimpleRealm"
+ <RequestInterceptor
+ className="org.apache.tomcat.request.SimpleRealm"
debug="0" />
<!-- UnComment the following and comment out the
above to get a JDBC realm.
- Other options for driverName:
+ Other options for driverName:
driverName="oracle.jdbc.driver.OracleDriver"
connectionURL="jdbc:oracle:thin:@ntserver:1521:ORCL"
connectionName="scott"
@@ -206,37 +224,37 @@
"connectionName" and "connectionPassword" are optional.
-->
<!--
- <RequestInterceptor
- className="org.apache.tomcat.request.JDBCRealm"
- debug="99"
- driverName="sun.jdbc.odbc.JdbcOdbcDriver"
- connectionURL="jdbc:odbc:TOMCAT"
- userTable="users"
- userNameCol="user_name"
- userCredCol="user_pass"
- userRoleTable="user_roles"
+ <RequestInterceptor
+ className="org.apache.tomcat.request.JDBCRealm"
+ debug="99"
+ driverName="sun.jdbc.odbc.JdbcOdbcDriver"
+ connectionURL="jdbc:odbc:TOMCAT"
+ userTable="users"
+ userNameCol="user_name"
+ userCredCol="user_pass"
+ userRoleTable="user_roles"
roleNameCol="role_name" />
-->
<!-- Loaded last since JSP's that load-on-startup use request handling -->
- <ContextInterceptor
+ <ContextInterceptor
className="org.apache.tomcat.context.LoadOnStartupInterceptor" />
<!-- ==================== Connectors ==================== -->
<!-- Normal HTTP -->
<Connector className="org.apache.tomcat.service.PoolTcpConnector">
- <Parameter name="handler"
+ <Parameter name="handler"
value="org.apache.tomcat.service.http.HttpConnectionHandler"/>
- <Parameter name="port"
+ <Parameter name="port"
value="9090"/>
</Connector>
<!--
- Uncomment this for SSL support.
+ Uncomment this for SSL support.
You _need_ to set up a server certificate if you want this
to work, and you need JSSE.
- 1. Add JSSE jars to CLASSPATH
+ 1. Add JSSE jars to CLASSPATH
2. Edit java.home/jre/lib/security/java.security
Add:
security.provider.2=com.sun.net.ssl.internal.ssl.Provider
@@ -244,17 +262,17 @@
RSA is essential to work with Netscape and IIS.
Use "changeit" as password. ( or add keypass attribute )
You don't need to sign the certificate.
-
- You can set parameter keystore and keypass if you want
+
+ You can set parameter keystore and keypass if you want
to change the default ( user.home/.keystore with changeit )
- -->
+ -->
<!--
<Connector className="org.apache.tomcat.service.PoolTcpConnector">
- <Parameter name="handler"
+ <Parameter name="handler"
value="org.apache.tomcat.service.http.HttpConnectionHandler"/>
- <Parameter name="port"
+ <Parameter name="port"
value="8443"/>
- <Parameter name="socketFactory"
+ <Parameter name="socketFactory"
value="org.apache.tomcat.net.SSLSocketFactory" />
</Connector>
-->
@@ -262,69 +280,69 @@
<!-- Apache AJP12 support. This is also used to shut down tomcat.
-->
<Connector className="org.apache.tomcat.service.PoolTcpConnector">
- <Parameter name="handler"
+ <Parameter name="handler"
value="org.apache.tomcat.service.connector.Ajp12ConnectionHandler"/>
<Parameter name="port" value="8007"/>
</Connector>
<!-- ==================== Special webapps ==================== -->
<!-- You don't need this if you place your app in webapps/
- and use defaults.
+ and use defaults.
For security you'll also need to edit tomcat.policy
Defaults are: debug=0, reloadable=true, trusted=false
- (trusted allows you to access tomcat internal objects
+ (trusted allows you to access tomcat internal objects
with FacadeManager ), crossContext=true (allows you to
access other contexts via ServletContext.getContext())
-
+
If security manager is enabled, you'll have read perms.
in the webapps dir and read/write in the workdir.
-->
<!--
- <Context path="/examples"
- docBase="webapps/examples"
+ <Context path="/examples"
+ docBase="webapps/examples"
crossContext="false"
- debug="0"
- reloadable="true" >
+ debug="0"
+ reloadable="true" >
</Context>
-->
- <Context path="../../"
- docBase="webapps/jcs"
+ <Context path="../../"
+ docBase="webapps/jcs"
crossContext="false"
- debug="0"
- reloadable="true" >
+ debug="0"
+ reloadable="true" >
</Context>
<!-- Admin context will use tomcat.core to add/remove/get info about
- the webapplications and tomcat internals.
- By default it is not trusted - i.e. it is not allowed access to
- tomcat internals, only informations that are available to all
+ the webapplications and tomcat internals.
+ By default it is not trusted - i.e. it is not allowed access to
+ tomcat internals, only informations that are available to all
servlets are visible.
If you change this to true, make sure you set a password.
-->
<!--
- <Context path="/admin"
- docBase="webapps/admin"
+ <Context path="/admin"
+ docBase="webapps/admin"
crossContext="true"
- debug="0"
- reloadable="true"
- trusted="false" >
+ debug="0"
+ reloadable="true"
+ trusted="false" >
</Context>
-->
- <!-- Virtual host example -
- In "127.0.0.1" virtual host we'll reverse "/" and
+ <!-- Virtual host example -
+ In "127.0.0.1" virtual host we'll reverse "/" and
"/examples"
(XXX need a better example )
(use "http://127.0.0.1/examples" )
<Host name="127.0.0.1" >
- <Context path=""
+ <Context path=""
docBase="webapps/examples" />
- <Context path="/examples"
+ <Context path="/examples"
docBase="webapps/ROOT" />
</Host>
-->
Modified: jakarta/jcs/trunk/src/conf/tomcat.xml
URL: http://svn.apache.org/viewvc/jakarta/jcs/trunk/src/conf/tomcat.xml?view=diff&rev=536904&r1=536903&r2=536904
==============================================================================
--- jakarta/jcs/trunk/src/conf/tomcat.xml (original)
+++ jakarta/jcs/trunk/src/conf/tomcat.xml Thu May 10 09:03:42 2007
@@ -1,11 +1,29 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+ 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
+
+ http://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.
+-->
<Server>
- <!-- Debug low-level events in XmlMapper startup
+ <!-- Debug low-level events in XmlMapper startup
<xmlmapper:debug level="0" />
-->
-
- <!--
+
+ <!--
Logging:
@@ -14,25 +32,25 @@
for Servlets and one for Jasper, or we can just have one
tomcat.log for both Servlet and Jasper. Right now there are
three standard log streams, "tc_log", "servlet_log", and
- "JASPER_LOG".
+ "JASPER_LOG".
- Path:
+ Path:
The file to which to output this log, relative to
TOMCAT_HOME. If you omit a "path" value, then stderr or
stdout will be used.
- Verbosity:
+ Verbosity:
Threshold for which types of messages are displayed in the
log. Levels are inclusive; that is, "WARNING" level displays
any log message marked as warning, error, or fatal. Default
level is WARNING.
- verbosityLevel values can be:
+ verbosityLevel values can be:
FATAL
ERROR
- WARNING
+ WARNING
INFORMATION
DEBUG
@@ -63,31 +81,31 @@
-->
<!-- if you don't want messages on screen, add the attribute
- path="logs/tomcat.log"
+ path="logs/tomcat.log"
to the Logger element below
-->
- <Logger name="tc_log"
- verbosityLevel = "INFORMATION"
+ <Logger name="tc_log"
+ verbosityLevel = "INFORMATION"
/>
- <Logger name="servlet_log"
+ <Logger name="servlet_log"
path="logs/servlet.log"
/>
- <Logger name="JASPER_LOG"
+ <Logger name="JASPER_LOG"
path="logs/jasper.log"
verbosityLevel = "INFORMATION" />
- <!-- You can add a "home" attribute to represent the "base" for
+ <!-- You can add a "home" attribute to represent the "base" for
all relative paths. If none is set, the TOMCAT_HOME property
will be used, and if not set "." will be used.
- webapps/, work/ and logs/ will be relative to this ( unless
+ webapps/, work/ and logs/ will be relative to this ( unless
set explicitely to absolute paths ).
- You can also specify a "randomClass" attribute, which determines
+ You can also specify a "randomClass" attribute, which determines
a subclass of java.util.Random will be used for generating session IDs.
- By default this is "java.security.SecureRandom".
- Specifying "java.util.Random" will speed up Tomcat startup,
+ By default this is "java.security.SecureRandom".
+ Specifying "java.util.Random" will speed up Tomcat startup,
but it will cause sessions to be less secure.
You can specify the "showDebugInfo" attribute to control whether
@@ -104,48 +122,48 @@
<!-- ==================== Interceptors ==================== -->
- <!--
- ContextInterceptor className="org.apache.tomcat.context.LogEvents"
- -->
-
+ <!--
+ ContextInterceptor className="org.apache.tomcat.context.LogEvents"
+ -->
+
<ContextInterceptor className="org.apache.tomcat.context.AutoSetup" />
- <ContextInterceptor
+ <ContextInterceptor
className="org.apache.tomcat.context.WebXmlReader" />
- <!-- Uncomment out if you have JDK1.2 and want to use policy
- <ContextInterceptor
+ <!-- Uncomment out if you have JDK1.2 and want to use policy
+ <ContextInterceptor
className="org.apache.tomcat.context.PolicyInterceptor" />
-->
- <ContextInterceptor
+ <ContextInterceptor
className="org.apache.tomcat.context.LoaderInterceptor" />
- <ContextInterceptor
+ <ContextInterceptor
className="org.apache.tomcat.context.DefaultCMSetter" />
- <ContextInterceptor
+ <ContextInterceptor
className="org.apache.tomcat.context.WorkDirInterceptor" />
- <!-- Uncomment if you are using JDK1.2 or higher.
+ <!-- Uncomment if you are using JDK1.2 or higher.
Insures proper thread context class loader is in effect for servlet execution
- <ContextInterceptor
+ <ContextInterceptor
className="org.apache.tomcat.request.Jdk12Interceptor" />
-->
<!-- Request processing -->
- <!-- Session interceptor will extract the session id from cookies and
+ <!-- Session interceptor will extract the session id from cookies and
deal with URL rewriting ( by fixing the URL ). If you wish to
suppress the use of cookies for session identifiers, change the
"noCookies" attribute to "true"
-->
- <RequestInterceptor
+ <RequestInterceptor
className="org.apache.tomcat.request.SessionInterceptor"
noCookies="false" />
- <!-- Find the container ( context and prefix/extension map )
+ <!-- Find the container ( context and prefix/extension map )
for a request.
-->
- <RequestInterceptor
- className="org.apache.tomcat.request.SimpleMapper1"
+ <RequestInterceptor
+ className="org.apache.tomcat.request.SimpleMapper1"
debug="0" />
<!-- Non-standard invoker, for backward compat. ( /servlet/* )
@@ -156,8 +174,8 @@
NOTE: This prefix applies to *all* web applications that
are running in this instance of Tomcat.
-->
- <RequestInterceptor
- className="org.apache.tomcat.request.InvokerInterceptor"
+ <RequestInterceptor
+ className="org.apache.tomcat.request.InvokerInterceptor"
debug="0" prefix="/servlet/" />
<!-- "default" handler - static files and dirs. Set the
@@ -167,32 +185,32 @@
NOTE: This setting applies to *all* web applications that
are running in this instance of Tomcat.
-->
- <RequestInterceptor
- className="org.apache.tomcat.request.StaticInterceptor"
+ <RequestInterceptor
+ className="org.apache.tomcat.request.StaticInterceptor"
debug="0" suppress="false" />
<!-- Plug a session manager. You can plug in more advanced session
modules.
-->
- <RequestInterceptor
+ <RequestInterceptor
className="org.apache.tomcat.session.StandardSessionInterceptor" />
<!-- Check if the request requires an authenticated role.
-->
- <RequestInterceptor
- className="org.apache.tomcat.request.AccessInterceptor"
+ <RequestInterceptor
+ className="org.apache.tomcat.request.AccessInterceptor"
debug="0" />
- <!-- Check permissions using the simple xml file. You can
+ <!-- Check permissions using the simple xml file. You can
plug more advanced authentication modules.
-->
- <RequestInterceptor
- className="org.apache.tomcat.request.SimpleRealm"
+ <RequestInterceptor
+ className="org.apache.tomcat.request.SimpleRealm"
debug="0" />
<!-- UnComment the following and comment out the
above to get a JDBC realm.
- Other options for driverName:
+ Other options for driverName:
driverName="oracle.jdbc.driver.OracleDriver"
connectionURL="jdbc:oracle:thin:@ntserver:1521:ORCL"
connectionName="scott"
@@ -206,37 +224,37 @@
"connectionName" and "connectionPassword" are optional.
-->
<!--
- <RequestInterceptor
- className="org.apache.tomcat.request.JDBCRealm"
- debug="99"
- driverName="sun.jdbc.odbc.JdbcOdbcDriver"
- connectionURL="jdbc:odbc:TOMCAT"
- userTable="users"
- userNameCol="user_name"
- userCredCol="user_pass"
- userRoleTable="user_roles"
+ <RequestInterceptor
+ className="org.apache.tomcat.request.JDBCRealm"
+ debug="99"
+ driverName="sun.jdbc.odbc.JdbcOdbcDriver"
+ connectionURL="jdbc:odbc:TOMCAT"
+ userTable="users"
+ userNameCol="user_name"
+ userCredCol="user_pass"
+ userRoleTable="user_roles"
roleNameCol="role_name" />
-->
<!-- Loaded last since JSP's that load-on-startup use request handling -->
- <ContextInterceptor
+ <ContextInterceptor
className="org.apache.tomcat.context.LoadOnStartupInterceptor" />
<!-- ==================== Connectors ==================== -->
<!-- Normal HTTP -->
<Connector className="org.apache.tomcat.service.PoolTcpConnector">
- <Parameter name="handler"
+ <Parameter name="handler"
value="org.apache.tomcat.service.http.HttpConnectionHandler"/>
- <Parameter name="port"
+ <Parameter name="port"
value="9090"/>
</Connector>
<!--
- Uncomment this for SSL support.
+ Uncomment this for SSL support.
You _need_ to set up a server certificate if you want this
to work, and you need JSSE.
- 1. Add JSSE jars to CLASSPATH
+ 1. Add JSSE jars to CLASSPATH
2. Edit java.home/jre/lib/security/java.security
Add:
security.provider.2=com.sun.net.ssl.internal.ssl.Provider
@@ -244,17 +262,17 @@
RSA is essential to work with Netscape and IIS.
Use "changeit" as password. ( or add keypass attribute )
You don't need to sign the certificate.
-
- You can set parameter keystore and keypass if you want
+
+ You can set parameter keystore and keypass if you want
to change the default ( user.home/.keystore with changeit )
- -->
+ -->
<!--
<Connector className="org.apache.tomcat.service.PoolTcpConnector">
- <Parameter name="handler"
+ <Parameter name="handler"
value="org.apache.tomcat.service.http.HttpConnectionHandler"/>
- <Parameter name="port"
+ <Parameter name="port"
value="8443"/>
- <Parameter name="socketFactory"
+ <Parameter name="socketFactory"
value="org.apache.tomcat.net.SSLSocketFactory" />
</Connector>
-->
@@ -262,69 +280,69 @@
<!-- Apache AJP12 support. This is also used to shut down tomcat.
-->
<Connector className="org.apache.tomcat.service.PoolTcpConnector">
- <Parameter name="handler"
+ <Parameter name="handler"
value="org.apache.tomcat.service.connector.Ajp12ConnectionHandler"/>
<Parameter name="port" value="8007"/>
</Connector>
<!-- ==================== Special webapps ==================== -->
<!-- You don't need this if you place your app in webapps/
- and use defaults.
+ and use defaults.
For security you'll also need to edit tomcat.policy
Defaults are: debug=0, reloadable=true, trusted=false
- (trusted allows you to access tomcat internal objects
+ (trusted allows you to access tomcat internal objects
with FacadeManager ), crossContext=true (allows you to
access other contexts via ServletContext.getContext())
-
+
If security manager is enabled, you'll have read perms.
in the webapps dir and read/write in the workdir.
-->
<!--
- <Context path="/examples"
- docBase="webapps/examples"
+ <Context path="/examples"
+ docBase="webapps/examples"
crossContext="false"
- debug="0"
- reloadable="true" >
+ debug="0"
+ reloadable="true" >
</Context>
-->
- <Context path="../../"
- docBase="webapps/jcs"
+ <Context path="../../"
+ docBase="webapps/jcs"
crossContext="false"
- debug="0"
- reloadable="true" >
+ debug="0"
+ reloadable="true" >
</Context>
<!-- Admin context will use tomcat.core to add/remove/get info about
- the webapplications and tomcat internals.
- By default it is not trusted - i.e. it is not allowed access to
- tomcat internals, only informations that are available to all
+ the webapplications and tomcat internals.
+ By default it is not trusted - i.e. it is not allowed access to
+ tomcat internals, only informations that are available to all
servlets are visible.
If you change this to true, make sure you set a password.
-->
<!--
- <Context path="/admin"
- docBase="webapps/admin"
+ <Context path="/admin"
+ docBase="webapps/admin"
crossContext="true"
- debug="0"
- reloadable="true"
- trusted="false" >
+ debug="0"
+ reloadable="true"
+ trusted="false" >
</Context>
-->
- <!-- Virtual host example -
- In "127.0.0.1" virtual host we'll reverse "/" and
+ <!-- Virtual host example -
+ In "127.0.0.1" virtual host we'll reverse "/" and
"/examples"
(XXX need a better example )
(use "http://127.0.0.1/examples" )
<Host name="127.0.0.1" >
- <Context path=""
+ <Context path=""
docBase="webapps/examples" />
- <Context path="/examples"
+ <Context path="/examples"
docBase="webapps/ROOT" />
</Host>
-->
Modified: jakarta/jcs/trunk/src/experimental/org/apache/jcs/auxiliary/lateral/http/broadcast/LateralCacheMulticaster.java
URL: http://svn.apache.org/viewvc/jakarta/jcs/trunk/src/experimental/org/apache/jcs/auxiliary/lateral/http/broadcast/LateralCacheMulticaster.java?view=diff&rev=536904&r1=536903&r2=536904
==============================================================================
--- jakarta/jcs/trunk/src/experimental/org/apache/jcs/auxiliary/lateral/http/broadcast/LateralCacheMulticaster.java (original)
+++ jakarta/jcs/trunk/src/experimental/org/apache/jcs/auxiliary/lateral/http/broadcast/LateralCacheMulticaster.java Thu May 10 09:03:42 2007
@@ -1,5 +1,24 @@
package org.apache.jcs.auxiliary.lateral.http.broadcast;
+/*
+ * 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
+ *
+ * http://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.
+ */
+
import java.util.ArrayList;
import java.util.Iterator;
Modified: jakarta/jcs/trunk/src/experimental/org/apache/jcs/auxiliary/lateral/http/broadcast/LateralCacheThread.java
URL: http://svn.apache.org/viewvc/jakarta/jcs/trunk/src/experimental/org/apache/jcs/auxiliary/lateral/http/broadcast/LateralCacheThread.java?view=diff&rev=536904&r1=536903&r2=536904
==============================================================================
--- jakarta/jcs/trunk/src/experimental/org/apache/jcs/auxiliary/lateral/http/broadcast/LateralCacheThread.java (original)
+++ jakarta/jcs/trunk/src/experimental/org/apache/jcs/auxiliary/lateral/http/broadcast/LateralCacheThread.java Thu May 10 09:03:42 2007
@@ -1,19 +1,22 @@
package org.apache.jcs.auxiliary.lateral.http.broadcast;
/*
- * Copyright 2001-2004 The Apache Software Foundation.
+ * 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
*
- * Licensed 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
+ * http://www.apache.org/licenses/LICENSE-2.0
*
- * http://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.
+ * 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.
*/
import java.io.InputStream;
Modified: jakarta/jcs/trunk/src/experimental/org/apache/jcs/auxiliary/lateral/http/broadcast/LateralCacheUnicaster.java
URL: http://svn.apache.org/viewvc/jakarta/jcs/trunk/src/experimental/org/apache/jcs/auxiliary/lateral/http/broadcast/LateralCacheUnicaster.java?view=diff&rev=536904&r1=536903&r2=536904
==============================================================================
--- jakarta/jcs/trunk/src/experimental/org/apache/jcs/auxiliary/lateral/http/broadcast/LateralCacheUnicaster.java (original)
+++ jakarta/jcs/trunk/src/experimental/org/apache/jcs/auxiliary/lateral/http/broadcast/LateralCacheUnicaster.java Thu May 10 09:03:42 2007
@@ -1,19 +1,22 @@
package org.apache.jcs.auxiliary.lateral.http.broadcast;
/*
- * Copyright 2002-2004 The Apache Software Foundation.
+ * 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
*
- * Licensed 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
+ * http://www.apache.org/licenses/LICENSE-2.0
*
- * http://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.
+ * 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.
*/
import java.io.InputStream;
Modified: jakarta/jcs/trunk/src/experimental/org/apache/jcs/auxiliary/lateral/http/remove/DeleteLateralCacheMulticaster.java
URL: http://svn.apache.org/viewvc/jakarta/jcs/trunk/src/experimental/org/apache/jcs/auxiliary/lateral/http/remove/DeleteLateralCacheMulticaster.java?view=diff&rev=536904&r1=536903&r2=536904
==============================================================================
--- jakarta/jcs/trunk/src/experimental/org/apache/jcs/auxiliary/lateral/http/remove/DeleteLateralCacheMulticaster.java (original)
+++ jakarta/jcs/trunk/src/experimental/org/apache/jcs/auxiliary/lateral/http/remove/DeleteLateralCacheMulticaster.java Thu May 10 09:03:42 2007
@@ -1,19 +1,22 @@
package org.apache.jcs.auxiliary.lateral.http.remove;
/*
- * Copyright 2002-2004 The Apache Software Foundation.
+ * 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
*
- * Licensed 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
+ * http://www.apache.org/licenses/LICENSE-2.0
*
- * http://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.
+ * 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.
*/
import java.util.ArrayList;
Modified: jakarta/jcs/trunk/src/experimental/org/apache/jcs/auxiliary/lateral/http/remove/DeleteLateralCacheUnicaster.java
URL: http://svn.apache.org/viewvc/jakarta/jcs/trunk/src/experimental/org/apache/jcs/auxiliary/lateral/http/remove/DeleteLateralCacheUnicaster.java?view=diff&rev=536904&r1=536903&r2=536904
==============================================================================
--- jakarta/jcs/trunk/src/experimental/org/apache/jcs/auxiliary/lateral/http/remove/DeleteLateralCacheUnicaster.java (original)
+++ jakarta/jcs/trunk/src/experimental/org/apache/jcs/auxiliary/lateral/http/remove/DeleteLateralCacheUnicaster.java Thu May 10 09:03:42 2007
@@ -1,19 +1,22 @@
package org.apache.jcs.auxiliary.lateral.http.remove;
/*
- * Copyright 2002-2004 The Apache Software Foundation.
+ * 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
*
- * Licensed 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
+ * http://www.apache.org/licenses/LICENSE-2.0
*
- * http://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.
+ * 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.
*/
import java.io.InputStream;
Modified: jakarta/jcs/trunk/src/experimental/org/apache/jcs/auxiliary/lateral/http/server/AbstractDeleteCacheServlet.java
URL: http://svn.apache.org/viewvc/jakarta/jcs/trunk/src/experimental/org/apache/jcs/auxiliary/lateral/http/server/AbstractDeleteCacheServlet.java?view=diff&rev=536904&r1=536903&r2=536904
==============================================================================
--- jakarta/jcs/trunk/src/experimental/org/apache/jcs/auxiliary/lateral/http/server/AbstractDeleteCacheServlet.java (original)
+++ jakarta/jcs/trunk/src/experimental/org/apache/jcs/auxiliary/lateral/http/server/AbstractDeleteCacheServlet.java Thu May 10 09:03:42 2007
@@ -1,19 +1,22 @@
package org.apache.jcs.auxiliary.lateral.http.server;
/*
- * Copyright 2002-2004 The Apache Software Foundation.
+ * 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
*
- * Licensed 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
+ * http://www.apache.org/licenses/LICENSE-2.0
*
- * http://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.
+ * 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.
*/
import java.io.IOException;
Modified: jakarta/jcs/trunk/src/experimental/org/apache/jcs/auxiliary/lateral/http/server/DeleteCacheServlet.java
URL: http://svn.apache.org/viewvc/jakarta/jcs/trunk/src/experimental/org/apache/jcs/auxiliary/lateral/http/server/DeleteCacheServlet.java?view=diff&rev=536904&r1=536903&r2=536904
==============================================================================
--- jakarta/jcs/trunk/src/experimental/org/apache/jcs/auxiliary/lateral/http/server/DeleteCacheServlet.java (original)
+++ jakarta/jcs/trunk/src/experimental/org/apache/jcs/auxiliary/lateral/http/server/DeleteCacheServlet.java Thu May 10 09:03:42 2007
@@ -1,19 +1,22 @@
package org.apache.jcs.auxiliary.lateral.http.server;
/*
- * Copyright 2002-2004 The Apache Software Foundation.
+ * 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
*
- * Licensed 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
+ * http://www.apache.org/licenses/LICENSE-2.0
*
- * http://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.
+ * 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.
*/
import javax.servlet.ServletConfig;
Modified: jakarta/jcs/trunk/src/experimental/org/apache/jcs/auxiliary/lateral/http/server/LateralCacheServletReciever.java
URL: http://svn.apache.org/viewvc/jakarta/jcs/trunk/src/experimental/org/apache/jcs/auxiliary/lateral/http/server/LateralCacheServletReciever.java?view=diff&rev=536904&r1=536903&r2=536904
==============================================================================
--- jakarta/jcs/trunk/src/experimental/org/apache/jcs/auxiliary/lateral/http/server/LateralCacheServletReciever.java (original)
+++ jakarta/jcs/trunk/src/experimental/org/apache/jcs/auxiliary/lateral/http/server/LateralCacheServletReciever.java Thu May 10 09:03:42 2007
@@ -1,19 +1,22 @@
package org.apache.jcs.auxiliary.lateral.http.server;
/*
- * Copyright 2002-2004 The Apache Software Foundation.
+ * 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
*
- * Licensed 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
+ * http://www.apache.org/licenses/LICENSE-2.0
*
- * http://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.
+ * 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.
*/
import java.io.IOException;
@@ -165,7 +168,7 @@
/**
* Make sure we have a cache manager. This should have happened in the init
* method.
- *
+ *
*/
protected synchronized void ensureCacheManager()
{
Modified: jakarta/jcs/trunk/src/experimental/org/apache/jcs/auxiliary/lateral/socket/udp/LateralCacheUDPListener.java
URL: http://svn.apache.org/viewvc/jakarta/jcs/trunk/src/experimental/org/apache/jcs/auxiliary/lateral/socket/udp/LateralCacheUDPListener.java?view=diff&rev=536904&r1=536903&r2=536904
==============================================================================
--- jakarta/jcs/trunk/src/experimental/org/apache/jcs/auxiliary/lateral/socket/udp/LateralCacheUDPListener.java (original)
+++ jakarta/jcs/trunk/src/experimental/org/apache/jcs/auxiliary/lateral/socket/udp/LateralCacheUDPListener.java Thu May 10 09:03:42 2007
@@ -1,19 +1,22 @@
package org.apache.jcs.auxiliary.lateral.socket.udp;
/*
- * Copyright 2002-2004 The Apache Software Foundation.
+ * 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
*
- * Licensed 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
+ * http://www.apache.org/licenses/LICENSE-2.0
*
- * http://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.
+ * 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.
*/
import java.io.IOException;
Modified: jakarta/jcs/trunk/src/experimental/org/apache/jcs/auxiliary/lateral/socket/udp/LateralGroupCacheUDPListener.java
URL: http://svn.apache.org/viewvc/jakarta/jcs/trunk/src/experimental/org/apache/jcs/auxiliary/lateral/socket/udp/LateralGroupCacheUDPListener.java?view=diff&rev=536904&r1=536903&r2=536904
==============================================================================
--- jakarta/jcs/trunk/src/experimental/org/apache/jcs/auxiliary/lateral/socket/udp/LateralGroupCacheUDPListener.java (original)
+++ jakarta/jcs/trunk/src/experimental/org/apache/jcs/auxiliary/lateral/socket/udp/LateralGroupCacheUDPListener.java Thu May 10 09:03:42 2007
@@ -1,19 +1,22 @@
package org.apache.jcs.auxiliary.lateral.socket.udp;
/*
- * Copyright 2002-2004 The Apache Software Foundation.
+ * 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
*
- * Licensed 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
+ * http://www.apache.org/licenses/LICENSE-2.0
*
- * http://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.
+ * 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.
*/
import java.io.IOException;
Modified: jakarta/jcs/trunk/src/experimental/org/apache/jcs/auxiliary/lateral/socket/udp/LateralUDPReceiver.java
URL: http://svn.apache.org/viewvc/jakarta/jcs/trunk/src/experimental/org/apache/jcs/auxiliary/lateral/socket/udp/LateralUDPReceiver.java?view=diff&rev=536904&r1=536903&r2=536904
==============================================================================
--- jakarta/jcs/trunk/src/experimental/org/apache/jcs/auxiliary/lateral/socket/udp/LateralUDPReceiver.java (original)
+++ jakarta/jcs/trunk/src/experimental/org/apache/jcs/auxiliary/lateral/socket/udp/LateralUDPReceiver.java Thu May 10 09:03:42 2007
@@ -1,19 +1,22 @@
package org.apache.jcs.auxiliary.lateral.socket.udp;
/*
- * Copyright 2002-2004 The Apache Software Foundation.
+ * 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
*
- * Licensed 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
+ * http://www.apache.org/licenses/LICENSE-2.0
*
- * http://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.
+ * 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.
*/
import java.io.ByteArrayInputStream;
Modified: jakarta/jcs/trunk/src/experimental/org/apache/jcs/auxiliary/lateral/socket/udp/LateralUDPSender.java
URL: http://svn.apache.org/viewvc/jakarta/jcs/trunk/src/experimental/org/apache/jcs/auxiliary/lateral/socket/udp/LateralUDPSender.java?view=diff&rev=536904&r1=536903&r2=536904
==============================================================================
--- jakarta/jcs/trunk/src/experimental/org/apache/jcs/auxiliary/lateral/socket/udp/LateralUDPSender.java (original)
+++ jakarta/jcs/trunk/src/experimental/org/apache/jcs/auxiliary/lateral/socket/udp/LateralUDPSender.java Thu May 10 09:03:42 2007
@@ -1,19 +1,22 @@
package org.apache.jcs.auxiliary.lateral.socket.udp;
/*
- * Copyright 2002-2004 The Apache Software Foundation.
+ * 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
*
- * Licensed 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
+ * http://www.apache.org/licenses/LICENSE-2.0
*
- * http://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.
+ * 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.
*/
import java.io.BufferedReader;
Modified: jakarta/jcs/trunk/src/experimental/org/apache/jcs/auxiliary/lateral/socket/udp/LateralUDPService.java
URL: http://svn.apache.org/viewvc/jakarta/jcs/trunk/src/experimental/org/apache/jcs/auxiliary/lateral/socket/udp/LateralUDPService.java?view=diff&rev=536904&r1=536903&r2=536904
==============================================================================
--- jakarta/jcs/trunk/src/experimental/org/apache/jcs/auxiliary/lateral/socket/udp/LateralUDPService.java (original)
+++ jakarta/jcs/trunk/src/experimental/org/apache/jcs/auxiliary/lateral/socket/udp/LateralUDPService.java Thu May 10 09:03:42 2007
@@ -1,19 +1,22 @@
package org.apache.jcs.auxiliary.lateral.socket.udp;
/*
- * Copyright 2002-2004 The Apache Software Foundation.
+ * 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
*
- * Licensed 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
+ * http://www.apache.org/licenses/LICENSE-2.0
*
- * http://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.
+ * 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.
*/
import java.io.*;
Modified: jakarta/jcs/trunk/src/experimental/org/apache/jcs/auxiliary/lateral/xmlrpc/LateralCacheXMLRPCListener.java
URL: http://svn.apache.org/viewvc/jakarta/jcs/trunk/src/experimental/org/apache/jcs/auxiliary/lateral/xmlrpc/LateralCacheXMLRPCListener.java?view=diff&rev=536904&r1=536903&r2=536904
==============================================================================
--- jakarta/jcs/trunk/src/experimental/org/apache/jcs/auxiliary/lateral/xmlrpc/LateralCacheXMLRPCListener.java (original)
+++ jakarta/jcs/trunk/src/experimental/org/apache/jcs/auxiliary/lateral/xmlrpc/LateralCacheXMLRPCListener.java Thu May 10 09:03:42 2007
@@ -1,20 +1,22 @@
package org.apache.jcs.auxiliary.lateral.xmlrpc;
-
/*
- * Copyright 2001-2004 The Apache Software Foundation.
+ * 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
*
- * Licensed 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
+ * http://www.apache.org/licenses/LICENSE-2.0
*
- * http://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.
+ * 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.
*/
import java.io.IOException;
Modified: jakarta/jcs/trunk/src/experimental/org/apache/jcs/auxiliary/lateral/xmlrpc/LateralGroupCacheXMLRPCListener.java
URL: http://svn.apache.org/viewvc/jakarta/jcs/trunk/src/experimental/org/apache/jcs/auxiliary/lateral/xmlrpc/LateralGroupCacheXMLRPCListener.java?view=diff&rev=536904&r1=536903&r2=536904
==============================================================================
--- jakarta/jcs/trunk/src/experimental/org/apache/jcs/auxiliary/lateral/xmlrpc/LateralGroupCacheXMLRPCListener.java (original)
+++ jakarta/jcs/trunk/src/experimental/org/apache/jcs/auxiliary/lateral/xmlrpc/LateralGroupCacheXMLRPCListener.java Thu May 10 09:03:42 2007
@@ -1,20 +1,22 @@
package org.apache.jcs.auxiliary.lateral.xmlrpc;
-
/*
- * Copyright 2001-2004 The Apache Software Foundation.
+ * 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
*
- * Licensed 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
+ * http://www.apache.org/licenses/LICENSE-2.0
*
- * http://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.
+ * 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.
*/
import org.apache.jcs.auxiliary.lateral.behavior.ILateralCacheAttributes;
Modified: jakarta/jcs/trunk/src/experimental/org/apache/jcs/auxiliary/lateral/xmlrpc/LateralXMLRPCReceiver.java
URL: http://svn.apache.org/viewvc/jakarta/jcs/trunk/src/experimental/org/apache/jcs/auxiliary/lateral/xmlrpc/LateralXMLRPCReceiver.java?view=diff&rev=536904&r1=536903&r2=536904
==============================================================================
--- jakarta/jcs/trunk/src/experimental/org/apache/jcs/auxiliary/lateral/xmlrpc/LateralXMLRPCReceiver.java (original)
+++ jakarta/jcs/trunk/src/experimental/org/apache/jcs/auxiliary/lateral/xmlrpc/LateralXMLRPCReceiver.java Thu May 10 09:03:42 2007
@@ -1,20 +1,22 @@
package org.apache.jcs.auxiliary.lateral.xmlrpc;
-
/*
- * Copyright 2001-2004 The Apache Software Foundation.
+ * 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
*
- * Licensed 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
+ * http://www.apache.org/licenses/LICENSE-2.0
*
- * http://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.
+ * 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.
*/
import java.net.InetAddress;
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.