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 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 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:  tera-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 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:  tera-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]



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 jpp mean in the rpm file names?

2002-10-15 Thread Henri Gomez

It means JPackage Project (www.jpackage.org)

The rpms provided for many jakarta projects,
including ant and tomcat came from this project.

Regards


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




Re: what does jpp mean in the rpm file names?

2002-10-14 Thread paul miller


I can help you on the rpm's
jaxp_parser_impl is from xerces-j2-2.2.0-1jpp
xml-commons-apis is from xml-commons-apis-1.0-0.b2.1jpp

http://www.jpackage.org/rpm/free/RPMS/
has both of these rpms

--- HAVENS,PETER (HP-Cupertino,ex3) [EMAIL PROTECTED] wrote:
 Can someone tell me what jpp stands for in the RPM files that are available
 for tomcat 4.1.12?
  
 http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.1.12/rpms/
 http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.1.12/rpms/ 
  
 The previous RPM files I was using for tomcat 4.0.3 there was no jpp in the
 file name.
  
 Also, I noticed that the LE version of the RPM files has dependencies on the
 following two items
 -  jaxp_parser_impl
 -  xml-commons-apis
 Can someone tell me the recommended method of satisfying these dependencies?
  
 Thanks in advance.
  
 -Peter
 


=
Paul N Miller
[EMAIL PROTECTED]



__
Do you Yahoo!?
Faith Hill - Exclusive Performances, Videos  More
http://faith.yahoo.com

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




RE: What does IMHO mean?

2002-04-15 Thread ce

-Original Message-
From: Darrin [mailto:[EMAIL PROTECTED]] 

 LMAO (laughing my ass off) is what you probably are talking about (a
lot of 
 fonts its hard to distinguish between 1 (one) l (lowercase L), and i 
 (lowercase I)

Possibly, but imao is also a common acronym...

  http://www.diveinstruct.org.uk/terms.html

Not that any of this has _anything_ to do with TC, imao  ;-)

- tex


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




RE: What does IMHO mean?

2002-04-15 Thread Stuart Stephen

IMHO = In My Honest Opinion


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: 15 April 2002 12:17
To: 'Tomcat Users List'
Subject: RE: What does IMHO mean?


-Original Message-
From: Darrin [mailto:[EMAIL PROTECTED]] 

 LMAO (laughing my ass off) is what you probably are talking about (a
lot of 
 fonts its hard to distinguish between 1 (one) l (lowercase L), and i 
 (lowercase I)

Possibly, but imao is also a common acronym...

  http://www.diveinstruct.org.uk/terms.html

Not that any of this has _anything_ to do with TC, imao  ;-)

- tex


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]



--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




RE: What does IMHO mean?

2002-04-15 Thread Abhishek Pamecha

or is it in my humble opinion... ??

-Original Message-
From: Stuart Stephen [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 15, 2002 4:49 PM
To: Tomcat Users List
Subject: RE: What does IMHO mean?


IMHO = In My Honest Opinion


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: 15 April 2002 12:17
To: 'Tomcat Users List'
Subject: RE: What does IMHO mean?


-Original Message-
From: Darrin [mailto:[EMAIL PROTECTED]] 

 LMAO (laughing my ass off) is what you probably are talking about (a
lot of 
 fonts its hard to distinguish between 1 (one) l (lowercase L), and i 
 (lowercase I)

Possibly, but imao is also a common acronym...

  http://www.diveinstruct.org.uk/terms.html

Not that any of this has _anything_ to do with TC, imao  ;-)

- tex


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]



--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




RE: What does IMHO mean?

2002-04-15 Thread Reynir Hübner

both!
now would be a good time to stop this! 

If there has ever been anything off topic here this is it..

ever heard of http://www.webster.com/

bye
[EMAIL PROTECTED]




-Original Message-
From: Abhishek Pamecha [mailto:[EMAIL PROTECTED]]
Sent: 15. apríl 2002 11:21
To: Tomcat Users List
Subject: RE: What does IMHO mean?


or is it in my humble opinion... ??

