I don't believe:
docBase="/site/www.tenetchoices.com/webapps/"
would be correct in any version of Tomcat. docBase should
point to the directory that contains "WEB-INF" as one of its
subdirectories. Typically WEB-INF's are found under
*subdirectories* of "webapps", not directly underneath
"webapps".
Cheers,
Larry
> -----Original Message-----
> From: Steven Turoff [mailto:[EMAIL PROTECTED]]
> Sent: Saturday, December 01, 2001 6:10 AM
> To: [EMAIL PROTECTED]
> Subject: Getting desperate - Bad file argument to include error
>
>
> Greetings,
>
> I posted a message on this error earlier today, however, I'm
> now getting
> worried, as I can't get rid of the error. Here is the original post:
>
> >All of my jsp files have the following line in them:
> >
> >
> ><%@ include file="/templates/header.jsp" %>
> >
> >
> >Whenever I restart Tomcat, I get a "Bad file argument to
> include" error.
> >After 10 minutes, or so, this error goes away. I have no idea what's
> >causing the error and even more perplexing is why it goes
> away by itself.
> >Any help would be much appreciated.
>
> This time, however, the problem has not gone away. I've tried
> restarting
> Tomcat and Apache (running on Redhat), and running ./build
> all, but nothing
> has helped. It seems like the context is incorrect. I've
> defined it as follows:
>
> <Context path=""
> docBase="/site/www.tenetchoices.com/webapps/"
> debug="9"
> reloadable="true" >
> </Context>
>
> Don't know where to go from here.
>
> Thanks,
>
> Steve
>
>
> --
> To unsubscribe: <mailto:[EMAIL PROTECTED]>
> For additional commands: <mailto:[EMAIL PROTECTED]>
> Troubles with the list: <mailto:[EMAIL PROTECTED]>
>
--
To unsubscribe: <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>