RE: Need help with tomcat running as service with ajp13

2003-03-28 Thread Mark Prins
tried 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 a

RE: Need help with tomcat running as service with ajp13

2003-03-21 Thread Mark Prins
gged 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 > > >

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 1.4

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 that

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

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: Ma

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

2002-06-27 Thread Mark Prins
I'm not sure I understand, but in my server.xml the connector is specified as listening to 8009, so how's that? What should be in my jk2.properties? Everything works OK when I replace the above connector with : Apart from an exception that is thrown concerning the Mbean: Boo

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

2002-06-27 Thread Mark Prins
I'm trying to set up TC4.1.3 with Win2K/IIS5 Tomcat runs OK standalone on port 8080, (http://160.160.160.17:8080/examples/jsp/snp/snoop.jsp works) but when I try http://160.160.160.17/examples/jsp/snp/snoop.jsp I get a host not found error. IIS runs ok, the isapi_filter seems configured OK (gr