RE: What does this mean?

2003-10-03 Thread Jon Skeet
> Found this in my JK2 logs (Windows events):
> 
> Emerg:  [jk_isapi_plugin.c (426)]: HttpFilterProc 
> [/cc200x/meta-inf/services/javax.xml.parsers.documentbuilderfactory]
> points to the web-inf or meta-inf directory.
> Somebody try to hack into the site!!!
> 
> What does this mean?

I believe it means that someone has requested a URL of

http://servername/cc200x/meta-inf/services/javax.xml.parsers.documentbui
lderfactory

which the connector won't allow, because no-one should be trying to
directly read from anything under the meta-inf or web-inf directories.

Jon

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: What does this mean?

2003-10-03 Thread Jon Skeet
> That's what I figured... However, the only one accesing the system 
> at the moment is myself. It must be one of my servlets that places
such 
> a request. Why is there a meta-inf directory anyway? It is not 
> reflected in the file system.?

Consider a war file - that's likely to have a meta-inf directory. Now,
exactly why your servlet is requesting that URL is a different matter...
and worth tracing.

Jon

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: what does this mean?

2000-12-27 Thread Ritwick Dhar

It means that the version of mod_jserv.so was not compiled with the option
-DEAPI. EAPI is the Apache extended API for modules (No, I don't know what
that means)

