|
From: Jaroslav G. <j_g...@ya...> - 2001-02-19 10:57:58
|
Thank you Robert and all, now all is working fine...
... and I have another one question for you:
What exactly (from the servlet programers point of view)
do following lines (PyServlet.init())?
> > Can something be wrong with the following lines?:
> > ---from PyServlet---
> > PySystemState sys = Py.getSystemState();
> > sys.add_package("javax.servlet");
> > sys.add_package("javax.servlet.http");
> > sys.add_package("javax.servlet.jsp");
> > sys.add_package("javax.servlet.jsp.tagext");
> > ---end---
I was tracing the source code until PackageManager.makeJavaPackage(),
but I was completely lost there ;)
Regards
Gergic
__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35
a year! http://personal.mail.yahoo.com/
|