answersLogoWhite

0

A Linux / Unix-based web server will have it's default root set to /var/www, though this can be changed. On Windows, it will vary depending on the software used - for Apache, it is something like C:/Program Files/Apache SoftwareFoundation/Apache2.2/htdocs

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

How do you deploy servlets?

Any Web Application has a hierarchical structure (of folders) that is used for packaging the web applications. The application needs a reference point within the hierarchical structure. Here, let's call it TOMCAT_HOME. This represents the root of your server (Tomcat) installation, not your Web application root. When we talk of a Web application's context, we are referring to that Web application's root directory or path within a particular server. A special directory exists within the application hierarchy named WEB-INF. This directory contains all things related to the application that aren't in the document root of the application. It is this WEB-INF directory that is the Web application's root directory, also referred to as the context. The most important file here is web.xml, the name of the WebApp deployment descriptor. Let us take a look at the various contents (files & folders) that will be present inside this WEB-INF directory: 1. /WEB-INF/web.xml - This is the Deployment Descriptor file 2. /WEB-INF/classes/ - This is the directory where all your java class files will be placed 3. /WEB-INF/lib/ - This is the folder where all your JAR files go. The classes folder is where you will place the .class file of your Servlet to deploy it on a server


What is the root directory of pureftpd?

The root directory of Pure-FTPd, a popular FTP server, typically refers to the main directory from which the server serves files. This is usually specified in the configuration settings, often defaulting to /srv/ftp or /var/ftp, but it can be customized based on the server's setup. To determine the exact root directory for a specific installation, you can check the configuration files or the command-line options used when starting the server.


Where do you create static web pages?

A static web page contains all of the displaying content without having to make calls into a program or database. Static web pages may consist of HTML, javascript, CSS, and text with embedded URLs for images and other linked content [such as images]. These pages generally reside within the root level of a web server but may be placed elsewhere on the server if configured for it. On a LINUX server, static web pages are typically located in the /var/www/ directory. However, if the server is configured for it, pages may also rest in /users/whatever_user_name/ directory - or some other directory. You should consult with your server administrator to determine where your static web pages go.


What does the term web root mean?

The term 'web root' means the first directory of a particular website where all the all the files and its sub files are contained. All websites have a web root.


Which edition of Windows Server 2003 cannot be configured as an Active Directory domain controller?

Windows Server 2003, Web Edition


Where is the Linux root directory located?

The root directory is usually /.


How do you run servlet in tomcat?

You Run a Servlet by deploying it on the server, which in this case is tomcat. We need to deploy the servlet in the Web Applications context. When we talk of a Web application's context, we are referring to that Web application's root directory or path within a particular server. A special directory exists within the application hierarchy named WEB-INF. This directory contains all things related to the application that aren't in the document root of the application. It is this WEB-INF directory that is the Web application's root directory, also referred to as the context. The most important file here is web.xml, the name of the WebApp deployment descriptor. Let us take a look at the various contents (files & folders) that will be present inside this WEB-INF directory: 1. /WEB-INF/web.xml - This is the Deployment Descriptor file 2. /WEB-INF/classes/ - This is the directory where all your java class files will be placed 3. /WEB-INF/lib/ - This is the folder where all your JAR files go. my tomcat is installed in c:\dev\java\Jakarta-tomcat-4.0.1. This is my TOMCAT_HOME. Remember that, this path that is referred by TOMCAT_HOME might vary from PC to PC depending on the installation preferences of the user. To Deploy the Servlet, you need to place the .class file corresponding to your servlet in the /WEB-INF/classes/ folder


What are the major changes in AD in Windows Server 2008?

The following changes are available in Windows Server 2008 R2:Active Directory Recycle Bin Active Directory module for Windows PowerShell and Windows PowerShell™ cmdletsActive Directory Administrative CenterActive Directory Best Practices AnalyzerActive Directory Web ServicesAuthentication mechanism assuranceOffline domain joinManaged Service AccountsActive Directory Management PackBridgehead Server Selection


What does htdocs stand for normally?

Htdocs is a directory on a website. It is where the web server software, such as Apache, looks for files to display on your domain. Anything that needs to be viewed needs to be in this directory.


What is the difference between home page of websites and home page of web server?

A web page is the basic thing you see on the World Wide Web. Each time the URL changes, the web page changes. Multiple web pages grouped together form a website. A web server is what stores websites and delivers them to a web browser when it is requested.


What are the difference of telephone directory and web directory?

the telephone directory is a book but the web directory is in a computer


What is the symbol used to indicate you are in the root directory in Linux?

"/" is the root directory in Linux. Make sure not to confuse this with the "/root" directory, which is the home directory for the user "root" (similar to "Administrator" on Windows)