Hi all,

My problem is two fold and exists as follows: I am using Jrun 3.0 sp1 with jdk 1.3.1, 
xalan 2.1 with the xerces 1.4 that came with xalan.  In my servlet I am using the 
redirect extension.  The servlet returns without throwing an exception, and there is 
no output from the redirect. I have tried every configuration(from the archives) of 
where to put the jar files. I have also ran the EnvironmentCheck and it reports 
everything is ok. I have included the calls from my xsl below.

<redirect:open select="concat('WEB-inf/classes/QuestData/templates/', $pos, '.tmpl')" 
/>
<redirect:write select="concat('WEB-inf/classes/QuestData/templates/', $pos, '.tmpl')" 
/>

.. a bunch of html

</redirect:write>
</redirect:close select="concat('WEB-inf/classes/QuestData/templates/', $pos, 
'.tmpl')" />

xerces.jar is in the jrun/lib/ext
xalan.jar is in the web-app/WEB-INF/lib

I have also tried unsuccessfully to run this with both jars in the jrun/lib/ext 
directory and with both xerces and xalan in the web-app/WEB-INF/lib directory with the 
jrun xml jars(parser.jar & jaxp.jar) in the jrun/lib/ext directory.

The second issue concerns an extension class I wrote myself. I have also put this 
class file in both the jrun/lib/ext and the web-app/WEB_INF/lib.  And just about every 
combination of the above without any effect.  Any help or direction would be 
appreciated.




Thanks in advance,

Greg

Reply via email to