yoavs 2004/10/29 12:42:42 Modified: xdocs-faq project.xml Added: xdocs-faq otherOperatingSystems.xml Removed: xdocs-faq os2.xml Log: Moved os2 page to "other operating systems" Revision Changes Path 1.8 +1 -1 jakarta-tomcat-site/xdocs-faq/project.xml Index: project.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-site/xdocs-faq/project.xml,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- project.xml 14 Sep 2004 00:04:08 -0000 1.7 +++ project.xml 29 Oct 2004 19:42:42 -0000 1.8 @@ -24,8 +24,8 @@ <item name="Deployment" href="deployment.html" /> <item name="How do I" href="http://wiki.apache.org/jakarta-tomcat/HowTo"/> <item name="Linux / Unix" href="unix.html"/> + <item name="Other Operating Systems" href="otherOperatingSystems.html" /> <item name="Logging" href="logging.html" /> - <item name="OS/2, z/OS" href="os2.html"/> <item name="Memory" href="memory.html"/> <item name="Meta" href="meta.html"/> <item name="Miscellaneous" href="misc.html"/> 1.1 jakarta-tomcat-site/xdocs-faq/otherOperatingSystems.xml Index: otherOperatingSystems.xml =================================================================== <?xml version="1.0"?> <!DOCTYPE document [ <!ENTITY project SYSTEM "project.xml"> ]> <document url="otherOperatingSystems.html"> &project; <properties> <author email="[EMAIL PROTECTED]">Yoav Shapira</author> <title>Tomcat on Other Operating Systems</title> </properties> <body> <section name="Preface"> <p> This section of the FAQ deals with running Tomcat on platforms not supported by the built-in startup/shutdown scripts. These include OS/2, z/OS, OpenVMS-Alpha, and others. </p> </section> <section name="Questions"> <ul> <li> <a href="#scripts"> Where are the scripts for my operating system? </a> </li> </ul> </section> <section name="Answers"> <question> <a name="scripts"> Where are the scripts for my operating system? </a> </question> <answer> <ul> <li>OS/2: <ul> <li><a href="http://hobbes.nmsu.edu/cgi-bin/h-search?key=tomcat_5-0-27_os2.zip">NMSU.edu.</a></li> <li><a href="http://www.netbeans.org/issues/show_bug.cgi?id=42678">NetBeans.org.</a></li> <li><a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=30394">EComStation</a></li> </ul> </li> <li>z/OS: <ul> <li><a href="http://jzos.com/">JZOS</a>.</li> </ul> </li> </ul> </answer> </section> </body> </document>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]