This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Servlets and the fly likes how to run socket program from web container(like servlets) Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "how to run socket program from web container(like servlets)" Watch "how to run socket program from web container(like servlets)" New topic
Author

how to run socket program from web container(like servlets)

dorra smiles
Greenhorn

Joined: Mar 25, 2004
Posts: 1
Hi
How to call a socket program or class from servlet. The Servlet runs inside a web container.
thanks
dorra
Nathaniel Stoddard
Ranch Hand

Joined: May 29, 2003
Posts: 1258
You can do either just as you would in a normal program. If you're new to Servlets, I recommend you take a look at the J2EE tutorial that deals specificially with developing Servlets.


Nathaniel Stodard<br />SCJP, SCJD, SCWCD, SCBCD, SCDJWS, ICAD, ICSD, ICED
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: how to run socket program from web container(like servlets)
 
Similar Threads
Running a Socket server process in Tomcat
Web Container
Can we make " singelton servlet" ?
Webservice Responses
How a servlet Container differ from web container?