RE: Does isapi_redirect support chunked data?

2002-01-22 Thread Rida Ligurs
for another solution. Is there any way to do this in standalone Tomcat? Rida -Original Message- From: Rida Ligurs Sent: Monday, January 21, 2002 11:52 AM To: Tomcat-User (E-mail) Subject: Does isapi_redirect support chunked data? I have a servlet that returns a SOAP document in its output

Does isapi_redirect support chunked data?

2002-01-21 Thread Rida Ligurs
I have a servlet that returns a SOAP document in its output stream. I have a Java client that posts a request using sockets and expects to read the response (SOAP document) from the socket's input stream. Everything works fine if I'm posting directly to Tomcat. I get the following data from

Can't get iis_redirect to work witk Tomcat 4.0.1

2002-01-18 Thread Rida Ligurs
I've been trying for several days now to integrate Tomcat 4.0.1 with IIS on Win2000 Pro. I've followed all of the instructions in http://members.ozemail.com.au/~lampante/howto/tomcat/iisnt as well as those at http://jakarta.apache.org/~hgomez/ajp13-tc4.0/ but I can't get iis_redirect.dll to

RE: Can't get iis_redirect to work witk Tomcat 4.0.1

2002-01-18 Thread Rida Ligurs
and web site. I'm not sure if there are other ways. Hope this helps. Cheers, Larry -Original Message- From: Rida Ligurs [mailto:[EMAIL PROTECTED]] Sent: Friday, January 18, 2002 12:48 PM To: Tomcat-User (E-mail) Subject: Can't get iis_redirect to work witk Tomcat 4.0.1 I've been

RE: Repost: Running Tomcat 4.01 as a service on Win2k

2001-11-01 Thread Rida Ligurs
Why not just run the Tomcat 4.0.1 install executable in http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0.1/bin/ http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0.1/bin/ This installs Tomcat as a service. -Original Message- From: Andrew Bruno

RE: Tomcat 4.0.1 Final and Xerces Parser

2001-10-26 Thread Rida Ligurs
I had read this documentation but it seemed to be out of date. It referred to crimson and and jaxp jars - I don't see these in my installation, the version I have comes with xerces. I think it should also mention that the jars in any directory are loaded alphabetically. Anyway, I've got

RE: Tomcat 4.0.1 Final and Xerces Parser

2001-10-24 Thread Rida Ligurs
like a terrible work around. -Original Message- From: Rida Ligurs Sent: Tuesday, October 23, 2001 12:43 PM To: Tomcat-User (E-mail) Subject: Tomcat 4.0.1 Final and Xerces Parser Hi there, I just upgraded to Tomcat 4.0.1 Final and I am getting a NoSuchMethod exception when my servlet

RE: Chunked http requests

2001-10-23 Thread Rida Ligurs
Is that for Tomcat running standalone? -Original Message- From: Pier Fumagalli [mailto:[EMAIL PROTECTED]] Sent: Monday, October 22, 2001 8:20 PM To: [EMAIL PROTECTED] Subject: Re: Chunked http requests Yes, with the default HTTP/1.1 connector. Pier Rida Ligurs at [EMAIL

Tomcat 4.0.1 Final and Xerces Parser

2001-10-23 Thread Rida Ligurs
Hi there, I just upgraded to Tomcat 4.0.1 Final and I am getting a NoSuchMethod exception when my servlet attempts to use xerces. The servlet was originally running with Tomcat 3.2.1 and it used xerces.jar 1.3.0 that was in my webapps WEB-INF\lib directory. Now I've copied my whole webapps

RE: Chunked http requests

2001-10-22 Thread Rida Ligurs
Hi, I've been trying to receive chunked input into my servlet running under Tomcat 3.3-rc2 standalone. Is chunked input supported when running Tomcat in standalone mode? I'm getting the following exception: IOException in R( /mywebapp + /myservlet + null) - java.net.SocketException:

RE: Chunked http requests

2001-10-22 Thread Rida Ligurs
, chunked input is only supported when using the mod_jk connector with Apache. Larry -Original Message- From: Rida Ligurs [mailto:[EMAIL PROTECTED]] Sent: Monday, October 22, 2001 2:38 PM To: 'Tomcat-User (E-mail)' Subject: RE: Chunked http requests Hi, I've been trying to receive

How to get jk_nt_service to notice failed startup of my service?

2001-09-06 Thread Rida Ligurs
I've been using jk_nt_service successfully for some time now, but I've noticed that even if my servlet's init() throws a ServletException, the service still appears to have started successfully in the Services Manager. What do I have to do to get startup failure to be properly reflected in the

RE: Servlet jar files

2001-04-18 Thread Rida Ligurs
Title: RE: Servlet jar files I was also thinking of using WAR files, but didn't know where to put my properties files. I don't think I wan't them in the WAR because the customer will need to edit them. Where should they go? -Original Message- From: Ed Gomolka [mailto:[EMAIL

RE: Servlet jar files

2001-04-18 Thread Rida Ligurs
a little neater, hides some of the internals and makes deployment a little easier. sam - Original Message - From: Rida Ligurs To: '[EMAIL PROTECTED]' Sent: Wednesday, April 18, 2001 1:56 PM Subject: RE: Servlet jar files I was also

RE: Servlet jar files

2001-04-18 Thread Rida Ligurs
could deply the webapp unpacked (e.g. not use the WAR file). As far as I can see the only benifits of using a .WAR file is it looks a little neater, hides some of the internals and makes deployment a little easier. sam - Original Message - From: mailto:[EMAIL PROTECTED]Rida Ligurs