aitex abex

Greenhorn
+ Follow
since Jun 02, 2006
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by aitex abex

Hi All,

In our one Application where we simply set an ArrayList in session scope as:
<jsp:useBean id="arrList" class="java.util.ArrayList" scope="session" />
And get ArrayList in the same page.

This is working on our local environment. But not working on the live where there is clustering between three server.

Is it problem with clustering or anything else, please suggest.

Thanks in advance.
15 years ago
Which is better to join–
1. Development works with CMM 5 Level Indian Company (Where all the clients will be Indian)

or

2. Maintenance cum development with multinational foreign CMM 5 Level Company(Big company branch located 40 country).

Thanks.
16 years ago
Hi all,

I have 2+ year experience in java/j2ee.
Currently I have got two offers latter but yet not decided which is better for me..
pls advice me …

1.
�First company is India based CMM 5 level company ---
�The work is on pure Development
�Salary 4.2 K


2.
�Second company is a MNC Located in 40 countries.
�The work is one Maintenance cum development.
�Salary 4.5 k


Also…

Any one can explain about on site opportunities in [Company 3] India.


Thanks in Advance.
[ August 25, 2007: Message edited by: Mark Herschberg ]
16 years ago
Hi All,

I am currently working as a Sr. software developer having 2.5 year of experience. A company (CMM Level 5) offered me as an Associate System Analyst position.
Is it right to join the new company or not.
Please suggest me….
Thanks in advance.
16 years ago
try{
String myServletUrl = getCodeBase()+ "mystatusservlet.jsp";
java.net.URL url = new java.net.URL(myServletUrl);
java.net.URLConnection urlConn = url.openConnection();
---------
------
----
}catch(Exception e){
e.printStackTrace();
}

I am doing connection to servlet through Applet in my code..
When my Application server is down then my Applet waiting & only waiting for connection long time, My problem is that in this case i have to provide some message to client like "App is down try after some time" .

Applet even not throw any exception in this case.
How can i handle this type of problem???
17 years ago
To fail, especially in a course or an examination
Hi All,

I have already implement log4j for log on console(ConsoleAppender) and also in a separate file(RollingFileAppender) its running fine.

Now I want that if any info or fatal occurred then log4j fire a mail to a particular mail id.

I am trying this by using SMTP appender as:

<appender name="EMAIL" class="org.apache.log4j.net.SMTPAppender">
<param name="BufferSize" value="512" />
<param name="SMTPHost" value="mail.test.com" />
<param name="From" value="ravir@test.com" />
<param name="To" value="ravir@test.com" />
<param name="Subject" value="[SMTPAppender] Application message" />
<layout class="org.apache.log4j.PatternLayout">
<param name="ConversionPattern"
value="[%d{ISO8601}]%n%n%-5p%n%n%c%n%n%m%n%n" />
</layout>
<filter class="org.apache.log4j.varia.LevelRangeFilter">
<param name="LevelMin" value="INFO"/>
<param name="LevelMax" value="FATAL"/>
</filter>
</appender>


But its not working.

i think i have to mention username and password in xml file but when i mention username and password as:
<param name="username" value="user" />
<param name="password" value="123" />

then on the console i get message that parameter name username and password is not a valid parameter.

Any body have idea about log4j SMTP Appender ..
17 years ago
Hi All,

I have already implement log4j for log on console(ConsoleAppender) and also in a separate file(RollingFileAppender) its running fine.

Now I want that if any info or fatal occurred then log4j fire a mail to a particular mail id.

I am trying this by using SMTP appender as:

<appender name="EMAIL" class="org.apache.log4j.net.SMTPAppender">
<param name="BufferSize" value="512" />
<param name="SMTPHost" value="mail.test.com" />
<param name="From" value="ravir@test.com" />
<param name="To" value="ravir@test.com" />
<param name="Subject" value="[SMTPAppender] Application message" />
<layout class="org.apache.log4j.PatternLayout">
<param name="ConversionPattern"
value="[%d{ISO8601}]%n%n%-5p%n%n%c%n%n%m%n%n" />
</layout>
<filter class="org.apache.log4j.varia.LevelRangeFilter">
<param name="LevelMin" value="INFO"/>
<param name="LevelMax" value="FATAL"/>
</filter>
</appender>


But its not working.

Any body have idea about log4j plss..

Thanks in advance..
Hi All,

I am new in Weblogic8.1 Currently i am using TextPad as editor.
I want to work on Weblogic workshop as a editor (and for all work )is it usefull ? if yes then pls guid me how i can start weblogic workshop from remote place in UNIX.also give me some link where i can find about How to use Weblogic workshop.

Thanks in Advance.
17 years ago
I tried putting log4j.jar file in WEB-INF/lib directory but it didn't
work,so I added log4j.jar file in classpath in startWeblogic.sh/cmd file
and still getting this error.
Any idea?
Thanks in Advance.
17 years ago
In general we use Public static final but there is no any restriction or any rule for not use Public final static its depends upon your coding habits.
17 years ago
Hi All,
Currently I am working as a Software Programmer in J2EE technology and having 1.5 Year Experience in Maintenance cum Development on Client side. I want to move in a Good company with good package. What I should have to do.
I have good knowledge of my Project flow(Financial Domain)but not more about Development.
Please give me some advice that can I get the development work or continue with maintenance And what is the future of maintenance type of job in J2EE.

Thanks in Advance.
17 years ago
Dear all,
I want some help regarding as�
I want when user login then just after login a small window (user can�t close or minimize this) open for some time (suppose 10 seconds) which contain some information for user and it close automatically. Meanwhile other processing is going on.

How can I do this?

Thanks in Advance.
Hi All,

Currently I am using as..
var x = window.confirm("my message");
In this case we get OK and CANCLE button.
But the requrements is for YES and NO button.
Any JS expert can give me suggestion.

Thanks in Advance.
Bye.......

[Bear edit: not so urgent]
[ July 27, 2006: Message edited by: Bear Bibeault ]
if(some condition){
alert("my message");
}

When we run alert message display as :

my message

OK
But the problem is that in title bar i want my own.. somthing related to my project but by default we find " Microsoft internet explorer" so wahts solution.
Any body please.
Thanks in advance.
bye.