RE: Tomcat 4.1 takes a long time to start on HP-UX 11

2003-01-17 Thread Shapira, Yoav
Howdy,
Is the set of web applications on the server and the set of what runs on
startup (listeners, filters, load-on-startup servlets) the same?

Yoav Shapira
Millennium ChemInformatics


-Original Message-
From: Wendy Smoak [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 17, 2003 5:10 PM
To: 'Tomcat Users List'
Subject: Tomcat 4.1 takes a long time to start on HP-UX 11


On HP-UX11, Tomcat 4.1, catalina.out shows this:

Jan 17, 2003 2:40:50 PM org.apache.coyote.http11.Http11Protocol init

INFO: Initializing Coyote HTTP/1.1 on port 8081

Starting service Tomcat-Standalone

Apache Tomcat/4.1

Jan 17, 2003 2:42:27 PM org.apache.coyote.http11.Http11Protocol start

INFO: Starting Coyote HTTP/1.1 on port 8081

Jan 17, 2003 2:42:27 PM org.apache.jk.common.ChannelSocket init

INFO: JK2: ajp13 listening on tcp port 8009

Jan 17, 2003 2:42:27 PM org.apache.jk.server.JkMain start

INFO: Jk running ID=0 time=5/210
config=/opt/hpws/tomcat/conf/jk2.properties

And yet it was over six minutes later
$ date

Fri Jan 17 14:48:23 MST 2003

before the main Tomcat page would load.  (The one you get at
http://servername:8081)

Is this normal?  It's just long enough to compose an email (Tomcat
won't
start) and embarrass yourself, (Never mind...). ;)

It doesn't take _nearly_ this long on Win2k or Linux-- as soon as I see
that
final line in the console/catalina.out, the intro page will load.

--
Wendy Smoak
Applications Systems Analyst, Sr.
Arizona State University PA Information Resources Management

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




RE: Tomcat 4.1 takes a long time to start on HP-UX 11

2003-01-17 Thread Wendy Smoak
 Is the set of web applications on the server and the set of what runs on
 startup (listeners, filters, load-on-startup servlets) the same?

As far as I know... I'm only working on the one webapp, and otherwise there
are just the examples and whatever else comes with Tomcat.  However, the
Win2K/Linux versions are directly from Jakarta while the HP-UX version came
from HP, and HP may very well have made some changes to settings.

I'll compare the various config files and see if I can find any differences.
It's just weird... nothing in the logs, it just sits there as you click
'reload' until you're just about ready to give up, and then all of the
sudden the page will load.  It must be busy doing *something*.

Thanks! 

-- 
Wendy Smoak
Applications Systems Analyst, Sr.
Arizona State University PA Information Resources Management



RE: Tomcat 4.1 takes a long time to start on HP-UX 11

2003-01-17 Thread PELOQUIN,JEFFREY (HP-Boise,ex1)
Wendy,

Our 4.1 tomcat starts up very quickly on HP-UX.  

Since the delay occurs during the coyote connector startup have you tried
using the non-Coyote Connector?

Also, in the connector tag do you specify an address atribute?  If you do
not it will try to bind to every IP address available on your server

Jeff
-Original Message-
From: Wendy Smoak [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 17, 2003 3:10 PM
To: 'Tomcat Users List'
Subject: Tomcat 4.1 takes a long time to start on HP-UX 11



On HP-UX11, Tomcat 4.1, catalina.out shows this:

Jan 17, 2003 2:40:50 PM org.apache.coyote.http11.Http11Protocol init

INFO: Initializing Coyote HTTP/1.1 on port 8081

Starting service Tomcat-Standalone

Apache Tomcat/4.1

Jan 17, 2003 2:42:27 PM org.apache.coyote.http11.Http11Protocol start

INFO: Starting Coyote HTTP/1.1 on port 8081

Jan 17, 2003 2:42:27 PM org.apache.jk.common.ChannelSocket init

INFO: JK2: ajp13 listening on tcp port 8009

Jan 17, 2003 2:42:27 PM org.apache.jk.server.JkMain start

INFO: Jk running ID=0 time=5/210
config=/opt/hpws/tomcat/conf/jk2.properties   

And yet it was over six minutes later 
$ date

Fri Jan 17 14:48:23 MST 2003

before the main Tomcat page would load.  (The one you get at
http://servername:8081)

Is this normal?  It's just long enough to compose an email (Tomcat won't
start) and embarrass yourself, (Never mind...). ;)  

It doesn't take _nearly_ this long on Win2k or Linux-- as soon as I see that
final line in the console/catalina.out, the intro page will load.

-- 
Wendy Smoak
Applications Systems Analyst, Sr.
Arizona State University PA Information Resources Management

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