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 >-Orig

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

2004-01-20 Thread Hooper, Brian
: 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 t

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

2004-01-20 Thread Rasmus Munk
omcat 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 Li

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

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

2004-01-20 Thread Hooper, Brian
reby 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(

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

2004-01-20 Thread Rasmus Munk
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

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

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

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

Re: what does this mean?

2000-12-27 Thread Damien Serra
: 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

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 th

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: