Error 500 in Tomcat Servlet initialization under jk_nt_service

2001-09-10 Thread Rick Hodgson
I've encountered an error which I've not seen discussed in any thread. I get a null pointer exception when I attempt to execute my servlet via Tomcat running under the jk_nt_service.exe module. If I stop the Jakarta service and run Tomcat as a forground process, my servlet works as expected.

Error: 500 in jk_nt_service.exe; not logoff error

2001-09-07 Thread Rick Hodgson
I've encountered an error which I've not seen discussed in any thread. I get a null pointer exception when I attempt to execute my servlet via Tomcat running under the jk_nt_service.exe module. If I stop the Jakarta service and run Tomcat as a forground process, my servlet works as expected.

Re: configuring tomcat with Win 2000

2001-08-27 Thread Rick Hodgson
There's no difference between the two W** systems. I used the WNT Tomcat3.2.3 install instructions with the IIS5.0 howto instructions on a W2K/sp2 system with only minor problems. The main problems are the IIS5.0 howto requires a number of changes to .\conf and the W2K registry. If you don't

TC3.2.3, W2K Professional and IIS5.0

2001-08-23 Thread Rick Hodgson
I'm having a slightly different problem with TC3.2.3 and IIS5.0. I do have isapi_redirect.dll being initialized by IIS. Also, IIS, is invoking isapi_redirect.dll for an incoming URL request. The isapi_redirect.dll does parse the URL, determine that /examples/jsp/index is a servlet URL,