Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change 
notification.

The following page has been changed by markt:
http://wiki.apache.org/tomcat/FAQ/FDA_Validation

The comment on the change is:
Add question list to start.

------------------------------------------------------------------------------
  Please note that although this page mentions specific companies, we do not 
explicitly endorse or sell anyone's services. Tomcat and Apache are 
not-for-profit organizations. This page is also far from a complete listing of 
vendors and support options. It is meant as a demonstration showing that these 
options do exist and that running Tomcat in a validated environment is both 
feasible and reasonable.
  
  === Questions ===
+  1. [#Q1 Can Tomcat be used in a validated environment?]
+  1. [#Q2 Has anyone actually done it?]
+  1. [#Q3 Is Tomcat itself validated?]
+  1. [#Q4 What kind of support is there around validating Tomcat?]
+  1. [#Q5 How do I know I have a validated release? How do I know no one has 
tampered with the release package?]
+  1. [#Q6 What about security? I'm concerned about attacks.]
+ === Answers ===
- '''Can Tomcat be used in a validated environment?'''
+ [[Anchor(Q1)]]'''Can Tomcat be used in a validated environment?'''
  
  Yes. There's nothing in Tomcat's design or implementation that prevent it 
from being used in a validated environment. The same validation procedures and 
guidelines that apply to most software packages apply to Tomcat as well. Being 
an open-source application does not preclude Tomcat validation. In fact, it 
helps in at least one key aspect: the source code itself can be audited, as can 
the commit and change logs for the software.
  
- '''Has anyone actually done it?'''
+ [[Anchor(Q2)]]'''Has anyone actually done it?'''
  
  Yes. As shown in 
[http://marc.theaimsgroup.com/?l=tomcat-user&m=109836874319797&w=2 this user 
mailing list archive], Merck and other large companies are using Tomcat in a 
validated environment. In addition, there is at least one application provider 
([http://www.interchangedigital.com/ Interchange Digital]) whose application 
runs on Tomcat that has deployed said package in numerous pharma data centers.
  
- '''Is Tomcat itself validated?'''
+ [[Anchor(Q3)]]'''Is Tomcat itself validated?'''
  
  Yes. Tomcat itself is validated to the extent it can be. Tomcat implements 
two Java Specifications: the [http://java.sun.com/products/servlet Servlet 
Specification] and the [http://java.sun.com/products/jsp Java Server Pages 
(JSP) Specification]. Each of these specifications has a Technology 
Compatbility Kit (TCK), which is a collection of tests to certify a given 
product meets the Specification fully and accurately.
  
@@ -26, +33 @@

  
  However, we cannot validate your application's use of Tomcat. You're on your 
own there.
  
- '''What kind of support is there around validating Tomcat?'''
+ [[Anchor(Q4)]]'''What kind of support is there around validating Tomcat?'''
  
  Several kinds. They include:
  
@@ -34, +41 @@

   * There are numerous vendors in addition to the above consultants, like 
[http://www.covalent.net/ Covalent] and 
[http://www.jboss.org/services/prodsupport JBoss], who offer 24/7/365 
enterprise-level support for Tomcat.
   * The Tomcat [http://tomcat.apache.org/lists.html mailing lists] are 
extremely active and contain members of many of the above organizations, 
including contractors available for hire.
  
- '''How do I know I have a validated release? How do I know no one has 
tampered with the release package?'''
+ [[Anchor(Q5)]]'''How do I know I have a validated release? How do I know no 
one has tampered with the release package?'''
  
  All Tomcat releases are signed using the Release Manager's 
[http://www.pgpi.org/doc/pgpintro PGP] key. The key is also available in the 
KEYS file that ships with every Tomcat release. The same KEYS file is also 
available in the Tomcat CVS repository 
([http://www.apache.org/dist/tomcat/tomcat-5/KEYS here]). The PGP signatures 
are available on all the Tomcat download pages, and can (and should!) be used 
to verify the release really is the signed distribution.
  
  As for tampering: every Tomcat release is also digested using the MD5 
algorithm as specified in [http://www.faqs.org/rfcs/rfc1321.html RFC1321]. The 
MD5 digest is included in all the download pages. Users run MD5 on their local 
machine to verify that the digest of what they downlaoded is the same as that 
published in the Apache download pages. That way, users are assured the 
distribution has not been modified since the Release Manager signed it.
  
- '''What about security? I'm concerned about attacks.'''
+ [[Anchor(Q6)]]'''What about security? I'm concerned about attacks.'''
  
  There's no need to be. See the [http://wiki.apache.org/tomcat/FAQ/Security 
security page] of this FAQ for more information.
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to