Patches item #565201, was opened at 2002-06-06 01:11
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=376687&aid=565201&group_id=22866

Category: JBossServer
Group: CVS HEAD
Status: Open
Resolution: None
Priority: 5
Submitted By: Brian Topping (topping)
Assigned to: Nobody/Anonymous (nobody)
Summary: Catalina readme

Initial Comment:
Hopefully a better explanation of the process to integrate 
a new catalina container.

4c4,8
< 1. Change the location of the tomcat.server.root to 
point to the
---
> 1. Build the source tree from as usual
>
>       /usr/local/jboss-all/build> build
>
> 2. Change the location of the tomcat.server.root to 
point to the
6,19c10,35
< the build.xml file or by creating a local.properties file 
with the
< tomcat.server.root=/path/to/tomcat
< setting.
<
< 2. Copy the output/lib/tomcat4-service.jar to the 
jboss/server/default/lib
< or the lib directory of whatever configuration you are 
running.
<
< 3. Edit the output/deploy/tomcat4-service.xml 
descriptor and change the
< <!ENTITY 
catalina.home "/usr/local/Java/servlets/jakarta-tomcat-
4.0.3">
< line to the path you want to use for the tomcat-4.x 
runtime distribution.
<
< 4. Copy the output/deploy/tomcat4-service.xml 
descriptor to the
< jboss/server/default/deploy directory or the deploy 
directory of whatever
< configuration you are running.
---
> the build.xml file or by creating a local.properties file in 
<jboss-root>/catalina
> with the tomcat.server.root=/path/to/tomcat setting.  
For example:
>
>       /usr/local/jboss-all/catalina> cat local.properties
>       version.major=3
>       version.minor=1
>       version.revision=0
>       version.tag=alpha
>       tomcat.server.root=/usr/local/Java/servlets/jakarta-
tomcat-4.0.3-LE-jdk14
>
> 3. Run the build from the catalina directory:
>
>       /usr/local/jboss-all/catalina> build
>
> 3. Edit the catalina/output/deploy/tomcat4-service.xml 
descriptor and change
> the <!ENTITY catalina.home "../catalina"> line to the 
path you want to use
> for the tomcat-4.x runtime distribution.  The default is 
to find the
> jakarta-tomcat-4.0.3-LE-jdk14 distribution at <jboss-
root>/build/output/catalina,
> copy the catalina distro there to emulate:
>
>       cp -r /usr/local/Java/servlets/jakarta-tomcat-4.0.3-
LE-jdk14 output/catalina
>
> 4. Copy the catalina/output/deploy/tomcat4-
service.xml descriptor and
> catalina/output/lib/tomcat4-service.jar to the
> <jboss-root>/build/output/server/default/deploy  
directory or the deploy directory
> of whatever configuration you are running.


----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=376687&aid=565201&group_id=22866

_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to