answersLogoWhite

0


Best Answer

hello

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the use of Apache in JP ins ted of some other middle-ware server?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How did Apache HTTP Server get on your computer?

Apache would have to have been installed by a user at some point, or a program that was installed required the service.


Is tomcat server use for php?

In normal circumstances only apache server supports php scripts. There can be some tweaking done in tomcat to support php


What are some programs that can run on a Linux server?

"Linux can run programs ranging from Apache HTTP to SSH, GIMP Office, Mozilla Firefox, and a wide range of other Windows, Unix and other types of programs."


What are the famous web servers?

Microsoft IIS and HP Apache Microsoft IIS and HP Apache


Difference between apache and http server?

"Apache" is the name of a foundation that write open-source software. Apache HTTPD is a web server written in portable C (when people say "Apache", they usually mean Apache HTTPD.) It mostly serves static content by itself, but there are many add-on modules (some of which come with Apache itself) that let it modify the content and also serve dynamic content written in Perl, PHP, Python, Ruby, or other languages. Tomcat is primarily a servlet/JSP container. It's written in Java. It can serve static content, too, but its main purpose is to host servlets and JSPs. Although it's possible to get Tomcat to run Perl scripts and the like, you wouldn't use Tomcat unless most of your content was Java. "Apache" is the name of a foundation that write open-source software. Apache HTTPD is a web server written in portable C (when people say "Apache", they usually mean Apache HTTPD.) It mostly serves static content by itself, but there are many add-on modules (some of which come with Apache itself) that let it modify the content and also serve dynamic content written in Perl, PHP, Python, Ruby, or other languages. Tomcat is primarily a servlet/JSP container. It's written in Java. It can serve static content, too, but its main purpose is to host servlets and JSPs. Although it's possible to get Tomcat to run Perl scripts and the like, you wouldn't use Tomcat unless most of your content was Java.


What is the Apache Tomcat server commonly used for?

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.


How does Apache MySQL and PHP work together?

