RE: Problems with web.xml generated from RAD and from Ecplise.

2005-10-20 Thread Caldarale, Charles R
 From: Developer Developer [mailto:[EMAIL PROTECTED] 
 Subject: Re: Problems with web.xml generated from RAD and 
 from Ecplise.
 
  As far as my problem is concered, I solved it. Tomcat (5.5) does not
 support 2.4 V of the servlet.

That's simply not true - Tomcat 5.5.x fully supports version 2.4 of the
Servlet spec.  As I recall, your problem was that RAD was generating 2.4
constructs while specifying 2.2 in the XML header - a bug in RAD, not
Tomcat.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Problems with web.xml generated from RAD and from Ecplise.

2005-10-20 Thread Hassan Schroeder
Developer Developer wrote:

  As far as my problem is concered, I solved it. Tomcat (5.5) does not
 support 2.4 V of the servlet.

That's simply not true. Whatever your RAD problem involved, that's
not part of it :-)

-- 
Hassan Schroeder - [EMAIL PROTECTED]
Webtuitive Design ===  (+1) 408-938-0567   === http://webtuitive.com

  dream.  code.



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Problems with web.xml generated from RAD and from Ecplise.

2005-10-19 Thread Frank W. Zammetti
A bug in RAD?!?  Surely you jest!

Ahem.

ComicBookGuyRAD... Worst... IDE... EVER!/ComicBookGuy

(Unfortunately, I may have no choice but to use it soon... it's the
standard at my company, but I've been able to resist thus far.  I can
only hope my luck continues that way).

-- 
Frank W. Zammetti
Founder and Chief Software Architect
Omnytex Technologies
http://www.omnytex.com
AIM: fzammetti
Yahoo: fzammetti
MSN: [EMAIL PROTECTED]

On Wed, October 19, 2005 1:51 am, Wendy Smoak said:
 From: Richard Mixon [EMAIL PROTECTED]

 I'm pretty familiar with Tomcat, but have no idea what RAD is and how
 its
 Tomcat related. If you explain that someone might be able to better
 help.

 Rational Application Developer, I assume.

 The problem seems to be here:

 web-app id=WebApp_ID version=2.2
 ...
 http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd;

 The first line says version 2.2 but then it goes on to use the 2.4 schema.
 No idea how to convince it to do otherwise, though... seems like a bug to
 me.  If it's going to generate web.xml for you, it ought to know better
 than
 to mix and match versions.

 --
 Wendy Smoak



 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Problems with web.xml generated from RAD and from Ecplise.

2005-10-18 Thread Richard Mixon
I'm pretty familiar with Tomcat, but have no idea what RAD is and how its
Tomcat related. If you explain that someone might be able to better help.

-Original Message-
From: Developer Developer [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, October 18, 2005 8:59 AM
To: Tomcat Users List
Subject: Problems with web.xml generated from RAD and from Ecplise.

Hello All,
 my web.xml generated from RAD does not work in the Web Sphere Application
Server, While the web.xml generated from ecplise 3.1 works fine.
 I guess the problem lies somewhere in the header information.
 These 3 lines are from ECplise that work Correctly.
?xml version=1.0 encoding=UTF-8?
!DOCTYPE web-app PUBLIC -//Sun Microsystems, Inc.//DTD Web Application
2.2//EN
http://java.sun.com/j2ee/dtds/web-app_2_2.dtd;
web-app id=WebApp_ID
  While these lines are from RAD which do not work correctly.
 ?xml version=1.0 encoding=UTF-8?
web-app id=WebApp_ID version=2.2
xmlns=http://java.sun.com/xml/ns/j2ee;
xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; xsi:schemaLocation=
http://java.sun.com/xml/ns/j2ee
http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd;
   SO, if I replace the first 3 lines in the web.xml from RAD with the one
generated from Ecplise then everythings works fine.
  Does anybody know that is the problem here ?
 Thanks a lot.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Problems with web.xml generated from RAD and from Ecplise.

2005-10-18 Thread Wendy Smoak

From: Richard Mixon [EMAIL PROTECTED]


I'm pretty familiar with Tomcat, but have no idea what RAD is and how its
Tomcat related. If you explain that someone might be able to better help.


Rational Application Developer, I assume.

The problem seems to be here:


web-app id=WebApp_ID version=2.2

...

http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd;


The first line says version 2.2 but then it goes on to use the 2.4 schema. 
No idea how to convince it to do otherwise, though... seems like a bug to 
me.  If it's going to generate web.xml for you, it ought to know better than 
to mix and match versions.


--
Wendy Smoak 




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]