upgrade to 5

2005-08-26 Thread David Ellis
Hello,

I'm extremely new to all this.  I was wondering if it is possible to upgrade
from tomcat version 3.2.3 to version 5?

I've read that the upgrade from version 3 to 4 was difficult, so my guess is
that I will have to go to version 4 before I can go to 5.

Thanks

Dave


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



Re: upgrade to 5

2005-08-26 Thread David Ellis
Thanks, that's somewhat of a relief, although I'm sure I have plenty of work
cut out for me :)

Off I go

- Original Message - 
From: Allistair Crossley [EMAIL PROTECTED]
To: Tomcat Users List tomcat-user@jakarta.apache.org
Sent: Friday, August 26, 2005 11:48 AM
Subject: RE: upgrade to 5


 Hi there,

 Of course you can, you just need to be aware of what elements of Tomcat
you need to configure, e.g JNDI resources and so on and then lookup the way
you do that in Tomcat 5. It's not a *far* cry from Tomcat 3/4, you still use
server.xml for a bunch of stuff, but it's recommended that you configure
your Context using a separate file. It's all online, just be aware of what
configuration you need, look at the docs, and test. Make a backup of course.

 Allistair.

  -Original Message-
  From: David Ellis [mailto:[EMAIL PROTECTED]
  Sent: 26 August 2005 16:46
  To: Tomcat Users List
  Subject: upgrade to 5
 
 
  Hello,
 
  I'm extremely new to all this.  I was wondering if it is
  possible to upgrade
  from tomcat version 3.2.3 to version 5?
 
  I've read that the upgrade from version 3 to 4 was difficult,
  so my guess is
  that I will have to go to version 4 before I can go to 5.
 
  Thanks
 
  Dave
 
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 


 FONT SIZE=1 FACE=VERDANA,ARIAL COLOR=BLUE
 ---
 QAS Ltd.
 Registered in England: No 2582055
 Registered in Australia: No 082 851 474
 ---
 /FONT


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



connection fails seemingly at random

2005-08-25 Thread David Ellis
Here is a clip of the log file:

[jk_uri_worker_map.c (185)]: In jk_uri_worker_map_t::uri_worker_map_free,
NULL parameters

[jk_uri_worker_map.c (335)]: jk_uri_worker_map_t::uri_worker_map_close, NULL
parameter

[jk_uri_worker_map.c (185)]: In jk_uri_worker_map_t::uri_worker_map_free,
NULL parameters

[jk_connect.c (143)]: jk_open_socket, connect() failed errno = 146

[jk_ajp13_worker.c (174)]: In jk_endpoint_t::connect_to_tomcat, failed errno
= 146

[jk_ajp13_worker.c (587)]: Error connecting to the Tomcat process.

[jk_ajp13_worker.c (204)]: connection_tcp_get_message: Error -
jk_tcp_socket_recvfull failed

[jk_ajp13_worker.c (622)]: Error reading request

[jk_connect.c (143)]: jk_open_socket, connect() failed errno = 146

[jk_ajp13_worker.c (174)]: In jk_endpoint_t::connect_to_tomcat, failed errno
= 146



I don't know if those NULL parameters messages are causing the problem, but
there are alot of them in the log file, and always a different number of
them before getting the 146 error.

Thanks for any help.

Dave


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



Re: connection fails seemingly at random

2005-08-25 Thread David Ellis
I'm using tomcat 3.2.3

Dave

- Original Message - 
From: David Ellis [EMAIL PROTECTED]
To: tomcat-user@jakarta.apache.org
Sent: Thursday, August 25, 2005 1:07 PM
Subject: connection fails seemingly at random


 Here is a clip of the log file:

 [jk_uri_worker_map.c (185)]: In jk_uri_worker_map_t::uri_worker_map_free,
 NULL parameters

 [jk_uri_worker_map.c (335)]: jk_uri_worker_map_t::uri_worker_map_close,
NULL
 parameter

 [jk_uri_worker_map.c (185)]: In jk_uri_worker_map_t::uri_worker_map_free,
 NULL parameters

 [jk_connect.c (143)]: jk_open_socket, connect() failed errno = 146

 [jk_ajp13_worker.c (174)]: In jk_endpoint_t::connect_to_tomcat, failed
errno
 = 146

 [jk_ajp13_worker.c (587)]: Error connecting to the Tomcat process.

 [jk_ajp13_worker.c (204)]: connection_tcp_get_message: Error -
 jk_tcp_socket_recvfull failed

 [jk_ajp13_worker.c (622)]: Error reading request

 [jk_connect.c (143)]: jk_open_socket, connect() failed errno = 146

 [jk_ajp13_worker.c (174)]: In jk_endpoint_t::connect_to_tomcat, failed
errno
 = 146



 I don't know if those NULL parameters messages are causing the problem,
but
 there are alot of them in the log file, and always a different number of
 them before getting the 146 error.

 Thanks for any help.

 Dave


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



connection fails at random

2005-08-25 Thread David Ellis
I really do not know how to word it completely.  Basically, for whatever
reason
the errors begin to appear in the log when the process becomes inactive.
How it becomes inactive or what is causing it to become inactive is beyond
me.  However, restarting the tomcat server process does fix the problem for
a while.  Then it happens again.

we are using tomcat 3.2.3

this is a clip from jk_mod.log:

[jk_uri_worker_map.c (185)]: In jk_uri_worker_map_t::uri_worker_map_free,
NULL parameters

[jk_uri_worker_map.c (335)]: jk_uri_worker_map_t::uri_worker_map_close, NULL
parameter

[jk_uri_worker_map.c (185)]: In jk_uri_worker_map_t::uri_worker_map_free,
NULL parameters

[jk_connect.c (143)]: jk_open_socket, connect() failed errno = 146

[jk_ajp13_worker.c (174)]: In jk_endpoint_t::connect_to_tomcat, failed errno
= 146

[jk_ajp13_worker.c (587)]: Error connecting to the Tomcat process.

[jk_ajp13_worker.c (204)]: connection_tcp_get_message: Error -
jk_tcp_socket_recvfull failed

[jk_ajp13_worker.c (622)]: Error reading request

[jk_connect.c (143)]: jk_open_socket, connect() failed errno = 146

[jk_ajp13_worker.c (174)]: In jk_endpoint_t::connect_to_tomcat, failed errno
= 146

thanks for any help

dave


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