|
From: Brian Z. <bri...@ya...> - 2001-02-09 23:40:44
|
----- Original Message -----
From: "Finn Bock" <bc...@wo...>
To: <jyt...@li...>
Sent: Thursday, February 08, 2001 1:48 PM
Subject: Re: [Jython-dev] sys.path in PyServlet [was: PyServlet]
> [Brian Zhou]
>
>
snipped.
> The ../lib and ../classes directories both have a well defined meaning
> already, so I don't think that they are good candidates for sys.path
> entries.
>
> <context>/WEB-INF/modules/ perhaps?
>
I agree that <context>/WEB-INF/lib and <context>/WEB-INF/classes seem be
reserved. And kind of like the idea of using <context>/WEB-INF/modules .
But I also think that making it more explicit would help avoid future
conflict, such as with Bistro or Rhino. How about just use
<context>/WEB-INF/jython
Regards,
/Brian
|