-
Notifications
You must be signed in to change notification settings - Fork 81
TIPS DumpTemplate
Mark Drew edited this page Jul 19, 2013
·
1 revision
Open this file: {Railo installation home}/railo-server/context/railo-server.xml
Change where you want default="browser" to be instead:
<dump-writers>
<dump-writer name="html" class="railo.runtime.dump.HTMLDumpWriter" />
<dump-writer name="text" class="railo.runtime.dump.TextDumpWriter" default="console" />
<dump-writer name="classic" class="railo.runtime.dump.ClassicHTMLDumpWriter" default="browser" />
<dump-writer name="simple" class="railo.runtime.dump.SimpleHTMLDumpWriter" />
</dump-writers>
Return to FAQs or Tips And Tricks
- Getting to know Railo Server
- Railo Server features & specifications
- Getting started with Railo Server
- Installation & configuration
- Railo Server Versions
- Developing with Railo Server
- Deploying Railo Server apps
- Managing Railo Server apps
- Railo Server Extensions
- Useful resources & further reading
- Developing & debugging Railo Server
- FAQs