Re: Struts with TOMCAT 3.3

2001-08-09 Thread Rajan Gupta

Tomcat 4.0 rocks, it is faster than 3.3 & auto class loading feature is
great. Great work Craig!
--- "Craig R. McClanahan" <[EMAIL PROTECTED]> wrote:
> 
> 
> On Sun, 5 Aug 2001, Rajan Gupta wrote:
> 
> > So then TOMCAT 4.0 it is, I hope u were serious :)
> 
> 
> Oh, yes ... Building Tomcat 4 is my day job at Sun, and I test these
> together all the time.
> 
> The only thing you need to remember is that Tomcat 4 doesn't expose an
> XML
> parser to web apps by default.  See the release notes document for more
> details about how to do this.
> 
> Craig
> 
> 
> > --- "Craig R. McClanahan" <[EMAIL PROTECTED]> wrote:
> > > 
> > > 
> > > 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
> > > 
> > 
> > 
> > __
> > Do You Yahoo!?
> > Make international calls for as low as $.04/minute with Yahoo!
> Messenger
> > http://phonecard.yahoo.com/
> > 
> 


__
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/



Re: Struts with TOMCAT 3.3

2001-08-05 Thread Craig R. McClanahan



On Sun, 5 Aug 2001, Rajan Gupta wrote:

> So then TOMCAT 4.0 it is, I hope u were serious :)


Oh, yes ... Building Tomcat 4 is my day job at Sun, and I test these
together all the time.

The only thing you need to remember is that Tomcat 4 doesn't expose an XML
parser to web apps by default.  See the release notes document for more
details about how to do this.

Craig


> --- "Craig R. McClanahan" <[EMAIL PROTECTED]> wrote:
> > 
> > 
> > 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
> > 
> 
> 
> __
> Do You Yahoo!?
> Make international calls for as low as $.04/minute with Yahoo! Messenger
> http://phonecard.yahoo.com/
> 




Re: Struts with TOMCAT 3.3

2001-08-05 Thread Rajan Gupta

So then TOMCAT 4.0 it is, I hope u were serious :)
--- "Craig R. McClanahan" <[EMAIL PROTECTED]> wrote:
> 
> 
> 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
> 


__
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/



Re: Struts with TOMCAT 3.3

2001-08-05 Thread Craig R. McClanahan



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




Struts with TOMCAT 3.3

2001-08-05 Thread Rajan Gupta

Has anybody successfully used Struts with Tomcat 3.3?

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?

Thanks in advance,
Rajan

__
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/