Hello Ankit,

You need to use "project-name-server.xml" configuration file for your
servers and "project-name-client.xml" for the applications that will be
connecting to the cluster of servers. No any other JARs are needed,
WebConsole simply prepares some code templates that can be reused by your
apps but those templates are optional.

What might be needed is a reconfiguration of Discovery SPI and IP Finder
that depends on your environment. By default, the console sets
MulticastIPFinder and you would need to select a different one:
https://apacheignite.readme.io/docs/tcpip-discovery

-
Denis


On Tue, Dec 17, 2019 at 9:46 AM Ankit Gupta <[email protected]>
wrote:

> Ignite cluster is deployed on Kubernetes environment with 2 instance of
> server.
> Webconsole frontend, backend, & webagent is also running in kubernetes
> under same namespace.
>
> Using ignite webconsole i have imported metadata of postgresql(RDBMS)  i
> have imported schema information of database, on configuration page created
> the caches & sqlschema & downloaded the project.
>
> As my ignite server is running in container environment i cannot deploy
> the jars files on running container  build using project files from
> webconsole.
>
> how the configuration can be deployed/configured for loading cache from
> 3rd party persistence storage in container environment.
>
> Do i need to pass the cachedatabase.xml file which was created during
> cache configuration from webconsole to running ignite server.
>
> please suggest
>
>
>
>

Reply via email to