servlet benchmarking vs cgi

2002-11-08 Thread Aryeh Katz
calls here, just simple cgi processing to render a page. Does anyone have any thoughts on how/where to look in improving the servlet's performance? I am using apache 1.3.27, with mod_jk 1.2.1 beta, and tomcat 4.0.6. --- Aryeh Katz VASCO www.vasco.com -- To unsubscribe

Re: servlet benchmarking vs cgi

2002-11-08 Thread Aryeh Katz
to performance reasons. One more update, just to take threading out of the picture. Even with one request at a time, servlet performance was atrocious Cgi Time per request: 7.25 [ms] (mean) Servlet Time per request: 44.22 [ms] (mean) --- Aryeh Katz VASCO www.vasco.com

Re: servlet benchmarking vs cgi

2002-11-08 Thread Aryeh Katz
as concurrent requests, I've got to be able to handle close to 100 requests, but as I said earlier I don't think threading is the issue as even single requests show very poor performance relative to a CGI. Aryeh --- Aryeh Katz VASCO www.vasco.com -- To unsubscribe, e

Re: servlet benchmarking vs cgi

2002-11-08 Thread Aryeh Katz
using another servlet ? If there's a performance problem with your servlet, you could use something like OptimizeIt to figure it improve it. Thanks, I'll try it out. Aryeh --- Aryeh Katz VASCO www.vasco.com -- To unsubscribe, e-mail: mailto:tomcat-user

Re: servlet benchmarking vs cgi

2002-11-08 Thread Aryeh Katz
why are you not using JSP then. this is what its designed for The servlet doesn't just handle login. Login is just called most often, and is most expensive. --- Aryeh Katz VASCO www.vasco.com -- To unsubscribe, e-mail: mailto:tomcat-user-unsubscribe

Re: servlet benchmarking vs cgi

2002-11-08 Thread Aryeh Katz
let me know. Aryeh --- Aryeh Katz VASCO www.vasco.com -- To unsubscribe, e-mail: mailto:tomcat-user-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:tomcat-user-help;jakarta.apache.org

Re: determining version of mod_jk

2002-11-06 Thread Aryeh Katz
how can you tell what version of mod_jk you have installed on your system? see jk/native/common/jk_version.h -- To unsubscribe, e-mail: mailto:tomcat-user-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:tomcat-user-help;jakarta.apache.org

Re: determining version of mod_jk

2002-11-06 Thread Aryeh Katz
how can you tell what version of mod_jk you have installed on your system? One more way. Unless you've changed the defaults, it will print the mod_jk version in (the apache) error_log on server startup --- Aryeh Katz VASCO www.vasco.com -- To unsubscribe, e-mail

RE: [Installation] silent install

2002-11-05 Thread Aryeh Katz
: mailto:tomcat-user-help;jakarta.apache.org --- Aryeh Katz VASCO www.vasco.com -- To unsubscribe, e-mail: mailto:tomcat-user-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:tomcat-user-help;jakarta.apache.org

Re: Installing and using manager app in 4.1.12

2002-11-05 Thread Aryeh Katz
snip The result is a blank white page and an error message that says FAIL - Unknown command /. You're not missing anything, you just didn't issue a command. try doing a /list and see what happens :-). Aryeh --- Aryeh Katz VASCO www.vasco.com

RE: MBeans exception and mod_jk

