Home directory for Malawi's wwwroot
Duncan Ewan
2021-02-19 3e758c29e0fde36fc088efcfc88f9a3014432b64
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
<cfprocessingdirective suppresswhitespace="yes" pageencoding="ISO-8859-1">
 
<cfsilent>
 
<!--
 
L10N Resource File
 
Section: Extensions
 
Locale: English (en)
 
Find the requested resource by id
 
-->
 
</cfsilent>
 
<cfswitch expression="#ATTRIBUTES.id#">
 
<cfcase value="statmess">Server has been updated successfully</cfcase>
<cfcase value="click_normal">Click the button on the right to update</cfcase>
<cfcase value="alert">ALERT!</cfcase>
<cfcase value="important_notice">Important notice about last submission</cfcase>
<cfcase value="click_return">Click arrow on left to return without submitting changes</cfcase>
<cfcase value="submit_changes">Submit Changes</cfcase>
<cfcase value="applets_edit_pagename">Add/Edit Registered Java Applet</cfcase>
 
<cfcase value="applets_pageHeader"><h2 class="pageHeader">Extensions &gt; Java Applets &gt; Add/Edit Applet</h2></cfcase>
 
<cfcase value="LEFT">LEFT</cfcase>
 
<cfcase value="RIGHT">RIGHT</cfcase>
 
<cfcase value="BOTTOM">BOTTOM</cfcase>
 
<cfcase value="TOP">TOP</cfcase>
 
<cfcase value="TEXTTOP">TEXTTOP</cfcase>
 
<cfcase value="MIDDLE">MIDDLE</cfcase>
 
<cfcase value="ABSMIDDLE">ABSMIDDLE</cfcase>
 
<cfcase value="BASELINE">BASELINE</cfcase>
 
<cfcase value="ABSBOTTOM">ABSBOTTOM</cfcase>
 
<cfcase value="l10n_editjavaapplet">Add/Edit Registered Java Applet</cfcase>
 
<cfcase value="applets_name">Applet Name</cfcase>
 
<cfcase value="applet_name_Required">Applet name required</cfcase>
 
<cfcase value="applets_code">Code</cfcase>
 
<cfcase value="applet_code_Required">Applet code required</cfcase>
 
<cfcase value="applets_codebase">Code Base</cfcase>
 
<cfcase value="applet_codebase_Required">Applet code base required</cfcase>
 
<cfcase value="applets_archive">Archive</cfcase>
 
<cfcase value="applets_method">Method</cfcase>
 
<cfcase value="applets_height">Height</cfcase>
 
<cfcase value="applets_width">Width</cfcase>
 
<cfcase value="applets_vspace">VSpace</cfcase>
 
<cfcase value="applets_hspace">HSpace</cfcase>
 
<cfcase value="applets_align">Align</cfcase>
 
<cfcase value="applets_nsmessage">Not Supported Message</cfcase>
 
<cfcase value="applets_parameters">Applet Parameters</cfcase>
 
<cfcase value="applets_parameter_name">Parameter Name</cfcase>
 
<cfcase value="applets_value">Value</cfcase>
 
<cfcase value="delete_param">Delete Parameter</cfcase>
 
<cfcase value="add">Add</cfcase>
 
<cfcase value="cancel">Cancel</cfcase>
 
<cfcase value="submit">Submit</cfcase>
 
<cfcase value="applets_pagename">Java Applets</cfcase>
 
<cfcase value="pageHeader_javaapplets">Extensions &gt; Java Applets</cfcase>
 
<cfcase value="applets_welcome">
ColdFusion has several Java applets that you access using the cfform tag. 
You can register your own applets and add them to your cfform forms using 
the cfapplet tag. Before you can use the cfapplet tag to place a Java applet 
in your cfform, you must register the applet in the ColdFusion Administrator. 
</cfcase>
 
<cfcase value="delete_applet_confirmation">Are you sure you want to delete this applet?</cfcase>
 
<cfcase value="applet_register_button">Register New Applet</cfcase>
 
<cfcase value="applet_registered">Registered Java Applets</cfcase>
 
<cfcase value="applet_actions">Actions</cfcase>
 
<cfcase value="applet_applet">Applet</cfcase>
 
<cfcase value="applet_code">Code</cfcase>
 
<cfcase value="applet_method">Method</cfcase>
 
<cfcase value="applet_codebase">Code Base</cfcase>
 
<cfcase value="edit_applet">Edit Applet</cfcase>
 
<cfcase value="delete_applet">Delete Applet</cfcase>
 
<cfcase value="noappletsfound">No applets found.</cfcase>
 
<cfcase value="pagenameq1">CFX Tags</cfcase>
 
<cfcase value="pageHeader_cfxtags">Extensions &gt; CFX Tags</cfcase>
 
<cfcase value="cfx_welcome">
CFX tags are custom tags written against the ColdFusion Application Programming
Interface (API) to extend and enhance CFML. You build CFX tags by using C++ as a
DLL on Windows platforms and as shared objects (.so/sl) on UNIX platforms.
Java CFXs are built by extending the Java Interfaces defined within the cfx.jar
file.
</cfcase>
 
<cfcase value="javacfx_register_button">Register Java CFX</cfcase>
 
<cfcase value="cppcfx_register_button">Register C++ CFX</cfcase>
 
<cfcase value="delete_cfx_confirmation">Are you sure you want to delete cfx tag?</cfcase>
 
<cfcase value="cfx_registered_tags">Registered CFX Tags</cfcase>
 
<cfcase value="actions">Actions</cfcase>
 
<cfcase value="tag_name">Tag Name</cfcase>
 
<cfcase value="type">Type</cfcase>
 
<cfcase value="description">Description</cfcase>
 
<cfcase value="edit_cfx">Edit CFX</cfcase>
 
<cfcase value="delete_cfx">Delete CFX</cfcase>
 
<cfcase value="nocfxsfound">No CFX tags found.</cfcase>
 
<cfcase value="pagename_cpptag">Add/Edit C++ CFX Tag</cfcase>
 
<cfcase value="cfxcpp_pageHeader">Extensions &gt; CFX Tags &gt; Manage C++ CFX</cfcase>
 
<cfcase value="l10n_blurb_cpp">Enter the tag name (after the cfx_ prefix) and the path to the .dll, .so, or .sl server library.<br />
See the online Help for additional information.</cfcase>
 
<cfcase value="l10n_editjavacfx">Add/Edit C++ CFX Tag</cfcase>
 
<cfcase value="server_library">Server Library</cfcase>
 
<cfcase value="button_browse">Browse Server</cfcase>
 
<cfcase value="procedure">Procedure</cfcase>
 
<cfcase value="keep_library_loaded">Keep Library Loaded</cfcase>
 
<cfcase value="check_box_library_ram">Check this box to retain the library in RAM.</cfcase>
 
<cfcase value="javapagetitle">Add/Edit Java CFX Tag</cfcase>
 
<cfcase value="cfxjava_pageHeader">Extensions &gt; CFX Tags &gt; Manage Java CFX</cfcase>
 
<cfcase value="l10n_blurb_java">
Enter the tag name (after the cfx_ prefix) and the class name (without the .class extension) that implements the interface. The class file should be accessible from the server classpath.
</cfcase>
 
<cfcase value="l10n_editjava_cfx">Add/Edit Java CFX Tag</cfcase>
 
<cfcase value="class_name">Class Name</cfcase>
 
<cfcase value="corba_pagename">CORBA Connectors</cfcase>
 
<cfcase value="pageHeader_corbaconnectors">Extensions > Corba Connectors</cfcase>
 
<cfcase value="corba_welcome">
ColdFusion dynamically loads the ORB Java libraries using a connector. You can add a connector and specify the location of the library. Each of these connectors depends on the vendor's runtime library. You can also specify the ORB initialization options via a property file.
</cfcase>
 
<cfcase value="corba_changes_tip">
<b>Note:</b> Changes to the connector setting take effect after the server is restarted.
</cfcase>
 
<cfcase value="corba_buttons_register">
Register CORBA Connector
</cfcase>
 
<cfcase value="delete_corba_confirmation">
Are you sure you want to delete this corba object?
</cfcase>
 
<cfcase value="corba_registered">Registered CORBA Connectors</cfcase>
 
<cfcase value="l0n_actions">Actions</cfcase>
 
<cfcase value="corba_name">Name</cfcase>
 
<cfcase value="l10n_dllpath">Classpath</cfcase>
 
<cfcase value="edit">Edit</cfcase>
 
<cfcase value="delete">Delete</cfcase>
 
