<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.umiacs.umd.edu/adapt/index.php?action=history&amp;feed=atom&amp;title=Pawn%3AOld_Producer</id>
	<title>Pawn:Old Producer - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.umiacs.umd.edu/adapt/index.php?action=history&amp;feed=atom&amp;title=Pawn%3AOld_Producer"/>
	<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/adapt/index.php?title=Pawn:Old_Producer&amp;action=history"/>
	<updated>2026-04-06T03:58:15Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.7</generator>
	<entry>
		<id>https://wiki.umiacs.umd.edu/adapt/index.php?title=Pawn:Old_Producer&amp;diff=2168&amp;oldid=prev</id>
		<title>Toaster at 16:38, 15 September 2008</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/adapt/index.php?title=Pawn:Old_Producer&amp;diff=2168&amp;oldid=prev"/>
		<updated>2008-09-15T16:38:13Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==MySQL Installation==&lt;br /&gt;
&lt;br /&gt;
* Install the latest !MySQL installation.&lt;br /&gt;
* Modify =/etc/my.cnf= and add the following line: &lt;br /&gt;
&amp;lt;pre&amp;gt;      set-variable=max_allowed_packet=16M&amp;lt;/pre&amp;gt;&lt;br /&gt;
* Create a database named =pawn= as !MySQL user root by doing the following:&lt;br /&gt;
&amp;lt;pre&amp;gt;      create database pawn;&amp;lt;/pre&amp;gt;&lt;br /&gt;
* Change to the directory...&lt;br /&gt;
&amp;lt;pre&amp;gt;      ${PRODUCER_SOURCE}/web/WEB-INF/schema/mysql&amp;lt;/pre&amp;gt;&lt;br /&gt;
* ...and from the !MySQL prompt, load the schema as &amp;lt;nowiki&amp;gt;MySQL&amp;lt;/nowiki&amp;gt; root by executing the following:&lt;br /&gt;
&amp;lt;pre&amp;gt;      source load.sql;&amp;lt;/pre&amp;gt;&lt;br /&gt;
* Grant permissions to the !MySQL user =pawnapp= by doing the following (using a real password instead of =password=)&lt;br /&gt;
&amp;lt;pre&amp;gt;      grant all on pawn.* to &amp;#039;pawnapp&amp;#039;@&amp;#039;localhost&amp;#039; identified by &amp;#039;password&amp;#039;;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;      grant all on pawn.* to &amp;#039;pawnapp&amp;#039;@&amp;#039;localhost.localdomain&amp;#039; identified by &amp;#039;password&amp;#039;;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Producer Installation==&lt;br /&gt;
&lt;br /&gt;
* Create war file from source and copy it to the target installation of Tomcat at ${CATALINA_BASE}/webapps/pawn.war (note that the war created by the build process will be called =pawn-producer.war&lt;br /&gt;
* Load webapp pawn (by manager app or server restart) and the context configuration file should be copied out of the war to ${CATALINA_BASE}/conf/Catalina/localhost/pawn.xml&lt;br /&gt;
* Modify the context config:&lt;br /&gt;
** Change parameter edu.umiacs.pawn.producer.ArchiveScheduler to the URL of the receiving server&lt;br /&gt;
** Change password of database user under ResourceParams name=&amp;quot;jdbc/pawn-producer-catalog&amp;quot;&lt;br /&gt;
* Register the web services using the wsdd document in ${PRODUCER_SOURCE}/web/WEB-INF/Producer.deploy.wsdd. Instructions for registering a web service can be found [http://ws.apache.org/axis/java/user-guide.html#CustomDeploymentIntroducingWSDD at the Apache AXIS site].&lt;br /&gt;
* Place producer&amp;#039;s keystore in ~/.edu.umiacs/producer.keystore&lt;br /&gt;
* Restart web application.&lt;/div&gt;</summary>
		<author><name>Toaster</name></author>
	</entry>
</feed>