Index: /branches/eam_branches/ipp-pstamp-20260421/pstamp/web/ipprc
===================================================================
--- /branches/eam_branches/ipp-pstamp-20260421/pstamp/web/ipprc	(revision 43107)
+++ /branches/eam_branches/ipp-pstamp-20260421/pstamp/web/ipprc	(revision 43107)
@@ -0,0 +1,20 @@
+### Example .ipprc file
+
+# Default search path for configuration files (add $HOME if desired)
+PATH            STR     $HOME/src/ippconfig/:$PSCONFDIR/$PSCONFIG/share/ippconfig
+
+# load the site-specific information from here
+SITE              STR     site.config
+
+# load the system configuration information from here
+SYSTEM            STR     system.config
+
+# logging verbosity levels
+LOGLEVEL	S32	6			# Logging level; 3=INFO, 4=DETAIL, 5=MINUTIA
+LOGFORMAT	STR	M			# Log format
+LOGDEST		STR	STDERR			# Log destination
+TRACEDEST	STR	STDERR			# Trace destination
+
+TRACE		METADATA			# Trace levels
+  err S32 10
+END
Index: /branches/eam_branches/ipp-pstamp-20260421/pstamp/web/ptolemy.rc
===================================================================
--- /branches/eam_branches/ipp-pstamp-20260421/pstamp/web/ptolemy.rc	(revision 43107)
+++ /branches/eam_branches/ipp-pstamp-20260421/pstamp/web/ptolemy.rc	(revision 43107)
@@ -0,0 +1,6 @@
+
+PANTASKS_SERVER         HOSTNAME
+PANTASKS_SERVER_PORT    2010
+PASSWORD                @PASSWORD@
+PANTASKS_SERVER_STDOUT  pantasks.stdout.log
+PANTASKS_SERVER_STDERR  pantasks.stderr.log
