Problem with mod_jk

2001-06-29 Thread Carlos López M.
Hi I keep geting this error on my mod_jk.log [jk_ajp12_worker.c (596)]: ajpv12_handle_response, error writing back to server and [jk_uri_worker_map.c (430)]: In jk_uri_worker_map_t::map_uri_to_worker, wrong parameters does it has anithing to do with tomcat workers. In the workers file,

Max Session suported

2001-04-24 Thread Carlos López M.
Hi everyone, I have an application runing on Tomcat with Apache on a sun machine (2 Gigs of RAM), does anyone knows how many open sessions does Tomca supporti'm expecting over 1000 users per day. thanks Carlos López Mendoza

Re: Anybody knows a company that wants to support tomcat

2001-03-26 Thread Carlos López M.
My Company could do that, if your intrested let me know Carlos Lpez M. Grupo Unika S.A. de C.V. - Original Message - From: SEEMANTINI GODBOLE [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, March 26, 2001 10:40 AM Subject: Anybody knows a company that wants to support tomcat Any

Problem with servlet loading

2001-03-13 Thread Carlos López M.
Hi, I have 3 servlets in my aplication, I want this servlets to work for all my folders in my structure. It work's fine if in each folder there is a WEB-INF folder width a web.xml file that loads la servlets. My structure is as : /export/home/http/webapps/WEB-INF/

Connection Pooling

2001-03-06 Thread Carlos López M.
Hi I want to implement conection pooling with jsp. I have alreary read something about it. I khow i could make a servlet a load it on startup but to be honest i dont have a clue about where to find info on this. Could anybody point me in a right direction, and where can i find examples. I have

RE: Connection Pooling

2001-03-06 Thread Carlos López M.
Thanks a lot I would go there and se what I could find -Mensaje original- De: Ryan [mailto:[EMAIL PROTECTED]] Enviado el: Martes, 06 de Marzo de 2001 02:55 p.m. Para: [EMAIL PROTECTED] Asunto: Re: Connection Pooling go here:

Servlet problem

2001-02-23 Thread Carlos López M.
Hi i want to use oreilli upload class and It just doens work Here is the diferent code, could somebody tell if something is wrong Directori /webapps/ /serv/uploadtest.html /servlet/UploadTest.java web.xml, where does the UploadTest.java supose to be?? servlet

RE: Servlet problem

2001-02-23 Thread Carlos López M.
Thanks for the tip, but another question what's has to go in the /servlet/ folder -Mensaje original- De: Michael Wentzel [mailto:[EMAIL PROTECTED]] Enviado el: Viernes, 23 de Febrero de 2001 03:24 p.m. Para: '[EMAIL PROTECTED]' Asunto: RE: Servlet problem Here is the diferent code,

RE: Servlet problem

2001-02-23 Thread Carlos López M.
Hey tanks you all, everithing work just fine. And I manage to upload the file. -Mensaje original- De: Kyle Burke [mailto:[EMAIL PROTECTED]] Enviado el: Viernes, 23 de Febrero de 2001 04:03 p.m. Para: [EMAIL PROTECTED] Asunto: RE: Servlet problem You're editing the wrong web.xml file

Another Problem

2001-02-23 Thread Carlos López M.
Ok I got the upload file working but this is in the apj12 protocol I dont know why this protocol breaks my application. I tested it before whit apj13 and my application works fine but I cant upload large files Any sudgestions?? Whith apj13 the upload works fine but whit realy small files but it

Do you think this could work

2001-02-23 Thread Carlos López M.
Do you guys think this could work and dont cause problems JkMount /*.jsp ajp13 JkMount /servlet/* ajp12 Thanks - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Urgent Problem with servler

2001-02-13 Thread Carlos López M.
Hi im using Tomcat 3.2.2 Apache and mod_jk. Everithing works fine but when i call a file I get this error Method Not Allowed The requested method POST is not allowed for the URL /administracion/mail/UploadTest.java.