Importing jars to RapidMiner Server

vinay7989vinay7989 Member Posts: 1 Contributor I
edited November 2018 in Help

My process includes a java snippet which imports an external library jar file. I moved the jar file to the studio lib folder and it is recognized in the studio java snippet import.

 

But when I move the process to server, where should I put the external jars? I put it in server installation folder, server uploads folder, server plugins folder and restarted server everytime. It is not being read by the server.

I am not building an extension but rather using an external library in the java snippet which gets imported and works in studio.

Tagged:

Answers

  • BalazsBaranyBalazsBarany Administrator, Moderator, Employee, RapidMiner Certified Analyst, RapidMiner Certified Expert Posts: 955 Unicorn

    Hi!

     

    You need to put the jar files into the Server's ear file which is a normal Zip archive.

    You'll find it in <installdir>/standalone/deployments/rapidminer-server-<version>.ear.

    The server shouldn't be running while you manipulate the ear file. Create a backup before changing it.

     

    This is of course not a supported configuration and will void any warranty. 

     

    Regards,

    Balázs

Sign In or Register to comment.