Mahesh Bhatt

Ranch Hand
+ Follow
since Sep 15, 2004
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Mahesh Bhatt

Hi,

Is there a way to configure the timeout period for my weblogic server's admin console.

Thanks
Mahesh
18 years ago
now whatever the reason may be, we first need to see if the second server is ready to take the new requests or not. I mean to say that we need to check if this server is accesible from the machine where the client is running.
Are you able to ping this server using the Weblogic.Admin command ?
If you are able to ping this server, then please check the code, does it have the correct information about the URL of the second server?
18 years ago
Hi,

There is nothing as good as a hands on experience. However, you can also go and get a book named "Weblogic Bible" - This will ensure that you have quite good knowledge of almost every aspect of weblogic.

Hope it helps.

Regards
Prashant Bhogvan
19 years ago
Hi Chandu,

Can you please send the full stack trace.

Regards
Prashant Bhogvan
19 years ago
Hi,

When you deploy this application, a session will be created. Even though the application is deployed on a cluster, only one session will be created and this session's "creation" information is updated on all other managed servers. I would say that this would work.

Please let me know if I am not clear with the problem.

Regards
Prashant Bhogvan
19 years ago
Hi,

I am looking for a place to download the Apache web server for IBM AIX 5L Versions 5.1, 5.2, 5.3. Can someone please let me know where I can download this from.

Regards
Prashant
19 years ago
Hi,

I was looking for certain good articles on effectively reading thread dumps. I could not find some really good stuff. Does anyone know some good links for analysing thread dumps.

I am posting it here as the people visiting this forum must be those techies who go through thread dumps. ;-)

Thnaks
Prashant
19 years ago
There are no conflicts between oracle and Weblogic as such but this exception would only come if there is something running on those ports. Please try to run the server on an odd port number like 4987. This shall definately work.

Thanks
Prashant
19 years ago
What is this referring to? Can you please be clear in the question.
I see a previous post by you, Is it an entension to that?

Regards
Prashant
19 years ago
Thanks Chris,

I also was thinking on the same frequency, I thought of posting it here just to confirm if there was any other way that I might be missing.

Thanks
19 years ago
We have been developing a new application and now is the time to prepare for its deployment in production environment. In production we want to setup the URL http://admin.ias.com to point to that new application which will be running on http://www.ias.com:9004. Another application is already running at http://www.ias.com:80 and we need to have that running in that same URL going forward too ie. http://www.ias.com:80.


Please let me know how I should configure WebLogic to achieve this. We can get the domain and have the DNS entry for http://admin.ias.com.

So ideally there are two applications, 1 machine, 2 servers on port 9004 and 80. And I need the url's to be:
1) http://admin.ias.com - for new application
2) http://www.ias.com:80 - old application.

I am not planning to go for another machine or even Apache.

Thanks
Prashant

Thanks
19 years ago
We have been developing a new application and now is the time to prepare for its deployment in production environment. In production we want to setup the URL http://admin.ias.com to point to that new application which will be running on http://www.ias.com:9004. Another application is already running at http://www.ias.com:80 and we need to have that running in that same URL going forward too ie. http://www.ias.com:80.


Please let me know how I should configure WebLogic to achieve this. We can get the domain and have the DNS entry for http://admin.ias.com.

So ideally there are two applications, 1 machine, 2 servers on port 9004 and 80. And I need the url's to be:
1) http://admin.ias.com - for new application
2) http://www.ias.com:80 - old application.

I am not planning to go for another machine or even Apache.

Thanks
Prashant

Thanks
19 years ago
Hi,

Please help. I just installed WLS9.1. The "lock and edit" button on the console is disabled.
I am the only user created for this domain. I log in with Admin privillages and am sure that there is no one else who has obtained a "lock" on the console.

Any ideas what I might be missing.

Please help, I am unable to do anything on the console due to this problem.

Regards
Prashant
[ April 22, 2006: Message edited by: Bear Bibeault ]
19 years ago
Thanks guys,

That helps.

Regards
Prashant
19 years ago
Hi all,

I am new to this and need help here. Sorry if it sounds like asking homework to be done, but this is not the case.

We have a website where we perform the following steps daily, I am looking for a way to automate this.

1) open the url like www.abcd.com
2) login using my employee id and password (I guess I will need to read it from a file while automating).
3) a page opens and we need to enter a numeric value in a table.

Any help will be highly appreciated.

Regards
Prashant
19 years ago