Hi all,
I have some troubles with the IT2Be plugin in combination with WAR
In developer everything runs fine.
When I deploy the WAR file the connection could not be establised.
IT2BE plugin is trusted and running with the latest version
Can someone / Servoy help me here?
Using Servoy 803
Tnx
not that I can find.
Even run the WAR on tomcat server (seperate) where my developer is installed.
Same issue
And your exact problem is what? That the connection cannot be established? Does the plugin load correctly at all?
I think that in older versions of Servoy there was a problem with plugins that require external libraries from folders that did not have the same name as the plugin itself. So let’s say you have
myplugin.jar (the actual plugin)
myplugin (a folder containing additional libraries used by that plugin)
then all is fine. But when you have
it2be_exchange.jar (the plugin)
it2be_core (a folder with additional libraries)
that it2be_core did not make it into the war.
See this thread: viewtopic.php?f=69&t=21511
So the first question is: is the plugin actually loading correctly?