<cfcase value="corba_buttons_submit">Select ORB Connector</cfcase>
 
<cfcase value="noorbsregistered">No ORBs have been registered.</cfcase>
 
<cfcase value="corba_no_name">
Please enter an ORB name.
</cfcase>
 
<cfcase value="corba_invalid_name">
ORB names are restricted to alphanumeric characters.
</cfcase>
 
<cfcase value="corba_edit_pagename">CORBA Connector</cfcase>
 
<cfcase value="editcorba_pageHeader">Extensions &gt; CFX Tags &gt; Manage Corba</cfcase>
 
<cfcase value="corba_edit">Edit CORBA Connector:</cfcase>
 
<cfcase value="corba_new">New CORBA Connector</cfcase>
 
<cfcase value="l10n_corbaconnector">CORBA Connector</cfcase>
 
<cfcase value="corba_orb_name">ORB Name</cfcase>
 
<cfcase value="corba_class_name">ORB Class Name</cfcase>
 
<cfcase value="corba_class_path">Classpath</cfcase>
 
<cfcase value="corba_button_browse">Browse Server</cfcase>
 
<cfcase value="corba_ptoperty_file">ORB Property File</cfcase>
 
<cfcase value="sbzmet">Submit</cfcase>
 
<cfcase value="cazlbtn">Cancel</cfcase>
 
<cfcase value="ct_pagename">Custom Tag Paths</cfcase>
 
<cfcase value="pageHeader_customtagpaths">Extensions > Custom Tag Paths</cfcase>
 
<cfcase value="ct_path">
Custom tags extend the functionality of the ColdFusion Markup Language (CFML).
The default custom tag path is under the installation directory. You can
specify other paths to your custom tags here.</cfcase>
 
<cfcase value="ct_register">Register New Custom Tag Paths</cfcase>
 
<cfcase value="ct_newpath">New Path</cfcase>
 
<cfcase value="button_add_path">Add Path</cfcase>
 
<cfcase value="button_edit_path">Edit Path</cfcase>
 
<cfcase value="delete_customtagpath_confirmation">
Are you sure you want to delete this custom tag path?
</cfcase>
 
<cfcase value="tagpaths">Current Custom Tag Paths</cfcase>
 
<cfcase value="cf_path">Path</cfcase>
 
<cfcase value="ct_nopathsfound">No custom tag paths found.</cfcase>
 
<cfcase value="flex_pagename">Flex integration</cfcase>
 
<cfcase value="pageHeader_flexintegration">Data & Services &gt; Flex Integration</cfcase>
 
<cfcase value="enableFlashRem">Enable Flash Remoting</cfcase>
 
<cfcase value="enableFlashRem_desc">
Lets a Flash client connect to this ColdFusion server and invoke ColdFusion Components (CFCs).
NOTE: Disabling this feature also disables ColdFusion server monitoring and multiserver monitoring.
</cfcase>
 
<cfcase value="enableFlexDS">Enable Remote Adobe LiveCycle Data Management access</cfcase>
 
<cfcase value="enableFlexDS_desc">
Lets LiveCycle Data Services ES connect to this ColdFusion server through RMI
and use CFCs to read and update data that supports a
Flex application. If you are not using this feature, disable it.
This does not affect LiveCycle Data Services ES integrated in to the ColdFusion installation.
</cfcase>
 
<cfcase value="serverIdentityLabel">Server Identity</cfcase>
 
<cfcase value="serverIdentity_info">
If you are running more than one instance of ColdFusion on this machine, you must
configure each instance with a unique ID.
</cfcase>
 
<cfcase value="enablermissl">Enable RMI over SSL for Data Management</cfcase>
 
<cfcase value="enablermissl_desc">
Lets you use Secure Socket Layer (SSL) encryption for the RMI communication between Flex and ColdFusion.
This is not required unless you are transmitting authentication information or confidential
data between Flex and ColdFusion over an unsecured network. You must provide a keystore file and keystore password.
For instructions on how to create a keystore file, see the online Help.
</cfcase>
 
<cfcase value="keystorePathLabel">Full path to keystore</cfcase>
 
<cfcase value="keystorePwdLabel">Keystore password</cfcase>
 
<cfcase value="selectIP">Select IP addresses where LiveCycle Data Services are running</cfcase>
 
