On Sun, 5 Aug 2001, Rajan Gupta wrote:

> Has anybody successfully used Struts with Tomcat 3.3?
> 

Haven't ever done so myself.  I can vouch for Tomcat 4 though :-).

> I was able to run my application with Struts on Tomcat 3.2 but has to
> upgrade to Tomcat 3.3 because of a problem with using XALAN & Xerces. I am
> using XPath from Xalan & that resulted in conflict with tomcat 3.2
> libraries. My Xalan problem got resolved but Struts Template mechanism
> stopped working.
> 
> Is Struts tied to a certain XML parser?
> 

Struts 1.0 requires a parser that implements the JAXP/1.0 (or
later) APIs.  The next version of Struts will requie JAXP/1.1 instead --
which also includes a portable interface for XSLT engines like Xalan.

> Thanks in advance,
> Rajan
> 

Craig McClanahan

Reply via email to