Skip navigation
 

Debugging Tricks
Added by George Kroner, last edited by George Kroner on 18 Dec 2007 12:13 AM
(None)

Debugging Tricks

1. Enable proxytools by default

In Vista 3.0, enabling a newly created proxytools requires user unlock the setting first, and then enable the tool. This can be a lot of extra clicks for developers who wish to test their auth modules and proxytools. There is a way to enable the proxytools by default:

  1. Go to <webct domain>/serverproxytools/
  2. Make a backup of webct_pttemplateconfig.xml (in case we broke it)
  3. Openwebct_pttemplateconfig.xml with the editor of your choice
  4. For setting-element name="Enabled", change the default for setting-value "true" to "true", and the default for setting-value "false" to false, so it looks like:
    <setting-element name="Enabled"
    label="Enable Tool"
    ....>
    <setting-value key="true" default="true" label="true"/>
    <setting-value key="false" default="false" label="false"/>
    </setting-element>

Then all your new proxytools should be enabled by default.

This article originally authored by JNI on the WebCT DevNet

Adaptavist Theme Builder Powered by Atlassian Confluence

By accessing the Knowledge Base, you agree to the following: Blackboard makes no representations or warranties as to the accuracy of any information in the Knowledge Base. Blackboard is not responsible in any way for information provided to the Knowledge Base by third parties. Information in the Knowledge Base is not documentation for any Blackboard product. Nothing in the Knowledge Base shall be deemed to modify your license in any way to any Blackboard product. Blackboard reserves the right to use your name and the name of your institution in reference to any information submitted by you to the Knowledge Base. Blackboard may modify, distribute, republish in any format, delete, incorporate or use in any way the information that you contribute to the Knowledge Base.