<cfcase value="fdsip_welcometext">
To secure the LiveCycle Data Services ES integration point,
the hosts that are allowed to perform Data Management operations are restricted.
If you are running LiveCycle Data Services ES on a different computer, specify its IP address here.
By default, only the local computer can perform Data Management operations in ColdFusion.
</cfcase>
 
<cfcase value="ip_address">IP Address</cfcase>
 
<cfcase value="add_button">Add</cfcase>
 
<cfcase value="fdsviewdeleteIP">View or Remove selected IP addresses where LiveCycle Data Services ES are running</cfcase>
 
<cfcase value="remove_button">Remove Selected</cfcase>
 
<cfcase value="restwebservice_pagename">REST Web Services</cfcase>
 
<cfcase value="_rest_statmess">Server has been updated successfully</cfcase>
 
<cfcase value="restwebservices_pageheader">Data &amp; Services &gt; REST Services</cfcase>
 
<cfcase value="restwebservice_welcome">
Register your applications and folders to generate RESTful web services.
ColdFusion automatically registers CFCs found in the registered folders.
</cfcase>
 
<cfcase value="l10n_aerestservices">Add/Edit REST Service</cfcase>
 
<cfcase value="restwebservice_dir_path"><b>Root path</b></cfcase>
 
<cfcase value="restwebservice_dir_path_required">Please enter a valid folder for REST Application</cfcase>
 
<cfcase value="browse_button">Browse Server</cfcase>
 
<cfcase value="rest_rootpath_desc">
Application path or root folder where ColdFusion searches for CFCs
</cfcase>
 
<cfcase value="restwebservice_name_mapping"><b>Service Mapping<b></cfcase>
 
<cfcase value="rest_mapping_desc">
Alternate string to be used for application name while calling REST service. For example, http://localhost/rest/{service mapping}/test (Optional)
</cfcase>
 
<cfcase value="restwebservice_isdefault"><b>Set as default application</b></cfcase>
 
<cfcase value="restwebservice_defaultDetail">
There can be only one default application (which can be changed later). Setting an application as default makes application name optional while calling the webservice.<BR> For example http://localhost/rest/path
</cfcase>
 
<cfcase value="button_restwebservice_update">Update Service</cfcase>
 
<cfcase value="button_restwebservice_delete">Delete Service</cfcase>
 
<cfcase value="button_restwebservice_add">Add Service</cfcase>
 
<cfcase value="l10n_arestservices">Active ColdFusion REST Services</cfcase>
 
<cfcase value="restwebservice_root_path">Root Path</cfcase>
 
<cfcase value="restwebservice_mapping">Service Mapping</cfcase>
 
<cfcase value="default">Default</cfcase>
 
<cfcase value="restwebservice_edit">Edit</cfcase>
 
<cfcase value="restwebservice_refresh">Refresh</cfcase>
 
<cfcase value="restwebservice_delete">Delete</cfcase>
 
<cfcase value="no_restwebservice">No REST Services are available.</cfcase>
 
<cfcase value="versionupdated"><cfoutput>
Web Service Version has been updated to #CALLER.wsversion#
</cfoutput></cfcase>
 
<cfcase value="webservice_pagename">Web Services</cfcase>
 
<cfcase value="webservices_pageheader">Data &amp; Services &gt; Web Services</cfcase>
 
<cfcase value="webservice_welcome">
ColdFusion lets you register web services so that you do not have to specify the entire 
Web Services Description Language (WSDL) URL when invoking the web service. 
ColdFusion automatically registers WSDL URLs the first time they are referenced.
</cfcase>
 
<cfcase value="l10n_wsversion">Web Service Version</cfcase>
 
<cfcase value="webservice_version">Select web service version</cfcase>
 
<cfcase value="button_webservice_update">Update Web Service Version</cfcase>
 
<cfcase value="l10n_aewebservices">Add / Edit ColdFusion Web Service</cfcase>
 
<cfcase value="webservice_logical_path"><b>Web Service Name<b></cfcase>
 
<cfcase value="webservice_name_required">Please enter in a name for the web service.</cfcase>
 
<cfcase value="wsnamedesc">
                  The name assigned to the web service.
                       </cfcase>
 
<cfcase value="webservice_dir_path"><b>WSDL URL</b></cfcase>
 
<cfcase value="webservice_dir_path_required">Please enter in a valid URL to a wsdl file.</cfcase>
 
