Geeks Talk

Prepare for your Next Interview




Servlet's Context Information

This is a discussion on Servlet's Context Information within the JSP forums, part of the Web Development category; How can I get one Servlet's Context Information in another Servlet?...


Go Back   Geeks Talk > Web Development > JSP

Register FAQ Members List Calendar Mark Forums Read
  #1 (permalink)  
Old 05-02-2007
Junior Member
 
Join Date: Apr 2007
Location: Mumbai
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
jayalakshmic is on a distinguished road
Servlet's Context Information

How can I get one Servlet's Context Information in another Servlet?
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 06-15-2007
Junior Member
 
Join Date: May 2007
Location: Bangalore
Posts: 19
Thanks: 0
Thanked 1 Time in 1 Post
sweet_person is on a distinguished road
Re: Servlet's Context Information

We can Servlet context information using the ServletContext object . i am writing the code pls go through this.
First SERVLET:

ServletContext sc=getServletContext();
sc.setAttribuer("name","value");//the value may also be an object

Second Servlet:
ServletContext sc=getServletContext();
sc.getAttribute(name); //this will returns the value.


I think this is fine and any problem send message .
Reply With Quote
Reply

  Geeks Talk > Web Development > JSP


Thread Tools
Display Modes


Similar Threads

Thread Thread Starter Forum Replies Last Post
Information regarding ISTQB p_shilpa Testing Issues 12 4 Weeks Ago 07:58 AM
BEst method to pass information pjitu1969 ASP.NET 2 05-02-2007 10:44 AM
requires information abt sun certification snehal_thakre Certification 1 09-24-2006 05:16 AM
Information about Files scott Unix/Linux 1 09-24-2006 04:57 AM
Information Security IT Certification Lokesh M Certification 0 06-22-2006 03:49 AM


All times are GMT -4. The time now is 12:45 AM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Copyright © 2008 GeekInterview.com. All Rights Reserved