Re: Tomcat on Win2k

2001-04-11 Thread Nico den Boer

What I've done is;
- followed steps of uguide\tomcat_ug.html (env. variables)
- followed all steps of tomcat-iis-howto.html
That means 1 is done, 2 not yet.

First I'll replace the JVM to 1.3.1Beta
Then do what's in NT-Service-howto.html

One thing is not clear to me; the doc says:
3 Install jk_nt_service by running it with the -i flag.
4 Start tomcat as a service.

Do I need to add these lines to autoexec.bat or only type it once in "start
button/execute" ?
(don't know what happens when the computer is restarted or when it's running
multiple sessions)

Nico

- Original Message -
From: Randy Layman [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, April 10, 2001 9:39 PM
Subject: RE: Tomcat on Win2k



No.  If you want to run Tomcat out-of process with IIS as a service
you need to:
1.  Install Tomcat to work with IIS (which it seems that you have
accomplished)
2.  Install it as a service (which it also seems that you have
accomplished)

And remember to now use JDK 1.3.0.  Since you seem to have most
everything working fine, you simply need to change the JVM you are using to
either 1.2.x or 1.3.1Beta and then modify the wrapper.properties and
workers.properties to point to the correct JVM.

If I understand your problem correctly, your problem is a bug in the
JVM, everything else is working fine, so replacing the JVM should solve
everything.

Randy





Re: Tomcat on Win2k

2001-04-11 Thread Nico den Boer

I have replace the JVM with 1.3.1Beta and installed the NT service.
It works fine now.

Thank you all very much for the assistence 

Nico

- Original Message - 
From: Nico den Boer [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, April 11, 2001 9:31 AM
Subject: Re: Tomcat on Win2k


What I've done is;
- followed steps of uguide\tomcat_ug.html (env. variables)
- followed all steps of tomcat-iis-howto.html
That means 1 is done, 2 not yet.

First I'll replace the JVM to 1.3.1Beta
Then do what's in NT-Service-howto.html

One thing is not clear to me; the doc says:
3 Install jk_nt_service by running it with the -i flag.
4 Start tomcat as a service.

Do I need to add these lines to autoexec.bat or only type it once in "start
button/execute" ?
(don't know what happens when the computer is restarted or when it's running
multiple sessions)

Nico





Re: servlet classes cannot be found

2001-04-10 Thread Nico den Boer

The Tomcat output window says when I use http://hostname:8080/imsapps/dejonge;
Get real path /dejonge D:\tomcat\webapps\imsapps\dejonge
D:\tomcat\webapps\imsapps
404 R( /imsapps + /dejonge + null) null

If I use  http://hostname:8007/imsapps/dejonge it says "Stream broken" with a
stack trace.

Any ideas ?

Nico




Tomcat on Win2k

2001-04-10 Thread Nico den Boer

Hi there !

I have Tomcat running on a Win2k computer with IIS 5.0.
The computer is not local, so I logon using Terminal Services Client (TSC) as a
administrator.

Everything works fine, until I logout with TSC.
Then Tomcat shuts down.
Is there a way to keep Tomcat running after I logout ?

Any help would be greatly appreciated.

Nico den Boer





Re: Tomcat on Win2k

2001-04-10 Thread Nico den Boer

What JDK are you using ?
For example, I can try to switch back to jdk 1.2.2

Nico

- Original Message - 
From: Anthony Martin [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, April 10, 2001 9:09 PM
Subject: RE: Tomcat on Win2k


I remember reading something about this on the group a few months ago.  If
memory serves, it's a bug in JDK 1.3.

Anthony





Re: Tomcat on Win2k

2001-04-10 Thread Nico den Boer

Just for my understanding;

If I want to use the out-process implementation, I need to;
- remove registry entries
- remove virtual folder jakarta from IIS
- remove isapi_redirect filter from IIS
- follow the directions of NT-Service-howto (which means modifying
wrapper.properties)

Is that all it takes or do I overlook something ?

Nico

- Original Message -
From: Anthony Martin [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, April 10, 2001 9:37 PM
Subject: Re: Tomcat on Win2k


I use JDK 1.3.1 on Windows 2000 Terminal Server.  I use the out-process
implementation over IIS, and have it load on startup with jk_nt_service.exe.
Because there is no user associated to this java.exe instance, logging
in/out has no effect.

To install Tomcat as a service, refer to the following documentation:

http://jakarta.apache.org/tomcat/jakarta-tomcat/src/doc/NT-Service-howto.htm
l

Anthony