<cfcase value="wsurldesc">
                   The absolute URL of the web service's WSDL.
                       </cfcase>
 
<cfcase value="webservice_username"><b>Username</b></cfcase>
 
<cfcase value="webservice_username_optional">Please enter username [optional]</cfcase>
 
<cfcase value="wsusernamedesc">
                   The username to use to access the web service.
                       </cfcase>
 
<cfcase value="webservice_password"><b>Password</b></cfcase>
 
<cfcase value="webservice_password_optional">Please enter password [optional]</cfcase>
 
<cfcase value="wspassworddesc">
                  The password to use to access the web service.
                       </cfcase>
 
<cfcase value="webservice_wsproxyserver"><b>Proxy Server</b></cfcase>
 
<cfcase value="webservice_wsproxyserver_optional">Please enter proxy server [optional]</cfcase>
 
<cfcase value="wspserverdesc">
                  The proxy server required to access web service URL.
                       </cfcase>
 
<cfcase value="webservice_proxyport"><b>Proxy Port</b></cfcase>
 
<cfcase value="webservice_wsproxyport_optional">Please enter proxy port [optional]</cfcase>
 
<cfcase value="wspportdesc">
                   The port to use on the proxy server.
                       </cfcase>
 
<cfcase value="wsproxyusername"><b>Proxy Username</b></cfcase>
 
<cfcase value="webservice_wsproxyusername_optional">Please enter proxy username [optional]</cfcase>
 
<cfcase value="wspusernamedesc">
                  The user ID to send to proxy server.
                       </cfcase>
 
<cfcase value="wsproxypassword"><b>Proxy Password</b></cfcase>
 
<cfcase value="webservice_wsproxypassword_optional">Please enter proxy password [optional]</cfcase>
 
<cfcase value="wspassworddesc_proxy">
                   The user's password on the proxy server
                       </cfcase>
 
<cfcase value="wstimeout"><b>Timeout</b></cfcase>
 
<cfcase value="webservice_wstimeout_optional">Please enter timeout value [optional]</cfcase>
 
<cfcase value="wstimeoutdesc">
                   The timeout for the web service request, in seconds.
                       </cfcase>
 
<cfcase value="button_webservice_update_only">Update Web Service</cfcase>
 
<cfcase value="button_webservice_delete">Delete Web Service</cfcase>
 
<cfcase value="button_webservice_cancel">Cancel</cfcase>
 
<cfcase value="button_webservice_add">Add Web Service</cfcase>
 
<cfcase value="l10n_awservices">Active ColdFusion Web Services</cfcase>
 
<cfcase value="webservice_path">Web Service Name</cfcase>
 
<cfcase value="webservice_wsdl_url">WSDL URL</cfcase>
 
<cfcase value="webservice_edit">Edit</cfcase>
 
<cfcase value="webservice_refresh">Refresh</cfcase>
 
<cfcase value="webservice_delete">Delete</cfcase>
 
<cfcase value="no_webservice">No Web Services are available.</cfcase>
 
<cfcase value="applets_error_noname">
You need to give the applet a name.
</cfcase>
 
<cfcase value="applets_error_nocodebase">
You need to specify a valid Codebase in order to proceed.
</cfcase>
 
<cfcase value="applets_error_nocode_or_archive">
You need to specify a valid Code or Archive attribute in order to proceed.
</cfcase>
 
<cfcase value="applet_error_delete_old"><cfoutput>
Unable to update requested applet as the old entry could not be removed.<br />
#EncodeForHTML(CALLER.CFCATCH.Message)#<br />
#EncodeForHTML(CALLER.CFCATCH.Detail)#<br />
</cfoutput></cfcase>
 
<cfcase value="applet_error_edit"><cfoutput>
Unable to update requested applet.<br />
#EncodeForHTML(CALLER.CFCATCH.Message)#<br />
#EncodeForHTML(CALLER.CFCATCH.Detail)#<br />
</cfoutput></cfcase>
 
<cfcase value="applet_error_delete"><cfoutput>
Unable to delete applet '#EncodeForHTML(CALLER.applet)#'.<br />
#EncodeForHTML(CALLER.CFCATCH.Message)#<br />
#EncodeForHTML(CALLER.CFCATCH.Detail)#<br />
</cfoutput></cfcase>
 
