RAP / Tomcat Issue [message #790268] |
Sat, 04 February 2012 02:07 |
J G Messages: 2 Registered: February 2012 |
Junior Member |
|
|
Hi,
I am developing a RAP application that gets deployed as a war file in tomcat.
In the application, I dynamically generate POJO java source files, compile them, load their compiled classes so I can use them dynamacally.
I have this working in Eclipse (RCP/RAP development), but cannot get this to work in tomcat. I looked into registering a file/folder as a resource using org.eclipse.equinox.http.registry.resources entry points, but this doesn't provide a solution as these files are read-only.
I need to write java source files dynamically from a deployed RAP application and be able to compile, load, and use those classes from within the same runtime instance of the RAP application.
Is this something I configure in Eclipse, or is this something I configure in Tomcat.
Any suggestions would be greatly appreciated.
JG
|
|
|
|
Powered by
FUDForum. Page generated in 0.02576 seconds