Expand my Community achievements bar.

Accessing JAVA Classes outside the TomCat container

Avatar

Former Community Member
I can have flex access java classes from the lib and classes folders.



We also have a oc4j container with classes in, which I would like to use without making copies to the TomCat container.



How can I configure my setup to call functions from these remote classes.



Thanks, Dan
1 Reply

Avatar

Employee
Hi Dan,



Well, this is more a Tomcat configuration question and not related to Flex/LCDS but take a look at the tomcat\conf\catalina.properties file. In there you can specify what jars, classes etc. are loaded by the different classloaders so I am guessing you would just add the classes from your oc4j container to one of loaders to get the classes into the classpath.



Hope that helps.



-Alex