Search 5,000,000+ questions and answers.

Frequently Asked Questions

How are the SourceForge and Apache UIMA code different?

UIMA Java Framework FAQ
The SourceForge code pre-dates the Apache base (pre Version 2.1). All new enhancements (Version 2.1 on onwards) are being made through Apache.
Related Questions

Why establish an Apache incubator project when UIMA is already in open source on SourceForge?

UIMA Java Framework FAQ
We needed to adopt an approach for allowing multiple people and organizations to participate and contribute to the evolution of the UIMA framework. Our intention is to facilitate the development and interoperability of content analytics so that organizations can extract and utilize the full value of their unstructured information assets. We believe the best way to do this is to create an active development community around UIMA.
Related Questions

How do I post my code on SourceForge?

Cell BE Contest 07: FAQs
Upload the source code and the required documentation to the site CVS repository. The detail instructions are available on SourceForge Web site.
Related Questions

What is Apache?

Apache Server Frequently Asked Questions
runs on Windows NT/9x, Netware 5.x and above, OS/2, and most versions of Unix, as well as several other operating systems DBM databases for authentication allows you to easily set up password-protected pages with enormous numbers of authorized users, without bogging down the server. Customized responses to errors and problems Allows you to set up files, or even CGI scripts, which are returned by the server in response to errors and problems, e.g.
Related Questions

What is UIMA?

alphaWorks : Unstructured Information Management Architectur...
UIMA stands for Unstructured Information Management Architecture. It is component software architecture for the development, discovery, composition, and deployment of multi-modal analytics for the analysis of unstructured information and its integration with search technologies. UIMA processing occurs through a series of modules called analysis engines.
Related Questions

What is SourceForge?

Python at SourceForge - Frequently Asked Questions
SourceForge is a free hosting service for OpenSource projects. The main website is found at http://sourceforge.net
Related Questions

How can I install Apache into a different directory?

hp apache-based web server faqs
If you are trying to run multiple Tomcat servers, you will have to have seperate port numbers for each server. See:
Related Questions

Web Servers for HP-UX - FAQs
If you are trying to run multiple Tomcat servers, you will have to specify separate port numbers for each server. See:
Related Questions

Who owns the Apache code?

Frequently Asked Questions - The Apache Software Foundation
All software developed within the Foundation belongs to the ASF, and therefore the members. The members own the code and the direction of it and the Foundation. Committers get a shot at working on the code; good committers become members and thus get a piece of the ownership of the software and the direction.
Related Questions

How and why was Apache created?

Apache Server Frequently Asked Questions
The About Apache document explains how the Apache project evolved from its beginnings as an outgrowth of the NCSA httpd project to its current status as one of the fastest, most efficient, and most functional web servers in existence.
Related Questions

What's the difference between UIMA and the UIMA SDK?

Unstructured Information Management Architecture SDK: FAQs
UIMA stands for Unstructured Information Management Architecture. It is component software architecture for UIMA is an architecture that specifies component interfaces, design patterns, data representations, and development roles. The UIMA Software Development Kit (SDK) is a software system that includes a run-time framework, APIs, and tools for implementing, composing, packaging, and deploying UIMA components.
Related Questions

Apache Server Frequently Asked Questions
Apache tries to be helpful when it encounters a problem. In many cases, it will provide some details by writing one or messages to the server error log. Sometimes this is enough for you to diagnose & fix the problem yourself (such as file permissions or the like). The default location of the error log is /usr/local/etc/httpd/logs/error_log, but see the ErrorLog directive in your config files for the location on your server.
Related Questions

Linux Server FAQs
Apache is the name of the software that allows you to run a web service on a Unix server. Apache is very popular and provides access to most web sites on the Internet.
Related Questions

Why are the license files for the different Apache Software Foundation projects different?

Apache License and Distribution FAQ - The Apache Software Fo...
The various project licenses differ from each other, and the master Apache Software Foundation license, only in terms of attribution requirements and the listing of marks. The basic terms are the same for all. In case of question or doubt, refer to the master license.
Related Questions

Why do you allow yourselves to license code covered by the NPL under different terms?

