answersLogoWhite

0


Best Answer

Apache Tomcat server is commonly used for hosting web applications. A web application is one that is executed in a web browser. For ex: http://www.wikianswers.com/ is a web application that is hosted on a webserver. Tomcat is one of the various web servers available. Some others are weblogic, websphere etc.

User Avatar

Wiki User

15y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the Apache Tomcat server commonly used for?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

How do you create a webpage using apache tomcat?

Apache`s Tomcat is an integrated web server. It si used for hoisting web sites with support for servlets, jsps and other server-side technologies. It IS NOT USED for CREATING websites. Make a web-page using html(you may use tools like dreamweaver or outlook for the design). Have a jsp script supporting the server side computations and run on apache webserver and feel the magic..


What is Apache bridge?

The Apache Bridge is an Apache plugin that integrates an Application server like Oracle's Weblogic with an Apache HTTP server and is usually used in cases in which Apache handles static web pages and Weblogic servlets handle the dynamic content.


What is deployment in java?

Deploy = build packet application that use by user to install your program Deploy = Finishing & Packaging In Java : - desktop : usually we deploy application to *.jar files - web app : usually we deploy it to *.war files feel free to visit http://www.javaclopedia.com


JavaScript is the dynamic scripting language in web browsers It is typically embedded in HTML documents to be interpreted by the browser for client side processing It was also used as a server side?

Yes, JavaScript was (and is) used server-side. In 1994, Netscape released their Netscape Enterprise Server, which allowed for the use of JavaScript as a server-side language. It was never really hugely popular. But Apache still makes available their "mod_js" for this express purpose. (Even if it's not intended as production use, rather described as "just a toy.")


What is domain name server use for?

dns used to find the mail server for a domain?

Related questions

How do you create a webpage using apache tomcat?

Apache`s Tomcat is an integrated web server. It si used for hoisting web sites with support for servlets, jsps and other server-side technologies. It IS NOT USED for CREATING websites. Make a web-page using html(you may use tools like dreamweaver or outlook for the design). Have a jsp script supporting the server side computations and run on apache webserver and feel the magic..


What market segments is Apache being used?

Web hosting as Apache is a web server


Is apache the wolrds most common web server?

Apache currently has over 60% of the market share and is the most used web server.


What is Apache bridge?

The Apache Bridge is an Apache plugin that integrates an Application server like Oracle's Weblogic with an Apache HTTP server and is usually used in cases in which Apache handles static web pages and Weblogic servlets handle the dynamic content.


What web server is used in SUSE Linux 9.3?

Probably Apache


How do you compile servlet in java using tomcat?

Tomcat is a server. It is used to deploy and run Servlets and not compile them. A Servlet is a java file and has to be compiled just like any other Java Class.


Why are port 8080 and 8081 are used?

Here is the use of port 8080 and 8081 8080/TCP HTTP alternate (http_alt)-commonly used for Web proxy and caching server, or for running a Web server as a non-root user Official 8080/TCP Apache Tomcat Unofficial 8080/UDP FilePhile Master/Relay Unofficial 8081/TCP HTTP alternate, e.g. McAfee ePolicy Orchestrator (ePO) Unofficial you can check the details of other ports on this link. http://en.wikipedia.org/wiki/List_of_TCP_and_UDP_port_numbers


Is apache a front end web server?

Apache is The Apache Software Foundation which created the web server called The Apache HTTP Server Project this is usually shorted to just Apache though.The Apache web server is also known as HTTPD.http://httpd.apache.org/


Which operating system is used for Apache web server?

Although Apache was originally developed for Unix and Linux based systems it will also run under Windows.


What is the Apache HTTP Server project?

The Apache Hypertext Transfer Protocol Server project is to improve and maintain an open-source server. This in turn can be used for modern operating systems. With it being open-source, it allows for individuals to use it's code, and therefore potentially improve the offering.


What database does the WAmmp server refer to when it's used with PHP?

WAMP is an abbreviation of "Windows, Apache, MySQL, and PHP", so it uses MySQL database server.


What is the server used to run PHP in Windows?

One of the Windows Server operating systems. PHP can be installed with Microsoft's IIS web server as an ISAPI filter, or you can install the WAMP server under Windows that contains the Apache web server, the PHP interpreter, and mySQL. There are others as well, such as the Xitami web server, etc., that work equally well with PHP under windows.