RE: Tomcat 4.0b7 and struts-example webapp

2001-09-05 Thread Lou Farho
I remember Craig McClanahan addressing the issue of Struts and Tomcat 4.0. As some of you might not know he is a primary developer for both projects. Here is what he said: The only thing you need to do is make sure an XML parser is visible to your webapps -- either copy the JAXP jar files (or

RE: Tomcat 4.0b7 and struts-example webapp

2001-09-03 Thread Calvin Lau
-Original Message- From: Marcel Mare [mailto:[EMAIL PROTECTED]] Sent: Sunday, September 02, 2001 12:24 AM To: [EMAIL PROTECTED] Subject: RE: Tomcat 4.0b7 and struts-example webapp I had this same problem when putting crimson.jar and jaxp.jar from my own JAXP 1.1 installation. I solved

RE: Tomcat 4.0b7 and struts-example webapp

2001-09-01 Thread Marcel Mare
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Verzonden: vrijdag 31 augustus 2001 23:43 Aan: [EMAIL PROTECTED] Onderwerp: Re: Tomcat 4.0b7 and struts-example webapp So the problem was that the Struts example wouldn't load in Tomcat4.0 B7 because it didn't have a parser or the jaxp.jar. Someone

Re: Tomcat 4.0b7 and struts-example webapp

2001-08-31 Thread Craig_Reichenbach
PROTECTED], (bcc: Craig Reichenbach/CAM/Lotus) 08/30/2001 Subject: Re: Tomcat 4.0b7 and struts-example webapp 03:00 PM

Re: Tomcat 4.0b7 and struts-example webapp

2001-08-31 Thread Remy Maucherat
This is more a question for the Tomcat list, but since it came up below, what is the best practice for including needed libraries and implementations (such as crimson.jar jaxp.jar) in Catalina? While Ian's suggestion below moves these from /jasper to /lib, I found the struts example also

Re: Tomcat 4.0b7 and struts-example webapp

2001-08-31 Thread Craig_Reichenbach
] cc: (bcc: Craig Reichenbach/CAM/Lotus) 08/31/2001 03:05Subject: Re: Tomcat 4.0b7 and struts-example webapp PM

Re: Tomcat 4.0b7 and struts-example webapp

2001-08-31 Thread Ian Kallen [EMAIL PROTECTED]
Informative error messages and docs generally hasten developer time investment (and hoperfully adoption) of a new technology. So I would say yes! :) On Fri, 31 Aug 2001, Remy Maucherat wrote: leaving them in jasper. Can someone point me to where I can discern the differences between the

RE: Tomcat 4.0b7 and struts-example webapp

2001-08-30 Thread Ian Kallen [EMAIL PROTECTED]
Does this mean that TC 4.0b7's web.xml parsing is not backwards compatible to the older webapp format? This sounds like a bug, not a feature. I'm using a webapp that just runs dropped into a TC 3.2.x installation straight out of the struts distribution. On Wed, 29 Aug 2001, Thinh Doan wrote:

Re: Tomcat 4.0b7 and struts-example webapp

2001-08-30 Thread Remy Maucherat
Does this mean that TC 4.0b7's web.xml parsing is not backwards compatible to the older webapp format? This sounds like a bug, not a feature. I'm using a webapp that just runs dropped into a TC 3.2.x installation straight out of the struts distribution. I tried it, and the error is

Re: Tomcat 4.0b7 and struts-example webapp

2001-08-30 Thread Ian Kallen [EMAIL PROTECTED]
Thanks! For the record, mv $CATALINA_HOME/jasper/crimson.jar $CATALINA_HOME/lib/crimson.jar mv $CATALINA_HOME/jasper/jaxp.jar $CATALINA_HOME/lib/jaxp.jar seems to have fixed it! -Ian On Thu, 30 Aug 2001, Remy Maucherat wrote: Does this mean that TC 4.0b7's web.xml parsing is not backwards

RE: Tomcat 4.0b7 and struts-example webapp

2001-08-29 Thread Thinh Doan
I got this same error running under Jrun. Look into web.xml and make sure struts stuff is there (tlds etc..) T. -Original Message- From: Ian Kallen [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 29, 2001 4:17 PM To: [EMAIL PROTECTED] Subject: Tomcat 4.0b7 and