Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Where should I place my Java application files to make them available to Macromedia Flash Remoting?

0
Posted

Where should I place my Java application files to make them available to Macromedia Flash Remoting?

0

Users can either add directories to the server’s JVM Classpath using the JMC, or use the SERVER-INF directory associated with the server. To use the SERVER-INF directory, for standard Java classes, including JavaBeans, you put the classes under jrun_root/servers/jrun_server/SERVER-INF. Loose classes go in a classes subdirectory and jarred classes go in a lib subdirectory; the classes are available server-wide. By default, Remoting doesn’t have access to classes in a web application, but you can put the Flash Remoting JAR file in a web application and add a servlet mapping to the web application’s web.xml file. You can also place Java classes in the jrun_root/lib directory if you want them to be available to the entire JRun installation. Note also that when you do put classes under a WEB-INF directory, loose classes go in WEB-INF/classes and jarred classes go in WEB-INF/lib.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.