You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs@cocoon.apache.org by st...@outerthought.org on 2003/01/31 01:01:08 UTC

[WIKI-UPDATE] BeginnerInstallTomcatUnix CocoonCompetenceCenter BeginnerInstallTomcatWindows BeginnerInstallTomcat DocbookTransformation Fri Jan 31 01:01:07 2003

Page: http://wiki.cocoondev.org/Wiki.jsp?page=BeginnerInstallTomcatUnix, version: 2 on Thu Jan 30 23:54:00 2003 by 195.14.226.41

- !! installing tomcat (cookbook approach)
+ !! installing tomcat in 15 minutes (cookbook approach for unix/linux)
- 
+ ----


Page: http://wiki.cocoondev.org/Wiki.jsp?page=CocoonCompetenceCenter, version: 10 on Thu Jan 30 23:55:52 2003 by 195.14.226.41

- [setup tomcat in  5 minutes(windows)|beginnerInstallTomcatWindows]\\
?                  ^

+ [setup tomcat in 15 minutes(windows)|beginnerInstallTomcatWindows]\\
?                  ^



Page: http://wiki.cocoondev.org/Wiki.jsp?page=BeginnerInstallTomcatWindows, version: 2 on Thu Jan 30 23:52:39 2003 by 195.14.226.41

- !! installing tomcat (cookbook approach)
+ !! installing tomcat in 15 minutes (cookbook approach for windows)
?                      ++++++++++++++                  ++++++++++++

- 
+ ----


Page: http://wiki.cocoondev.org/Wiki.jsp?page=BeginnerInstallTomcat, version: 5 on Thu Jan 30 23:09:02 2003 by 195.14.226.41

- !! installing tomcat (cookbook approach)
- !!!Warning: I'm currently working on this doc. Dont use for now!
- Hussayn
- 
- This document applies to :
- * tomcat-4.1.16 and newer
- 
- !What you will get from this page
- You will learn, how to retrieve and setup tomcat, the
- official reference ServletContainer. This approach has 
- been tested with tomcat 4.1.16 and newer releases. 
- 
- !Your basic skills
- I assume, you 
- *have minimal knowledge about webapplications and application servers in general.
- *know how to unzip or untar a compressed package
- 
- !Technical prerequisites
- In order to install tomcat you need
- *an operating Java-1.2, or a newer Java Virtual Machine
- 
- !Links to other information sources
- * For general infos about installation of tomcat 
-   refer to the official Tomcat site. See\\
- [http://jakarta.apache.org/tomcat/tomcat-4.1-doc/RUNNING.txt]\\
-   for download install build and so on.
- 
- !! Step I: Get the distrib
- Simply retrieve the distribution from\\
- [http://apache.serveftp.org/apache-site/dist/jakarta/tomcat-4/binaries/]
- 
- On the distribution directory you will find several tomcat packages suitable
- for different situations. If you are working on windows, you would retrieve
- the .exe version, which comes along with a nice and easy to use install shield.
- If you are under linux or unix, you will download the tar.gz distribution.
- If you want to use winzip, you also can download the zip distribution.
- 
- __caveat__: Make shure, which java version you have installed. If you are
- running the Java-1.4 runtime or JDK, please retrieve one of the 
- tomcat distributions, which are clearly labeled with jdk14. If you are running
- a lower version of java, you __must__ download one of the other distributions.
- You can check which java version you are running by issuing the following command:
- {{{
-  java -version 
- }}}
- 
- (special note for windows users: you need to go to the DOS Box for this purpose)
- 
- !! Step II: Unpack it
- 
- unpack the distrib to any convenient place.
- 
- FIXME
- 
- !! Step III: Prepare for startup
- 
- FIXME
- 
- ! Start your container for the first time
- 
- FIXME
- 
- !!Where to go next
- Now you have managed to install the Tomcat Servlet Container.
- You have verified, that your container operates in your environment. 
- Now it's time to get cocoon into play. I propose following documents:
- 
- [setup cocoon in 15 minutes|BeginnerInstallation]: We will show you, 
- how you can setup cocoon within your new Servlet Container.\\
- 
- !!First aid if something goes wrong.
- 
- There is always the chance, that something goes wrong during
- setup. The most critical part of the installation is the
- modification of the file $tomcat_root/conf/server.xml
- 
- Here are some tips, how to proceed if Tomcat won't show up.
- 
- !Look at the startup logs
- 
- You will find the logs under $tomcat_root/logs
- FIXME
- 
- ! page metadata
- 
- - TARGET-AUDIENCE: beginners\\
- - COCOON-RELEASES: n.a\\
- - DOCUMENT-STATUS: __*draft*__ reviewed released\\
- - AUTHOR: Hussayn Dabbous\\
- - AUTHOR-CONTACT: [hussayn.dabbous@saxess.com|mailto:hussayn.dabbous@saxess.com]\\
- - REVIEWED-BY: \\
- - REVIEWER-CONTACT:\\
- 


Page: http://wiki.cocoondev.org/Wiki.jsp?page=DocbookTransformation, version: 27 on Thu Jan 30 23:51:07 2003 by 12.13.238.137

- * Use saxon 7.2 and following wich use the jaxp parser (they are not considerated the official version). 
+ * Use saxon 7.2 or greater which uses the JAXP parser. Be warned that the 7.x series is considered experimental.
- __Saxon 7.5.2__\\ 
?           --

+ __Saxon 7.2__\\ 
- If you want to use instead Saxon 7.5.2 the only thing to change is the parameter "transformer-factory" and remember that in this case you don't have to change the parser used by Saxon. 
?                                   --

+ If you want to use instead Saxon 7.2 the only thing to change is the parameter "transformer-factory" and remember that in this case you don't have to change the parser used by Saxon.