-Original Message-
From: Stuart Stephen [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 15, 2002 4:49 PM
To: Tomcat Users List
Subject: RE: What does IMHO mean?


IMHO = In My Honest Opinion


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: 15 April 2002 12:17
To: 'Tomcat Users List'
Subject: RE: What does IMHO mean?


-Original Message-
From: Darrin [mailto:[EMAIL PROTECTED]] 

 LMAO (laughing my ass off) is what you probably are talking about (a
lot of 
 fonts its hard to distinguish between 1 (one) l (lowercase L), and i 
 (lowercase I)

Possibly, but imao is also a common acronym...

  http://www.diveinstruct.org.uk/terms.html

Not that any of this has _anything_ to do with TC, imao  ;-)

- tex


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]



--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




Re: What does IMHO mean?

2002-04-15 Thread Philip M. Meier

Hi!

What means afaik?

Regards,
Philip M. Meier


Philip M. Meier [EMAIL PROTECTED]
AmambaSoft http://www.amambasoft.com


Diese E-Mail Nachricht und alle beigefügten Anlagen sind nur für die
Adresse bestimmt, an die sie geschickt wurde und kann vertrauliche und
privilegierte Informationen enthalten. Wenn der Leser dieser Meldung  nicht
der beabsichtigte Empfänger ist, ist jegliche Weitergabe der enthaltenen
Informationen streng verboten. Wenn Sie diese Meldung irrtümlicherweise
empfangen haben, benachrichtigen Sie uns bitte sofort und löschen Sie die
Meldungvon Ihrem System.

- Original Message -
From: Abhishek Pamecha [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Sent: Monday, April 15, 2002 1:21 PM
Subject: RE: What does IMHO mean?


 or is it in my humble opinion... ??

 -Original Message-
 From: Stuart Stephen [mailto:[EMAIL PROTECTED]]
 Sent: Monday, April 15, 2002 4:49 PM
 To: Tomcat Users List
 Subject: RE: What does IMHO mean?


 IMHO = In My Honest Opinion


 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
 Sent: 15 April 2002 12:17
 To: 'Tomcat Users List'
 Subject: RE: What does IMHO mean?


 -Original Message-
 From: Darrin [mailto:[EMAIL PROTECTED]]

  LMAO (laughing my ass off) is what you probably are talking about (a
 lot of
  fonts its hard to distinguish between 1 (one) l (lowercase L), and i
  (lowercase I)

 Possibly, but imao is also a common acronym...

   http://www.diveinstruct.org.uk/terms.html

 Not that any of this has _anything_ to do with TC, imao  ;-)

 - tex


 --
 To unsubscribe:   mailto:[EMAIL PROTECTED]
 For additional commands: mailto:[EMAIL PROTECTED]
 Troubles with the list: mailto:[EMAIL PROTECTED]



 --
 To unsubscribe:   mailto:[EMAIL PROTECTED]
 For additional commands: mailto:[EMAIL PROTECTED]
 Troubles with the list: mailto:[EMAIL PROTECTED]


 --
 To unsubscribe:   mailto:[EMAIL PROTECTED]
 For additional commands: mailto:[EMAIL PROTECTED]
 Troubles with the list: mailto:[EMAIL PROTECTED]


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




RE: What does IMHO mean?

2002-04-15 Thread Abhishek Pamecha

as far as i know...it is as far as i know  ;)

