Re: [OT] Re: Hiding .do

2004-10-29 Thread Kevin Clifton
On Thu, 28 Oct 2004 20:14:03 -0700, Dakota Jack <[EMAIL PROTECTED]> wrote: > LOL This is good. That will be tucked away for the appropriate time. Nice! > > > > > On Thu, 28 Oct 2004 10:26:37 -0700, Craig McClanahan <[EMAIL PROTECTED]> wrote: > > If you want to bend some minds, map the contro

Re: Struts faces

2004-10-21 Thread Kevin Clifton
Doh! Looking back, I see he's got forward slashes in the path already, so I think that should parse OK. Must... read... carefully before... reply. :( But, if Tomcat isn't running in a cygwin-aware environment, that might be the problem. It might work with an absolute (non-cygwin) path like "c:

Re: Struts faces

2004-10-21 Thread Kevin Clifton
Just battled one of these this AM on Tomcat 4.1. In our case, it turned out that Tomcat couldn't parse the backslashes in the docBase. Try it with forward slashes as path delimeters. Kev On Thu, 21 Oct 2004 14:05:10 -0400, James Mitchell <[EMAIL PROTECTED]> wrote: > (Tomcat 5.0.28) > > Well, t

Re: Sanity check: Struts 1.2.4/Tomcat config

2004-10-15 Thread Kevin Clifton
ur > 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 tha

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

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