If you're compiling using apxs, you can turn on this flag inside the apxs
script. I added -DEAPI to the CFG_CFLAGS variable. Like this:
$CFG_CFLAGS = q( -DAIX=43 -DUSE_PTHREAD_SERIALIZED_ACCEPT -U__STR__
-DAIX_BIND_PROCESSOR -qnogenpcomp -qnousepcomp -DMOD_SSL=207101
-DUSE_HSREGEX -DEAPI 

Try it out.

Rit


-Original Message-
From: Jeffry Guttadauro [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, December 27, 2000 10:09 AM
To: [EMAIL PROTECTED]
Subject: what does this mean?


Hello.

 I've seen a lot of other discussion on people having trouble getting
mod_jk or mod_jserv set up for Tomcat and Apache to work with one another.
I'm glad that I'm not the only one finding this frustrating.  (not glad at
others' frustration of course, just glad that I'm not alone)
 Anyways, can anybody explain to me this warning message in my Apache
error_log file?  I also get this message when I try to use mod_jk.so.  What
are EAPI and DEAPI?

[Wed Dec 27 09:47:55 2000] [warn] Loaded DSO libexec/mod_jserv.so uses plain
Ap
ache 1.3 API, this module might crash under EAPI! (please recompile it with
-DE
API)

Thanks a lot!
-Jeff



RE: what does this mean?

2000-12-27 Thread Curt Emich

Does anyone know how to unsubscribe from this newsgroup?

> -Original Message-
> From: Ritwick Dhar [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, December 27, 2000 12:17 PM
> To: '[EMAIL PROTECTED]'
> Subject: RE: what does this mean?
>
>
> It means that the version of mod_jserv.so was not compiled with the option
> -DEAPI. EAPI is the Apache extended API for modules (No, I don't know what
> that means)
>
> If you're compiling using apxs, you can turn on this flag inside the apxs
> script. I added -DEAPI to the CFG_CFLAGS variable. Like this:
> $CFG_CFLAGS = q( -DAIX=43 -DUSE_PTHREAD_SERIALIZED_ACCEPT -U__STR__
> -DAIX_BIND_PROCESSOR -qnogenpcomp -qnousepcomp -DMOD_SSL=207101
> -DUSE_HSREGEX -DEAPI
>
> Try it out.
>
> Rit
>
>
> -Original Message-
> From: Jeffry Guttadauro [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, December 27, 2000 10:09 AM
> To: [EMAIL PROTECTED]
> Subject: what does this mean?
>
>
> Hello.
>
>  I've seen a lot of other discussion on people having trouble getting
> mod_jk or mod_jserv set up for Tomcat and Apache to work with one another.
> I'm glad that I'm not the only one finding this frustrating.  (not glad at
> others' frustration of course, just glad that I'm not alone)
>  Anyways, can anybody explain to me this warning message in my Apache
> error_log file?  I also get this message when I try to use
> mod_jk.so.  What
> are EAPI and DEAPI?
>
> [Wed Dec 27 09:47:55 2000] [warn] Loaded DSO libexec/mod_jserv.so
> uses plain
> Ap
> ache 1.3 API, this module might crash under EAPI! (please
> recompile it with
> -DE
> API)
>
> Thanks a lot!
> -Jeff
>




Re: what does this mean?

2000-12-27 Thread Damien Serra

Curt Emich wrote:

> Does anyone know how to unsubscribe from this newsgroup?

> To remove your address from the list, send a message to:
>   <[EMAIL PROTECTED]>


>
>
> > -Original Message-
> > From: Ritwick Dhar [mailto:[EMAIL PROTECTED]]
> > Sent: Wednesday, December 27, 2000 12:17 PM
> > To: '[EMAIL PROTECTED]'
> > Subject: RE: what does this mean?
> >
> >
> > It means that the version of mod_jserv.so was not compiled with the option
> > -DEAPI. EAPI is the Apache extended API for modules (No, I don't know what
> > that means)
> >
> > If you're compiling using apxs, you can turn on this flag inside the apxs
> > script. I added -DEAPI to the CFG_CFLAGS variable. Like this:
> > $CFG_CFLAGS = q( -DAIX=43 -DUSE_PTHREAD_SERIALIZED_ACCEPT -U__STR__
> > -DAIX_BIND_PROCESSOR -qnogenpcomp -qnousepcomp -DMOD_SSL=207101
> > -DUSE_HSREGEX -DEAPI
> >
> > Try it out.
> >
> > Rit
> >
> >
> > -Original Message-
> > From: Jeffry Guttadauro [mailto:[EMAIL PROTECTED]]
> > Sent: Wednesday, December 27, 2000 10:09 AM
> > To: [EMAIL PROTECTED]
> > Subject: what does this mean?
> >
> >
> > Hello.
> >
> >  I've seen a lot of other discussion on people having trouble getting
> > mod_jk or mod_jserv set up for Tomcat and Apache to work with one another.
> > I'm glad that I'm not the only one finding this frustrating.  (not glad at
> > others' frustration of course, just glad that I'm not alone)
> >  Anyways, can anybody explain to me this warning message in my Apache
> > error_log file?  I also get this message when I try to use
> > mod_jk.so.  What
> > are EAPI and DEAPI?
> >
> > [Wed Dec 27 09:47:55 2000] [warn] Loaded DSO libexec/mod_jserv.so
> > uses plain
> > Ap
> > ache 1.3 API, this module might crash under EAPI! (please
> > recompile it with
> > -DE
> > API)
> >
> > Thanks a lot!
> > -Jeff
> >




RE: What does this mean? (Tomcat manager)

2004-12-13 Thread Shapira, Yoav

Hi,
The display of those values has no significance to Tomcat itself, so
it's fine.  It has meaning to the server administrators who might see
these values as an indication something else is wrong, and check their
logs, e.g. the database log ;)

Yoav Shapira http://www.yoavshapira.com


>-Original Message-
>From: Hollerman Geralyn M [mailto:[EMAIL PROTECTED]
>Sent: Monday, December 13, 2004 10:50 AM
>To: Tomcat Users List
>Subject: What does this mean? (Tomcat manager)
>
>In using the Tomcat manager app with 5.0.16, we got some odd results
when
>our
>backend database started acting funny and then crashed; I'm just
curious as
>to
>whether the results we saw on the Tomcat manager indicate that there's
>something
>I should be looking at.
>
>Specifically, what I saw was that the "Current thread count" and
"Current
>thread
>busy" on our http connector both specified NEGATIVE values soon after
the
>database started having trouble, and on our https connector, the value
>listed
>for both items was "0". There were no errors in the catalina.out that
>appeared
>to be related to this - naturally, our database log had plenty of
errors.
>But
>what I want to assure myself is that Tomcat was operating as intended -
or
>does
>the display of either of those values have a particular significance to
>Tomcat?
>
>Thanks!
>
>--
>Lynn Hollerman.
>
>
>-
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]




This e-mail, including any attachments, is a confidential business 
communication, and may contain information that is confidential, proprietary 
and/or privileged.  This e-mail is intended only for the individual(s) to whom 
it is addressed, and may not be saved, copied, printed, disclosed or used by 
anyone else.  If you are not the(an) intended recipient, please immediately 
delete this e-mail from your computer system and notify the sender.  Thank you.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: What does this mean? ajp13.service() Error sending initial post -1 0 0

2004-01-20 Thread Rasmus Munk
Nothing  happens, but i guess that is because I have no mapping for the
root! The strange thing about my error is this:

It happens only somtimes. It seems like I caused by the folowing conditions:

1. The size of the POST is something like 10k or bigger.
2. The last call to tomcat is more than 2 minutes old!!

I know it sounds incredible, but this is what I have come to to after
several days of testing.

As I cannot make the connector work, does anyone know if it is possible to
run tomcat in-process, thereby passing the requests from IIS using som sort
of other technique than the HTTP redirecting?

-Rasmus

-Original Message-
From: Edson Alves Pereira [mailto:[EMAIL PROTECTED] 
Sent: 20. januar 2004 15:12
To: 'Tomcat Users List'
Subject: RE: What does this mean? ajp13.service() Error sending initial post
-1 0 0

What happens if you type ( http://127.0.0.1/index.jsp ) in your
browser?

> --
> De:   Rasmus Munk[SMTP:[EMAIL PROTECTED]
> Responder:Tomcat Users List
> Enviada:  terça-feira, 20 de janeiro de 2004 9:06
> Para: 'Tomcat Users List'
> Assunto:  What does this mean?  ajp13.service() Error sending initial
> post -1 0 0
> 
> Hi
>  
> I am running tomcat 4.1.29 on IIS 5.0 and j2k 2.0.2 (have also tried 
> older
> versions)
>  
> Sometimes I get this error in the j2k.log:
>  
> [Tue Jan 20 13:03:18 2004] (error ) [jk_worker_ajp13.c (380)]
> ajp13.service() Error sending initial post -1 0 0
>  
> the log continues:
>  
> [Tue Jan 20 13:03:18 2004] (debug ) [jk_handler_response.c (155)]
> handler.response() Header[0] [Content-Encoding] = [gzip] [Tue Jan 20 
> 13:03:18 2004] (debug ) [jk_handler_response.c (155)]
> handler.response() Header[1] [Content-Type] = 
> [text/xml;charset=ISO-8859-1] [Tue Jan 20 13:03:18 2004] (debug ) 
> [jk_handler_response.c (155)]
> handler.response() Header[2] [Content-Length] = [199] [Tue Jan 20 
> 13:03:18 2004] (debug ) [jk_handler_response.c (172)]
> handler.response(): status=200 headers=3 [Tue Jan 20 13:03:18 2004] 
> (debug ) [jk_service_iis.c (93)]  Into jk_ws_service_t::head [Tue Jan 
> 20 13:03:18 2004] (debug ) [jk_service_iis.c (227)]  Into 
> jk_ws_service_t::write [Tue Jan 20 13:03:18 2004] (debug ) 
> [jk_isapi_plugin.c (516)] HttpExtensionProc service() returned OK
>  
> But the request is not passed to Tomcat, and a response i never sent 
> to the browser!!
>  
> Anya ideas?
>  
> Thanks,
>  
> Rasmus
> 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: What does this mean? ajp13.service() Error sending initial post -1 0 0

2004-01-20 Thread Hooper, Brian
Not sure about your problem, but I recently ran across this URL:
http://jspisapi.neurospeech.com/

Anyone have any experience with this product?

Coincidently I'm having some weird problems using 4.1.29, IIS 5, and JK2.  If a user 
goes to a jsp page, it takes a really long time initially (~10 seconds for a simple 
page).  They can click on other pages that pop up immediately, but if they wait for a 
while, the next page request takes a long time.  If I look at the NT event log there 
are a lot of application warnings from "Apache Jakarta Connector2".  I was going to 
ask the list about it but I wanted to see if TC5 fixes the problem.  Interestingly the 
problem only appeared on my production server, never on my dev server.

-Original Message-
From: Rasmus Munk [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, January 20, 2004 9:22 AM
To: 'Tomcat Users List'
Subject: RE: What does this mean? ajp13.service() Error sending initial post -1 0 0


Nothing  happens, but i guess that is because I have no mapping for the root! The 
strange thing about my error is this:

It happens only somtimes. It seems like I caused by the folowing conditions:

1. The size of the POST is something like 10k or bigger.
2. The last call to tomcat is more than 2 minutes old!!

I know it sounds incredible, but this is what I have come to to after several days of 
testing.

As I cannot make the connector work, does anyone know if it is possible to run tomcat 
in-process, thereby passing the requests from IIS using som sort of other technique 
than the HTTP redirecting?

-Rasmus

-Original Message-
From: Edson Alves Pereira [mailto:[EMAIL PROTECTED] 
Sent: 20. januar 2004 15:12
To: 'Tomcat Users List'
Subject: RE: What does this mean? ajp13.service() Error sending initial post -1 0 0

What happens if you type ( http://127.0.0.1/index.jsp ) in your browser?

> --
> De:   Rasmus Munk[SMTP:[EMAIL PROTECTED]
> Responder:Tomcat Users List
> Enviada:  terça-feira, 20 de janeiro de 2004 9:06
> Para: 'Tomcat Users List'
> Assunto:  What does this mean?  ajp13.service() Error sending initial
> post -1 0 0
> 
> Hi
>  
> I am running tomcat 4.1.29 on IIS 5.0 and j2k 2.0.2 (have also tried
> older
> versions)
>  
> Sometimes I get this error in the j2k.log:
>  
> [Tue Jan 20 13:03:18 2004] (error ) [jk_worker_ajp13.c (380)]
> ajp13.service() Error sending initial post -1 0 0
>  
> the log continues:
>  
> [Tue Jan 20 13:03:18 2004] (debug ) [jk_handler_response.c (155)]
> handler.response() Header[0] [Content-Encoding] = [gzip] [Tue Jan 20
> 13:03:18 2004] (debug ) [jk_handler_response.c (155)]
> handler.response() Header[1] [Content-Type] = 
> [text/xml;charset=ISO-8859-1] [Tue Jan 20 13:03:18 2004] (debug ) 
> [jk_handler_response.c (155)]
> handler.response() Header[2] [Content-Length] = [199] [Tue Jan 20 
> 13:03:18 2004] (debug ) [jk_handler_response.c (172)]
> handler.response(): status=200 headers=3 [Tue Jan 20 13:03:18 2004] 
> (debug ) [jk_service_iis.c (93)]  Into jk_ws_service_t::head [Tue Jan 
> 20 13:03:18 2004] (debug ) [jk_service_iis.c (227)]  Into 
> jk_ws_service_t::write [Tue Jan 20 13:03:18 2004] (debug ) 
> [jk_isapi_plugin.c (516)] HttpExtensionProc service() returned OK
>  
> But the request is not passed to Tomcat, and a response i never sent
> to the browser!!
>  
> Anya ideas?
>  
> Thanks,
>  
> Rasmus
> 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: What does this mean? ajp13.service() Error sending initial p ost -1 0 0

2004-01-20 Thread Edson Alves Pereira
What happens if you type ( http://127.0.0.1/index.jsp ) in your
browser?

> --
> De:   Rasmus Munk[SMTP:[EMAIL PROTECTED]
> Responder:Tomcat Users List
> Enviada:  terça-feira, 20 de janeiro de 2004 9:06
> Para: 'Tomcat Users List'
> Assunto:  What does this mean?  ajp13.service() Error sending initial
> post -1 0 0
> 
> Hi
>  
> I am running tomcat 4.1.29 on IIS 5.0 and j2k 2.0.2 (have also tried older
> versions)
>  
> Sometimes I get this error in the j2k.log:
>  
> [Tue Jan 20 13:03:18 2004] (error ) [jk_worker_ajp13.c (380)]
> ajp13.service() Error sending initial post -1 0 0
>  
> the log continues:
>  
> [Tue Jan 20 13:03:18 2004] (debug ) [jk_handler_response.c (155)]
> handler.response() Header[0] [Content-Encoding] = [gzip]
> [Tue Jan 20 13:03:18 2004] (debug ) [jk_handler_response.c (155)]
> handler.response() Header[1] [Content-Type] =
> [text/xml;charset=ISO-8859-1]
> [Tue Jan 20 13:03:18 2004] (debug ) [jk_handler_response.c (155)]
> handler.response() Header[2] [Content-Length] = [199]
> [Tue Jan 20 13:03:18 2004] (debug ) [jk_handler_response.c (172)]
> handler.response(): status=200 headers=3
> [Tue Jan 20 13:03:18 2004] (debug ) [jk_service_iis.c (93)]  Into
> jk_ws_service_t::head
> [Tue Jan 20 13:03:18 2004] (debug ) [jk_service_iis.c (227)]  Into
> jk_ws_service_t::write
> [Tue Jan 20 13:03:18 2004] (debug ) [jk_isapi_plugin.c (516)]
> HttpExtensionProc service() returned OK
>  
> But the request is not passed to Tomcat, and a response i never sent to
> the
> browser!!
>  
> Anya ideas?
>  
> Thanks,
>  
> Rasmus
> 


RE: What does this mean? ajp13.service() Error sending initial p ost -1 0 0

2004-01-20 Thread Bodycombe, Andrew
Could the 10 second delay be caused by tomcat recompiling your jsp?

-Original Message-
From: Hooper, Brian [mailto:[EMAIL PROTECTED] 
Sent: 20 January 2004 16:16
To: Tomcat Users List
Subject: RE: What does this mean? ajp13.service() Error sending initial post
-1 0 0


Not sure about your problem, but I recently ran across this URL:
http://jspisapi.neurospeech.com/

Anyone have any experience with this product?

Coincidently I'm having some weird problems using 4.1.29, IIS 5, and JK2.
If a user goes to a jsp page, it takes a really long time initially (~10
seconds for a simple page).  They can click on other pages that pop up
immediately, but if they wait for a while, the next page request takes a
long time.  If I look at the NT event log there are a lot of application
warnings from "Apache Jakarta Connector2".  I was going to ask the list
about it but I wanted to see if TC5 fixes the problem.  Interestingly the
problem only appeared on my production server, never on my dev server.

-Original Message-
From: Rasmus Munk [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, January 20, 2004 9:22 AM
To: 'Tomcat Users List'
Subject: RE: What does this mean? ajp13.service() Error sending initial post
-1 0 0


Nothing  happens, but i guess that is because I have no mapping for the
root! The strange thing about my error is this:

It happens only somtimes. It seems like I caused by the folowing conditions:

1. The size of the POST is something like 10k or bigger.
2. The last call to tomcat is more than 2 minutes old!!

I know it sounds incredible, but this is what I have come to to after
several days of testing.

As I cannot make the connector work, does anyone know if it is possible to
run tomcat in-process, thereby passing the requests from IIS using som sort
of other technique than the HTTP redirecting?

-Rasmus

-Original Message-
From: Edson Alves Pereira [mailto:[EMAIL PROTECTED] 
Sent: 20. januar 2004 15:12
To: 'Tomcat Users List'
Subject: RE: What does this mean? ajp13.service() Error sending initial post
-1 0 0

What happens if you type ( http://127.0.0.1/index.jsp ) in your
browser?

> --
> De:   Rasmus Munk[SMTP:[EMAIL PROTECTED]
> Responder:Tomcat Users List
> Enviada:  terça-feira, 20 de janeiro de 2004 9:06
> Para: 'Tomcat Users List'
> Assunto:  What does this mean?  ajp13.service() Error sending initial
> post -1 0 0
> 
> Hi
>  
> I am running tomcat 4.1.29 on IIS 5.0 and j2k 2.0.2 (have also tried
> older
> versions)
>  
> Sometimes I get this error in the j2k.log:
>  
> [Tue Jan 20 13:03:18 2004] (error ) [jk_worker_ajp13.c (380)]
> ajp13.service() Error sending initial post -1 0 0
>  
> the log continues:
>  
> [Tue Jan 20 13:03:18 2004] (debug ) [jk_handler_response.c (155)]
> handler.response() Header[0] [Content-Encoding] = [gzip] [Tue Jan 20
> 13:03:18 2004] (debug ) [jk_handler_response.c (155)]
> handler.response() Header[1] [Content-Type] = 
> [text/xml;charset=ISO-8859-1] [Tue Jan 20 13:03:18 2004] (debug ) 
> [jk_handler_response.c (155)]
> handler.response() Header[2] [Content-Length] = [199] [Tue Jan 20 
> 13:03:18 2004] (debug ) [jk_handler_response.c (172)]
> handler.response(): status=200 headers=3 [Tue Jan 20 13:03:18 2004] 
> (debug ) [jk_service_iis.c (93)]  Into jk_ws_service_t::head [Tue Jan 
> 20 13:03:18 2004] (debug ) [jk_service_iis.c (227)]  Into 
> jk_ws_service_t::write [Tue Jan 20 13:03:18 2004] (debug ) 
> [jk_isapi_plugin.c (516)] HttpExtensionProc service() returned OK
>  
> But the request is not passed to Tomcat, and a response i never sent
> to the browser!!
>  
> Anya ideas?
>  
> Thanks,
>  
> Rasmus
> 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: What does this mean? ajp13.service() Error sending initial p ost -1 0 0

2004-01-20 Thread Rasmus Munk
I am currently investigating the product from
http://jspisapi.neurospeech.com/, since I have given up on this strange
behavoir from. I will let you know what I find out.

-Rasmus

-Original Message-
From: Bodycombe, Andrew [mailto:[EMAIL PROTECTED] 
Sent: 20. januar 2004 17:39
To: 'Tomcat Users List'
Subject: RE: What does this mean? ajp13.service() Error sending initial p
ost -1 0 0

Could the 10 second delay be caused by tomcat recompiling your jsp?

-Original Message-
From: Hooper, Brian [mailto:[EMAIL PROTECTED]
Sent: 20 January 2004 16:16
To: Tomcat Users List
Subject: RE: What does this mean? ajp13.service() Error sending initial post
-1 0 0


Not sure about your problem, but I recently ran across this URL:
http://jspisapi.neurospeech.com/

Anyone have any experience with this product?

Coincidently I'm having some weird problems using 4.1.29, IIS 5, and JK2.
If a user goes to a jsp page, it takes a really long time initially (~10
seconds for a simple page).  They can click on other pages that pop up
immediately, but if they wait for a while, the next page request takes a
long time.  If I look at the NT event log there are a lot of application
warnings from "Apache Jakarta Connector2".  I was going to ask the list
about it but I wanted to see if TC5 fixes the problem.  Interestingly the
problem only appeared on my production server, never on my dev server.

-Original Message-
From: Rasmus Munk [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, January 20, 2004 9:22 AM
To: 'Tomcat Users List'
Subject: RE: What does this mean? ajp13.service() Error sending initial post
-1 0 0


Nothing  happens, but i guess that is because I have no mapping for the
root! The strange thing about my error is this:

It happens only somtimes. It seems like I caused by the folowing conditions:

1. The size of the POST is something like 10k or bigger.
2. The last call to tomcat is more than 2 minutes old!!

I know it sounds incredible, but this is what I have come to to after
several days of testing.

As I cannot make the connector work, does anyone know if it is possible to
run tomcat in-process, thereby passing the requests from IIS using som sort
of other technique than the HTTP redirecting?

-Rasmus

-Original Message-
From: Edson Alves Pereira [mailto:[EMAIL PROTECTED] 
Sent: 20. januar 2004 15:12
To: 'Tomcat Users List'
Subject: RE: What does this mean? ajp13.service() Error sending initial post
-1 0 0

What happens if you type ( http://127.0.0.1/index.jsp ) in your
browser?

> --
> De:   Rasmus Munk[SMTP:[EMAIL PROTECTED]
> Responder:Tomcat Users List
> Enviada:  terça-feira, 20 de janeiro de 2004 9:06
> Para: 'Tomcat Users List'
> Assunto:  What does this mean?  ajp13.service() Error sending initial
> post -1 0 0
> 
> Hi
>  
> I am running tomcat 4.1.29 on IIS 5.0 and j2k 2.0.2 (have also tried
> older
> versions)
>  
> Sometimes I get this error in the j2k.log:
>  
> [Tue Jan 20 13:03:18 2004] (error ) [jk_worker_ajp13.c (380)]
> ajp13.service() Error sending initial post -1 0 0
>  
> the log continues:
>  
> [Tue Jan 20 13:03:18 2004] (debug ) [jk_handler_response.c (155)]
> handler.response() Header[0] [Content-Encoding] = [gzip] [Tue Jan 20
> 13:03:18 2004] (debug ) [jk_handler_response.c (155)]
> handler.response() Header[1] [Content-Type] = 
> [text/xml;charset=ISO-8859-1] [Tue Jan 20 13:03:18 2004] (debug ) 
> [jk_handler_response.c (155)]
> handler.response() Header[2] [Content-Length] = [199] [Tue Jan 20 
> 13:03:18 2004] (debug ) [jk_handler_response.c (172)]
> handler.response(): status=200 headers=3 [Tue Jan 20 13:03:18 2004] 
> (debug ) [jk_service_iis.c (93)]  Into jk_ws_service_t::head [Tue Jan 
> 20 13:03:18 2004] (debug ) [jk_service_iis.c (227)]  Into 
> jk_ws_service_t::write [Tue Jan 20 13:03:18 2004] (debug ) 
> [jk_isapi_plugin.c (516)] HttpExtensionProc service() returned OK
>  
> But the request is not passed to Tomcat, and a response i never sent
> to the browser!!
>  
> Anya ideas?
>  
> Thanks,
>  
> Rasmus
> 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: What does this mean? ajp13.service() Error sending initial p ost -1 0 0

2004-01-20 Thread Hooper, Brian
I don't think so, unless for some reason Tomcat decides it needs to recompile them on 
its own (without anyone touching the files).

-Original Message-
From: Bodycombe, Andrew [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, January 20, 2004 11:39 AM
To: 'Tomcat Users List'
Subject: RE: What does this mean? ajp13.service() Error sending initial p ost -1 0 0


Could the 10 second delay be caused by tomcat recompiling your jsp?

-Original Message-
From: Hooper, Brian [mailto:[EMAIL PROTECTED] 
Sent: 20 January 2004 16:16
To: Tomcat Users List
Subject: RE: What does this mean? ajp13.service() Error sending initial post -1 0 0


Not sure about your problem, but I recently ran across this URL: 
http://jspisapi.neurospeech.com/

Anyone have any experience with this product?

Coincidently I'm having some weird problems using 4.1.29, IIS 5, and JK2. If a user 
goes to a jsp page, it takes a really long time initially (~10 seconds for a simple 
page).  They can click on other pages that pop up immediately, but if they wait for a 
while, the next page request takes a long time.  If I look at the NT event log there 
are a lot of application warnings from "Apache Jakarta Connector2".  I was going to 
ask the list about it but I wanted to see if TC5 fixes the problem.  Interestingly the 
problem only appeared on my production server, never on my dev server.

-Original Message-
From: Rasmus Munk [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, January 20, 2004 9:22 AM
To: 'Tomcat Users List'
Subject: RE: What does this mean? ajp13.service() Error sending initial post -1 0 0


Nothing  happens, but i guess that is because I have no mapping for the root! The 
strange thing about my error is this:

It happens only somtimes. It seems like I caused by the folowing conditions:

1. The size of the POST is something like 10k or bigger.
2. The last call to tomcat is more than 2 minutes old!!

I know it sounds incredible, but this is what I have come to to after several days of 
testing.

As I cannot make the connector work, does anyone know if it is possible to run tomcat 
in-process, thereby passing the requests from IIS using som sort of other technique 
than the HTTP redirecting?

-Rasmus

-Original Message-
From: Edson Alves Pereira [mailto:[EMAIL PROTECTED] 
Sent: 20. januar 2004 15:12
To: 'Tomcat Users List'
Subject: RE: What does this mean? ajp13.service() Error sending initial post -1 0 0

What happens if you type ( http://127.0.0.1/index.jsp ) in your browser?

> --
> De:   Rasmus Munk[SMTP:[EMAIL PROTECTED]
> Responder:Tomcat Users List
> Enviada:  terça-feira, 20 de janeiro de 2004 9:06
> Para: 'Tomcat Users List'
> Assunto:  What does this mean?  ajp13.service() Error sending initial
> post -1 0 0
> 
> Hi
>  
> I am running tomcat 4.1.29 on IIS 5.0 and j2k 2.0.2 (have also tried 
> older
> versions)
>  
> Sometimes I get this error in the j2k.log:
>  
> [Tue Jan 20 13:03:18 2004] (error ) [jk_worker_ajp13.c (380)]
> ajp13.service() Error sending initial post -1 0 0
>  
> the log continues:
>  
> [Tue Jan 20 13:03:18 2004] (debug ) [jk_handler_response.c (155)]
> handler.response() Header[0] [Content-Encoding] = [gzip] [Tue Jan 20 
> 13:03:18 2004] (debug ) [jk_handler_response.c (155)]
> handler.response() Header[1] [Content-Type] =
> [text/xml;charset=ISO-8859-1] [Tue Jan 20 13:03:18 2004] (debug ) 
> [jk_handler_response.c (155)]
> handler.response() Header[2] [Content-Length] = [199] [Tue Jan 20 
> 13:03:18 2004] (debug ) [jk_handler_response.c (172)]
> handler.response(): status=200 headers=3 [Tue Jan 20 13:03:18 2004] 
> (debug ) [jk_service_iis.c (93)]  Into jk_ws_service_t::head [Tue Jan 
> 20 13:03:18 2004] (debug ) [jk_service_iis.c (227)]  Into 
> jk_ws_service_t::write [Tue Jan 20 13:03:18 2004] (debug ) 
> [jk_isapi_plugin.c (516)] HttpExtensionProc service() returned OK
>  
> But the request is not passed to Tomcat, and a response i never sent 
> to the browser!!
>  
> Anya ideas?
>  
> Thanks,
>  
> Rasmus
> 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]