craigmcc    02/03/08 11:23:01

  Modified:    coyote/src/java/org/apache/coyote/tomcat4
                        LocalStrings.properties
  Log:
  Add missing message strings.
  
  Revision  Changes    Path
  1.2       +28 -0     
jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote/tomcat4/LocalStrings.properties
  
  Index: LocalStrings.properties
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote/tomcat4/LocalStrings.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- LocalStrings.properties   8 Mar 2002 05:18:29 -0000       1.1
  +++ LocalStrings.properties   8 Mar 2002 19:23:01 -0000       1.2
  @@ -1,3 +1,31 @@
  +coyoteConnector.allAddresses=Opening server socket on all host IP addresses
  +coyoteConnector.alreadyInitialized=Coyote connector has already been initialized
  +coyoteConnector.alreadyStarted=Coyote connector has already been started
  +coyoteConnector.anAddress=Opening server socket on host IP address {0}
  +coyoteConnector.certificateProblem=General certificate error
  +coyoteConnector.initException=Problem during connector initialization
  +coyoteConnector.IOProblem=Input/output exception opening server socket
  +coyoteConnector.keyManagementProblem=Problem in the key management layer
  +coyoteConnector.keystoreAlgorithmProblem=Keystore algorithm not supported
  +coyoteConnector.keystoreProblem=Problem accessing keystore file
  +coyoteConnector.newProcessor=Creating new Coyote processor
  +coyoteConnector.noAddress=No host IP address matching {0}, opening on all addresses
  +coyoteConnector.noProcessor=No processor available, rejecting this connection
  +coyoteConnector.notStarted=Coyote connector has not been started
  +coyoteConnector.securityException=Encountered security exception
  +coyoteConnector.serverSocketReopenFail=IOException reopening server socket
  +coyoteConnector.starting=Starting background thread
  +coyoteConnector.stopException=Exception while stopping background thread
  +coyoteConnector.stopping=Stopping background thread
  +coyoteConnector.unrecoverableKey=Internal keystore problem with the certificate
  +coyoteProcessor.parseHeaders.portNumber=Cannot parse port number from header
  +coyoteProcessor.process=Exception while processing a request
  +coyoteProcessor.processorInitializationFailed=Exception initializing a processor
  +coyoteProcessor.run=Exception while processing a socket
  +coyoteProcessor.alreadyStarted=Coyote processor has already been started
  +coyoteProcessor.notStarted=Coyote processor has not yet been started
  +coyoteProcessor.starting=Starting background thread
  +coyoteProcessor.stopping=Stopping background thread
   coyoteRequest.createCommitted=Cannot create a session after the response has been 
committed
   coyoteResponse.sendError.ise=Cannot call sendError() after the response has been 
committed
   coyoteResponse.sendRedirect.ise=Cannot call sendRedirect() after the response has 
been committed
  
  
  

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

Reply via email to