You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by vi...@apache.org on 2012/02/17 01:21:19 UTC

svn commit: r1245261 - /openejb/site/trunk/content/tomee-directory-structure.mdtext

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



Re: Fwd: svn commit: r1245261 - /openejb/site/trunk/content/tomee-directory-structure.mdtext

Posted by Romain Manni-Bucau <rm...@gmail.com>.
We merged with catalina one.

Le 17 févr. 2012 02:46, "stratwine" <to...@gmail.com> a écrit :

> oh ok.
>
> ..about the log file ? Is that tomee.log ?
>
> -Vishwa
>
> --
> View this message in context:
> http://openejb.979440.n4.nabble.com/Fwd-svn-commit-r1245261-openejb-site-trunk-content-tomee-directory-structure-mdtext-tp4395929p4396070.html
> Sent from the OpenEJB Dev mailing list archive at Nabble.com.
>

Re: Fwd: svn commit: r1245261 - /openejb/site/trunk/content/tomee-directory-structure.mdtext

Posted by stratwine <to...@gmail.com>.
oh ok. 

..about the log file ? Is that tomee.log ?

-Vishwa

--
View this message in context: http://openejb.979440.n4.nabble.com/Fwd-svn-commit-r1245261-openejb-site-trunk-content-tomee-directory-structure-mdtext-tp4395929p4396070.html
Sent from the OpenEJB Dev mailing list archive at Nabble.com.

Fwd: svn commit: r1245261 - /openejb/site/trunk/content/tomee-directory-structure.mdtext

Posted by Romain Manni-Bucau <rm...@gmail.com>.
Hi,

Fyi openejb.xml is called tomee.xml by default in tomee.

- Romain

---------- Message transféré ----------
De : <vi...@apache.org>
Date : 17 févr. 2012 01:21
Objet : svn commit: r1245261 -
/openejb/site/trunk/content/tomee-directory-structure.mdtext
À : <co...@openejb.apache.org>

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