cancel
Showing results for 
Search instead for 
Did you mean: 

How to Make PoolName in JCO Dynamic

Former Member
0 Kudos

Hello All,

I am working on Application which has an Interaction like

<b>My Application + (Servlet + Jco Program)</b> , finally results to retrieve a <b>table information</b> to my application.

Problem what i am facing is , Each time when i run my application it needs <b>PoolName to be changed Manually</b>.

Since poolname is saved in a Repository its not running with the same old poolname.

I want my application should <b>run dynamically</b>.

please suggest some Idea to resolve it.

Thanks and Regards,

Venu gopal.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hello venu,

>Since poolname is saved in a Repository its not running with the

>same old poolname.

where is your repository located? is it in the application side or in the server-side?

if it is in the client you may pass the poolname value via the servlet request parameter as what i suggested in the

.

it goes like this:

1) retrieve the poolname from the client repository

2) create the URL of the servlet or add the parameter poolname into the posted

data assigning it with the value you retrieve in one

3) in the servlet, get the parameter value of the posted poolname variable

4) use the poolname value into your JCo invocation

now, if the repository if in the server-side, you must find a way to retrieve it first

prior to making your JCo request.

regards

jo

Answers (0)