-Original Message-
From: Philip M. Meier [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 15, 2002 4:58 PM
To: Tomcat Users List
Subject: Re: What does IMHO mean?


Hi!

What means afaik?

Regards,
Philip M. Meier


Philip M. Meier [EMAIL PROTECTED]
AmambaSoft http://www.amambasoft.com


Diese E-Mail Nachricht und alle beigefügten Anlagen sind nur für die
Adresse bestimmt, an die sie geschickt wurde und kann vertrauliche und
privilegierte Informationen enthalten. Wenn der Leser dieser Meldung  nicht
der beabsichtigte Empfänger ist, ist jegliche Weitergabe der enthaltenen
Informationen streng verboten. Wenn Sie diese Meldung irrtümlicherweise
empfangen haben, benachrichtigen Sie uns bitte sofort und löschen Sie die
Meldungvon Ihrem System.

- Original Message -
From: Abhishek Pamecha [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Sent: Monday, April 15, 2002 1:21 PM
Subject: RE: What does IMHO mean?


 or is it in my humble opinion... ??

 -Original Message-
 From: Stuart Stephen [mailto:[EMAIL PROTECTED]]
 Sent: Monday, April 15, 2002 4:49 PM
 To: Tomcat Users List
 Subject: RE: What does IMHO mean?


 IMHO = In My Honest Opinion


 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
 Sent: 15 April 2002 12:17
 To: 'Tomcat Users List'
 Subject: RE: What does IMHO mean?


 -Original Message-
 From: Darrin [mailto:[EMAIL PROTECTED]]

  LMAO (laughing my ass off) is what you probably are talking about (a
 lot of
  fonts its hard to distinguish between 1 (one) l (lowercase L), and i
  (lowercase I)

 Possibly, but imao is also a common acronym...

   http://www.diveinstruct.org.uk/terms.html

 Not that any of this has _anything_ to do with TC, imao  ;-)

 - tex


 --
 To unsubscribe:   mailto:[EMAIL PROTECTED]
 For additional commands: mailto:[EMAIL PROTECTED]
 Troubles with the list: mailto:[EMAIL PROTECTED]



 --
 To unsubscribe:   mailto:[EMAIL PROTECTED]
 For additional commands: mailto:[EMAIL PROTECTED]
 Troubles with the list: mailto:[EMAIL PROTECTED]


 --
 To unsubscribe:   mailto:[EMAIL PROTECTED]
 For additional commands: mailto:[EMAIL PROTECTED]
 Troubles with the list: mailto:[EMAIL PROTECTED]


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




Re: What does IMHO mean?

2002-04-15 Thread David Rault

i guess a good answer would look like STFW

(and so that no one replies to ask what it means : Search The Fucking Web)

google: afaik
1st answer: as fas as i know

David
- Original Message -
From: Philip M. Meier [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Sent: Monday, April 15, 2002 1:27 PM
Subject: Re: What does IMHO mean?


 Hi!

 What means afaik?

 Regards,
 Philip M. Meier

 
 Philip M. Meier [EMAIL PROTECTED]
 AmambaSoft http://www.amambasoft.com


 Diese E-Mail Nachricht und alle beigefügten Anlagen sind nur für die
 Adresse bestimmt, an die sie geschickt wurde und kann vertrauliche und
 privilegierte Informationen enthalten. Wenn der Leser dieser Meldung
nicht
 der beabsichtigte Empfänger ist, ist jegliche Weitergabe der enthaltenen
 Informationen streng verboten. Wenn Sie diese Meldung irrtümlicherweise
 empfangen haben, benachrichtigen Sie uns bitte sofort und löschen Sie die
 Meldungvon Ihrem System.

 - Original Message -
 From: Abhishek Pamecha [EMAIL PROTECTED]
 To: Tomcat Users List [EMAIL PROTECTED]
 Sent: Monday, April 15, 2002 1:21 PM
 Subject: RE: What does IMHO mean?


  or is it in my humble opinion... ??
 
  -Original Message-
  From: Stuart Stephen [mailto:[EMAIL PROTECTED]]
  Sent: Monday, April 15, 2002 4:49 PM
  To: Tomcat Users List
  Subject: RE: What does IMHO mean?
 
 
  IMHO = In My Honest Opinion
 
 
  -Original Message-
  From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
  Sent: 15 April 2002 12:17
  To: 'Tomcat Users List'
  Subject: RE: What does IMHO mean?
 
 
  -Original Message-
  From: Darrin [mailto:[EMAIL PROTECTED]]
 
   LMAO (laughing my ass off) is what you probably are talking about (a
  lot of
   fonts its hard to distinguish between 1 (one) l (lowercase L), and i
   (lowercase I)
 
  Possibly, but imao is also a common acronym...
 
http://www.diveinstruct.org.uk/terms.html
 
  Not that any of this has _anything_ to do with TC, imao  ;-)
 
  - tex
 
 
  --
  To unsubscribe:   mailto:[EMAIL PROTECTED]
  For additional commands: mailto:[EMAIL PROTECTED]
  Troubles with the list: mailto:[EMAIL PROTECTED]
 
 
 
  --
  To unsubscribe:   mailto:[EMAIL PROTECTED]
  For additional commands: mailto:[EMAIL PROTECTED]
  Troubles with the list: mailto:[EMAIL PROTECTED]
 
 
  --
  To unsubscribe:   mailto:[EMAIL PROTECTED]
  For additional commands: mailto:[EMAIL PROTECTED]
  Troubles with the list: mailto:[EMAIL PROTECTED]


 --
 To unsubscribe:   mailto:[EMAIL PROTECTED]
 For additional commands: mailto:[EMAIL PROTECTED]
 Troubles with the list: mailto:[EMAIL PROTECTED]






--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




Re: What does IMHO mean?

2002-04-15 Thread Matt Gregory

RTFM Read the Fine Manual according to Zope, but many others like to
substitute fine with some other metaphore.
LOL Laugh out loud
ROFL Rolling on floor laughing
ROFLMAO Rolling on floor laughing my arse off
WTF What the fsck Use your imagination.
IANAL I am not a llama If you don't know, you probably won't use it.  :-)
Some people also think for some reason this means, I am not a layer, but
WTF do they know?
Need to know more?  Netlingo (http://www.netlingo.com) actually has a decent
list of terms.

Now we can end the thread right?

- Original Message -
From: David Rault [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Sent: Monday, April 15, 2002 7:29 AM
Subject: Re: What does IMHO mean?


 i guess a good answer would look like STFW

 (and so that no one replies to ask what it means : Search The Fucking Web)

 google: afaik
 1st answer: as fas as i know

 David
 - Original Message -
 From: Philip M. Meier [EMAIL PROTECTED]
 To: Tomcat Users List [EMAIL PROTECTED]
 Sent: Monday, April 15, 2002 1:27 PM
 Subject: Re: What does IMHO mean?


  Hi!
 
  What means afaik?
 
  Regards,
  Philip M. Meier
 
  
  Philip M. Meier [EMAIL PROTECTED]
  AmambaSoft http://www.amambasoft.com
 
 
  Diese E-Mail Nachricht und alle beigefügten Anlagen sind nur für die
  Adresse bestimmt, an die sie geschickt wurde und kann vertrauliche und
  privilegierte Informationen enthalten. Wenn der Leser dieser Meldung
 nicht
  der beabsichtigte Empfänger ist, ist jegliche Weitergabe der enthaltenen
  Informationen streng verboten. Wenn Sie diese Meldung irrtümlicherweise
  empfangen haben, benachrichtigen Sie uns bitte sofort und löschen Sie
die
  Meldungvon Ihrem System.
 
  - Original Message -
  From: Abhishek Pamecha [EMAIL PROTECTED]
  To: Tomcat Users List [EMAIL PROTECTED]
  Sent: Monday, April 15, 2002 1:21 PM
  Subject: RE: What does IMHO mean?
 
 
   or is it in my humble opinion... ??
  
   -Original Message-
   From: Stuart Stephen [mailto:[EMAIL PROTECTED]]
   Sent: Monday, April 15, 2002 4:49 PM
   To: Tomcat Users List
   Subject: RE: What does IMHO mean?
  
  
   IMHO = In My Honest Opinion
  
  
   -Original Message-
   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
   Sent: 15 April 2002 12:17
   To: 'Tomcat Users List'
   Subject: RE: What does IMHO mean?
  
  
   -Original Message-
   From: Darrin [mailto:[EMAIL PROTECTED]]
  
LMAO (laughing my ass off) is what you probably are talking about (a
   lot of
fonts its hard to distinguish between 1 (one) l (lowercase L), and i
(lowercase I)
  
   Possibly, but imao is also a common acronym...
  
 http://www.diveinstruct.org.uk/terms.html
  
   Not that any of this has _anything_ to do with TC, imao  ;-)
  
   - tex
  
  
   --
   To unsubscribe:   mailto:[EMAIL PROTECTED]
   For additional commands: mailto:[EMAIL PROTECTED]
   Troubles with the list: mailto:[EMAIL PROTECTED]
  
  
  
   --
   To unsubscribe:   mailto:[EMAIL PROTECTED]
   For additional commands: mailto:[EMAIL PROTECTED]
   Troubles with the list: mailto:[EMAIL PROTECTED]
  
  
   --
   To unsubscribe:   mailto:[EMAIL PROTECTED]
   For additional commands: mailto:[EMAIL PROTECTED]
   Troubles with the list: mailto:[EMAIL PROTECTED]
 
 
  --
  To unsubscribe:   mailto:[EMAIL PROTECTED]
  For additional commands: mailto:[EMAIL PROTECTED]
  Troubles with the list: mailto:[EMAIL PROTECTED]
 
 
 



 --
 To unsubscribe:   mailto:[EMAIL PROTECTED]
 For additional commands: mailto:[EMAIL PROTECTED]
 Troubles with the list: mailto:[EMAIL PROTECTED]




--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




RE: What does IMHO mean?

2002-04-15 Thread sharadsk

This is Tomcat Discussion List. Please stop this. And do not put such questions on 
this list.
-S

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Mon, April 15, 2002 10:02 AM
To: [EMAIL PROTECTED]
Subject: RE: What does IMHO mean?


IMHO == In My Humble Opinion 

--
Tomasz M. Ciolek
Systems Administrator - CSIRO Entomology
Phone: 02-62464391 * Fax: 02-62464000
 

 -Original Message-
 From: Darrin [mailto:[EMAIL PROTECTED]] 
 Sent: Monday, 15 April 2002 09:34 
 To: Tomcat Users List
 Subject: Re: What does IMHO mean?
 
 
 LMAO (laughing my ass off) is what you probably are talking 
 about (a lot
 of fonts its hard to distinguish between 1 (one) l (lowercase 
 L), and i
 (lowercase I)
 
 [EMAIL PROTECTED] wrote:
 
  -Original Message-
  From: Robert Douglass [mailto:[EMAIL PROTECTED]]
  Sent: Sunday, April 14, 2002 1:02 PM
  To: Tomcat Users List
  Subject: RE: What does IMHO mean?
 
   in my humble/honest opinion
   what I don't know is imao, which I also see.
 
  a = arrogant
 
  - tex
 
  --
  To unsubscribe:   
 mailto:tomcat-user- [EMAIL PROTECTED]
  For 
 additional commands: 
 mailto:[EMAIL PROTECTED]
  Troubles with the list: 
 mailto:tomcat-user- [EMAIL PROTECTED]
 
 
 --
 To 
 unsubscribe:   
 mailto:[EMAIL PROTECTED]
 For additional commands: mailto:[EMAIL PROTECTED]
 Troubles with the list: mailto:[EMAIL PROTECTED]
 

--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




Re: What does IMHO mean?

2002-04-15 Thread @Basebeans.com

Subject: Re: What does IMHO mean?
From: Hyunjin Kim [EMAIL PROTECTED]
 ===
hehe.. you guys are funny :)

sharadsk [EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED]...
 This is Tomcat Discussion List. Please stop this. And do not put such
questions on this list.
 -S

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
 Sent: Mon, April 15, 2002 10:02 AM
 To: [EMAIL PROTECTED]
 Subject: RE: What does IMHO mean?


 IMHO == In My Humble Opinion

 --
 Tomasz M. Ciolek
 Systems Administrator - CSIRO Entomology
 Phone: 02-62464391 * Fax: 02-62464000


  -Original Message-
  From: Darrin [mailto:[EMAIL PROTECTED]]
  Sent: Monday, 15 April 2002 09:34
  To: Tomcat Users List
  Subject: Re: What does IMHO mean?
 
 
  LMAO (laughing my ass off) is what you probably are talking
  about (a lot
  of fonts its hard to distinguish between 1 (one) l (lowercase
  L), and i
  (lowercase I)
 
  [EMAIL PROTECTED] wrote:
 
   -Original Message-
   From: Robert Douglass [mailto:[EMAIL PROTECTED]]
   Sent: Sunday, April 14, 2002 1:02 PM
   To: Tomcat Users List
   Subject: RE: What does IMHO mean?
  
in my humble/honest opinion
what I don't know is imao, which I also see.
  
   a = arrogant
  
   - tex
  
   --
   To unsubscribe:
  mailto:tomcat-user- [EMAIL PROTECTED]
   For
  additional commands:
  mailto:[EMAIL PROTECTED]
   Troubles with the list:
  mailto:tomcat-user- [EMAIL PROTECTED]
 
 
  --
  To
  unsubscribe:
  mailto:[EMAIL PROTECTED]
  For additional commands: mailto:[EMAIL PROTECTED]
  Troubles with the list: mailto:[EMAIL PROTECTED]
 

 --
 To unsubscribe:   mailto:[EMAIL PROTECTED]
 For additional commands: mailto:[EMAIL PROTECTED]
 Troubles with the list: mailto:[EMAIL PROTECTED]


 --
 To unsubscribe:   mailto:[EMAIL PROTECTED]
 For additional commands: mailto:[EMAIL PROTECTED]
 Troubles with the list: mailto:[EMAIL PROTECTED]




--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




RE: What does IMHO mean?

2002-04-14 Thread Robert Douglass

in my humble/honest opinion

what I don't know is imao, which I also see.

-Original Message-
From: Micael Padraig Og mac Grene [mailto:[EMAIL PROTECTED]]
Sent: Sunday, April 14, 2002 6:58 PM
To: [EMAIL PROTECTED]
Subject: What does IMHO mean?


What does IMHO mean?



--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]



--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




Re: What does IMHO mean?

2002-04-14 Thread Peter Davison

In My Humble Opinion

P.

On Sun, 14 Apr 2002 09:58:17 -0700
Micael Padraig Og mac Grene [EMAIL PROTECTED] wrote:

 What does IMHO mean?
 
 
 
 --
 To unsubscribe:   mailto:[EMAIL PROTECTED]
 For additional commands: mailto:[EMAIL PROTECTED]
 Troubles with the list: mailto:[EMAIL PROTECTED]
 


--
Peter Davison
[EMAIL PROTECTED]

In every job that must be done, there is an element of fun.
Find the fun and snap!  The job's a game.
And every task you undertake, becomes a piece of cake,
a lark, a spree; it's very clear to see.
-- Mary Poppins

--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




RE: What does IMHO mean?

2002-04-14 Thread ce

-Original Message-
From: Robert Douglass [mailto:[EMAIL PROTECTED]] 
Sent: Sunday, April 14, 2002 1:02 PM
To: Tomcat Users List
Subject: RE: What does IMHO mean?


 in my humble/honest opinion
 what I don't know is imao, which I also see.

a = arrogant

- tex


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




Re: What does IMHO mean?

2002-04-14 Thread Darrin

LMAO (laughing my ass off) is what you probably are talking about (a lot
of fonts its hard to distinguish between 1 (one) l (lowercase L), and i
(lowercase I)

[EMAIL PROTECTED] wrote:

 -Original Message-
 From: Robert Douglass [mailto:[EMAIL PROTECTED]]
 Sent: Sunday, April 14, 2002 1:02 PM
 To: Tomcat Users List
 Subject: RE: What does IMHO mean?

  in my humble/honest opinion
  what I don't know is imao, which I also see.

 a = arrogant

 - tex

 --
 To unsubscribe:   mailto:[EMAIL PROTECTED]
 For additional commands: mailto:[EMAIL PROTECTED]
 Troubles with the list: mailto:[EMAIL PROTECTED]


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




Re: What does IMHO mean?

2002-04-14 Thread Darrin

LMAO (laughing my ass off) is what you probably are talking about (a lot
of fonts its hard to distinguish between 1 (one) l (lowercase L), and i
(lowercase I)

[EMAIL PROTECTED] wrote:

 -Original Message-
 From: Robert Douglass [mailto:[EMAIL PROTECTED]]
 Sent: Sunday, April 14, 2002 1:02 PM
 To: Tomcat Users List
 Subject: RE: What does IMHO mean?

  in my humble/honest opinion
  what I don't know is imao, which I also see.

 a = arrogant

 - tex

 --
 To unsubscribe:   mailto:[EMAIL PROTECTED]
 For additional commands: mailto:[EMAIL PROTECTED]
 Troubles with the list: mailto:[EMAIL PROTECTED]


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




RE: What does IMHO mean?

2002-04-14 Thread Tomasz . Ciolek

IMHO == In My Humble Opinion 

--
Tomasz M. Ciolek
Systems Administrator - CSIRO Entomology
Phone: 02-62464391 * Fax: 02-62464000
 

 -Original Message-
 From: Darrin [mailto:[EMAIL PROTECTED]] 
 Sent: Monday, 15 April 2002 09:34 
 To: Tomcat Users List
 Subject: Re: What does IMHO mean?
 
 
 LMAO (laughing my ass off) is what you probably are talking 
 about (a lot
 of fonts its hard to distinguish between 1 (one) l (lowercase 
 L), and i
 (lowercase I)
 
 [EMAIL PROTECTED] wrote:
 
  -Original Message-
  From: Robert Douglass [mailto:[EMAIL PROTECTED]]
  Sent: Sunday, April 14, 2002 1:02 PM
  To: Tomcat Users List
  Subject: RE: What does IMHO mean?
 
   in my humble/honest opinion
   what I don't know is imao, which I also see.
 
  a = arrogant
 
  - tex
 
  --
  To unsubscribe:   
 mailto:tomcat-user- [EMAIL PROTECTED]
  For 
 additional commands: 
 mailto:[EMAIL PROTECTED]
  Troubles with the list: 
 mailto:tomcat-user- [EMAIL PROTECTED]
 
 
 --
 To 
 unsubscribe:   
 mailto:[EMAIL PROTECTED]
 For additional commands: mailto:[EMAIL PROTECTED]
 Troubles with the list: mailto:[EMAIL PROTECTED]
 

--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




Re: What does it mean - Name on certificate does not match name of the site

2001-12-22 Thread Pae Choi

Richard -

Seems like you've been barking at the wrong tree if you've been
playing with the Company Org Unit field. Look my previous
message what field you need to play with.


/Pae



 Greetings!
 
 Thanks for the replies so far. Unfortunately, I haven't got it to work
 yet.  I'm putting various combinations of server name / domain name in
 the Company Org Unit field, but to no effect.
 
 Is there a way to view the two fields while running in a browser, i.e.
 what the server is sending, and what the certificate says? Actually, I
 know what the cert says, but it obviously does not agree with what the
 server is sending. I'd like to be able to see what is coming to the
 browser.  IE doesn't seem to display much info.
 
 Thanks,
 
 -Richard
 
 
 
 --
 To unsubscribe:   mailto:[EMAIL PROTECTED]
 For additional commands: mailto:[EMAIL PROTECTED]
 Troubles with the list: mailto:[EMAIL PROTECTED]
 


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




Re: What does it mean - \Name on certificate does not match name of the site\

2001-12-22 Thread Richard S. Huntrods

Pae wrote:

It usually means that the name, e.g., Common Name, in your
certificate and the name of your server, e.g., http server,
where the certificate originated from don't match.

How did you created the certificate? Ex, openssl?

Pae

Pae,

Thank you for your assistance so far.  I'm using the Java SDK keytool
tool to create the certificate. Here is an actual session with keytool.
My typing is in  just for clarity. The  contains either what I have
been typing, or a comment on what I was typing.  All other text comes
from the keytool...

===
keytool -genkey -alias tomcat -keyalg RSA -keystore /users/.keystore

Enter keystore password: password
What is your first and last name?
[Unknown]:  Richard Huntrods
What is the name of your organizational unit?
 [Unknown]: hci - I don't really know what to put here - I was putting
machine
What is the name of your organization?
 [Unknown]: HCI - this is my company, not my domain
What is the name of your City or Locality?
 [Unknown]: Calgary
What is the name of your State or Province?
 [Unknown]: Alberta
What is the two-letter country code for this unit?
 [Unknown]: CA - for Canada
Is CN=Richard Huntrods, OU=hci, O=HCI, L=Calgary, ST=AB, C=CA Correct?

 [no]:yes
Enter key password for tomcat
(RETURN if sam as keytore password): RETURN

===
That generates the keystore.  Which one is common name?

Thanks again in advance for your assistance.  Is there more
documentation on keytool that you know of?  The on line help merely
lists the possible options, but does not tell you what they mean.

-Richard









--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




Re: What does it mean - \Name on certificate does not match name of the site\

2001-12-22 Thread Pae Choi

The CN in the distinguished name is standing for Common Name.


Pae

- Original Message -
From: Richard S. Huntrods [EMAIL PROTECTED]
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Sent: Saturday, December 22, 2001 8:21 AM
Subject: Re: What does it mean - \Name on certificate does not match name
of the site\


 Pae wrote:

 It usually means that the name, e.g., Common Name, in your
 certificate and the name of your server, e.g., http server,
 where the certificate originated from don't match.
 
 How did you created the certificate? Ex, openssl?
 
 Pae

 Pae,

 Thank you for your assistance so far.  I'm using the Java SDK keytool
 tool to create the certificate. Here is an actual session with keytool.
 My typing is in  just for clarity. The  contains either what I have
 been typing, or a comment on what I was typing.  All other text comes
 from the keytool...

 ===
 keytool -genkey -alias tomcat -keyalg RSA -keystore /users/.keystore

 Enter keystore password: password
 What is your first and last name?
 [Unknown]:  Richard Huntrods
 What is the name of your organizational unit?
  [Unknown]: hci - I don't really know what to put here - I was putting
 machine
 What is the name of your organization?
  [Unknown]: HCI - this is my company, not my domain
 What is the name of your City or Locality?
  [Unknown]: Calgary
 What is the name of your State or Province?
  [Unknown]: Alberta
 What is the two-letter country code for this unit?
  [Unknown]: CA - for Canada
 Is CN=Richard Huntrods, OU=hci, O=HCI, L=Calgary, ST=AB, C=CA Correct?

  [no]:yes
 Enter key password for tomcat
 (RETURN if sam as keytore password): RETURN

 ===
 That generates the keystore.  Which one is common name?

 Thanks again in advance for your assistance.  Is there more
 documentation on keytool that you know of?  The on line help merely
 lists the possible options, but does not tell you what they mean.

 -Richard









 --
 To unsubscribe:   mailto:[EMAIL PROTECTED]
 For additional commands: mailto:[EMAIL PROTECTED]
 Troubles with the list: mailto:[EMAIL PROTECTED]



--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




RE: What does it mean - Name on certificate does not match name of the site

2001-12-21 Thread Guido Medina

put the qualified name of your machine: yourmachine.yourdomain.com, if you
are only trying with localhost put localhost

-Original Message-
From: Richard S. Huntrods [mailto:[EMAIL PROTECTED]]
Sent: Friday, December 21, 2001 1:55 PM
To: [EMAIL PROTECTED]
Subject: What does it mean - Name on certificate does not match name of
the site


Greetings!

Last post for a while - I promise! G

What does it mean - Name on certificate does not match name of the
site?

 I did the self-signed certificate thing for SSL.  There are three
messages that appear on the pop-up dialog when you access the secure
site.  The first says The certificate ... non-trusted company (in
essence). It is a warning.  The second message says ... date is valid.
It is OK.  The third warning is the one above.

I know and expect the first warning - unless someone like Verisign
signs the certificate, it is considered untrusted.  Self-signed
certificates will always give this warning.  No problem.

However, when you create a self-signed cert, I cannot find a place to
put the site - so I cannot see how this third warning can be prevented.
The questions are:
Your name (I assume that's my personal name)
Your company org unit (what the heck is this?  I put my domain name
here)
Your company (obvious)
Your city (obvious)
Your province/state (obvious)
Your country code (two letters)

Besides the passwords, I cannot see what would signify site to the
certificate.

Assistance?  Feel free to point me to something on Sun or Verisign's
site.  I didn't find anything on a cursory look-over, but I'd be glad to
know of an M to RTF.

Cheers, and thanks  in advance.

-Richard




--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]



Re: What does it mean - Name on certificate does not match name of the site

2001-12-21 Thread Richard S. Huntrods

Greetings!

Thanks for the replies so far. Unfortunately, I haven't got it to work
yet.  I'm putting various combinations of server name / domain name in
the Company Org Unit field, but to no effect.

Is there a way to view the two fields while running in a browser, i.e.
what the server is sending, and what the certificate says? Actually, I
know what the cert says, but it obviously does not agree with what the
server is sending. I'd like to be able to see what is coming to the
browser.  IE doesn't seem to display much info.

Thanks,

-Richard



--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[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