RE: Tomcat & IIS - success

2002-07-11 Thread Andrew Conrad

Hey Anoop,

The log isn't going to be enough for me.  Zip up your
uriworkermap.properties, workers.properties and export a copy of your
Reg file.  Post it so we can all see whats going on.  Also, some info on
your OS, JDK version and locations, and anything else about your machine
that you think might be helpful.

- Andrew



-Original Message-
From: Anoop Kumar V [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, July 11, 2002 4:46 AM
To: 'Tomcat Users List'
Subject: RE: Tomcat & IIS - success


hi Andrew, (and Tomcat users)

You hv helped me a lot in my previous configuration of IIS with Tomcat.
It is running well on my machine, and now i am trying to run it on
another machine.(reconfiguring), but i am facing a lot of problems here.
pasting the last bit of my isapi.log file..

[Thu Jul 11 13:17:17 2002]  [jk_isapi_plugin.c (860)]: HttpExtensionProc
got a worker for name ajp13 [Thu Jul 11 13:17:17 2002]  [jk_ajp_common.c
(1352)]: Into jk_worker_t::get_endpoint [Thu Jul 11 13:17:17 2002]
[jk_ajp_common.c (1075)]: Into jk_endpoint_t::service [Thu Jul 11
13:17:17 2002]  [jk_ajp_common.c (280)]: Into ajp_marshal_into_msgb [Thu
Jul 11 13:17:17 2002]  [jk_ajp_common.c (413)]: ajp_marshal_into_msgb -
Done [Thu Jul 11 13:17:17 2002]  [jk_connect.c (116)]: Into
jk_open_socket [Thu Jul 11 13:17:17 2002]  [jk_connect.c (123)]:
jk_open_socket, try to connect socket = 2596 [Thu Jul 11 13:17:18 2002]
[jk_connect.c (132)]: jk_open_socket, after connect ret = -1 [Thu Jul 11
13:17:18 2002]  [jk_connect.c (151)]: jk_open_socket, connect() failed
errno = 61 [Thu Jul 11 13:17:18 2002]  [jk_ajp_common.c (598)]: In
jk_endpoint_t::ajp_connect_to_endpoint, failed errno = 61 [Thu Jul 11
13:17:18 2002]  [jk_ajp_common.c (843)]: Error connecting to the Tomcat
process. [Thu Jul 11 13:17:18 2002]  [jk_ajp_common.c (1149)]: In
jk_endpoint_t::service, ajp_send_request failed in send loop 0 [Thu Jul
11 13:17:18 2002]  [jk_connect.c (116)]: Into jk_open_socket [Thu Jul 11
13:17:18 2002]  [jk_connect.c (123)]: jk_open_socket, try to connect
socket = 2596 [Thu Jul 11 13:17:19 2002]  [jk_connect.c (132)]:
jk_open_socket, after connect ret = -1 [Thu Jul 11 13:17:19 2002]
[jk_connect.c (151)]: jk_open_socket, connect() failed errno = 61 [Thu
Jul 11 13:17:19 2002]  [jk_ajp_common.c (598)]: In
jk_endpoint_t::ajp_connect_to_endpoint, failed errno = 61 [Thu Jul 11
13:17:19 2002]  [jk_ajp_common.c (843)]: Error connecting to the Tomcat
process. [Thu Jul 11 13:17:19 2002]  [jk_ajp_common.c (1149)]: In
jk_endpoint_t::service, ajp_send_request failed in send loop 1 [Thu Jul
11 13:17:19 2002]  [jk_connect.c (116)]: Into jk_open_socket [Thu Jul 11
13:17:19 2002]  [jk_connect.c (123)]: jk_open_socket, try to connect
socket = 2596 [Thu Jul 11 13:17:20 2002]  [jk_connect.c (132)]:
jk_open_socket, after connect ret = -1 [Thu Jul 11 13:17:20 2002]
[jk_connect.c (151)]: jk_open_socket, connect() failed errno = 61 [Thu
Jul 11 13:17:20 2002]  [jk_ajp_common.c (598)]: In
jk_endpoint_t::ajp_connect_to_endpoint, failed errno = 61 [Thu Jul 11
13:17:20 2002]  [jk_ajp_common.c (843)]: Error connecting to the Tomcat
process. [Thu Jul 11 13:17:20 2002]  [jk_ajp_common.c (1149)]: In
jk_endpoint_t::service, ajp_send_request failed in send loop 2 [Thu Jul
11 13:17:20 2002]  [jk_isapi_plugin.c (875)]: HttpExtensionProc error,
service() failed [Thu Jul 11 13:17:20 2002]  [jk_ajp_common.c (1307)]:
Into jk_endpoint_t::done [Thu Jul 11 13:17:20 2002]  [jk_ajp_common.c
(535)]: In jk_endpoint_t::ajp_close_endpoint

Can you please guide me as to where the problem might be...
why do we get the error connecting to Tomcat process and the service()
failed error.

thanx in advance
-anoop

-Original Message-
From: Andrew Conrad [mailto:[EMAIL PROTECTED]]
Sent: Saturday, June 29, 2002 2:42 AM
To: 'Tomcat Users List'
Subject: RE: Tomcat & IIS - success


I think I'm in agreement with Dave here.  While I can't say it took me
quite as long, about 6 hours, it was extremely difficult to find the
documentation on configuring IIS with Tomcat.  Who would have thought
(as a newbe) to look in the AJP configuration documentation?  Along with
the JGuru.com FAQ that leads to a seriously flawed installation guide.

I guess my point is that ripping this poor chap for taking 4 days (which
does seem a little excessive but not unbelievable) is a little
counter-productive.  We should take this endless barrage of IIS
installation problems as a HINT to improve the documentation and
navigation to the documentation.


OK, saying that, my question to anyone reading this thread is:

How do I help with the documentation?

I've written an installation guide that I believe improves on the
current documentation (which might only be my opinion)
(http://www.getnet.net/~rbarr/TomcatOnIIS/default.htm) and I've written
a setup program to automate the installation of the redirector
completely. I would like to include them in the documentation and the
distr

RE: Tomcat & IIS - success

2002-07-11 Thread Anoop Kumar V


One more thing.. sometimes i get the download-dialog when i access the jsp
page...
need help..


hi Andrew, (and Tomcat users)

You hv helped me a lot in my previous configuration of IIS with Tomcat.
It is running well on my machine, and now i am trying to run it on another
machine.(reconfiguring), but i am facing a lot of problems here.
pasting the last bit of my isapi.log file..

[Thu Jul 11 13:17:17 2002]  [jk_isapi_plugin.c (860)]: HttpExtensionProc got
a worker for name ajp13
[Thu Jul 11 13:17:17 2002]  [jk_ajp_common.c (1352)]: Into
jk_worker_t::get_endpoint
[Thu Jul 11 13:17:17 2002]  [jk_ajp_common.c (1075)]: Into
jk_endpoint_t::service
[Thu Jul 11 13:17:17 2002]  [jk_ajp_common.c (280)]: Into
ajp_marshal_into_msgb
[Thu Jul 11 13:17:17 2002]  [jk_ajp_common.c (413)]: ajp_marshal_into_msgb -
Done
[Thu Jul 11 13:17:17 2002]  [jk_connect.c (116)]: Into jk_open_socket
[Thu Jul 11 13:17:17 2002]  [jk_connect.c (123)]: jk_open_socket, try to
connect socket = 2596
[Thu Jul 11 13:17:18 2002]  [jk_connect.c (132)]: jk_open_socket, after
connect ret = -1
[Thu Jul 11 13:17:18 2002]  [jk_connect.c (151)]: jk_open_socket, connect()
failed errno = 61
[Thu Jul 11 13:17:18 2002]  [jk_ajp_common.c (598)]: In
jk_endpoint_t::ajp_connect_to_endpoint, failed errno = 61
[Thu Jul 11 13:17:18 2002]  [jk_ajp_common.c (843)]: Error connecting to the
Tomcat process.
[Thu Jul 11 13:17:18 2002]  [jk_ajp_common.c (1149)]: In
jk_endpoint_t::service, ajp_send_request failed in send loop 0
[Thu Jul 11 13:17:18 2002]  [jk_connect.c (116)]: Into jk_open_socket
[Thu Jul 11 13:17:18 2002]  [jk_connect.c (123)]: jk_open_socket, try to
connect socket = 2596
[Thu Jul 11 13:17:19 2002]  [jk_connect.c (132)]: jk_open_socket, after
connect ret = -1
[Thu Jul 11 13:17:19 2002]  [jk_connect.c (151)]: jk_open_socket, connect()
failed errno = 61
[Thu Jul 11 13:17:19 2002]  [jk_ajp_common.c (598)]: In
jk_endpoint_t::ajp_connect_to_endpoint, failed errno = 61
[Thu Jul 11 13:17:19 2002]  [jk_ajp_common.c (843)]: Error connecting to the
Tomcat process.
[Thu Jul 11 13:17:19 2002]  [jk_ajp_common.c (1149)]: In
jk_endpoint_t::service, ajp_send_request failed in send loop 1
[Thu Jul 11 13:17:19 2002]  [jk_connect.c (116)]: Into jk_open_socket
[Thu Jul 11 13:17:19 2002]  [jk_connect.c (123)]: jk_open_socket, try to
connect socket = 2596
[Thu Jul 11 13:17:20 2002]  [jk_connect.c (132)]: jk_open_socket, after
connect ret = -1
[Thu Jul 11 13:17:20 2002]  [jk_connect.c (151)]: jk_open_socket, connect()
failed errno = 61
[Thu Jul 11 13:17:20 2002]  [jk_ajp_common.c (598)]: In
jk_endpoint_t::ajp_connect_to_endpoint, failed errno = 61
[Thu Jul 11 13:17:20 2002]  [jk_ajp_common.c (843)]: Error connecting to the
Tomcat process.
[Thu Jul 11 13:17:20 2002]  [jk_ajp_common.c (1149)]: In
jk_endpoint_t::service, ajp_send_request failed in send loop 2
[Thu Jul 11 13:17:20 2002]  [jk_isapi_plugin.c (875)]: HttpExtensionProc
error, service() failed
[Thu Jul 11 13:17:20 2002]  [jk_ajp_common.c (1307)]: Into
jk_endpoint_t::done
[Thu Jul 11 13:17:20 2002]  [jk_ajp_common.c (535)]: In
jk_endpoint_t::ajp_close_endpoint

Can you please guide me as to where the problem might be...
why do we get the error connecting to Tomcat process and the service()
failed error.

thanx in advance
-anoop

-Original Message-
From: Andrew Conrad [mailto:[EMAIL PROTECTED]]
Sent: Saturday, June 29, 2002 2:42 AM
To: 'Tomcat Users List'
Subject: RE: Tomcat & IIS - success


I think I'm in agreement with Dave here.  While I can't say it took me
quite as long, about 6 hours, it was extremely difficult to find the
documentation on configuring IIS with Tomcat.  Who would have thought
(as a newbe) to look in the AJP configuration documentation?  Along with
the JGuru.com FAQ that leads to a seriously flawed installation guide.  

I guess my point is that ripping this poor chap for taking 4 days (which
does seem a little excessive but not unbelievable) is a little
counter-productive.  We should take this endless barrage of IIS
installation problems as a HINT to improve the documentation and
navigation to the documentation.


OK, saying that, my question to anyone reading this thread is:

How do I help with the documentation?  

I've written an installation guide that I believe improves on the
current documentation (which might only be my opinion)
(http://www.getnet.net/~rbarr/TomcatOnIIS/default.htm) and I've written
a setup program to automate the installation of the redirector
completely. I would like to include them in the documentation and the
distribution, but I'm not real sure how.  Do I just drop a line in the
developers' mailing list, or what?


Thanks,

Andrew




-Original Message-
From: David Bishop [mailto:[EMAIL PROTECTED]] 
Sent: Friday, June 28, 2002 3:03 PM
To: Tomcat Users List
Subject: Re: Tomcat & IIS - success

I have been a unix administrator (i.e., Solaris, HPUX, AIX, Linux, BSD,
Sco,
+more) for 4 years.  I have

RE: Tomcat & IIS - success

2002-07-11 Thread Anoop Kumar V

hi Andrew, (and Tomcat users)

You hv helped me a lot in my previous configuration of IIS with Tomcat.
It is running well on my machine, and now i am trying to run it on another
machine.(reconfiguring), but i am facing a lot of problems here.
pasting the last bit of my isapi.log file..

[Thu Jul 11 13:17:17 2002]  [jk_isapi_plugin.c (860)]: HttpExtensionProc got
a worker for name ajp13
[Thu Jul 11 13:17:17 2002]  [jk_ajp_common.c (1352)]: Into
jk_worker_t::get_endpoint
[Thu Jul 11 13:17:17 2002]  [jk_ajp_common.c (1075)]: Into
jk_endpoint_t::service
[Thu Jul 11 13:17:17 2002]  [jk_ajp_common.c (280)]: Into
ajp_marshal_into_msgb
[Thu Jul 11 13:17:17 2002]  [jk_ajp_common.c (413)]: ajp_marshal_into_msgb -
Done
[Thu Jul 11 13:17:17 2002]  [jk_connect.c (116)]: Into jk_open_socket
[Thu Jul 11 13:17:17 2002]  [jk_connect.c (123)]: jk_open_socket, try to
connect socket = 2596
[Thu Jul 11 13:17:18 2002]  [jk_connect.c (132)]: jk_open_socket, after
connect ret = -1
[Thu Jul 11 13:17:18 2002]  [jk_connect.c (151)]: jk_open_socket, connect()
failed errno = 61
[Thu Jul 11 13:17:18 2002]  [jk_ajp_common.c (598)]: In
jk_endpoint_t::ajp_connect_to_endpoint, failed errno = 61
[Thu Jul 11 13:17:18 2002]  [jk_ajp_common.c (843)]: Error connecting to the
Tomcat process.
[Thu Jul 11 13:17:18 2002]  [jk_ajp_common.c (1149)]: In
jk_endpoint_t::service, ajp_send_request failed in send loop 0
[Thu Jul 11 13:17:18 2002]  [jk_connect.c (116)]: Into jk_open_socket
[Thu Jul 11 13:17:18 2002]  [jk_connect.c (123)]: jk_open_socket, try to
connect socket = 2596
[Thu Jul 11 13:17:19 2002]  [jk_connect.c (132)]: jk_open_socket, after
connect ret = -1
[Thu Jul 11 13:17:19 2002]  [jk_connect.c (151)]: jk_open_socket, connect()
failed errno = 61
[Thu Jul 11 13:17:19 2002]  [jk_ajp_common.c (598)]: In
jk_endpoint_t::ajp_connect_to_endpoint, failed errno = 61
[Thu Jul 11 13:17:19 2002]  [jk_ajp_common.c (843)]: Error connecting to the
Tomcat process.
[Thu Jul 11 13:17:19 2002]  [jk_ajp_common.c (1149)]: In
jk_endpoint_t::service, ajp_send_request failed in send loop 1
[Thu Jul 11 13:17:19 2002]  [jk_connect.c (116)]: Into jk_open_socket
[Thu Jul 11 13:17:19 2002]  [jk_connect.c (123)]: jk_open_socket, try to
connect socket = 2596
[Thu Jul 11 13:17:20 2002]  [jk_connect.c (132)]: jk_open_socket, after
connect ret = -1
[Thu Jul 11 13:17:20 2002]  [jk_connect.c (151)]: jk_open_socket, connect()
failed errno = 61
[Thu Jul 11 13:17:20 2002]  [jk_ajp_common.c (598)]: In
jk_endpoint_t::ajp_connect_to_endpoint, failed errno = 61
[Thu Jul 11 13:17:20 2002]  [jk_ajp_common.c (843)]: Error connecting to the
Tomcat process.
[Thu Jul 11 13:17:20 2002]  [jk_ajp_common.c (1149)]: In
jk_endpoint_t::service, ajp_send_request failed in send loop 2
[Thu Jul 11 13:17:20 2002]  [jk_isapi_plugin.c (875)]: HttpExtensionProc
error, service() failed
[Thu Jul 11 13:17:20 2002]  [jk_ajp_common.c (1307)]: Into
jk_endpoint_t::done
[Thu Jul 11 13:17:20 2002]  [jk_ajp_common.c (535)]: In
jk_endpoint_t::ajp_close_endpoint

Can you please guide me as to where the problem might be...
why do we get the error connecting to Tomcat process and the service()
failed error.

thanx in advance
-anoop

-Original Message-
From: Andrew Conrad [mailto:[EMAIL PROTECTED]]
Sent: Saturday, June 29, 2002 2:42 AM
To: 'Tomcat Users List'
Subject: RE: Tomcat & IIS - success


I think I'm in agreement with Dave here.  While I can't say it took me
quite as long, about 6 hours, it was extremely difficult to find the
documentation on configuring IIS with Tomcat.  Who would have thought
(as a newbe) to look in the AJP configuration documentation?  Along with
the JGuru.com FAQ that leads to a seriously flawed installation guide.  

I guess my point is that ripping this poor chap for taking 4 days (which
does seem a little excessive but not unbelievable) is a little
counter-productive.  We should take this endless barrage of IIS
installation problems as a HINT to improve the documentation and
navigation to the documentation.


OK, saying that, my question to anyone reading this thread is:

How do I help with the documentation?  

I've written an installation guide that I believe improves on the
current documentation (which might only be my opinion)
(http://www.getnet.net/~rbarr/TomcatOnIIS/default.htm) and I've written
a setup program to automate the installation of the redirector
completely. I would like to include them in the documentation and the
distribution, but I'm not real sure how.  Do I just drop a line in the
developers' mailing list, or what?


Thanks,

Andrew




-Original Message-
From: David Bishop [mailto:[EMAIL PROTECTED]] 
Sent: Friday, June 28, 2002 3:03 PM
To: Tomcat Users List
Subject: Re: Tomcat & IIS - success

I have been a unix administrator (i.e., Solaris, HPUX, AIX, Linux, BSD,
Sco,
+more) for 4 years.  I have had tomcat 3.x running for over a year.  I
have
admin'ed apache for over three years.  Summary: