Message4111

Author amak
Recipients amak, rapto
Date 2009-01-30.12:33:47
SpamBayes Score 2.2001561e-06
Marked as misclassified No
Message-id <1233318828.36.0.739098959451.issue1254@psf.upfronthosting.co.za>
In-reply-to
Content
> Actually the trouble seems to be that python.home property is set to the
> other application's...
> I have found that PyServlet.java sets python.home, does it affect every
> other webapp?

org.python.util.PyServlet only computes a value for and sets python.home
*if* it is not already been explicitly set in the web.xml.

If you have two web applications, A and B, then whatever A does in
relation to python.home, either by setting it implicitly or explicitly,
will have *no* effect on application B; this is guaranteed at a servlet
container level.

I am closing this bug as "invalid"; if you want further assistance
configuring pyservlet, please post a message on the jython-users list.

https://lists.sourceforge.net/lists/listinfo/jython-users
History
Date User Action Args
2009-01-30 12:33:48amaksetmessageid: <1233318828.36.0.739098959451.issue1254@psf.upfronthosting.co.za>
2009-01-30 12:33:48amaksetrecipients: + amak, rapto
2009-01-30 12:33:48amaklinkissue1254 messages
2009-01-30 12:33:47amakcreate