tomcat 3.3b1 performance

2001-08-01 Thread Aaron Cooper
) , I did not experience this. Any ideas? Aaron Cooper

RE: tomcat 3.3b1 performance

2001-08-01 Thread Aaron Cooper
PROTECTED] 08/01/01 01:06pm When you get this behaviour? on first access? Saludos , Ignacio J. Ortega -Mensaje original- De: Aaron Cooper [mailto:[EMAIL PROTECTED]] Enviado el: miércoles 1 de agosto de 2001 15:06 Para: [EMAIL PROTECTED] Asunto: tomcat 3.3b1 performance Hello

Servlet Mapping

2001-07-31 Thread Aaron Cooper
Hi Folks I am using tomcat 3.3 b1. I have the following in my web.xml file. servlet servlet-name tester2 /servlet-name servlet-class tester2 /servlet-class /servlet servlet-mapping servlet-name tester2 /servlet-name url-pattern /tester2 /url-pattern /servlet-mapping However, the

apache - tomcat

2001-07-27 Thread Aaron Cooper
Hi folks i'm using apache 1.3 and tomcat 3.3. apache is working fine, and tomcat is working great.. as standalone. however, apache doesnt seem to be sending the servlet requests to tomcat. I've checked the errror_log from apache, and found the following: [error] Cannot remove module

Apxs problem

2001-07-26 Thread Aaron Cooper
HI folks I re-installed the apache web server , building it from source. Now I am trying to configure tomcat with apache using the mod_jk web adapter. However, when I run apxs, it produces the following message: gcc -DHPUX11 -DUSE_HSREGEX -DUSE_EXPAT -I../lib/expat-lite -fpic -DSHARED_CORE

RE: help please!

2001-07-25 Thread Aaron Cooper
you changed it to. Chris -Original Message- From: Aaron Cooper [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 24, 2001 3:37 PM To: [EMAIL PROTECTED] Subject: RE: help please! hi Andrew I thought that might be the case, but why would I be able to view the /examples directory

RE: Please HELP / W A R N I N G: LoadModule order

2001-07-25 Thread Aaron Cooper
Hi Yes I believe at the top of httpd.conf, it is written that the order in which the modules are loaded is very important. Cheers Aaron Loïc Lefèvre [EMAIL PROTECTED] 07/25/01 10:29am Phew I've got on problem resolved (or partially resolved). It seems that the order of the LoadModule

Apxs

2001-07-25 Thread Aaron Cooper
hi folks I am trying to configure tomcat3.3b1 with apache. however, whenever I run the build-hpux.sh script, it produces the following error messages relating to the apxs script: /opt/apache/bin/apxs[66]: require: not found /opt/apache/bin/apxs[67]: use: not found

RE: Apxs

2001-07-25 Thread Aaron Cooper
and make sure it is correct. -Original Message- From: Aaron Cooper [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 25, 2001 10:28 AM To: [EMAIL PROTECTED] Subject: Apxs hi folks I am trying to configure tomcat3.3b1 with apache. however, whenever I run the build-hpux.sh script

RE: tomcat 3.2.3 configuration

2001-07-24 Thread Aaron Cooper
-- Bill K. -Original Message- From: Aaron Cooper [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 24, 2001 7:59 AM To: [EMAIL PROTECTED] Subject: tomcat 3.2.3 configuration Hi folks I am really stumped here and am wondering if someone

help please!

2001-07-24 Thread Aaron Cooper
Hi I've checked documentation and have tried things already suggested, but still without success. Does anyone know where I could go to get information or give me some help? I have placed a /baseball under /webapps. When I type in http://localhost:8080/baseball from my UNIX

Re: help please!

2001-07-24 Thread Aaron Cooper
i've tried that John :) I'll still plug away at it :) Thanks for the reply. John Hebert [EMAIL PROTECTED] 07/24/01 03:54pm Aaron Cooper wrote: Hi I've checked documentation and have tried things already suggested, but still without success. Does anyone know where I could go to get

RE: help please!

2001-07-24 Thread Aaron Cooper
to be a case problem on the directories. The PC ignores case while UNIX is case-sensitive. We had Web-Inf instead of WEB-INF. Chris -Original Message- From: Aaron Cooper [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 24, 2001 1:41 PM To: [EMAIL PROTECTED] Subject: help please! Hi

RE: help please!

2001-07-24 Thread Aaron Cooper
when I try http://localhost/baseball from my UNIX box, it says Not Found Andrew Inggs [EMAIL PROTECTED] 07/24/01 04:24pm Aaron Cooper wrote: I am running apache/tomcat on a UNIX server, and I am trying to access the page from my PC. I can access the pages just fine by http://localhost

RE: help please!

2001-07-24 Thread Aaron Cooper
hi Andrew I thought that might be the case, but why would I be able to view the /examples directory from my PC if it were not configured correctly? Because of that, I thought it was configured properly. Andrew Inggs [EMAIL PROTECTED] 07/24/01 04:38pm Aaron Cooper wrote: when I try

Enterprise JavaBeans support?

2001-06-26 Thread Aaron Cooper
Hello I have been checking the online documentation but I have not found the answer I am looking for. I know that Tomcat support JavaBeans, but does it support EJB? Thanks Aaron