answersLogoWhite

0

Trick question, but no, you don't run servlet on Console Application. You could, but you don't.

Servlet is the term used in Java stack to describe a small unit of software to handle HttpRequest and generate HttpResponse. You would need a web server for that to manage other things of servlets need, and to receive requests and send responses.


If you truly want to run a servlet on a Console application, essentially you would need to write that console application to mimic what a web server do. Good luck with that.



User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

What is the use of console application in c sharp?

A console application is an Windows application where you only have access to a command-line console. You cannot use Win Forms with a console application. The Console class contains methods that you can use to interact with the user, such as Console.WriteLine("Hello World!"); They are useful if you want to write a program that you can run from a command line that does not need a graphical interface.


What is the use of console application in net?

As a "batch" or a command-like application. User may run them explicitly, or schedule them to be run. One good example is to have a console application to walk through a file system at every midnight to delete and backup some file items.


What does it mean by Win 32 console application?

an application that can run from Windows' command prompt ($ theApp or $ run theApp). 32-bit Windows system (Windows XP for an instance), or running as 32-bit application only in Windows 7.


What is meant by console application in dotnet?

Simply a non-GUI app. Like commandline in Windows. A black screen with text. The purpose of this type of application is to run in commandline.


How do applet differ from application program?

Applets are smaller programs embedded into the browser. An application is an executable .class or .jar file that is run directly from a console/desktop environment.


How can you run C programs on a Mac OS X?

You need the program Xcode which is on one of the Leopard install disks. If you want to make a new C-Application, select "new Project" then "console application" then "standard application".


What is console application in c sharp?

The console application in C sharp(C#) is a simple application which takes input and returns output on a command line console, with the following data streams: standard input, standard output, and standard error.


Is there a console that can play RuneScape?

No, there is not a console to my knowledge that can run runescape.


How do you make a PC to run a console?

The best way to make pc run in console,from accessories used defragment


Can you console in more than one variable at once in c?

Yes, you can. You can pass an array of data to your console application.


A computer system designed to run games is called a?

It is called a game console.


What is basics of dot net?

It has simple and user-friendly GUI which helps to create web application, windows application, console application etc. rapidly.