<cfcase value="applet_error_get"><cfoutput>
Unable to retrieve a list of registered applets.<br />
#EncodeForHTML(CALLER.CFCATCH.Message)#<br />
#EncodeForHTML(CALLER.CFCATCH.Detail)#<br />
</cfoutput></cfcase>
 
<cfcase value="cfx_error_get"><cfoutput>
Unable to retrieve a list of cfx tags.<br />
#EncodeForHTML(CALLER.CFCATCH.Message)#<br />
#EncodeForHTML(CALLER.CFCATCH.Detail)#
</cfoutput></cfcase>
 
<cfcase value="nativecfxiniterror">
You must configure your application server to enable native CFX support. For
instructions, see "Configuring ColdFusion" in the "Configuring and
Administering ColdFusion" book for your application server.
</cfcase>
 
<cfcase value="cfx_invalid_tagname_error">
The cfx name is invalid.<br />
</cfcase>
 
<cfcase value="cfx_error_update"><cfoutput>
There has been an error updating/creating your cfx<br />
#EncodeForHTML(CALLER.CFCATCH.Message)#<br />
#EncodeForHTML(CALLER.CFCATCH.Detail)#
</cfoutput></cfcase>
 
<cfcase value="corba_error_delete"><cfoutput>
Unable to delete requested ORB #EncodeForHTML(URL.orb)#.<br />
#EncodeForHTML(CALLER.CFCATCH.Message)#<br />
#EncodeForHTML(CALLER.CFCATCH.Detail)#<br />
</cfoutput></cfcase>
 
<cfcase value="corba_error_apply"><cfoutput>
Unable to apply default ORB settings.<br />
#EncodeForHTML(CALLER.CFCATCH.Message)#<br />
#EncodeForHTML(CALLER.CFCATCH.Detail)#<br />
</cfoutput></cfcase>
 
<cfcase value="corba_error_get"><cfoutput>
Unable to retrieve a list of registered ORB connectors.<br />
#EncodeForHTML(CALLER.CFCATCH.Message)#<br />
#EncodeForHTML(CALLER.CFCATCH.Detail)#<br />
</cfoutput></cfcase>
 
<cfcase value="corba_error_edit"><cfoutput>
Unable to update requested ORB #EncodeForHTML(FORM.name)#.<br />
#EncodeForHTML(CALLER.CFCATCH.Message)#<br />
#EncodeForHTML(CALLER.CFCATCH.Detail)#<br />
</cfoutput></cfcase>
 
<cfcase value="corba_error_orbget"><cfoutput>
Unable to retrieve requested ORB #EncodeForHTML(CALLER.name)#.<br />
#EncodeForHTML(CALLER.CFCATCH.Message)#<br />
#EncodeForHTML(CALLER.CFCATCH.Detail)#<br />
</cfoutput></cfcase>
 
<cfcase value="ct_error_add"><cfoutput>
Unable to add custom tag path #REQUEST.esapiutils.encodeForHTMLAttributeFilePath(newPath)#.<br />
#EncodeForHTML(CALLER.CFCATCH.Message)#<br />
#EncodeForHTML(CALLER.CFCATCH.Detail)#
</cfoutput></cfcase>
 
<cfcase value="ct_error_add1"><cfoutput>
Unable to add custom tag path.<br />
#EncodeForHTML(CALLER.CFCATCH.Message)#<br />
#EncodeForHTML(CALLER.CFCATCH.Detail)#
</cfoutput></cfcase>
 
<cfcase value="error_req_keystore_pass">
    You must provide a keystore file and a password
    </cfcase>
 
<cfcase value="error_flexassembler"><cfoutput>
Error attempting to update settings:<br />
#EncodeForHTML(CALLER.CFCATCH.Message)#<br />
#EncodeForHTML(CALLER.CFCATCH.Detail)#
</cfoutput></cfcase>
 
