Re: Tomcat 6.0 + struts 1.1 => are they compatible?

2008-05-22 Thread Antonio Petrelli
2008/5/22 jklcom99 <[EMAIL PROTECTED]>:. > > It's complaining java.lang.NoClassDefFoundError: javax/el/ExpressionFactory. > Not sure if it's related. Probably you are using Struts EL tags. Simply don't use them, use non-EL tags instead, EL expression will work anyway because Tomcat (as every JSP 2

Re: Tomcat 6.0 + struts 1.1 => are they compatible?

2008-05-22 Thread jklcom99
It's complaining java.lang.NoClassDefFoundError: javax/el/ExpressionFactory. Not sure if it's related. Paul Benedict-2 wrote: > > Why wouldn't they be compatible? > > >> >> Did you ever get an answer to your question? >> >> What does one need to do to migrate an existing jsp project(struts 1

Re: Tomcat 6.0 + struts 1.1 => are they compatible?

2008-05-22 Thread Paul Benedict
Why wouldn't they be compatible? On Thu, May 22, 2008 at 11:17 AM, jklcom99 <[EMAIL PROTECTED]> wrote: > > Did you ever get an answer to your question? > > What does one need to do to migrate an existing jsp project(struts 1.1) to > Tomcat 6? > > > ojasrege wrote: > > > > We have a web jsp projec

Re: Tomcat 6.0 + struts 1.1 => are they compatible?

2008-05-22 Thread jklcom99
Did you ever get an answer to your question? What does one need to do to migrate an existing jsp project(struts 1.1) to Tomcat 6? ojasrege wrote: > > We have a web jsp project that we are upgrading to Tomcat 6.0. > > We have run into a few technical errors, and so I'm wondering whether or > n

Re: Tomcat 6.0 + struts 1.1 => are they compatible?

2008-05-22 Thread jklcom99
Did you ever get an answer to your question? What does one need to do to migrate an existing jsp project(struts 1.1) to Tomcat 6? ojasrege wrote: > > We have a web jsp project that we are upgrading to Tomcat 6.0. > > We have run into a few technical errors, and so I'm wondering whether or > n

Tomcat 6.0 + struts 1.1 => are they compatible?

2007-11-07 Thread ojasrege
We have a web jsp project that we are upgrading to Tomcat 6.0. We have run into a few technical errors, and so I'm wondering whether or not there are any issues in moving a struts 1.1 project to Tomcat 6.0. Does anyone know if there is anything that I'll have to rework to move to tomcat 6.0? --