Debugging with Visual Cafe and Catalina

2002-05-30 Thread Wigzell, Cathy
I'm trying to debug my servlets using Visual Café and I can't quite get it to work. I'm using: Catalina from Tomcat 4.0.2 Visual Café 4.5.1 Expert (trial) VM 1.3.1_02 IIS (with isapi_redirect.dll as the servlet engine) When I start the VC debugger, Catalina can find my web.xml and loads

Directory and jar configuration

2002-03-28 Thread Wigzell, Cathy
I'm using tc 4.0.2 and I'm having a few problems with the location of the required jar files. I'm currently using this structure: CATALINA_HOME common lib server lib But what I would like to do is: CATALINA_HOME jar-directory i.e. I would like to ha

Object streaming from applet to servlet - bad read from ajp13

2002-01-22 Thread Wigzell, Cathy
I'm running Catalina (TC4) as a servlet engine with IIS and I'm having problems with object streaming. On the client side I have multiple threads sending POST messages to the server, and on the server side I have a servlet with a doPost catching the messages - all very standard. However, I often g