shekoo shek

Greenhorn
+ Follow
since Apr 18, 2006
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by shekoo shek

Hi ppl,

I have basically three applications. I want each one of the application to run on a different port like 7002, 7003 and 7004.

In my web servers obj.conf I have each application running on port 7002, 7003 and 7004.

But how to configure and run weblogic for a particular application

Can anybody suggest how to configure it.

Thanks,
shek
18 years ago
HI,

I have an application which uses BEA weblogic server and iplanet webserver.
MY application works fine, but there is one place where i call a servlet.

At that point of calling a servlet, the url suddenly changes from https to http.ONly if i call a servlet it changes, in othercases works fine

I really do not know what is happening.

Any suggestions.

Thanks,
shek
18 years ago
After looking at some suggestions on line we tried to add Idempotent="OFF"

here is how the obj element looks

<Object name="weblogic" ppath="*/apps/*">
Service method="(GET|HEAD|POST|PUT)" fn="wl_proxy" DebugConfigInfo="ON" WLLogFile="C:/iPlanet/Servers/localhost/logs/wlproxycpr.log" Debug="ON" WebLogicHost=localhost WebLogicPort=7001 PathTrim="/apps" Idempotent="OFF"
</Object>

Now the retry has stopped but the browser shows the following error.

Message from the NSAPI plugin:

Internal Server failure, NSAPI plugin. Cannot continue.

Any ipnputs is appreciated
18 years ago
I tried upping the value for WLIOTimeoutSecs but its still retries the request after 5mins (300 sec).

Here is the entry in obj.conf.

<Object name="weblogic" ppath="*/apps/*">
Service method="(GET|HEAD|POST|PUT)" fn="wl_proxy" DebugConfigInfo="ON" WLLogFile="C:/iPlanet/Servers/localhost/logs/wlproxycpr.log" Debug="ON" WebLogicHost=localhost WebLogicPort=7001 PathTrim="/apps" WLIOTimeoutSecs="1800"
</Object>

I am using Iplanet 6.0 and weblogic8.1

any kind of suggestion is appreciated.
18 years ago
Hi ppl,

I have an application, which uses iplanet and weblogic.I send one request which takes more than 5 minutes for processing that.

Since, it takes more than 5 minutes, the iplanet is again resending the
same request. Is there any way to make iplanet not to send another request
after 5 minutes.

Please suggest on this.

Thanks,
shek
18 years ago
Hi,

After fetching around 8000 rows, we do processing for that. and then we make corba calls.
I am not sure why it resends the same request after 5 minutes.

Suggestions appreciated.

Thanks,
Chandra
18 years ago
Hi Everybody,

I have an application, where i fire one query, which fetches around 5-8 thousand records, the thing is after fetching 4 thousand records, the weblogic servers resends the same request. So, I am not able to retrieve all records. Any ideas why it is like that?

Suggestions appreciated.

Thanks,
shek
18 years ago