Let me answer from less 'technicall' point of view. Apache is the HTTP server. It gets the HTTP requests and answers with the HTML code. PHP is used to generate this HTML dynamically on server side. MySQL is used by PHP for getting the data. Once the Apache HTTP server gets the request for the page with php (or php3, php4, phtml or whatever is configured in Apache's config file), it calls PHP interpreter to generate HTML. Then this HTML is returned to the client - internet browser which sent HTTP request. PHP has got an access to MySQL DB via several APIs. This simply means, that you can just call some function in PHP script to select, import update or delete some data in a table of DB. You can also maintain the DB, create, delete new tables a.s.o. There is a lot of functions for that ;)


What are the names of some popular web server applications?

A web server is a specialized type of file server. Its job is to retrieve files from the server's hard drive, format the files for the Web browser, and send them out via the network. eg. MS Active Server Pages and .Net


What are some examples of web servers?

Apache HTTP ServerApache HTTP Server (also referred to as simply "Apache") has, at the time of writing, been the most popular web server on the web since 1996. Apache is developed and maintained by the Apache Software Foundation, which consists of a decentralized team of developers. The software is produced under the Apache licence, which makes it free and open source. Apache is available for a range of operating systems, including Unix, Linux, Novell Netware, Windows, Mac OS X, Solaris, and FreeBSD.Apache HTTP Server website: http://httpd.apache.orgMicrosoft Internet Information Services (IIS)IIS is, at the time of writing, the second most popular web server on the web. It is however, gaining market share, and if the current trend continues, it won't be long before it overtakes Apache. IIS comes as an optional component of most Windows operating systems. You can install IIS by usingAdd/Remove Windows Components from Add or Remove Programs in the Control Panel.Microsoft IIS website: http://www.microsoft.com/iisSun Java System Web ServerBased on the Sun One Web Server, the Sun Java System Web Server is designed for medium to large business applications. Sun Java System Web Server is available for most operating systems. Sun Java System Web Server website:http://www.sun.com/software/products/web_srvr/home_web_srvr.xml


What is middleware?

Middleware is a vital yet often overlooked component in the world of computing. It serves as the glue that binds together different, often complex, systems and applications. Whether you're a seasoned developer or just starting out in the field of IT, understanding middleware is crucial for designing and managing effective software solutions. At its core, middleware is software that lies between an operating system and the applications running on it. Essentially, it's a hidden layer that enables communication and data management for distributed applications. Think of it as a translator, ensuring that distinct pieces of software, possibly written in different programming languages or running on different platforms, can communicate and work together seamlessly. One of the primary roles of middleware is to simplify the development of applications that need to run on multiple systems or networks. It manages the intricate details of the communication between the database, server, and application. Without middleware, developers would need to write additional code to handle these communications and data exchanges, which can be both time-consuming and error-prone. Middleware comes in various forms, each serving a different purpose. There are message-oriented middleware, database middleware, application server middleware, cloud middleware, and more. Each type addresses specific communication challenges and requirements. For instance, message-oriented middleware (MOM) enables different systems to communicate through messages, which is crucial in distributed applications where components are spread across multiple networked machines. Another crucial aspect of middleware is its role in facilitating transaction management, security, and data management. For example, in a banking application, middleware ensures that transactions are processed reliably and securely across various networks and databases. It also helps manage the load on servers, providing scalability and improving the application's overall performance. Middleware also plays a pivotal role in modern enterprise architectures like Service-Oriented Architecture (SOA) or microservices. In these architectures, middleware provides the essential services for component communication, such as web services, RESTful API support, and more. This allows for building flexible, modular applications where components can be added, removed, or updated independently. As the world moves more towards cloud computing, middleware has evolved to meet the new challenges this presents. Cloud middleware provides the necessary tools to integrate applications, data, and systems that reside in the cloud, making cloud adoption more seamless for businesses. However, implementing middleware isn't without its challenges. One must carefully consider the compatibility of the chosen middleware with existing systems, its scalability, performance, and the level of support provided. Additionally, there's the aspect of security – ensuring that the middleware does not become a weak link in the application's security chain. In conclusion, middleware is an indispensable part of modern computing, providing the necessary infrastructure for seamless communication and interaction between different software applications and systems. Its importance in the development and operation of distributed applications, particularly in complex, multi-platform environments, cannot be overstated. For anyone in the field of IT, a solid understanding of middleware and its applications is a valuable asset.


How can you make servers?

By far the easiest way is to use windows xp and apache server 2.2 bundled with some php script installed. To do this get yourself a copy of windows xp and windows xp sp2 then go to/ and download the latest version of Apache 2.2 is the latest (I think) then install it. Once you have done that go toand download the latest version of php and install it on your windows windows xp PC. Once you've done that set up Remote Desktop on that PC and use your other PC (if you have one) to remotely control that first server PC. Make your site etc. and put it in the apache web directory on the first PC.


What the various types of middleware?

Types of middlewareMessage-oriented MiddlewareMessage-oriented middleware is middleware where transactions or event notifications are delivered between disparate systems or components by way of messages, often via an enterprise messaging system.Enterprise messaging systemAn enterprise messaging system is a type of middleware that facilitates message passing between disparate systems or components in standard formats, often using XML, SOAP or web services.Message brokerPart of an enterprise messaging system, message broker software may queue, duplicate, translate and deliver messages to disparate systems or components in a messaging system.Enterprise Service BusEnterprise Service Bus (ESB) is defined by the Burton Group [11]as "some type of integration middleware product that supports both MOM and Web services".OtherOther sources[citation needed] include these additional classifications:Transaction processing monitors - Provides tools and an environment to develop and deploy distributed applications.[citation needed]Application servers - software installed on a computer to facilitate the serving (running) of other applications.[citation needed]Hurwitz classification systemJudith Hurwitz created a classification system for middleware in her article Sorting Out Middleware.[12].Remote Procedure CallWith Remote Procedure Call middleware, a client makes calls to procedures running on remoteMessage Oriented MiddlewareWith Message Oriented Middleware, messages sent to the client are collected and stored until they are acted upon, while the client continues with other processing.Object Request BrokerWith Object Request Broker middleware, it is possible for applications to send objects andSQL-oriented Data AccessSQL-oriented Data Access is middleware between applications and database servers.Embedded middlewareEmbedded middleware provides communication services and integration interface software/firmware that operates between embedded applications and the real time op.