Hi all,
I'm building a system that must be able to execute any java app that
will be uploaded.
In fact the server (a web app running under tomcat) just dispatches
these applications to other pcs.
The problem is that while the server serializes the application class
files for dispatching I get a HTTP 500 error on the pcs that want to
execute the code.
I'm not getting this if I copy the app files (contained in a jar) in the
WEB-INF/lib before starting tomcat.
So I concluded that the reason for the error is that this jar file is
not in the classpath of the web application class loader.
First I want to ask if you agree with that.
Second, if you do is there a way to add a jar file in the web
application class loader classpath, while the application is running.
Note that I modified the code so that the jar file is copied in
WEB-INF/lib after uploading, but that didn't work.

Thanks
-George



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to