<cfcase value="ip_error_invalid"><cfoutput>
The IP you attempted to add (#EncodeForHTML(FORM.IPtoBeAdded)#) is not valid.
IPs are four sets of numbers from 0 to 255 separated by periods (e.g., 127.0.0.1) in IPv4 addressing format
or eight sets of hexadecimal numbers from 0 to FFFF seperated by colon (e.g., 0:0:0:0:0:0:0:1) in IPv6 addressing format.
</cfoutput></cfcase>
 
<cfcase value="ip_error_add"><cfoutput>
The IP you attempted to add (#EncodeForHTML(FORM.IPtoBeAdded)#) is not valid.
IPs are four sets of numbers from 0 to 255 separated by periods (e.g., 127.0.0.1) in IPv4 addressing format
or eight sets of hexadecimal numbers from 0 to FFFF seperated by colon (e.g., 0:0:0:0:0:0:0:1) in IPv6 addressing format. <br />
#EncodeForHTML(CALLER.CFCATCH.Message)# <br />
#EncodeForHTML(CALLER.CFCATCH.Detail)#
</cfoutput></cfcase>
 
<cfcase value="fdsip_error_remove"><cfoutput>
An error occurred attempting to remove the requested IP(s).
from the Flex Data Management configuration.<br />
#EncodeForHTML(CALLER.CFCATCH.Message)# <br />
#EncodeForHTML(CALLER.CFCATCH.Detail)#
</cfoutput></cfcase>
 
<cfcase value="fdsip_error_get"><cfoutput>
An error occurred attempting to retrieve a list of restricted IP addresses
from the Flex Data Management configuration.<br />
#EncodeForHTML(CALLER.CFCATCH.Message)#<br />
#EncodeForHTML(CALLER.CFCATCH.Detail)#
</cfoutput></cfcase>
 
<cfcase value="map_error_create_rest"><cfoutput>
Error registering REST service. Please ensure that you have
entered a proper mapping and path.<br />
<cfif isdefined("CALLER.cfcatch.message")>
#REQUEST.esapiutils.encodeForHTMLAttributeFilePath(CALLER.cfcatch.Message)#<br /></cfif>
<cfif trim(wspath) NEQ "">
<cfset errorTemp=CALLER.CFCATCH>
<cfif isDefined("CALLER.CFCATCH.Cause")>
<cfset errorTemp=CALLER.CFCATCH.Cause>
</cfif>
<cfif  isdefined("CALLER.cfcatch.message") and (CALLER.errorTemp.Message NEQ CALLER.cfcatch.Message)>
#REQUEST.esapiutils.encodeForHTMLAttributeFilePath(CALLER.errorTemp.Message)#<br />
#REQUEST.esapiutils.encodeForHTMLAttributeFilePath(CALLER.errorTemp.Detail)#
</cfif>
</cfif>
</cfoutput></cfcase>
 
<cfcase value="map_error_delete_rest"><cfoutput>
Unable to delete REST service.<br />
#REQUEST.esapiutils.encodeForHTMLAttributeFilePath(CALLER.CFCATCH.Message)#<br />
#REQUEST.esapiutils.encodeForHTMLAttributeFilePath(CALLER.CFCATCH.Detail)#
</cfoutput></cfcase>
 
<cfcase value="map_error_refresh_rest"><cfoutput>
Unable to refresh REST service.<br />
#REQUEST.esapiutils.encodeForHTMLAttributeFilePath(CALLER.CFCATCH.Message)#<br />
#REQUEST.esapiutils.encodeForHTMLAttributeFilePath(CALLER.CFCATCH.Detail)#
</cfoutput></cfcase>
 
<cfcase value="restwebservice_name_error">Please enter valid mapping for the REST web service [optional]</cfcase>
 
<cfcase value="error_empty_ws_name">
Please enter a name for the web service.
</cfcase>
 
<cfcase value="error_empty_ws_url">
Please enter a valid WSDL URL to a wsdl file.
</cfcase>
 
<cfcase value="map_error_create">
Error creating web service. Please ensure that you have
entered a correct Web Service name or URL.
</cfcase>
 
<cfcase value="map_error_delete"><cfoutput>
Unable to delete webservice.<br />
#EncodeForHTML(CALLER.CFCATCH.Message)#<br />
#EncodeForHTML(CALLER.CFCATCH.Detail)#
</cfoutput></cfcase>
 
<cfcase value="map_error_refresh"><cfoutput>
Unable to refresh webservice.<br />
#EncodeForHTML(CALLER.CFCATCH.Message)#<br />
#EncodeForHTML(CALLER.CFCATCH.Detail)#
</cfoutput></cfcase>
 
 
<cfdefaultcase><cfset bSuccess="false"/></cfdefaultcase>
 
</cfswitch>
 
</cfprocessingdirective>