[system] / trunk / webwork-modperl / clients / renderProblem.pl Repository:
ViewVC logotype

Diff of /trunk/webwork-modperl/clients/renderProblem.pl

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 4287 Revision 4732
16use XMLRPC::Lite; 16use XMLRPC::Lite;
17use MIME::Base64 qw( encode_base64 decode_base64); 17use MIME::Base64 qw( encode_base64 decode_base64);
18 18
19# configuration section 19# configuration section
20use constant PROTOCOL => 'https'; # or 'http'; 20use constant PROTOCOL => 'https'; # or 'http';
21use constant HOSTURL => 'devel.webwork.rochester.edu'; 21use constant HOSTURL => 'webwork.rochester.edu';
22use constant HOSTPORT => 8002; 22use constant HOSTPORT => 443;
23use constant TRANSPORT_METHOD => 'XMLRPC::Lite'; 23use constant TRANSPORT_METHOD => 'XMLRPC::Lite';
24use constant REQUEST_CLASS =>'WebworkXMLRPC'; # WebworkXMLRPC is used for soap also!! 24use constant REQUEST_CLASS => 'WebworkXMLRPC'; # WebworkXMLRPC is used for soap also!!
25use constant REQUEST_URI =>'mod_xmlrpc'; 25use constant REQUEST_URI => 'mod_xmlrpc';
26use constant TEMPOUTPUTFILE => '/Users/gage/Desktop/renderProblemOutput.html'; 26use constant TEMPOUTPUTFILE => '/Users/gage/Desktop/renderProblemOutput.html';
27use constant DISPLAY_COMMAND => 'open -a safari '; 27use constant DISPLAY_COMMAND => 'open -a safari ';
28use constant COURSE => 'daemon2_course'; 28use constant COURSE => 'daemon2_course';
29 29
30 30

Legend:
Removed from v.4287  
changed lines
  Added in v.4732

aubreyja at gmail dot com
ViewVC Help
Powered by ViewVC 1.0.9