Netscape Public License FAQ
First of all, let us reiterate that any alternate licensing only applies to code covered by the NPL, not the MozPL. Netscape has entered into license agreements for its source code in the past. Several of these agreements continue to be in effect, and we are contractually bound to service them.
Related Questions

Why does the census block where I live have a different ZCTA than my ZIP Code?

U.S. Census Bureau ZIP Code Tabulation Areas - FAQs
ZCTAs are approximations of mailing ZIP Codes and should not be confused with them. There are some common reasons why someone's ZIP Code may not match the ZCTA code: Your block may contain addresses with another ZIP Code, and the majority of addresses in the block have this other ZIP Code; Field operations may not have been able to identify a ZIP Code for all addresses in your block during the census.
Related Questions

Why does Apache redirect to a different domain to add a trailing slash ?

WebFaction blog : Static content FAQ
If you request the URL http://domain.com/dir but that corresponds to a directory then Apache will automatically send a redirect to http://domain.com/dir/ (note the trailing slash). However, if your "website" record in the control panel includes more than one domain then Apache will send a redirect to the first domain (which is arbitrary), so it might not be "domain.com" but "otherdomain.com".
Related Questions

What different types of authentication are used in HP Apache?

hp apache-based web server faqs
For more info see Where can I find more information on modules? except for htaccess where you should see What is htaccess? and mod_auth_ldap where you should see Where can I find more information on LDAP?. Authentication by user name/password. Hidden .htaccess files restrict access to files at this point and below in the file system.
Related Questions

How is DevZuz Maestro different than the Apache Software Foundation's Maven and Continuum projects?

DevZuz - FAQs
The difference between downloading and using DevZuz Maestro vs. Apache's Maven and Continuum, is similar to the difference between downloading and using Red Hat Fedora Core (or any other pre-packaged distribution) and building a Linux OS from scratch, based on the Linux Kernel.
Related Questions

How thoroughly tested is Apache?

Apache Server Frequently Asked Questions
Apache is run on over 6 million Internet servers (as of February 2000). It has been tested thoroughly by both developers and users. The Apache Group maintains rigorous standards before releasing new versions of their server, and our server runs without a hitch on over one half of all WWW servers available on the Internet. When bugs do show up, we release patches and new versions as soon as they are available.
Related Questions

Is there any more information available on Apache?

Apache Server Frequently Asked Questions
Indeed there is. See the main Apache web site. There is also a regular electronic publication called Apache Week available. Links to relevant Apache Week articles are included below where appropriate. There are also some Apache-specific books available.
Related Questions

Is Apache Year 2000 compliant?

Apache Server Frequently Asked Questions
Apache internally never stores years as two digits. On the HTTP protocol level RFC1123-style addresses are generated which is the only format a HTTP/1.1-compliant server should generate. To be compatible with older applications Apache recognizes ANSI C's asctime() and RFC850-/RFC1036-style date formats, too. The asctime() format uses four-digit years, but the RFC850 and RFC1036 date formats only define a two-digit year.
Related Questions

How do I submit a patch to the Apache Group?

Apache Server Frequently Asked Questions
The Apache Group encourages patches from outside developers. There are 2 main "types" of patches: small bugfixes and general improvements. Bugfixes should be submitting using the Apache bug report page. Improvements, modifications, and additions should follow the instructions below. In general, the first course of action is to be a member of the dev@httpd.apache.org mailing list. This indicates to the Group that you are closely following the latest Apache developments.
Related Questions

Why won't Apache compile with my system's cc?

Apache Server Frequently Asked Questions
This might be either because it's completely unknown or because the specific environment (include files, OS version, et cetera) isn't explicitly handled. If this happens, you may need to port the server to your OS yourself. Some operating systems include a default C compiler that is either not ANSI C-compliant or suffers from other deficiencies. The usual recommendation in cases like this is to acquire, install, and use gcc.
Related Questions

Why isn't FastCGI included with Apache any more?

Apache Server Frequently Asked Questions
The simple answer is that it was becoming too difficult to keep the version being included with Apache synchronized with the master copy at the FastCGI web site. When a new version of Apache was released, the version of the FastCGI module included with it would soon be out of date.
Related Questions

Got A Question? Ask Our Community!


More Questions >>

© Copyright 2007-2008 QueryCAT
About • Webmasters • Contact