Well, it's been a while since I used JBuilder, so this may not be 100% accurate advice. There are configuration options for setting up an internal instance of Tomcat. It is entirely possible that your JBuilder's internal Tomcat configuration is old and doesn't support anything beyond Servlet 2.2. I just don't know enough about your setting to help you any more than that.
Personally, I prefer Eclipse. I do not like to use the Eclipse plugins for running Tomcat inside Eclipse. It is just easier/faster for me to run Tomcat from the command line and then attach *only* if I need to. Here's how I do it with cygwin: (from tomcat bin directory) $./catalina.sh jpda start & tail -f ../logs/catalina.out Another reason I like to do it this way is that I can jump from one project to another without having to reconfigure my deployment (MyEclipse....ugh!!). Ok, so...hope that helps. -- James Mitchell Software Engineer / Open Source Evangelist EdgeTech, Inc. 678.910.8017 AIM: jmitchtx ----- Original Message ----- From: "Le Goff, Yoann" <[EMAIL PROTECTED]> To: "Le Goff, Yoann" <[EMAIL PROTECTED]>; "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Monday, October 18, 2004 10:28 AM Subject: RE: Tomcat 5 & Struts Kind of ide ? It doesn't work onto ñy jbulder 8, but i think it's a configuration problem, i've ever meet a Servlet dismatch between tomcat 4 & tomcat 5 Is there something else ? All is workimg onto Tomcat 4, but wanna work onto bigger cat ;o) Y. -----Message d'origine----- De : James Mitchell [mailto:[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> ] Envoyé : lundi 18 octobre 2004 16:21 À : Struts Users Mailing List Objet : Re: Tomcat 5 & Struts It works fine for last 5 projects I've worked on. (all 1.1 and up) -- James Mitchell Software Engineer / Open Source Evangelist EdgeTech, Inc. 678.910.8017 AIM: jmitchtx ----- Original Message ----- From: "Le Goff, Yoann" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Monday, October 18, 2004 10:01 AM Subject: Tomcat 5 & Struts > Does somebody use Tomcat 5.028 & Struts ? > If you are, witch version of Struts and do you meet any problem for > configuration ? > > > Y. > > --------------------------------------------------------------------- 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]