Re: How to make Tomcat as NT Service - Working now...

2001-02-15 Thread Pauline Lo

Many thanks!! You're the god! :)

Pauline

- Original Message -
From: "Gary Lawson" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, February 15, 2001 3:35 PM
Subject: RE: How to make Tomcat as NT Service


My notes on how we did this:

Extract TOMCAT to c:\tools\jakarta-tomcat (say)

Extract JDK to c:\tools\jdk1.3 (say)

Environment variables:
{add to} PATH c:\tools\jdk1.3\bin
JAVA_HOME c:\tools\jdk1.3

Edit \conf\wrapper.properties
change TOMCAT HOME to c:\tools\jakarta-tomcat
change JAVAHOME to c:\tools\jdk1.3 [NOT c:\tools\jdk1.3\bin ]

TO INSTALL AS SERVICE:

jk_nt_service -I service_name 

Start service

I am not sure how this compares to the documentation of jk_nt_service but
this is what worked for us.

HTH
Gary


-Original Message-
From: Pauline Lo [mailto:[EMAIL PROTECTED]]
Sent: 15 February 2001 15:25
To: [EMAIL PROTECTED]
Subject: How to make Tomcat as NT Service


Hi everyone

I have told that this is an excellent way to get some help. Basically I have
a got very simple question. I have installed Release Build Tomcat v3.2.1. I
am able to get it up and running using the startup.bat in the bin directory.
Now what I would like to know is how I could make Tomcat as an NT Service. I
have got the 'jk_nt_service.exe' which I gather is used to create this NT
service, however, I have not managed to understand how I could do this.

I would appreciate if someone could help with this with a step-by-step
method.

Many thanks in advanced
Pauline


- Original Message -
From: "Christian Rauh" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, February 15, 2001 4:06 PM
Subject: Help: database user authentication how-to.


Dear People,

I am totally confused on how to proceed with the user authentication in
my web application. I will try to state my problem briefly:

I have a web application that has FORM security. I need to create a way
for users to create an account that gives them access to the web
application. Optimally, the user/password/role info should be stored in
a database.

How can this be done as closely as possible to the servlet/jsp
specification? Is there a package written for this somewhere? I found
something about JDBC real in the server.xml file, is it what I seek?

Note that I also need this to be integrated with the web engine (Apache
preferably).

I have seen that app servers like weblogic´s have a user authentication
scheme exactly like the one I seek but I want a non-proprietary, low
cost solution.

Any direction would be much appreciatted since I am really not knowing
what to do regarding this matter.

Thanks in advance,

Christian Rauh

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




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


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



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




How to make Tomcat as NT Service

2001-02-15 Thread Pauline Lo

Hi everyone

I have told that this is an excellent way to get some help. Basically I have
a got very simple question. I have installed Release Build Tomcat v3.2.1. I
am able to get it up and running using the startup.bat in the bin directory.
Now what I would like to know is how I could make Tomcat as an NT Service. I
have got the 'jk_nt_service.exe' which I gather is used to create this NT
service, however, I have not managed to understand how I could do this.

I would appreciate if someone could help with this with a step-by-step
method.

Many thanks in advanced
Pauline


- Original Message -
From: "Christian Rauh" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, February 15, 2001 4:06 PM
Subject: Help: database user authentication how-to.


Dear People,

I am totally confused on how to proceed with the user authentication in
my web application. I will try to state my problem briefly:

I have a web application that has FORM security. I need to create a way
for users to create an account that gives them access to the web
application. Optimally, the user/password/role info should be stored in
a database.

How can this be done as closely as possible to the servlet/jsp
specification? Is there a package written for this somewhere? I found
something about JDBC real in the server.xml file, is it what I seek?

Note that I also need this to be integrated with the web engine (Apache
preferably).

I have seen that app servers like weblogic´s have a user authentication
scheme exactly like the one I seek but I want a non-proprietary, low
cost solution.

Any direction would be much appreciatted since I am really not knowing
what to do regarding this matter.

Thanks in advance,

Christian Rauh

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




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