senthil narayan

Greenhorn
+ Follow
since Jan 25, 2002
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 senthil narayan

Hi,
I need to know how can we retreive all the active sessions in a server.I used the following code....
Enumeration e = getServletContext().getAttributeNames();
This gives all contexts but how will i get the active sessions.
URGENT...
THANKS..
22 years ago
Instead of using res.sendRedirect(),try using
<jsp:forward> which will not show the url in the browser.
Hope this helps...
22 years ago
JSP
I have a jsp
<html>
<body>
<jsp:include page="One.jsp">
...
In one.jsp
<%response.sendRedirect()%>
It gives me error saying response not found or not an object.
I have a inluded the necessary servlet package in the jsp that inlcudes this file.
Is that the JSP concept like we cannot use response object in included file.
Thanks
22 years ago
JSP
Say user calles "James" Logged in and till he logs out i should not allow him to enter with the same name "James"...
URGENT.
THANKS...
22 years ago
JSP
I should not allow the same user to login simultaneously...Say user has logged in and when he tries to login from another browser session i should not allow him to enter....
Urgent....
Thanks....
22 years ago
I have htmls,servlets,jsps,ejbs.I don't want to deploy it using AAT tool.so where will i save all my htmls,servlets,jsps,ejbs.How will i create jar file for ejb.Do websphere provide anytool.
though question is bit lengthy...but i need this help...i will be very thankful.......
22 years ago
Instead of using coocon to generate i think the foll is easy.
go to www.lowagie.com.
Tool name is :itext.
It's easy to generate pdf using this tool.
22 years ago
First get the user(for exa. name,credit card number etc.,) details in html page and get these details in the servlets and check it with the database and see whether the user has entered correct details.Hope this will help u.Post if u need further help.
ALL THE BEST
22 years ago
Yes you can implement single thread model interface by implementing it in servlet class.but it affects performance very much so please see it whether it is actually needed.
22 years ago
Thanks Latha mary, the link u gave was very useful.....
22 years ago
I have htmls,servlets,jsp's, ejb's.what are the ways for me to deploy these as a single application in websphere...if anyone could please describe in steps will be very useful since i'm beginer to this...also i need to do it in work place also...so ur help will be very useful...
Thanks in advance.....
22 years ago
I have downloaded the websphere 3.5 now i need to know where to save the html,servlets,jsp and any properties file do i need to work with.alos how to deploy ejb,like how would i create jar file and deploy jar file.
Please it's very urgent.
Thanks in advance.
22 years ago
I have downloaded weblogic 6.0 can anyone please help me in where to save java file,jsp,servlet,ejb and html.Do i need to change
any properties file.where do i set the class path.
please help me it's very urgent.
Thanks in Advance.
22 years ago