RE: Tomcat 4.0.3 and Maverick

2002-04-08 Thread Daishi Harada


Is there a way to discover through bugzilla which version a fix went
into? I now believe I have the same problem here, but I was confused
by the fact that Bug #6374 is tagged for 4.0.2 Final, there's a
comment from Remy saying:

--- Additional Comments From Remy Maucherat 2002-02-13 01:51

This problem has been fixed in both branches (4.0 and HEAD). The
classloader
will now match the exact package name.

---

And the 4.0.3 release at:
http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0.3/bin/
has time stamps of:
01-Mar-2002

From this I had inferred that 4.0.3 would include this fix.
How is one to find otherwise?

Thx,
d


From: Larry Isaacs [EMAIL PROTECTED]
Subject: RE: Tomcat 4.0.3 and Maverick
Date: Mon, 8 Apr 2002 15:09:46 -0400 

 I assume this is the same problem as in a recent post:
 
 A bug (Bugzilla #6374) in Tomcat 4.0.2/4.0.3 requires
 XML parsers to be placed in common/lib.  The bug is they
 won't work in WEB-INF/lib.  This is fixed in Tomcat 4.x and
 4.0.4-b1, or later.
 
 Cheers,
 Larry
 
  -Original Message-
  From: [EMAIL PROTECTED] 
  [mailto:[EMAIL PROTECTED]] 
  Sent: Monday, April 08, 2002 3:00 PM
  To: [EMAIL PROTECTED]
  Subject: Tomcat 4.0.3 and Maverick
  
  
  I'm using Tomcat 4.0.1 successfully with Maverick 1.0.1.
  
   With the same application deployment, I can't get Maverick 
  to work with
  Tomcat 4.0.3; I get classdef not found exceptions on
  javax/xml/transform/TransformerException, even with the 
  Maverick example
  programs.
  
  I've tried Maverick 2.0 also, with the same results.
  
  Any ideas?
  
  Thanks
  
  
  
  
  --
  To unsubscribe:   mailto:[EMAIL PROTECTED]
  For additional commands: mailto:[EMAIL PROTECTED]
  Troubles with the list: mailto:[EMAIL PROTECTED]
  
 
 --
 To unsubscribe:   mailto:[EMAIL PROTECTED]
 For additional commands: mailto:[EMAIL PROTECTED]
 Troubles with the list: mailto:[EMAIL PROTECTED]
 

--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




How to include across contexts/webapps?

2002-01-02 Thread Daishi Harada


Hi,

I have what seems like (and probably is) a very simple problem, but I
haven't been able to find a solution. Any help/hints would be
appreciated.

I'm trying to build a website in a typical sort of way, with headers
and footers isolated and %@include%'ed into the actual
pages. However, now I'd like to modularize somewhat and decompose
parts of the site into their own projects/contexts, while still having
each project share common headers and footers. Unfortunately,
%@include% is relative to the current context, so I haven't been
able to figure out a good way to share the header/footer information
across each of the contexts/apps. Is there a canonical way of doing
something like this?

TIA,
Daishi

--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]