RE: Need help with tomcat running as service with ajp13

2003-03-28 Thread Mark Prins
to debug this? Anything logged that looks interesting? Mark -Original Message- From: Mark Prins [mailto:[EMAIL PROTECTED] Sent: Friday, March 21, 2003 6:45 AM To: Tomcat Users List; Jake Robb Subject: Re: Need help with tomcat running as service with ajp13 Citeren Jake Robb [EMAIL

Re: Need help with tomcat running as service with ajp13

2003-03-21 Thread Mark Prins
Citeren Jake Robb [EMAIL PROTECTED]: The very first thing I'd try is upgrading to the latest version of the JDK (1.4.1_01). 1.4.1_02 is the latest. I have had this problem with 4.0.6 running standalone with 1.3.x Upgrading to 1.4.1_01 helped. I have a NT4 box with 4.0.6 standalone on

RE: Need help with tomcat running as service with ajp13

2003-03-21 Thread Mark Prins
-Original Message- From: Mark Prins [mailto:[EMAIL PROTECTED] Sent: Friday, March 21, 2003 6:45 AM To: Tomcat Users List; Jake Robb Subject: Re: Need help with tomcat running as service with ajp13 Citeren Jake Robb [EMAIL PROTECTED]: The very first thing I'd try is upgrading

RE: Configure IIS + Tomcat 4.1.12

2002-12-06 Thread Mark Prins
I still have not yet been able to determine how to configure the location of the log file, and there does not seem to be a default log file written anywhere in $TOMCAT_HOME/logs either. Can anyone shed any light on this? the dll is supposed to log to the win32 event logs by default; I

RE: jar_cache files

2002-07-10 Thread Mark Prins
tomcat keeps a lock on all the current jar_cache files; if you write a batch file that runs once a day that removes them the directory shouldn't clutter with outdated cache files. a batchfile with something like: cd \temp del /F /Q jar_cache*.tmp this will generate error messages for files

RE: TC 4.1.3: JK2 connector dies? cant get isapi_redirector to talk to tomcat

2002-06-28 Thread Mark Prins
-Original Message- From: Ignacio J. Ortega [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 27, 2002 7:20 PM To: unlisted-recipients Subject: RE: TC 4.1.3: JK2 connector dies? cant get isapi_redirector to t alkto tomcat De: Mark Prins [mailto:[EMAIL PROTECTED]] Enviado el

problem after upgrading 4.0.1 - 4.1.3: java.lang.VerifyError

2002-06-28 Thread Mark Prins
Many of my servlets that worked under 4.0.1 are complaining with: java.lang.VerifyError: (class: com/caris/fusion/servlet/JDMC_FusionServletBase, method: init signature: (Ljavax/servlet/ServletConfig;)V) Incompatible object argument for function call Any thoughts on this? Mark