Re: Struts 2 and JDK 1.4.2

2007-05-28 Thread Zoran Avtarovski
We tried deploying to jrun4 which is Servlet 2.3/JSp 1.2 compliant with the same result as Ken. We tried for a day to get any struts2 app (blank, showcase, mailreader) to work without success. We had the same issue of not being able to read the struts.xml file. In the end we went to Tomcat6 without

Re: Struts 2 and JDK 1.4.2

2007-05-28 Thread Dave Newton
Ken Miller <[EMAIL PROTECTED]> wrote: > Dave Newton <[EMAIL PROTECTED]> wrote: > > --- Ken Miller <[EMAIL PROTECTED]> wrote: >>> I think I found my issue - while we're running JDK >>> 1.4.2, we're also running J2EE 1.3, which as you >>> know comprises Servlet 2.3 and JSP 1.2, which don't >>> match

Re: Struts 2 and JDK 1.4.2

2007-05-28 Thread Ken Miller
>>> On 5/28/2007 at 2:16 PM, in message <[EMAIL PROTECTED]>, Dave Newton <[EMAIL PROTECTED]> wrote: > --- Ken Miller <[EMAIL PROTECTED]> wrote: >> I think I found my issue - while we're running JDK >> 1.4.2, we're also running J2EE 1.3, which as you >> know comprises Servlet 2.3 and JSP 1.2, whic

Re: Struts 2 and JDK 1.4.2

2007-05-28 Thread Dave Newton
--- Ken Miller <[EMAIL PROTECTED]> wrote: > I think I found my issue - while we're running JDK > 1.4.2, we're also running J2EE 1.3, which as you > know comprises Servlet 2.3 and JSP 1.2, which don't > match the requirements for Struts 2. > > Bummer, that. I was toast before I even started :-)

Re: Struts 2 and JDK 1.4.2

2007-05-28 Thread Ken Miller
>>> On 5/28/2007 at 1:15 PM, in message <[EMAIL PROTECTED]>, Laurie Harper <[EMAIL PROTECTED]> wrote: > Ken Miller wrote: >> Also, the only runtime dependency indicated for Struts 2 is the velocity-dep > jar (along with commons logging, I'll assume). Is this correct, or are there > other depend

Re: Struts 2 and JDK 1.4.2

2007-05-28 Thread Ken Miller
>>> On 5/28/2007 at 10:23 AM, in message <[EMAIL PROTECTED]>, Dave Newton <[EMAIL PROTECTED]> wrote: > --- Ken Miller <[EMAIL PROTECTED]> wrote: >> To those folks out there who are restricted to JDK >> 1.4.2, are you running the Struts 2 back port, and >> if so, how successful have you been? > >

Re: Struts 2 and JDK 1.4.2

2007-05-28 Thread Laurie Harper
Ken Miller wrote: Also, the only runtime dependency indicated for Struts 2 is the velocity-dep jar (along with commons logging, I'll assume). Is this correct, or are there other dependencies? Indicated where? See here for minimum requirements: http://struts.apache.org/2.x/docs/simple-setup.

Re: Struts 2 and JDK 1.4.2

2007-05-28 Thread Dave Newton
--- Ken Miller <[EMAIL PROTECTED]> wrote: > To those folks out there who are restricted to JDK > 1.4.2, are you running the Struts 2 back port, and > if so, how successful have you been? I had no issues fairly far into a small-ish app using S2, Tiles 2, and Hibernate 3. > The requested file /Hell

Struts 2 and JDK 1.4.2

2007-05-28 Thread Ken Miller
To those folks out there who are restricted to JDK 1.4.2, are you running the Struts 2 back port, and if so, how successful have you been? I'm trying to get the back port to work in a 1.4.2 engine, but I haven't had much success as of yet. I'm following the tutorial from the Struts website (t