<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://dev1galaxy.org/extern.php?action=feed&amp;tid=3249&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / [SOLVED] tomcat9 on Beowulf]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=3249</link>
		<description><![CDATA[The most recent posts in [SOLVED] tomcat9 on Beowulf.]]></description>
		<lastBuildDate>Sun, 12 Jan 2020 21:55:14 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [SOLVED] tomcat9 on Beowulf]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=19437#p19437</link>
			<description><![CDATA[<p>I&#039;m trying to understand if I can use Beowult as an upgrade to the Ascii tomcat server that I have in production, I can wait, I hope I can use the tomcat on Beowulf.<br />Thank you</p>]]></description>
			<author><![CDATA[dummy@example.com (alsen)]]></author>
			<pubDate>Sun, 12 Jan 2020 21:55:14 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=19437#p19437</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] tomcat9 on Beowulf]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=19399#p19399</link>
			<description><![CDATA[<p>that version has a hard dependancy on systemd, that is why it is not in the devuan repos. If you want this to work, use debian stable. You link to a debian testing package too, why?</p>]]></description>
			<author><![CDATA[dummy@example.com (HevyDevy)]]></author>
			<pubDate>Sat, 11 Jan 2020 14:57:30 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=19399#p19399</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] tomcat9 on Beowulf]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=19393#p19393</link>
			<description><![CDATA[<p>Oh yeah !!</p><p>that&#039;s all files<br />1.&#160; this is tomcat9.service&#160; that is on tomcat9 debian package<br />----------<br />#<br /># Systemd unit file for Apache Tomcat<br />#</p><p>[Unit]<br />Description=Apache Tomcat 9 Web Application Server<br />Documentation=https://tomcat.apache.org/tomcat-9.0-doc/index.html<br />After=network.target</p><p>[Service]</p><p># Configuration<br />Environment=&quot;CATALINA_HOME=/usr/share/tomcat9&quot;<br />Environment=&quot;CATALINA_BASE=/var/lib/tomcat9&quot;<br />Environment=&quot;CATALINA_TMPDIR=/tmp&quot;<br />Environment=&quot;JAVA_OPTS=-Djava.awt.headless=true&quot;</p><p># Lifecycle<br />Type=simple<br />ExecStartPre=+/usr/libexec/tomcat9/tomcat-update-policy.sh<br />ExecStart=/bin/sh /usr/libexec/tomcat9/tomcat-start.sh<br />SuccessExitStatus=143<br />Restart=on-abort</p><p># Logging<br />SyslogIdentifier=tomcat9</p><p># Security<br />User=tomcat<br />Group=tomcat<br />PrivateTmp=yes<br />AmbientCapabilities=CAP_NET_BIND_SERVICE<br />NoNewPrivileges=true<br />CacheDirectory=tomcat9<br />CacheDirectoryMode=750<br />ProtectSystem=strict<br />ReadWritePaths=/etc/tomcat9/Catalina/<br />ReadWritePaths=/var/lib/tomcat9/webapps/<br />ReadWritePaths=/var/log/tomcat9/<br />RequiresMountsFor=/var/log/tomcat9 /var/lib/tomcat9</p><p>[Install]<br />WantedBy=multi-user.target<br />------------------------------------------------------------- end of tomcat9.service</p><p>2.&#160; this is the output of the command <br />$sysd2v-0.3.sh&#160; tomcat9.service<br />-------------------------------------------------------------<br />#!/bin/sh<br /># Generated by sysd2v v0.3&#160; --&#160; <a href="http://www.trek.eu.org/devel/sysd2v" rel="nofollow">http://www.trek.eu.org/devel/sysd2v</a><br /># kFreeBSD do not accept scripts as interpreters, using #!/bin/sh and sourcing.<br />if [ true != &quot;$INIT_D_SCRIPT_SOURCED&quot; ] ; then<br />&#160; &#160; set &quot;$0&quot; &quot;$@&quot;; INIT_D_SCRIPT_SOURCED=true . /lib/init/init-d-script<br />fi<br />### BEGIN INIT INFO<br /># Provides:&#160; &#160; &#160; &#160;tomcat9<br /># Required-Start: $remote_fs<br /># Required-Stop:&#160; $remote_fs<br /># Should-Start:&#160; &#160;$network<br /># Should-Stop:&#160; &#160; $network<br /># Default-Start:&#160; 2 3 4 5<br /># Default-Stop:&#160; &#160;0 1 6<br /># Description:&#160; &#160; Apache Tomcat 9 Web Application Server<br />### END INIT INFO<br />set -a<br />CACHE_DIRECTORY=/var/cache/tomcat9<br />&quot;CATALINA_HOME=/usr/share/tomcat9&quot;<br />&quot;CATALINA_BASE=/var/lib/tomcat9&quot;<br />&quot;CATALINA_TMPDIR=/tmp&quot;<br />&quot;JAVA_OPTS=-Djava.awt.headless=true&quot;<br />set +a</p><p>DESC=\&quot;tomcat9\&quot;<br />DAEMON=/bin/sh<br />DAEMON_ARGS=\&quot;/usr/libexec/tomcat9/tomcat-start.sh\&quot;<br />PIDFILE=/var/run/tomcat9-sysd2v.pid<br />START_ARGS=\&quot;--user tomcat --chuid tomcat --background --make-pidfile\&quot;<br />STOP_ARGS=\&quot;--user tomcat\&quot;</p><p>do_start_cmd_override ()<br />{<br />&#160; install -d -o tomcat -g tomcat -m 750 /var/cache/tomcat9 || return 2<br />&#160; /usr/libexec/tomcat9/tomcat-update-policy.sh || return 2<br />&#160; do_start_cmd || return $?<br />}</p><p>-------------------------------------------- end of output command sysd2v-0.3.sh&#160; tomcat9.service</p><p>Thanks to those who can help me<br />Alsen</p>]]></description>
			<author><![CDATA[dummy@example.com (alsen)]]></author>
			<pubDate>Sat, 11 Jan 2020 13:27:20 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=19393#p19393</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] tomcat9 on Beowulf]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=19378#p19378</link>
			<description><![CDATA[<p>Perhaps if you post the converted script here somebody will be able to debug it.</p><p>But I have zero experience with sysvinit scripts so I probably won&#039;t be much help (sorry).</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Fri, 10 Jan 2020 16:30:04 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=19378#p19378</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] tomcat9 on Beowulf]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=19377#p19377</link>
			<description><![CDATA[<p>Hi Head_on_a_Stick</p><p>i have tested sysd2v to convert tomcat9.service and do not function, It create fake script with same mistake<br />I am not so expert on shell script to debug or update the script</p><p>Do you have another idea ?</p><p>Thanks <br />Alberto</p>]]></description>
			<author><![CDATA[dummy@example.com (alsen)]]></author>
			<pubDate>Fri, 10 Jan 2020 16:14:17 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=19377#p19377</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] tomcat9 on Beowulf]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=19353#p19353</link>
			<description><![CDATA[<p>Thank you,</p><p>I will try the conversion tools&#160; sysd2v in case it works as I can make the script available to all of Devunaners</p><p>Alsen</p>]]></description>
			<author><![CDATA[dummy@example.com (alsen)]]></author>
			<pubDate>Thu, 09 Jan 2020 19:21:44 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=19353#p19353</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] tomcat9 on Beowulf]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=19344#p19344</link>
			<description><![CDATA[<p>The Debian version only supplies /lib/systemd/system/tomcat9.service, which won&#039;t work with sysvinit (obviously).</p><p>You could try the sysd2v-0.3.sh conversion script, that might work: <a href="http://www.trek.eu.org/devel/sysd2v/" rel="nofollow">http://www.trek.eu.org/devel/sysd2v/</a></p><p>EDIT: they&#039;re up to v-0.3 now.</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Thu, 09 Jan 2020 15:29:51 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=19344#p19344</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] tomcat9 on Beowulf]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=19325#p19325</link>
			<description><![CDATA[<p>Looks like that version is unavailable in the devuan repos.</p>]]></description>
			<author><![CDATA[dummy@example.com (HevyDevy)]]></author>
			<pubDate>Wed, 08 Jan 2020 10:37:49 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=19325#p19325</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] tomcat9 on Beowulf]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=19310#p19310</link>
			<description><![CDATA[<p>I mean this package (from Debian <a href="https://packages.debian.org/en/bullseye/tomcat9)" rel="nofollow">https://packages.debian.org/en/bullseye/tomcat9)</a><br />----<br />Package: tomcat9 (9.0.27-1) </p><p>Apache Tomcat 9 - Servlet and JSP engine</p><p>Apache Tomcat implements the Java Servlet and the JavaServer Pages (JSP) specifications from Oracle, and provides a &quot;pure Java&quot; HTTP web server environment for Java code to run.</p><p><ins>This package contains only the startup scripts for the system-wide daemon.</ins> No documentation or web applications are included here, please install the tomcat9-docs and tomcat9-examples packages if you want them. Install tomcat9-user instead of this package if you don&#039;t want Tomcat to start as a service<br />------<br />I not able to create the startup scripts, can you help or where I can get information on how to do it ?</p><p>Thanks<br />Alsen</p>]]></description>
			<author><![CDATA[dummy@example.com (alsen)]]></author>
			<pubDate>Tue, 07 Jan 2020 16:48:59 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=19310#p19310</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] tomcat9 on Beowulf]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=19308#p19308</link>
			<description><![CDATA[<p>I dont think so...</p><div class="codebox"><pre><code>~$ apt search tomcat9
Sorting... Done
Full Text Search... Done
libtomcat9-embed-java/testing 9.0.16-4 all
  Apache Tomcat 9 - Servlet and JSP engine -- embed libraries

libtomcat9-java/testing 9.0.16-4 all
  Apache Tomcat 9 - Servlet and JSP engine -- core libraries

tomcat9-admin/testing 9.0.16-4 all
  Apache Tomcat 9 - Servlet and JSP engine -- admin web applications

tomcat9-common/testing 9.0.16-4 all
  Apache Tomcat 9 - Servlet and JSP engine -- common files

tomcat9-docs/testing 9.0.16-4 all
  Apache Tomcat 9 - Servlet and JSP engine -- documentation

tomcat9-examples/testing 9.0.16-4 all
  Apache Tomcat 9 - Servlet and JSP engine -- example web applications

tomcat9-user/testing 9.0.16-4 all
  Apache Tomcat 9 - Servlet and JSP engine -- tools to create user instances</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (HevyDevy)]]></author>
			<pubDate>Tue, 07 Jan 2020 13:41:01 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=19308#p19308</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED] tomcat9 on Beowulf]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=19307#p19307</link>
			<description><![CDATA[<p>It seems to me that tomcat9 package are missing in beowulf&#160; ? <br />Is my mistake ?</p><p>Thanks <br />Alsen</p>]]></description>
			<author><![CDATA[dummy@example.com (alsen)]]></author>
			<pubDate>Tue, 07 Jan 2020 13:31:07 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=19307#p19307</guid>
		</item>
	</channel>
</rss>
