Servlet HTTP Tunneling - Define HTTP Tunneling?

Define HTTP Tunneling?

- In some organizations, the intranet is blocked by a firewall to the internet.

- It is exposed to the outer networks only by means of webserver port that accept only Http requests.

- In such situations, if protocols other than http are used, then they get rejected. The solution is to have them encapsulated in http or https and sent as an HttpRequest. Thus, masking other protocols as http requests is called HTTP Tunneling.
Difference between ServletConfig and ServletContext
Servlet ServletConfig and ServletContext - ServletConfig is a servlet configuration object. It is used by a servlet container to pass information to a servlet during initialization...
What is the difference between doGet() and doPost()?
In doGet(), the parameters are appended to the URL and sent along with header information...
Difference between using getSession(true) and getSession(false) methods
getSession(true) will check whether a session already exists for the user. If yes, it will return that session object else it will create a new session...
Post your comment
Discussion Board
applet
servlet and applet

applet run on client machine it has java virtual machine to convert the applet source code to byte code.but servlet need a webserver(apache tomcat or any other webserver ) to run its source code

Anwar 04-2-2013 08:51 AM

thanks a lot

I am new to servlet. This site helps me too much.I got many things in easy format...........

Sourav 09-26-2012 12:51 PM

experience

sir
this is a great job.
we are biggners and always fell hesitation to share or knowledge with others. due to some little questions , which ans we not know. your site provide complete in formation about that we are not able to purchase expensive book . so your site is valuable for us.
thank you very much

raj 02-08-2014 11:02 PM
Raj Chaudhary 02-8-2014
servlet and applet
applet run on client machine it has java virtual machine to convert the applet source code to byte code.but servlet need a webserver(apache tomcat or any other webserver ) to run its source code
Anwar 04-2-2013
thanks a lot
I am new to servlet. This site helps me too much.I got many things in easy format...........
Sourav 09-26-2012
experience
sir
this is a great job.
we are biggners and always fell hesitation to share or knowledge with others. due to some little questions , which ans we not know. your site provide complete in formation about that we are not able to purchase expensive book . so your site is valuable for us.
thank you very much
savita 05-30-2012