RE: jk_nt_service.exe with Tomcat V4.0.3

2002-06-12 Thread Short, Dave

Which technique is better from a performance point of view?  I can't get the
tomcat 4.0.3 version (below) to work.  I can, however, get the old
jk_nt_service version to work with 4.0.3 just fine.

-Original Message-
From: Douglas, Rory [mailto:[EMAIL PROTECTED]]
Sent: June 11, 2002 8:56 AM
To: Tomcat Users List (E-mail)
Subject: Re: jk_nt_service.exe with Tomcat V4.0.3



Look inside the bootstrap.jar file in the \bin directory.

I think the startup class should be
org.apache.catalina.startup.BootstrapService
(I'm using 4.1.3)

I haven't got time to test this, but try

tomcat -install tomcat403 c:\jdk\jre\bin\server\jvm.dll -start
org.apache.catalina.startup.BootstratpService

Obviously, replace c:\jdk... with the path to your jdk directory. You can
use either the server or client jvm dll's.

Actually I just tested that now, it works !

cheers
Rory

-Original Message-
From: Short, Dave [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, June 11, 2002 11:12 AM
To: 'Douglas, Rory '
Subject: RE: jk_nt_service.exe with Tomcat V4.0.3


Can anyone please provide a working example of how to install Tomcat 4.0.3
as a service on W2K (which class to specify, etc.)? 

-Original Message-
From: Douglas, Rory
To: 'Tomcat Users List'
Sent: 6/11/02 8:50 AM
Subject: RE: jk_nt_service.exe with Tomcat V4.0.3

If you type TOMCAT.EXE /? you will see the that it is possible to
install
a tomcat service from the command line.  It is a bit tricky though, you
need
to specify the main class etc.

rory

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, June 11, 2002 7:14 AM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: jk_nt_service.exe with Tomcat V4.0.3


Hi Folks
Is jk_nt_service.exe compatible with Tomcat V4.0.3? There is no copy in
the
V4.0.3 directory structure.
There is the copy in the V3.3.1 directory. Is that version specific?
Thanks for any help,
Charlie.

Charles Collin
Software Engineer
eSolutions ITS
BT Ignite Solutions

   Tel: +44 (01442) 208756
   FAX: +44 (01442) 208757
   Mobile:  +44 (07764) 144289
   e-mail:  [EMAIL PROTECTED]
   Address: pp 421, 
Anzani House,
Trinity Avenue,
FELIXSTOWE, 
Suffolk,
IP11 4XB,
UK.

British Telecommunications plc
Registered office: 81 Newgate Street London EC1A 7AJ
Registered in England no. 180.

This electronic message contains information from British
Telecommunications
plc which may be privileged or confidential. The information is intended
to
be for the use of the individual(s) or entity named above. If you are
not
the intended recipient be aware that any disclosure, copying,
distribution
or use of the contents of this information is prohibited. If you have
received this electronic message in error, please notify us by telephone
or
email (to the numbers or address above) immediately.


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

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




RE: jk_nt_service.exe with Tomcat V4.0.3

2002-06-12 Thread Cox, Charlie

I would imagine that performance would be the same because you really just
need something to run as a service and start java. Once java is started it
is the same as running catalina.bat(except that you run as user 'system').

I have been using jk_nt_service in production with tc4.0.1 since december
with no problems. I have had it on my test server even longer without
problems.

Charlie

 -Original Message-
 From: Short, Dave [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, June 12, 2002 11:44 AM
 To: 'Tomcat Users List'
 Subject: RE: jk_nt_service.exe with Tomcat V4.0.3
 
 
 Which technique is better from a performance point of view?  
 I can't get the
 tomcat 4.0.3 version (below) to work.  I can, however, get the old
 jk_nt_service version to work with 4.0.3 just fine.
 
 -Original Message-
 From: Douglas, Rory [mailto:[EMAIL PROTECTED]]
 Sent: June 11, 2002 8:56 AM
 To: Tomcat Users List (E-mail)
 Subject: Re: jk_nt_service.exe with Tomcat V4.0.3
 
 
 
 Look inside the bootstrap.jar file in the \bin directory.
 
 I think the startup class should be
 org.apache.catalina.startup.BootstrapService
 (I'm using 4.1.3)
 
 I haven't got time to test this, but try
 
 tomcat -install tomcat403 c:\jdk\jre\bin\server\jvm.dll -start
 org.apache.catalina.startup.BootstratpService
 
 Obviously, replace c:\jdk... with the path to your jdk 
 directory. You can
 use either the server or client jvm dll's.
 
 Actually I just tested that now, it works !
 
 cheers
 Rory
 
 -Original Message-
 From: Short, Dave [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, June 11, 2002 11:12 AM
 To: 'Douglas, Rory '
 Subject: RE: jk_nt_service.exe with Tomcat V4.0.3
 
 
 Can anyone please provide a working example of how to install 
 Tomcat 4.0.3
 as a service on W2K (which class to specify, etc.)? 
 
 -Original Message-
 From: Douglas, Rory
 To: 'Tomcat Users List'
 Sent: 6/11/02 8:50 AM
 Subject: RE: jk_nt_service.exe with Tomcat V4.0.3
 
 If you type TOMCAT.EXE /? you will see the that it is possible to
 install
 a tomcat service from the command line.  It is a bit tricky 
 though, you
 need
 to specify the main class etc.
 
 rory
 
 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, June 11, 2002 7:14 AM
 To: [EMAIL PROTECTED]
 Cc: [EMAIL PROTECTED]
 Subject: jk_nt_service.exe with Tomcat V4.0.3
 
 
 Hi Folks
 Is jk_nt_service.exe compatible with Tomcat V4.0.3? There is 
 no copy in
 the
 V4.0.3 directory structure.
 There is the copy in the V3.3.1 directory. Is that version specific?
 Thanks for any help,
 Charlie.
 
   Charles Collin
   Software Engineer
   eSolutions ITS
   BT Ignite Solutions
 
Tel: +44 (01442) 208756
FAX: +44 (01442) 208757
Mobile:  +44 (07764) 144289
e-mail:  [EMAIL PROTECTED]
Address: pp 421, 
 Anzani House,
 Trinity Avenue,
 FELIXSTOWE, 
 Suffolk,
 IP11 4XB,
 UK.
 
 British Telecommunications plc
 Registered office: 81 Newgate Street London EC1A 7AJ
 Registered in England no. 180.
 
 This electronic message contains information from British
 Telecommunications
 plc which may be privileged or confidential. The information 
 is intended
 to
 be for the use of the individual(s) or entity named above. If you are
 not
 the intended recipient be aware that any disclosure, copying,
 distribution
 or use of the contents of this information is prohibited. If you have
 received this electronic message in error, please notify us 
 by telephone
 or
 email (to the numbers or address above) immediately.
 
 
 --
 To unsubscribe, e-mail:
 mailto:[EMAIL PROTECTED]
 For additional commands, e-mail:
 mailto:[EMAIL PROTECTED]
 
 --
 To unsubscribe, e-mail:   
 mailto:[EMAIL PROTECTED]
 For additional commands, e-mail: 
 mailto:[EMAIL PROTECTED]
 

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




RE: jk_nt_service.exe with Tomcat V4.0.3

2002-06-12 Thread Short, Dave

Have you encountered the following issue, reported in the Working with the
Jakarta NT Service document
http://jakarta.apache.org/tomcat/tomcat-3.2-doc/NT-Service-howto.html, which
is referenced in your Catalina as an NT Service document
http://www.mail-archive.com/tomcat-user@jakarta.apache.org/msg35196.html?

Notice for JDK 1.3 users:  There is a known problem in JDK 1.3 that affects
Java applications being run as Windows NT services.  The bug causes the
service to terminate when the currently logged in user logs out.  The
simplest way to work around this problem is to use JDK 1.2.  If your
application requires JDK 1.3 features then you may want to look into
javaserv or JavaService.  Users have reported success with both of these
packages but there may be others that work as well. 


-Original Message-
From: Cox, Charlie [mailto:[EMAIL PROTECTED]]
Sent: June 11, 2002 10:13 AM
To: 'Tomcat Users List'
Subject: RE: jk_nt_service.exe with Tomcat V4.0.3


I am using jk_nt_service with tc 4.0.1 since I had problems with the Tomcat
installer's service.

you can use the jk_nt_service from the 3.x tree and you can configure it by
following the directions here:
http://www.mail-archive.com/tomcat-user@jakarta.apache.org/msg35196.html

Charlie

 -Original Message-
 From: Wagoner, Mark [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, June 11, 2002 8:18 AM
 To: 'Tomcat Users List'
 Subject: RE: jk_nt_service.exe with Tomcat V4.0.3
 
 
 I don't know if it is compatible or not, but it is not necessary.  The
 Tomcat 4.x installer includes a run as service option 
 during installation.
 
 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, June 11, 2002 7:14 AM
 To: [EMAIL PROTECTED]
 Cc: [EMAIL PROTECTED]
 Subject: jk_nt_service.exe with Tomcat V4.0.3
 
 
 Hi Folks
 Is jk_nt_service.exe compatible with Tomcat V4.0.3? There is 
 no copy in the
 V4.0.3 directory structure.
 There is the copy in the V3.3.1 directory. Is that version specific?
 Thanks for any help,
 Charlie.
 
   Charles Collin
   Software Engineer
   eSolutions ITS
   BT Ignite Solutions
 
Tel: +44 (01442) 208756
FAX: +44 (01442) 208757
Mobile:  +44 (07764) 144289
e-mail:  [EMAIL PROTECTED]
Address: pp 421, 
 Anzani House,
 Trinity Avenue,
 FELIXSTOWE, 
 Suffolk,
 IP11 4XB,
 UK.
 
 British Telecommunications plc
 Registered office: 81 Newgate Street London EC1A 7AJ
 Registered in England no. 180.
 
 This electronic message contains information from British 
 Telecommunications
 plc which may be privileged or confidential. The information 
 is intended to
 be for the use of the individual(s) or entity named above. If 
 you are not
 the intended recipient be aware that any disclosure, copying, 
 distribution
 or use of the contents of this information is prohibited. If you have
 received this electronic message in error, please notify us 
 by telephone or
 email (to the numbers or address above) immediately.
 
 
 --
 To unsubscribe, e-mail:
 mailto:[EMAIL PROTECTED]
 For additional commands, e-mail:
 mailto:[EMAIL PROTECTED]
 
 --
 To unsubscribe, e-mail:   
mailto:[EMAIL PROTECTED]
For additional commands, e-mail:
mailto:[EMAIL PROTECTED]

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

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




RE: jk_nt_service.exe with Tomcat V4.0.3

2002-06-12 Thread Short, Dave

I agree, just checking.  Thanks for posting your success with
jk_nt_service.exe!

-Original Message-
From: Cox, Charlie [mailto:[EMAIL PROTECTED]]
Sent: June 12, 2002 9:59 AM
To: 'Tomcat Users List'
Subject: RE: jk_nt_service.exe with Tomcat V4.0.3


I would imagine that performance would be the same because you really just
need something to run as a service and start java. Once java is started it
is the same as running catalina.bat(except that you run as user 'system').

I have been using jk_nt_service in production with tc4.0.1 since december
with no problems. I have had it on my test server even longer without
problems.

Charlie

 -Original Message-
 From: Short, Dave [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, June 12, 2002 11:44 AM
 To: 'Tomcat Users List'
 Subject: RE: jk_nt_service.exe with Tomcat V4.0.3
 
 
 Which technique is better from a performance point of view?  
 I can't get the
 tomcat 4.0.3 version (below) to work.  I can, however, get the old
 jk_nt_service version to work with 4.0.3 just fine.
 
 -Original Message-
 From: Douglas, Rory [mailto:[EMAIL PROTECTED]]
 Sent: June 11, 2002 8:56 AM
 To: Tomcat Users List (E-mail)
 Subject: Re: jk_nt_service.exe with Tomcat V4.0.3
 
 
 
 Look inside the bootstrap.jar file in the \bin directory.
 
 I think the startup class should be
 org.apache.catalina.startup.BootstrapService
 (I'm using 4.1.3)
 
 I haven't got time to test this, but try
 
 tomcat -install tomcat403 c:\jdk\jre\bin\server\jvm.dll -start
 org.apache.catalina.startup.BootstratpService
 
 Obviously, replace c:\jdk... with the path to your jdk 
 directory. You can
 use either the server or client jvm dll's.
 
 Actually I just tested that now, it works !
 
 cheers
 Rory
 
 -Original Message-
 From: Short, Dave [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, June 11, 2002 11:12 AM
 To: 'Douglas, Rory '
 Subject: RE: jk_nt_service.exe with Tomcat V4.0.3
 
 
 Can anyone please provide a working example of how to install 
 Tomcat 4.0.3
 as a service on W2K (which class to specify, etc.)? 
 
 -Original Message-
 From: Douglas, Rory
 To: 'Tomcat Users List'
 Sent: 6/11/02 8:50 AM
 Subject: RE: jk_nt_service.exe with Tomcat V4.0.3
 
 If you type TOMCAT.EXE /? you will see the that it is possible to
 install
 a tomcat service from the command line.  It is a bit tricky 
 though, you
 need
 to specify the main class etc.
 
 rory
 
 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, June 11, 2002 7:14 AM
 To: [EMAIL PROTECTED]
 Cc: [EMAIL PROTECTED]
 Subject: jk_nt_service.exe with Tomcat V4.0.3
 
 
 Hi Folks
 Is jk_nt_service.exe compatible with Tomcat V4.0.3? There is 
 no copy in
 the
 V4.0.3 directory structure.
 There is the copy in the V3.3.1 directory. Is that version specific?
 Thanks for any help,
 Charlie.
 
   Charles Collin
   Software Engineer
   eSolutions ITS
   BT Ignite Solutions
 
Tel: +44 (01442) 208756
FAX: +44 (01442) 208757
Mobile:  +44 (07764) 144289
e-mail:  [EMAIL PROTECTED]
Address: pp 421, 
 Anzani House,
 Trinity Avenue,
 FELIXSTOWE, 
 Suffolk,
 IP11 4XB,
 UK.
 
 British Telecommunications plc
 Registered office: 81 Newgate Street London EC1A 7AJ
 Registered in England no. 180.
 
 This electronic message contains information from British
 Telecommunications
 plc which may be privileged or confidential. The information 
 is intended
 to
 be for the use of the individual(s) or entity named above. If you are
 not
 the intended recipient be aware that any disclosure, copying,
 distribution
 or use of the contents of this information is prohibited. If you have
 received this electronic message in error, please notify us 
 by telephone
 or
 email (to the numbers or address above) immediately.
 
 
 --
 To unsubscribe, e-mail:
 mailto:[EMAIL PROTECTED]
 For additional commands, e-mail:
 mailto:[EMAIL PROTECTED]
 
 --
 To unsubscribe, e-mail:   
 mailto:[EMAIL PROTECTED]
 For additional commands, e-mail: 
 mailto:[EMAIL PROTECTED]
 

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

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




RE: jk_nt_service.exe with Tomcat V4.0.3

2002-06-12 Thread Cox, Charlie

jdk 1.3.1(or higher) fixes this problem or I believe you can also use -Xrs
as jvm params to avoid it.

Charlie

 -Original Message-
 From: Short, Dave [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, June 12, 2002 1:03 PM
 To: 'Tomcat Users List'
 Subject: RE: jk_nt_service.exe with Tomcat V4.0.3
 
 
 Have you encountered the following issue, reported in the 
 Working with the
 Jakarta NT Service document
 http://jakarta.apache.org/tomcat/tomcat-3.2-doc/NT-Service-how
 to.html, which
 is referenced in your Catalina as an NT Service document
 http://www.mail-archive.com/tomcat-user@jakarta.apache.org/msg
 35196.html?
 
 Notice for JDK 1.3 users:  There is a known problem in JDK 
 1.3 that affects
 Java applications being run as Windows NT services.  The bug 
 causes the
 service to terminate when the currently logged in user logs out.  The
 simplest way to work around this problem is to use JDK 1.2.  If your
 application requires JDK 1.3 features then you may want to look into
 javaserv or JavaService.  Users have reported success with 
 both of these
 packages but there may be others that work as well. 
 
 
 -Original Message-
 From: Cox, Charlie [mailto:[EMAIL PROTECTED]]
 Sent: June 11, 2002 10:13 AM
 To: 'Tomcat Users List'
 Subject: RE: jk_nt_service.exe with Tomcat V4.0.3
 
 
 I am using jk_nt_service with tc 4.0.1 since I had problems 
 with the Tomcat
 installer's service.
 
 you can use the jk_nt_service from the 3.x tree and you can 
 configure it by
 following the directions here:
 http://www.mail-archive.com/tomcat-user@jakarta.apache.org/msg
 35196.html
 
 Charlie
 
  -Original Message-
  From: Wagoner, Mark [mailto:[EMAIL PROTECTED]]
  Sent: Tuesday, June 11, 2002 8:18 AM
  To: 'Tomcat Users List'
  Subject: RE: jk_nt_service.exe with Tomcat V4.0.3
  
  
  I don't know if it is compatible or not, but it is not 
 necessary.  The
  Tomcat 4.x installer includes a run as service option 
  during installation.
  
  -Original Message-
  From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
  Sent: Tuesday, June 11, 2002 7:14 AM
  To: [EMAIL PROTECTED]
  Cc: [EMAIL PROTECTED]
  Subject: jk_nt_service.exe with Tomcat V4.0.3
  
  
  Hi Folks
  Is jk_nt_service.exe compatible with Tomcat V4.0.3? There is 
  no copy in the
  V4.0.3 directory structure.
  There is the copy in the V3.3.1 directory. Is that version specific?
  Thanks for any help,
  Charlie.
  
  Charles Collin
  Software Engineer
  eSolutions ITS
  BT Ignite Solutions
  
 Tel: +44 (01442) 208756
 FAX: +44 (01442) 208757
 Mobile:  +44 (07764) 144289
 e-mail:  [EMAIL PROTECTED]
 Address: pp 421, 
  Anzani House,
  Trinity Avenue,
  FELIXSTOWE, 
  Suffolk,
  IP11 4XB,
  UK.
  
  British Telecommunications plc
  Registered office: 81 Newgate Street London EC1A 7AJ
  Registered in England no. 180.
  
  This electronic message contains information from British 
  Telecommunications
  plc which may be privileged or confidential. The information 
  is intended to
  be for the use of the individual(s) or entity named above. If 
  you are not
  the intended recipient be aware that any disclosure, copying, 
  distribution
  or use of the contents of this information is prohibited. 
 If you have
  received this electronic message in error, please notify us 
  by telephone or
  email (to the numbers or address above) immediately.
  
  
  --
  To unsubscribe, e-mail:
  mailto:[EMAIL PROTECTED]
  For additional commands, e-mail:
  mailto:[EMAIL PROTECTED]
  
  --
  To unsubscribe, e-mail:   
 mailto:[EMAIL PROTECTED]
 For additional commands, e-mail:
 mailto:[EMAIL PROTECTED]
 
 --
 To unsubscribe, e-mail:
 mailto:[EMAIL PROTECTED]
 For additional commands, e-mail:
 mailto:[EMAIL PROTECTED]
 
 --
 To unsubscribe, e-mail:   
 mailto:[EMAIL PROTECTED]
 For additional commands, e-mail: 
 mailto:[EMAIL PROTECTED]
 

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




RE: jk_nt_service.exe with Tomcat V4.0.3

2002-06-12 Thread Short, Dave

Thanks!

-Original Message-
From: Cox, Charlie [mailto:[EMAIL PROTECTED]]
Sent: June 12, 2002 11:57 AM
To: 'Tomcat Users List'
Subject: RE: jk_nt_service.exe with Tomcat V4.0.3


jdk 1.3.1(or higher) fixes this problem or I believe you can also use -Xrs
as jvm params to avoid it.

Charlie

 -Original Message-
 From: Short, Dave [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, June 12, 2002 1:03 PM
 To: 'Tomcat Users List'
 Subject: RE: jk_nt_service.exe with Tomcat V4.0.3
 
 
 Have you encountered the following issue, reported in the 
 Working with the
 Jakarta NT Service document
 http://jakarta.apache.org/tomcat/tomcat-3.2-doc/NT-Service-how
 to.html, which
 is referenced in your Catalina as an NT Service document
 http://www.mail-archive.com/tomcat-user@jakarta.apache.org/msg
 35196.html?
 
 Notice for JDK 1.3 users:  There is a known problem in JDK 
 1.3 that affects
 Java applications being run as Windows NT services.  The bug 
 causes the
 service to terminate when the currently logged in user logs out.  The
 simplest way to work around this problem is to use JDK 1.2.  If your
 application requires JDK 1.3 features then you may want to look into
 javaserv or JavaService.  Users have reported success with 
 both of these
 packages but there may be others that work as well. 
 
 
 -Original Message-
 From: Cox, Charlie [mailto:[EMAIL PROTECTED]]
 Sent: June 11, 2002 10:13 AM
 To: 'Tomcat Users List'
 Subject: RE: jk_nt_service.exe with Tomcat V4.0.3
 
 
 I am using jk_nt_service with tc 4.0.1 since I had problems 
 with the Tomcat
 installer's service.
 
 you can use the jk_nt_service from the 3.x tree and you can 
 configure it by
 following the directions here:
 http://www.mail-archive.com/tomcat-user@jakarta.apache.org/msg
 35196.html
 
 Charlie
 
  -Original Message-
  From: Wagoner, Mark [mailto:[EMAIL PROTECTED]]
  Sent: Tuesday, June 11, 2002 8:18 AM
  To: 'Tomcat Users List'
  Subject: RE: jk_nt_service.exe with Tomcat V4.0.3
  
  
  I don't know if it is compatible or not, but it is not 
 necessary.  The
  Tomcat 4.x installer includes a run as service option 
  during installation.
  
  -Original Message-
  From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
  Sent: Tuesday, June 11, 2002 7:14 AM
  To: [EMAIL PROTECTED]
  Cc: [EMAIL PROTECTED]
  Subject: jk_nt_service.exe with Tomcat V4.0.3
  
  
  Hi Folks
  Is jk_nt_service.exe compatible with Tomcat V4.0.3? There is 
  no copy in the
  V4.0.3 directory structure.
  There is the copy in the V3.3.1 directory. Is that version specific?
  Thanks for any help,
  Charlie.
  
  Charles Collin
  Software Engineer
  eSolutions ITS
  BT Ignite Solutions
  
 Tel: +44 (01442) 208756
 FAX: +44 (01442) 208757
 Mobile:  +44 (07764) 144289
 e-mail:  [EMAIL PROTECTED]
 Address: pp 421, 
  Anzani House,
  Trinity Avenue,
  FELIXSTOWE, 
  Suffolk,
  IP11 4XB,
  UK.
  
  British Telecommunications plc
  Registered office: 81 Newgate Street London EC1A 7AJ
  Registered in England no. 180.
  
  This electronic message contains information from British 
  Telecommunications
  plc which may be privileged or confidential. The information 
  is intended to
  be for the use of the individual(s) or entity named above. If 
  you are not
  the intended recipient be aware that any disclosure, copying, 
  distribution
  or use of the contents of this information is prohibited. 
 If you have
  received this electronic message in error, please notify us 
  by telephone or
  email (to the numbers or address above) immediately.
  
  
  --
  To unsubscribe, e-mail:
  mailto:[EMAIL PROTECTED]
  For additional commands, e-mail:
  mailto:[EMAIL PROTECTED]
  
  --
  To unsubscribe, e-mail:   
 mailto:[EMAIL PROTECTED]
 For additional commands, e-mail:
 mailto:[EMAIL PROTECTED]
 
 --
 To unsubscribe, e-mail:
 mailto:[EMAIL PROTECTED]
 For additional commands, e-mail:
 mailto:[EMAIL PROTECTED]
 
 --
 To unsubscribe, e-mail:   
 mailto:[EMAIL PROTECTED]
 For additional commands, e-mail: 
 mailto:[EMAIL PROTECTED]
 

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

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




RE: jk_nt_service.exe with Tomcat V4.0.3

2002-06-11 Thread Wagoner, Mark

I don't know if it is compatible or not, but it is not necessary.  The
Tomcat 4.x installer includes a run as service option during installation.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, June 11, 2002 7:14 AM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: jk_nt_service.exe with Tomcat V4.0.3


Hi Folks
Is jk_nt_service.exe compatible with Tomcat V4.0.3? There is no copy in the
V4.0.3 directory structure.
There is the copy in the V3.3.1 directory. Is that version specific?
Thanks for any help,
Charlie.

Charles Collin
Software Engineer
eSolutions ITS
BT Ignite Solutions

   Tel: +44 (01442) 208756
   FAX: +44 (01442) 208757
   Mobile:  +44 (07764) 144289
   e-mail:  [EMAIL PROTECTED]
   Address: pp 421, 
Anzani House,
Trinity Avenue,
FELIXSTOWE, 
Suffolk,
IP11 4XB,
UK.

British Telecommunications plc
Registered office: 81 Newgate Street London EC1A 7AJ
Registered in England no. 180.

This electronic message contains information from British Telecommunications
plc which may be privileged or confidential. The information is intended to
be for the use of the individual(s) or entity named above. If you are not
the intended recipient be aware that any disclosure, copying, distribution
or use of the contents of this information is prohibited. If you have
received this electronic message in error, please notify us by telephone or
email (to the numbers or address above) immediately.


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

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




RE: jk_nt_service.exe with Tomcat V4.0.3

2002-06-11 Thread Douglas, Rory

If you type TOMCAT.EXE /? you will see the that it is possible to install
a tomcat service from the command line.  It is a bit tricky though, you need
to specify the main class etc.

rory

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, June 11, 2002 7:14 AM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: jk_nt_service.exe with Tomcat V4.0.3


Hi Folks
Is jk_nt_service.exe compatible with Tomcat V4.0.3? There is no copy in the
V4.0.3 directory structure.
There is the copy in the V3.3.1 directory. Is that version specific?
Thanks for any help,
Charlie.

Charles Collin
Software Engineer
eSolutions ITS
BT Ignite Solutions

   Tel: +44 (01442) 208756
   FAX: +44 (01442) 208757
   Mobile:  +44 (07764) 144289
   e-mail:  [EMAIL PROTECTED]
   Address: pp 421, 
Anzani House,
Trinity Avenue,
FELIXSTOWE, 
Suffolk,
IP11 4XB,
UK.

British Telecommunications plc
Registered office: 81 Newgate Street London EC1A 7AJ
Registered in England no. 180.

This electronic message contains information from British Telecommunications
plc which may be privileged or confidential. The information is intended to
be for the use of the individual(s) or entity named above. If you are not
the intended recipient be aware that any disclosure, copying, distribution
or use of the contents of this information is prohibited. If you have
received this electronic message in error, please notify us by telephone or
email (to the numbers or address above) immediately.


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



Re: jk_nt_service.exe with Tomcat V4.0.3

2002-06-11 Thread Douglas, Rory


Look inside the bootstrap.jar file in the \bin directory.

I think the startup class should be
org.apache.catalina.startup.BootstrapService
(I'm using 4.1.3)

I haven't got time to test this, but try

tomcat -install tomcat403 c:\jdk\jre\bin\server\jvm.dll -start
org.apache.catalina.startup.BootstratpService

Obviously, replace c:\jdk... with the path to your jdk directory. You can
use either the server or client jvm dll's.

Actually I just tested that now, it works !

cheers
Rory

-Original Message-
From: Short, Dave [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, June 11, 2002 11:12 AM
To: 'Douglas, Rory '
Subject: RE: jk_nt_service.exe with Tomcat V4.0.3


Can anyone please provide a working example of how to install Tomcat 4.0.3
as a service on W2K (which class to specify, etc.)? 

-Original Message-
From: Douglas, Rory
To: 'Tomcat Users List'
Sent: 6/11/02 8:50 AM
Subject: RE: jk_nt_service.exe with Tomcat V4.0.3

If you type TOMCAT.EXE /? you will see the that it is possible to
install
a tomcat service from the command line.  It is a bit tricky though, you
need
to specify the main class etc.

rory

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, June 11, 2002 7:14 AM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: jk_nt_service.exe with Tomcat V4.0.3


Hi Folks
Is jk_nt_service.exe compatible with Tomcat V4.0.3? There is no copy in
the
V4.0.3 directory structure.
There is the copy in the V3.3.1 directory. Is that version specific?
Thanks for any help,
Charlie.

Charles Collin
Software Engineer
eSolutions ITS
BT Ignite Solutions

   Tel: +44 (01442) 208756
   FAX: +44 (01442) 208757
   Mobile:  +44 (07764) 144289
   e-mail:  [EMAIL PROTECTED]
   Address: pp 421, 
Anzani House,
Trinity Avenue,
FELIXSTOWE, 
Suffolk,
IP11 4XB,
UK.

British Telecommunications plc
Registered office: 81 Newgate Street London EC1A 7AJ
Registered in England no. 180.

This electronic message contains information from British
Telecommunications
plc which may be privileged or confidential. The information is intended
to
be for the use of the individual(s) or entity named above. If you are
not
the intended recipient be aware that any disclosure, copying,
distribution
or use of the contents of this information is prohibited. If you have
received this electronic message in error, please notify us by telephone
or
email (to the numbers or address above) immediately.


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



RE: jk_nt_service.exe with Tomcat V4.0.3

2002-06-11 Thread Cox, Charlie

I am using jk_nt_service with tc 4.0.1 since I had problems with the Tomcat
installer's service.

you can use the jk_nt_service from the 3.x tree and you can configure it by
following the directions here:
http://www.mail-archive.com/tomcat-user@jakarta.apache.org/msg35196.html

Charlie

 -Original Message-
 From: Wagoner, Mark [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, June 11, 2002 8:18 AM
 To: 'Tomcat Users List'
 Subject: RE: jk_nt_service.exe with Tomcat V4.0.3
 
 
 I don't know if it is compatible or not, but it is not necessary.  The
 Tomcat 4.x installer includes a run as service option 
 during installation.
 
 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, June 11, 2002 7:14 AM
 To: [EMAIL PROTECTED]
 Cc: [EMAIL PROTECTED]
 Subject: jk_nt_service.exe with Tomcat V4.0.3
 
 
 Hi Folks
 Is jk_nt_service.exe compatible with Tomcat V4.0.3? There is 
 no copy in the
 V4.0.3 directory structure.
 There is the copy in the V3.3.1 directory. Is that version specific?
 Thanks for any help,
 Charlie.
 
   Charles Collin
   Software Engineer
   eSolutions ITS
   BT Ignite Solutions
 
Tel: +44 (01442) 208756
FAX: +44 (01442) 208757
Mobile:  +44 (07764) 144289
e-mail:  [EMAIL PROTECTED]
Address: pp 421, 
 Anzani House,
 Trinity Avenue,
 FELIXSTOWE, 
 Suffolk,
 IP11 4XB,
 UK.
 
 British Telecommunications plc
 Registered office: 81 Newgate Street London EC1A 7AJ
 Registered in England no. 180.
 
 This electronic message contains information from British 
 Telecommunications
 plc which may be privileged or confidential. The information 
 is intended to
 be for the use of the individual(s) or entity named above. If 
 you are not
 the intended recipient be aware that any disclosure, copying, 
 distribution
 or use of the contents of this information is prohibited. If you have
 received this electronic message in error, please notify us 
 by telephone or
 email (to the numbers or address above) immediately.
 
 
 --
 To unsubscribe, e-mail:
 mailto:[EMAIL PROTECTED]
 For additional commands, e-mail:
 mailto:[EMAIL PROTECTED]
 
 --
 To unsubscribe, e-mail:   
mailto:[EMAIL PROTECTED]
For additional commands, e-mail:
mailto:[EMAIL PROTECTED]

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