RE: Does isapi_redirect support chunked data?

2002-01-22 Thread Rida Ligurs
he above limitations, I need to look 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 th

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 the

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

2002-01-18 Thread Rida Ligurs
d at multiple levels, i.e. at the server node 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-mai

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 succe

RE: JDK 1.4 and Tomcat 4.01 - XML ClassCastException

2001-11-15 Thread Rida Ligurs
Where is your xerces.jar? Jars in a lib directory are put in the CLASSPATH alphabetically. Try renaming the xerces.jar. -Original Message- From: David Sanders [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 14, 2001 8:59 PM To: '[EMAIL PROTECTED]' Subject: JDK 1.4 and Tomcat 4.01

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/ This installs Tomcat as a service. -Original Message- From: Andrew Bruno [mailto:[

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 everyt

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

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 dir

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

RE: Chunked http requests

2001-10-22 Thread Rida Ligurs
K in Tomcat 3.3, 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&

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

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 Se

RE: Servlet jar files

2001-04-18 Thread Rida Ligurs
gt;and makes deployment a little easier. > >sam >- Original Message - >From: <mailto:[EMAIL PROTECTED]>Rida Ligurs >To: <mailto:'[EMAIL PROTECTED]'>'[EMAIL PROTECTED]' >Sent: Wednesday, April 18, 2001 1:56 PM >Subject: RE: Servlet jar files >

RE: Servlet jar files

2001-04-18 Thread Rida Ligurs
ile is it looks 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

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 PROTECTE