Arun Vethadas .T

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

Recent posts by Arun Vethadas .T

Hi
i think this error is b'cos of VM.
Classic VM & Solaris VM & HOT Java VM.
Pls. help me.
Arun.
22 years ago
JSP
Internal Servlet Error:
java.lang.NoClassDefFoundError: sun/awt/motif/MToolkit
OS : SUNOS
unix
java 1.2.2
what's the error why is coming. Running well in
windows 2000. java1.2.2
pls.help me

Thanks,
Arun.
22 years ago
JSP
hi
i want to download tomcat. i go through tomcat website in downloads i find Binary code and source code. i dont known where to download the tomcat web server and how.
Thanks,
Arun.
22 years ago
JSP
Hi
For mailing i'm using Javamail.
In database i have a date field(end date of issue).i want to send automatic mail when system date equals end date. How i do this in JSP.
checking with sysdate with date field and how the mail automatically send to the person. we have to write any bat file for automatic running of the mail file. or what how to do it? sample code please!!!
Thanks,
Arun.
22 years ago
JSP
Hi
Thank u very much.
Thanks,
Arun
22 years ago
JSP
Hai
in my jsp file i want to send mail using
outlook(MSExchange Server) mailid while submiting the page or form. Automatic email send to the particular person. And i want to send a alert mail when person final date of the project.the date is in the database while submiting the form we send the date also. Pls Help me urgent.sample code ps.
Thanks,
Arun.
22 years ago
JSP
Hi All
Thanks for nice help.
Arun.
22 years ago
JSP
hai
what is the default time for session invalidation. how many minutes. how i find it. how i chang it in JSP page & servlet file.
pls.Help me.
Thanks,
Arun.
22 years ago
JSP
Thank u I got some idea. i think because of network slowdown. any one pls. give more details
about the problem.

Arun.
22 years ago
JSP
Thank u verymuch
Arun.
22 years ago
Ctx( ): IOException in: R( + / + /index.html) Connection aborted by peer: socket write error
Ctx( ): IOException in: R( + / + /tomcat-power.gif) Connection aborted by peer: socket write error
...
What is the problem? Why do I get these error messages?
Is anything configured wrong?
Thank you for your help,
22 years ago
JSP
hai
use like this.
String t4 = rs.getString("username");
if(t4==null)
{
t4="";
}
String t5 = rs.getString("modality");
if(t5==null)
{
t5="";
}
Arun.
22 years ago
JSP
hi
Why this error is coming in network.
Connection aborted by peer: socket write error
any problem with database connection.
pls.help me
Arun.
22 years ago
JSP
hi
i want to send automatic mail from jsp page,
where i submit the page,it automatically send the mail to some id. how i do that.pls. help me.
thanks,
Arun.
22 years ago
JSP
Hai
i have one problem. IN my servlet one if condition where i using response.sendRedirect("filepath");it ask for full path like("http://3.50.20.12:8080/six/page3.jsp")
when i give response.sendRedirect("page3.jsp");
it is not working. i don't know why?
pls . help me.
Thanks,
Arun.
22 years ago