*/
private XMLProcess createURLRewriterProcess(
String contextPath, GenericURLRemapper urlRemapper) {
XMLProcess process = null;
if (contextPath != null) {
URLRewriteProcessConfiguration urlRewriteConfig =
new URLRewriteProcessConfiguration();
ConverterConfiguration convertConfig =
urlRewriteConfig.getConverterConfiguration();
convertConfig.setTuples(TUPLES);
URLPrefixRewriteManager rewriteManager =
urlRewriteConfig.getURLPrefixRewriteManager();
//Add rewritableURLPrefix values for all the remote projects.
//The values are constructed by mapping the remote project location
//to the contextPath/project.
//e.g. if there is a project mapping jsp->http://localhost:8080