Author: jlaskowski
Date: Sun Dec 2 09:08:04 2007
New Revision: 600338
URL: http://svn.apache.org/viewvc?rev=600338&view=rev
Log:
Fix license headers
Modified:
openejb/trunk/openejb3/assembly/openejb-tomcat/pom.xml
openejb/trunk/openejb3/assembly/openejb-tomcat/src/main/resources/default.css
openejb/trunk/openejb3/assembly/openejb-tomcat/src/main/resources/ejbclasses.html
openejb/trunk/openejb3/assembly/openejb-tomcat/src/main/resources/ejbref.html
openejb/trunk/openejb3/assembly/openejb-tomcat/src/main/resources/enc-help.html
openejb/trunk/openejb3/assembly/openejb-tomcat/src/main/resources/howitworks.html
openejb/trunk/openejb3/assembly/openejb-tomcat/src/main/resources/index.jsp
openejb/trunk/openejb3/assembly/openejb-tomcat/src/main/resources/installer-view.jsp
openejb/trunk/openejb3/assembly/openejb-tomcat/src/main/resources/invokeobj.jsp
openejb/trunk/openejb3/assembly/openejb-tomcat/src/main/resources/juli.properties
openejb/trunk/openejb3/assembly/openejb-tomcat/src/main/resources/re-help.html
openejb/trunk/openejb3/assembly/openejb-tomcat/src/main/resources/testejb.jsp
openejb/trunk/openejb3/assembly/openejb-tomcat/src/main/resources/testhome.jsp
openejb/trunk/openejb3/assembly/openejb-tomcat/src/main/resources/testint.jsp
openejb/trunk/openejb3/assembly/openejb-tomcat/src/main/resources/testsuite.jsp
openejb/trunk/openejb3/assembly/openejb-tomcat/src/main/resources/viewclass.jsp
openejb/trunk/openejb3/assembly/openejb-tomcat/src/main/resources/viewejb.jsp
openejb/trunk/openejb3/assembly/openejb-tomcat/src/main/resources/viewjndi.jsp
openejb/trunk/openejb3/assembly/openejb-tomcat/src/test/conf/Catalina/localhost/context.xml.default
openejb/trunk/openejb3/assembly/openejb-tomcat/src/test/conf/context.xml
openejb/trunk/openejb3/assembly/openejb-tomcat/src/test/conf/context.xml.default
openejb/trunk/openejb3/assembly/openejb-tomcat/src/test/conf/server.xml
openejb/trunk/openejb3/assembly/openejb-tomcat/src/test/conf/tomcat-users.xml
Modified: openejb/trunk/openejb3/assembly/openejb-tomcat/pom.xml
URL:
http://svn.apache.org/viewvc/openejb/trunk/openejb3/assembly/openejb-tomcat/pom.xml?rev=600338&r1=600337&r2=600338&view=diff
==============================================================================
--- openejb/trunk/openejb3/assembly/openejb-tomcat/pom.xml (original)
+++ openejb/trunk/openejb3/assembly/openejb-tomcat/pom.xml Sun Dec 2 09:08:04
2007
@@ -15,7 +15,8 @@
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.
--->
+-->
+
<!-- $Rev$ $Date$ -->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
Modified:
openejb/trunk/openejb3/assembly/openejb-tomcat/src/main/resources/default.css
URL:
http://svn.apache.org/viewvc/openejb/trunk/openejb3/assembly/openejb-tomcat/src/main/resources/default.css?rev=600338&r1=600337&r2=600338&view=diff
==============================================================================
---
openejb/trunk/openejb3/assembly/openejb-tomcat/src/main/resources/default.css
(original)
+++
openejb/trunk/openejb3/assembly/openejb-tomcat/src/main/resources/default.css
Sun Dec 2 09:08:04 2007
@@ -1,3 +1,24 @@
+<!--
+
+ 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.
+
+-->
+
+<!-- $Rev: 597221 $ $Date: 2007-11-21 22:51:05 +0100 (Wed, 21 Nov 2007) $ -->
+
BODY {
background: #ffffff;
font-family: "Tahoma", "Helvetica", "Arial", "sans-serif";
Modified:
openejb/trunk/openejb3/assembly/openejb-tomcat/src/main/resources/ejbclasses.html
URL:
http://svn.apache.org/viewvc/openejb/trunk/openejb3/assembly/openejb-tomcat/src/main/resources/ejbclasses.html?rev=600338&r1=600337&r2=600338&view=diff
==============================================================================
---
openejb/trunk/openejb3/assembly/openejb-tomcat/src/main/resources/ejbclasses.html
(original)
+++
openejb/trunk/openejb3/assembly/openejb-tomcat/src/main/resources/ejbclasses.html
Sun Dec 2 09:08:04 2007
@@ -1,3 +1,24 @@
+<!--
+
+ 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.
+
+-->
+
+<!-- $Rev: 597221 $ $Date: 2007-11-21 22:51:05 +0100 (Wed, 21 Nov 2007) $ -->
+
<html>
<head>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
Modified:
openejb/trunk/openejb3/assembly/openejb-tomcat/src/main/resources/ejbref.html
URL:
http://svn.apache.org/viewvc/openejb/trunk/openejb3/assembly/openejb-tomcat/src/main/resources/ejbref.html?rev=600338&r1=600337&r2=600338&view=diff
==============================================================================
---
openejb/trunk/openejb3/assembly/openejb-tomcat/src/main/resources/ejbref.html
(original)
+++
openejb/trunk/openejb3/assembly/openejb-tomcat/src/main/resources/ejbref.html
Sun Dec 2 09:08:04 2007
@@ -1,3 +1,24 @@
+<!--
+
+ 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.
+
+-->
+
+<!-- $Rev: 597221 $ $Date: 2007-11-21 22:51:05 +0100 (Wed, 21 Nov 2007) $ -->
+
<html>
<head>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
Modified:
openejb/trunk/openejb3/assembly/openejb-tomcat/src/main/resources/enc-help.html
URL:
http://svn.apache.org/viewvc/openejb/trunk/openejb3/assembly/openejb-tomcat/src/main/resources/enc-help.html?rev=600338&r1=600337&r2=600338&view=diff
==============================================================================
---
openejb/trunk/openejb3/assembly/openejb-tomcat/src/main/resources/enc-help.html
(original)
+++
openejb/trunk/openejb3/assembly/openejb-tomcat/src/main/resources/enc-help.html
Sun Dec 2 09:08:04 2007
@@ -1,3 +1,24 @@
+<!--
+
+ 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.
+
+-->
+
+<!-- $Rev: 597221 $ $Date: 2007-11-21 22:51:05 +0100 (Wed, 21 Nov 2007) $ -->
+
<html>
<head>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
Modified:
openejb/trunk/openejb3/assembly/openejb-tomcat/src/main/resources/howitworks.html
URL:
http://svn.apache.org/viewvc/openejb/trunk/openejb3/assembly/openejb-tomcat/src/main/resources/howitworks.html?rev=600338&r1=600337&r2=600338&view=diff
==============================================================================
---
openejb/trunk/openejb3/assembly/openejb-tomcat/src/main/resources/howitworks.html
(original)
+++
openejb/trunk/openejb3/assembly/openejb-tomcat/src/main/resources/howitworks.html
Sun Dec 2 09:08:04 2007
@@ -1,3 +1,24 @@
+<!--
+
+ 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.
+
+-->
+
+<!-- $Rev: 597221 $ $Date: 2007-11-21 22:51:05 +0100 (Wed, 21 Nov 2007) $ -->
+
<html>
<head>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
Modified:
openejb/trunk/openejb3/assembly/openejb-tomcat/src/main/resources/index.jsp
URL:
http://svn.apache.org/viewvc/openejb/trunk/openejb3/assembly/openejb-tomcat/src/main/resources/index.jsp?rev=600338&r1=600337&r2=600338&view=diff
==============================================================================
--- openejb/trunk/openejb3/assembly/openejb-tomcat/src/main/resources/index.jsp
(original)
+++ openejb/trunk/openejb3/assembly/openejb-tomcat/src/main/resources/index.jsp
Sun Dec 2 09:08:04 2007
@@ -1,3 +1,24 @@
+<!--
+
+ 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.
+
+-->
+
+<!-- $Rev: 597221 $ $Date: 2007-11-21 22:51:05 +0100 (Wed, 21 Nov 2007) $ -->
+
<%@ page import="org.apache.openejb.tomcat.installer.Installer" %>
<html>
<head>
Modified:
openejb/trunk/openejb3/assembly/openejb-tomcat/src/main/resources/installer-view.jsp
URL:
http://svn.apache.org/viewvc/openejb/trunk/openejb3/assembly/openejb-tomcat/src/main/resources/installer-view.jsp?rev=600338&r1=600337&r2=600338&view=diff
==============================================================================
---
openejb/trunk/openejb3/assembly/openejb-tomcat/src/main/resources/installer-view.jsp
(original)
+++
openejb/trunk/openejb3/assembly/openejb-tomcat/src/main/resources/installer-view.jsp
Sun Dec 2 09:08:04 2007
@@ -1,3 +1,24 @@
+<!--
+
+ 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.
+
+-->
+
+<!-- $Rev: 597221 $ $Date: 2007-11-21 22:51:05 +0100 (Wed, 21 Nov 2007) $ -->
+
<%@ page import="org.apache.openejb.tomcat.installer.Installer" %>
<%@ page import="java.io.File" %>
<%@ page import="org.apache.openejb.tomcat.installer.Paths" %>
Modified:
openejb/trunk/openejb3/assembly/openejb-tomcat/src/main/resources/invokeobj.jsp
URL:
http://svn.apache.org/viewvc/openejb/trunk/openejb3/assembly/openejb-tomcat/src/main/resources/invokeobj.jsp?rev=600338&r1=600337&r2=600338&view=diff
==============================================================================
---
openejb/trunk/openejb3/assembly/openejb-tomcat/src/main/resources/invokeobj.jsp
(original)
+++
openejb/trunk/openejb3/assembly/openejb-tomcat/src/main/resources/invokeobj.jsp
Sun Dec 2 09:08:04 2007
@@ -1,3 +1,24 @@
+<!--
+
+ 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.
+
+-->
+
+<!-- $Rev: 597221 $ $Date: 2007-11-21 22:51:05 +0100 (Wed, 21 Nov 2007) $ -->
+
<%@ page import="
javax.servlet.http.HttpServletRequest,
javax.servlet.jsp.JspWriter,
Modified:
openejb/trunk/openejb3/assembly/openejb-tomcat/src/main/resources/juli.properties
URL:
http://svn.apache.org/viewvc/openejb/trunk/openejb3/assembly/openejb-tomcat/src/main/resources/juli.properties?rev=600338&r1=600337&r2=600338&view=diff
==============================================================================
---
openejb/trunk/openejb3/assembly/openejb-tomcat/src/main/resources/juli.properties
(original)
+++
openejb/trunk/openejb3/assembly/openejb-tomcat/src/main/resources/juli.properties
Sun Dec 2 09:08:04 2007
@@ -1,3 +1,21 @@
+#
+# 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.
+#
+# $Rev: 600336 $ $Date: 2007-12-02 18:01:12 +0100 (Sun, 02 Dec 2007) $
+#
############################################################
# OpenEJB Handlers and Loggers
############################################################
Modified:
openejb/trunk/openejb3/assembly/openejb-tomcat/src/main/resources/re-help.html
URL:
http://svn.apache.org/viewvc/openejb/trunk/openejb3/assembly/openejb-tomcat/src/main/resources/re-help.html?rev=600338&r1=600337&r2=600338&view=diff
==============================================================================
---
openejb/trunk/openejb3/assembly/openejb-tomcat/src/main/resources/re-help.html
(original)
+++
openejb/trunk/openejb3/assembly/openejb-tomcat/src/main/resources/re-help.html
Sun Dec 2 09:08:04 2007
@@ -1,3 +1,24 @@
+<!--
+
+ 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.
+
+-->
+
+<!-- $Rev: 597221 $ $Date: 2007-11-21 22:51:05 +0100 (Wed, 21 Nov 2007) $ -->
+
<html>
<head>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
Modified:
openejb/trunk/openejb3/assembly/openejb-tomcat/src/main/resources/testejb.jsp
URL:
http://svn.apache.org/viewvc/openejb/trunk/openejb3/assembly/openejb-tomcat/src/main/resources/testejb.jsp?rev=600338&r1=600337&r2=600338&view=diff
==============================================================================
---
openejb/trunk/openejb3/assembly/openejb-tomcat/src/main/resources/testejb.jsp
(original)
+++
openejb/trunk/openejb3/assembly/openejb-tomcat/src/main/resources/testejb.jsp
Sun Dec 2 09:08:04 2007
@@ -1,3 +1,24 @@
+<!--
+
+ 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.
+
+-->
+
+<!-- $Rev: 597221 $ $Date: 2007-11-21 22:51:05 +0100 (Wed, 21 Nov 2007) $ -->
+
<%@ page import="
javax.naming.Context,
javax.naming.InitialContext,
Modified:
openejb/trunk/openejb3/assembly/openejb-tomcat/src/main/resources/testhome.jsp
URL:
http://svn.apache.org/viewvc/openejb/trunk/openejb3/assembly/openejb-tomcat/src/main/resources/testhome.jsp?rev=600338&r1=600337&r2=600338&view=diff
==============================================================================
---
openejb/trunk/openejb3/assembly/openejb-tomcat/src/main/resources/testhome.jsp
(original)
+++
openejb/trunk/openejb3/assembly/openejb-tomcat/src/main/resources/testhome.jsp
Sun Dec 2 09:08:04 2007
@@ -1,3 +1,24 @@
+<!--
+
+ 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.
+
+-->
+
+<!-- $Rev: 597221 $ $Date: 2007-11-21 22:51:05 +0100 (Wed, 21 Nov 2007) $ -->
+
<%@ page import="
javax.servlet.http.HttpServletRequest,
javax.servlet.jsp.JspWriter,
Modified:
openejb/trunk/openejb3/assembly/openejb-tomcat/src/main/resources/testint.jsp
URL:
http://svn.apache.org/viewvc/openejb/trunk/openejb3/assembly/openejb-tomcat/src/main/resources/testint.jsp?rev=600338&r1=600337&r2=600338&view=diff
==============================================================================
---
openejb/trunk/openejb3/assembly/openejb-tomcat/src/main/resources/testint.jsp
(original)
+++
openejb/trunk/openejb3/assembly/openejb-tomcat/src/main/resources/testint.jsp
Sun Dec 2 09:08:04 2007
@@ -1,3 +1,24 @@
+<!--
+
+ 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.
+
+-->
+
+<!-- $Rev: 597221 $ $Date: 2007-11-21 22:51:05 +0100 (Wed, 21 Nov 2007) $ -->
+
<%@ page import="
javax.naming.Context,
javax.naming.InitialContext,
Modified:
openejb/trunk/openejb3/assembly/openejb-tomcat/src/main/resources/testsuite.jsp
URL:
http://svn.apache.org/viewvc/openejb/trunk/openejb3/assembly/openejb-tomcat/src/main/resources/testsuite.jsp?rev=600338&r1=600337&r2=600338&view=diff
==============================================================================
---
openejb/trunk/openejb3/assembly/openejb-tomcat/src/main/resources/testsuite.jsp
(original)
+++
openejb/trunk/openejb3/assembly/openejb-tomcat/src/main/resources/testsuite.jsp
Sun Dec 2 09:08:04 2007
@@ -1,3 +1,24 @@
+<!--
+
+ 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.
+
+-->
+
+<!-- $Rev: 597221 $ $Date: 2007-11-21 22:51:05 +0100 (Wed, 21 Nov 2007) $ -->
+
<%@ page import="
javax.servlet.http.HttpServletRequest,
javax.servlet.jsp.JspWriter,
Modified:
openejb/trunk/openejb3/assembly/openejb-tomcat/src/main/resources/viewclass.jsp
URL:
http://svn.apache.org/viewvc/openejb/trunk/openejb3/assembly/openejb-tomcat/src/main/resources/viewclass.jsp?rev=600338&r1=600337&r2=600338&view=diff
==============================================================================
---
openejb/trunk/openejb3/assembly/openejb-tomcat/src/main/resources/viewclass.jsp
(original)
+++
openejb/trunk/openejb3/assembly/openejb-tomcat/src/main/resources/viewclass.jsp
Sun Dec 2 09:08:04 2007
@@ -1,3 +1,24 @@
+<!--
+
+ 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.
+
+-->
+
+<!-- $Rev: 597221 $ $Date: 2007-11-21 22:51:05 +0100 (Wed, 21 Nov 2007) $ -->
+
<%@ page import="
java.lang.reflect.Method,
java.lang.reflect.Modifier
Modified:
openejb/trunk/openejb3/assembly/openejb-tomcat/src/main/resources/viewejb.jsp
URL:
http://svn.apache.org/viewvc/openejb/trunk/openejb3/assembly/openejb-tomcat/src/main/resources/viewejb.jsp?rev=600338&r1=600337&r2=600338&view=diff
==============================================================================
---
openejb/trunk/openejb3/assembly/openejb-tomcat/src/main/resources/viewejb.jsp
(original)
+++
openejb/trunk/openejb3/assembly/openejb-tomcat/src/main/resources/viewejb.jsp
Sun Dec 2 09:08:04 2007
@@ -1,3 +1,24 @@
+<!--
+
+ 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.
+
+-->
+
+<!-- $Rev: 597221 $ $Date: 2007-11-21 22:51:05 +0100 (Wed, 21 Nov 2007) $ -->
+
<%@ page import="
org.apache.openejb.BeanType,
org.apache.openejb.DeploymentInfo,
Modified:
openejb/trunk/openejb3/assembly/openejb-tomcat/src/main/resources/viewjndi.jsp
URL:
http://svn.apache.org/viewvc/openejb/trunk/openejb3/assembly/openejb-tomcat/src/main/resources/viewjndi.jsp?rev=600338&r1=600337&r2=600338&view=diff
==============================================================================
---
openejb/trunk/openejb3/assembly/openejb-tomcat/src/main/resources/viewjndi.jsp
(original)
+++
openejb/trunk/openejb3/assembly/openejb-tomcat/src/main/resources/viewjndi.jsp
Sun Dec 2 09:08:04 2007
@@ -1,3 +1,24 @@
+<!--
+
+ 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.
+
+-->
+
+<!-- $Rev: 597221 $ $Date: 2007-11-21 22:51:05 +0100 (Wed, 21 Nov 2007) $ -->
+
<%@ page import="
javax.naming.Context,
javax.naming.InitialContext,
Modified:
openejb/trunk/openejb3/assembly/openejb-tomcat/src/test/conf/Catalina/localhost/context.xml.default
URL:
http://svn.apache.org/viewvc/openejb/trunk/openejb3/assembly/openejb-tomcat/src/test/conf/Catalina/localhost/context.xml.default?rev=600338&r1=600337&r2=600338&view=diff
==============================================================================
---
openejb/trunk/openejb3/assembly/openejb-tomcat/src/test/conf/Catalina/localhost/context.xml.default
(original)
+++
openejb/trunk/openejb3/assembly/openejb-tomcat/src/test/conf/Catalina/localhost/context.xml.default
Sun Dec 2 09:08:04 2007
@@ -1,3 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+ 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.
+
+-->
+
+<!-- $Rev: 597221 $ $Date: 2007-11-21 22:51:05 +0100 (Wed, 21 Nov 2007) $ -->
+
<Context>
<Environment
name="conf/context.xml/Catalina/localhost/environment"
Modified:
openejb/trunk/openejb3/assembly/openejb-tomcat/src/test/conf/context.xml
URL:
http://svn.apache.org/viewvc/openejb/trunk/openejb3/assembly/openejb-tomcat/src/test/conf/context.xml?rev=600338&r1=600337&r2=600338&view=diff
==============================================================================
--- openejb/trunk/openejb3/assembly/openejb-tomcat/src/test/conf/context.xml
(original)
+++ openejb/trunk/openejb3/assembly/openejb-tomcat/src/test/conf/context.xml
Sun Dec 2 09:08:04 2007
@@ -1,3 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+ 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.
+
+-->
+
+<!-- $Rev: 597221 $ $Date: 2007-11-21 22:51:05 +0100 (Wed, 21 Nov 2007) $ -->
+
<Context>
<Environment
name="conf/context.xml.default/environment"
Modified:
openejb/trunk/openejb3/assembly/openejb-tomcat/src/test/conf/context.xml.default
URL:
http://svn.apache.org/viewvc/openejb/trunk/openejb3/assembly/openejb-tomcat/src/test/conf/context.xml.default?rev=600338&r1=600337&r2=600338&view=diff
==============================================================================
---
openejb/trunk/openejb3/assembly/openejb-tomcat/src/test/conf/context.xml.default
(original)
+++
openejb/trunk/openejb3/assembly/openejb-tomcat/src/test/conf/context.xml.default
Sun Dec 2 09:08:04 2007
@@ -1,3 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+ 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.
+
+-->
+
+<!-- $Rev: 597221 $ $Date: 2007-11-21 22:51:05 +0100 (Wed, 21 Nov 2007) $ -->
+
<Context>
<Environment
name="conf/context.xml/environment"
Modified:
openejb/trunk/openejb3/assembly/openejb-tomcat/src/test/conf/server.xml
URL:
http://svn.apache.org/viewvc/openejb/trunk/openejb3/assembly/openejb-tomcat/src/test/conf/server.xml?rev=600338&r1=600337&r2=600338&view=diff
==============================================================================
--- openejb/trunk/openejb3/assembly/openejb-tomcat/src/test/conf/server.xml
(original)
+++ openejb/trunk/openejb3/assembly/openejb-tomcat/src/test/conf/server.xml Sun
Dec 2 09:08:04 2007
@@ -1,3 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+ 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.
+
+-->
+
+<!-- $Rev: 597221 $ $Date: 2007-11-21 22:51:05 +0100 (Wed, 21 Nov 2007) $ -->
+
<!-- Note: A "Server" is not itself a "Container", so you may not
define subcomponents such as "Valves" at this level.
Documentation at /docs/config/server.html
Modified:
openejb/trunk/openejb3/assembly/openejb-tomcat/src/test/conf/tomcat-users.xml
URL:
http://svn.apache.org/viewvc/openejb/trunk/openejb3/assembly/openejb-tomcat/src/test/conf/tomcat-users.xml?rev=600338&r1=600337&r2=600338&view=diff
==============================================================================
---
openejb/trunk/openejb3/assembly/openejb-tomcat/src/test/conf/tomcat-users.xml
(original)
+++
openejb/trunk/openejb3/assembly/openejb-tomcat/src/test/conf/tomcat-users.xml
Sun Dec 2 09:08:04 2007
@@ -1,4 +1,25 @@
-<?xml version='1.0' encoding='utf-8'?>
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+ 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.
+
+-->
+
+<!-- $Rev: 597221 $ $Date: 2007-11-21 22:51:05 +0100 (Wed, 21 Nov 2007) $ -->
+
<tomcat-users>
<user name="admin" password="admin" roles="manager,user" />
<user name="jane" password="doe" roles="user" />