Hi, Fyi openejb.xml is called tomee.xml by default in tomee.
- Romain ---------- Message transféré ---------- De : <[email protected]> Date : 17 févr. 2012 01:21 Objet : svn commit: r1245261 - /openejb/site/trunk/content/tomee-directory-structure.mdtext À : <[email protected]> Author: vishwanathk Date: Fri Feb 17 00:21:19 2012 New Revision: 1245261 URL: http://svn.apache.org/viewvc?rev=1245261&view=rev Log: Add TomeeDirectoryStructure doc Added: openejb/site/trunk/content/tomee-directory-structure.mdtext (with props) Added: openejb/site/trunk/content/tomee-directory-structure.mdtext URL: http://svn.apache.org/viewvc/openejb/site/trunk/content/tomee-directory-structure.mdtext?rev=1245261&view=auto ============================================================================== --- openejb/site/trunk/content/tomee-directory-structure.mdtext (added) +++ openejb/site/trunk/content/tomee-directory-structure.mdtext Fri Feb 17 00:21:19 2012 @@ -0,0 +1,49 @@ +Title: +Notice: 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. + +#TomEE Directory Layout: + + +TomEE directory layout is very much like that of Tomcat. Say you have unzipped in a directory 'tomee' + +###tomee/webapps + Works the same way as it does for Tomcat. Drop your directories/wars in here! + +###tomee/webapps/openejb +The added webapp which brings the “EE†(Read, place where all the magic happens) + +###tomee/bin + + (Untouched) + +###tomee/conf + +Added openejb.xml described below. server.xml As in tomcat. One Extra Listener. Can configure ports, hosts, engines, threadpools etc + +###tomee/logs + + Added openejb.log + +###tomee/webapps/openejb/lib + +All the new lib jars provided by the server. + +###tomee/conf/openejb.xml + + This is where most TomEE configuration happens – This is where global resources are defined. +http://openejb.apache.org/3.0/openejbxml.html Propchange: openejb/site/trunk/content/tomee-directory-structure.mdtext ------------------------------------------------------------------------------ svn:eol-style = native