2002-11-05 Thread Aryeh Katz
have anything for /examples/* !. It might be just that simple. Aryeh --- Aryeh Katz VASCO www.vasco.com -- To unsubscribe, e-mail: mailto:tomcat-user-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:tomcat-user-help;jakarta.apache.org

RE: Exception while starting up a Tomcat server

2002-11-04 Thread Aryeh Katz
^ According to the dtd the above line must be before res-ref-name. Aryeh --- Aryeh Katz VASCO www.vasco.com -- To unsubscribe, e-mail: mailto:tomcat-user-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:tomcat-user-help;jakarta.apache.org

Re: Tomcat 4.1.12, Apache 2.0.43, Win/2K

2002-11-04 Thread Aryeh Katz
/conf/extra.pl The following FAILS to load mod_jk2: # # Adding mod_perl # LoadModule perl_module modules/mod_perl.so PerlRequire C:/Apache2/conf/extra.pl # # Adding mod_jk2 # LoadModule jk2_module modules/mod_jk2.dll --- Aryeh Katz VASCO www.vasco.com

RE: Compatibility between Windows and Linux tomcat ( mod_jk ajp13 )

2002-10-31 Thread Aryeh Katz
worker.properties Aryeh worker.list=ajp13 ^^^ worker.ajp12.port=8007 ^ worker.ajp12.host=localhost worker.ajp12.type=ajp12 JkMount /examples/servlet/* ajp12 JkMount /examples/*.jsp ajp12 --- Aryeh Katz VASCO www.vasco.com

RE: Compatibility between Windows and Linux tomcat ( mod_jk ajp13 )

2002-10-31 Thread Aryeh Katz
/examples/servlet/* ajp13 --- Aryeh Katz VASCO www.vasco.com -- To unsubscribe, e-mail: mailto:tomcat-user-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:tomcat-user-help;jakarta.apache.org -- To unsubscribe, e-mail: mailto:tomcat-user-unsubscribe

RE: Compatibility between Windows and Linux tomcat ( mod_jk ajp13 )

2002-10-31 Thread Aryeh Katz
? As long as ajp12 is working for you, there is no reason not to use it (even if ajp13 is recommended). However, you must make sure that you have the correct listener (port 8007) if you are going to use it. --- Aryeh Katz VASCO www.vasco.com -- To unsubscribe, e

RE: Compatibility between Windows and Linux tomcat ( mod_jk ajp13 )

2002-10-31 Thread Aryeh Katz
set the logging high enough --- Aryeh Katz VASCO www.vasco.com -- To unsubscribe, e-mail: mailto:tomcat-user-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:tomcat-user-help;jakarta.apache.org

Re: mod_jk ap_get_ctx problem?!

2002-10-28 Thread Aryeh Katz
building mod_jk, or using an older version of apache. Aryeh --- Aryeh Katz VASCO www.vasco.com -- To unsubscribe, e-mail: mailto:tomcat-user-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:tomcat-user-help;jakarta.apache.org

RE: Apache Tomcat on different hosts

2002-10-23 Thread Aryeh Katz
Thanks. In the workers.properties file, what does ps=/ mean ? Path separator --- Aryeh Katz VASCO www.vasco.com -- To unsubscribe, e-mail: mailto:tomcat-user-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:tomcat-user-help

Re: mod_jk problem

2002-10-21 Thread Aryeh Katz
Re, thanks for your help. You can find in attach file : config and log. your error_log file seems to state the problem. Tomcat couldn't bind to 8080 (it's already in use) Try renaming the port and see in that helps. Aryeh --- Aryeh Katz VASCO www.vasco.com

Re: Ok people

2002-10-18 Thread Aryeh Katz
pointed out) is that the way the question is asked has a lot to do with how (and if) it's answered, and trying to point to the OP what they did wrong. I still can't answer his (Lior should be a him) question, but I can make it more likely that other people will --- Aryeh Katz VASCO

Re: Ok people

2002-10-18 Thread Aryeh Katz
has any way of knowing WHY it's not working. So what do you expect people to do? --- Aryeh Katz VASCO www.vasco.com -- To unsubscribe, e-mail: mailto:tomcat-user-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:tomcat-user-help

RE: [Configuring] Tomcat 4.1.12 apache 1.3.26 jk2

2002-10-18 Thread Aryeh Katz
;jakarta.apache.org For additional commands, e-mail: mailto:tomcat-user-help;jakarta.apache.org --- Aryeh Katz VASCO www.vasco.com -- To unsubscribe, e-mail: mailto:tomcat-user-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:tomcat-user-help;jakarta.apache.org

Re: Error Loading mod_jk.dll

2002-10-18 Thread Aryeh Katz
source). Aryeh --- Aryeh Katz VASCO www.vasco.com -- To unsubscribe, e-mail: mailto:tomcat-user-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:tomcat-user-help;jakarta.apache.org

Re: Error Loading mod_jk.dll

2002-10-18 Thread Aryeh Katz
of the delivery error by e-mail or call Park City Solutions Inc. corporate offices at (435) 654-0621 -Original Message- From: Aryeh Katz [mailto:aryeh;vasco.com] Sent: Friday, October 18, 2002 1:14 PM To: Tomcat-User (E-mail); [EMAIL PROTECTED] Subject: Re: Error Loading mod_jk.dll

Re: Apache 1.3.27, Tomcat 4.0.6, mod_JK, and Virtual Hosts

2002-10-16 Thread Aryeh Katz
hosts use different workers, apache forwards the request to the correct worker. Thus, tomcat doesn't have to determine the virtual host, apache does that for you. --- Aryeh Katz VASCO www.vasco.com -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional

JkLogLevel problem - linux

2002-10-16 Thread Aryeh Katz
0x80682fd in ap_clear_pool (a=0x80cef1c) at alloc.c:538 #10 0x8079313 in standalone_main (argc=2, argv=0xba84) at http_main.c:5066 #11 0x8079c23 in main (argc=2, argv=0xba84) at http_main.c:5456 --- Aryeh Katz VASCO www.vasco.com -- To unsubscribe, e-mail

servlet mapping help

2002-10-15 Thread Aryeh Katz
? --- Aryeh Katz VASCO www.vasco.com -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: servlet mapping help

2002-10-15 Thread Aryeh Katz
] [jk_worker.c (136)]: AK wc_get_worker_for_name, done did not found a worker AK Why is my worker getting lost? Do I have some kind of AK misconfiguration? --- Aryeh Katz VASCO www.vasco.com -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e

RE: servlet mapping help

2002-10-15 Thread Aryeh Katz
ajp13 snippet from server.xml Connector className=org.apache.ajp.tomcat4.Ajp13Connector port=8009 minProcessors=5 maxProcessors=75 acceptCount=10 debug=0/ --- Aryeh Katz VASCO www.vasco.com -- To unsubscribe, e-mail: mailto:[EMAIL

RE: servlet mapping help

2002-10-15 Thread Aryeh Katz
workers.ajp13.host=correct.server.name workers.ajp13.type=ajp13 apache = 1.3.27 jakarta = 4.0.6 --- Aryeh Katz VASCO www.vasco.com -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: servlet mapping help

2002-10-15 Thread Aryeh Katz
known issues with this mod_jk? --- Aryeh Katz VASCO www.vasco.com -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: servlet mapping help

2002-10-15 Thread Aryeh Katz
suspect that I could have kept everything the way it was. I'll update the list with my findings. --- Aryeh Katz VASCO www.vasco.com -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

mod_jk config

2002-10-15 Thread Aryeh Katz
: [Tue Oct 15 15:53:16 2002] [jk_worker.c (162)]: wc_create_worker, about to create instance worker1 of ajp13 server.xml no changes (other than to make sure that ajp13 was enabled) Hopefully someone on this list will have learnt from my mistake, and type worker! Aryeh --- Aryeh Katz VASCO