#globalnavbar("table")
Log In   View a printable version of the current page. Get help from the Confluence website.
Added by Brandon Philips, last edited by Brandon Philips on Dec 14, 2005  (view change)
Labels: 
(None)

This document is offers tips and tricks to help new developers get up to speed quickly.

JSP Editing w/o Recompile

Edit the docBase attribute of the <Context> tag in Registry.xml.tmp in your Registry working directory.

DO NOT CHECK THIS CHANGE IN

Registry.xml.tmp before
<Context path="/Registry" 
    docBase="@TOMCAT_BASE@/Registry"
    debug="5"
    reloadable="false"
    crossContext="true">
Registry.xml.tmp after
<Context path="/Registry" 
    docBase="/home/philips/ockham/RegistryRelease/trunk/Registry"
    debug="5"
    reloadable="false"
    crossContext="true">

Jikes for JSP w/ Tomcat

Install Jikes using your favorite package manager:

Unable to find source-code formatter for language: debian. Available languages are: actionscript, html, java, javascript, none, sql, xhtml, xml
apt-get install jikes
Unable to find source-code formatter for language: gentoo. Available languages are: actionscript, html, java, javascript, none, sql, xhtml, xml
emerge dev-java/jikes

Edit your Tomcat install to use Jikes

Unable to find source-code formatter for language: $tomcat_home/conf/web.xml. Available languages are: actionscript, html, java, javascript, none, sql, xhtml, xml
<init-param>
   <param-name>jspCompilerPlugin</param-name>
   <param-value>org.apache.jasper.compiler.JikesJavaCompiler</param-value>
</init-param>

Site powered by a free Open Source Project / Non-profit License (more) of Confluence - the Enterprise wiki.
Learn more or evaluate Confluence for your organisation.
Powered by Atlassian Confluence, the Enterprise Wiki. (Version: 2.2.7 Build:#524 Jul 28, 2006) - Bug/feature request - Contact Administrators