Re: cvs commit: jakarta-tomcat-connectors/jk/native/nt_service jk_nt_service.c

2005-04-28 Thread Mladen Turk
William A. Rowe, Jr. wrote: -sprintf(szMsg, %s error: %d, Jakrta - Tomcat, dwErr); +sprintf(szMsg, %s error: %d, Jakarta - Tomcat, dwErr); Mladen, we are in the process of graduating. If this is being tweaked, why not Apache Tomcat {descriptive} Event? Well, you said you will maintain

cvs commit: jakarta-tomcat-connectors/jk/native/nt_service jk_nt_service.c

2005-04-27 Thread mturk
mturk 2005/04/27 00:41:07 Modified:jk/native/nt_service jk_nt_service.c Log: Fix API changed, so it can compile again. Revision ChangesPath 1.13 +4 -4 jakarta-tomcat-connectors/jk/native/nt_service/jk_nt_service.c Index: jk_nt_service.c

cvs commit: jakarta-tomcat-connectors/jk/native/nt_service jk_nt_service.c

2005-04-27 Thread mturk
mturk 2005/04/27 00:46:22 Modified:jk/native/nt_service jk_nt_service.c Log: Fix typo. Revision ChangesPath 1.14 +3 -3 jakarta-tomcat-connectors/jk/native/nt_service/jk_nt_service.c Index: jk_nt_service.c

Re: cvs commit: jakarta-tomcat-connectors/jk/native/nt_service jk_nt_service.c

2005-04-27 Thread William A. Rowe, Jr.
At 02:46 AM 4/27/2005, [EMAIL PROTECTED] wrote: mturk 2005/04/27 00:46:22 -hEventSource = RegisterEventSource(NULL, Jakrta - Tomcat); +hEventSource = RegisterEventSource(NULL, Jakarta - Tomcat); -sprintf(szMsg, %s error: %d, Jakrta - Tomcat, dwErr); +

cvs commit: jakarta-tomcat-connectors/jk/native/nt_service jk_nt_service.c nt_service.dsp

2004-12-23 Thread mturk
mturk 2004/12/23 10:33:37 Modified:jk/native/nt_service jk_nt_service.c nt_service.dsp Log: Allow nt_service to build again. Patch prowided by wrowe. Revision ChangesPath 1.12 +45 -44 jakarta-tomcat-connectors/jk/native/nt_service/jk_nt_service.c Index:

cvs commit: jakarta-tomcat-connectors/jk/native/nt_service jk_nt_service.c

2004-11-05 Thread jfclere
jfclere 2004/11/05 07:28:39 Modified:jk/native/apache-1.3 mod_jk.c jk/native/apache-2.0 mod_jk.c jk/native/common jk_map.c jk_map.h jk_util.c jk_worker.c jk/native/domino jk_dsapi_plugin.c jk/native/iis jk_isapi_plugin.c

cvs commit: jakarta-tomcat-connectors/jk/native/nt_service jk_nt_service.c

2003-07-24 Thread hgomez
hgomez 2003/07/24 01:17:26 Modified:jk/native/nt_service jk_nt_service.c Log: port is now integer Revision ChangesPath 1.8 +18 -18jakarta-tomcat-connectors/jk/native/nt_service/jk_nt_service.c Index: jk_nt_service.c

cvs commit: jakarta-tomcat-connectors/jk/native/nt_service jk_nt_service.c

2002-03-14 Thread costin
costin 02/03/14 09:43:47 Modified:jk/native/nt_service jk_nt_service.c Log: Merged changes from 3.3 Addition of stop_cmd, allowing the stop to be done by executing a command. ( catalina shutdown protocol is already supported ) Removed some of the checks for settings

RE: cvs commit: jakarta-tomcat-connectors/jk/native/nt_service jk_nt_service.c

2002-03-14 Thread Schreibman, David
PROTECTED] Subject: cvs commit: jakarta-tomcat-connectors/jk/native/nt_service jk_nt_service.c costin 02/03/14 09:43:47 Modified:jk/native/nt_service jk_nt_service.c Log: Merged changes from 3.3 Addition of stop_cmd, allowing the stop to be done by executing a command. ( catalina

RE: cvs commit: jakarta-tomcat-connectors/jk/native/nt_service jk_nt_service.c

2002-03-14 Thread costinm
On Thu, 14 Mar 2002, Schreibman, David wrote: Hi Costin, This merge from 3.3 doesn't include the -n option that Larry added 2 weeks ago. It allows for specifying a display name separately from the service name since the rules for what is a valid name differ in each case. For example,

cvs commit: jakarta-tomcat-connectors/jk/native/nt_service jk_nt_service.c

2002-03-14 Thread costin
costin 02/03/14 11:17:52 Modified:jk/native/nt_service jk_nt_service.c Log: Patch from WRowe ( modified to match the merged version ). It allows spaces in service names by 'mangling' the internal name. Also use the API to add services instead of editing the registry ( I

Re: cvs commit: jakarta-tomcat-connectors/jk/native/nt_service jk_nt_service.c

2002-03-14 Thread bhai
I am a newbie to this list. What is the difference between creating a distribution and a deployment. Basically, if modify a couple of classes and want to move them over to the location where tomcat is already running on a previously copied distribution(created by me), would I need to copy the

cvs commit: jakarta-tomcat-connectors/jk/native/nt_service jk_nt_service.c

2002-03-14 Thread costin
costin 02/03/14 13:01:24 Modified:jk/native/nt_service jk_nt_service.c Log: The -n option from 3.3 Revision ChangesPath 1.6 +14 -4 jakarta-tomcat-connectors/jk/native/nt_service/jk_nt_service.c Index: jk_nt_service.c

cvs commit: jakarta-tomcat-connectors/jk/native/nt_service jk_nt_service.c

2002-01-17 Thread costin
costin 02/01/17 13:17:02 Modified:jk/native/nt_service jk_nt_service.c Log: Fix the build ( was missing a param for jk_b_end ). Added a bit of code to send a secret ( needed if secret is used ) and a bit of code to deal with catalina's shutdown. Revision Changes