Bala Raj

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

Recent posts by Bala Raj

Thanks Tim for spelling out the advantageous of Maven.

It seems Maven can help to compile and create the binary files. At the same time I'm wondering what kind of configuration and coding is required to do the following:

1- Pull code from a source control (such as ClearCase, SubVersion)
2- Do a build
3- Run some unit tests
4- Deploy to destination servers
5- Schedule and run 1 through 4
6- Notify the users the outcome

Will I be able to achieve the above with Maven? If not what kind of tools do I need to achieve the above?

Regards
Bala.

[ April 24, 2007: Message edited by: Bala Rajamani ]
[ April 24, 2007: Message edited by: Bala Rajamani ]
17 years ago
Hello,

I'm just kind of new to Maven and in the process of migrating from ANT. So wondering how Maven will help to build, test and deploy to destination serves (kind of end to end build tool).

Can someone share their experience and/or thoughts?

Thanks in advance,
Bala.
17 years ago
Hi Srini/William,

How was Test 252? Could you guys share your experience?

Thanks,
Bala
I have been asked to consolidate very big Websphere and HTTP server logs. Could you some suggest the best way to analyze WAS 5.x logs? I have tried to eclipse-Log Analyzer but it needs lot of memory.
Thanks in advance.
20 years ago
I created new instances of WTE after removing the old ones. But still the problem persists. Getting different error this time:

But no detailed errors found the console.
21 years ago
How do I remove the current server instance? Could you help me on that? - Thanks.
21 years ago
Now I am able to start WSAD but getting errors when I'm starting Test Environment.
Also I am unable to find any logs under "com.ibm.etools.websphere.runtime" dir. Also I searched "WSAD" installed directory for log files and found none. No erros in the console too.
[ September 26, 2003: Message edited by: Bala Rajamani ]
21 years ago
I did try after re-starting the PC but still the problem occurs.
- Is it problem if I installed any other JDK version in my local machine?
- Is there any patch available to rectify this error? I searched IBM site but unable to find any solution to my problem.
Thanks in advance
21 years ago
From: balasri1972@yahoo.com (Bala)
Newsgroups: ibm.software.websphere.studio
Subject: WSAD 4.0.3 Test Environment
NNTP-Posting-Host: 129.9.163.234
Message-ID: <36eb12cc.0309241325.15a9e9d2@posting.google.com>
Getting the following errors when I am starting WSAD 4.0 on Win 2000
Pro machine.
1. An internal error has occured.
2. An Internal error has occured. null argument
3. The server named Websphere4.0 Test Environment did not start
correctly. Check the console for error messages.
Can someone tell me how can I resolve this issue?
Thanks in advance
21 years ago
Is there any utility available to de-compile and create javadoc of a jar file?
Thanks.
21 years ago
Can some one tell me which jar file contains javax.sql.DataSource class? Downloaded JDK 1.4 from sun but unable to find the jar with this class (javax.sql.*) file.
Thanks in advance.
Thanks for the reply Paul. But I can�t use both the solutions, because of the following reasons.
1) If I use javascript submit I loose request object, which I need to forward for the action class2.
2) My whole application is using standard header information (Meaning only one header.jsp) for the whole application.
I want to display Page A1 until I get reply from action class2.
21 years ago
Is there any way to submit a page dynamically using Struts tags?
Right now I'm having two pages A & B.
Page A calls an action class, which will call Page B on success
Page A -> action class1 -> Page B
But I would like to introduce an interim page A1 (between A & B), which will show some text message to the user.
1. Page A calls an action class on submit, which will redirect to Page A1 (on success)
2. Then Page A1 calls another action class dynamically (no user submission), which will re-direct to Page B.
User Submitting Page A -> action class1 -> Auto Submission of Page A1 -> action class2 -> Page B
Introducing Page A1 to show some text message to user, when the application processing at the back end.
But I don't know how to submit Page A1 dynamically. Tried to submit using response.sendRedirect, RequestDispatcher & java script submission. Is there any one help me on this?
Thanks in advance.
[ April 25, 2003: Message edited by: Bala Rajamani ]
21 years ago
Hi,
I'm able to solve this problem by changing the following line in obj.conf file of Netscape Enterprise Server 3.6.3.

line to

Thanks
Bala.
22 years ago
Hi,
I need to be able to determine whether users who hit my site have the 128 bit encryption patch installed on their Internet Explorer 4.x/Netscape Navigator4.x. I'm running Netscape Enterprise Web Server 3.6.3 on Solaris. I tired to deduct with Javascript but it is not working for Internet Explorer.
If I want to access "HTTPS", "HTTPS_KEYSIZE", and "HTTPS_SECRETKEYSIZE" from NES, How do I access through Java/CGI programs?
The are some good features are available in NES 4.x, but I can't use it because of the restriction at my client's place.
Any suggestions are Welcome.
Bala.
22 years ago