Re: Sanity check: Struts 1.2.4/Tomcat config

2004-10-15 Thread Kevin Clifton
Doh -should have thought of that! That was the next logical thing to try, wasn't it? Thanks, that fixed it! Kev On Fri, 15 Oct 2004 11:31:04 -0700 (PDT), Brian Showalter <[EMAIL PROTECTED]> wrote: > Did you create an actual welcome.do file (it could be empty) in your > directory? > > > > >

RE: Sanity check: Struts 1.2.4/Tomcat config

2004-10-15 Thread Durham David R Jr Contr 805 CSPTS/SCE
Try /welcome.do - Dave - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Sanity check: Struts 1.2.4/Tomcat config

2004-10-15 Thread Brian Showalter
Did you create an actual welcome.do file (it could be empty) in your directory? --- Kevin Clifton <[EMAIL PROTECTED]> wrote: > Maybe it's the lack of caffeine, but I can't make this work. I've > got > a element in web.xml, and I've added welcome.do > as > a file in that list, but Tomcat (5.0.27

Re: Sanity check: Struts 1.2.4/Tomcat config

2004-10-15 Thread Kevin Clifton
Thanks Craig. Maybe it's the lack of caffeine, but I can't make this work. I've got a element in web.xml, and I've added welcome.do as a file in that list, but Tomcat (5.0.27) isn't attempting to load that URL, as far as I can tell. I did add an "index.jsp" element to the welcome-file-list, and

Re: Sanity check: Struts 1.2.4/Tomcat config

2004-10-14 Thread Craig McClanahan
All you need to do is add a "welcome file" element in web.xml that points the user at your login action: welcome.do This won't work in Tomcat 4, but does work in Tomcat 5. (NOTE: if you're using Servlet 2.3 or earlier format for your web.xml file, the order of the elements is defined

Sanity check: Struts 1.2.4/Tomcat config

2004-10-14 Thread Kevin Clifton
Hello all. I'm just looking for a quick sanity check before I go off to build some pieces I'm building out a webapp that will use Struts with Tomcat 5.0.2x. I'm planning to run everything under Tomcat and avoid deploying Apache for handling static content. I've prototyped a signup module for