Problem with mod_jk

2001-06-29 Thread Carlos López M.
, does this ones have to be declare as a unix or linux user   Carlos López Mendoza Consultor Convento de Acolman # 70b Jardines de Sta. Mónica   tel/fax

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 support i'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 López 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 su

Re: Anybody knows a company that wants to support tomcat

2001-03-22 Thread Carlos López M.
Hi there, I work for a company who develop websites in JSP here in México City. Our expirience is in Sun Solaris, Apache and Tomcat, If you want to take a look at some sites just tell me. Carlos López M. Grupo Unika - Original Message - From: SEEMANTINI GODBOLE <[EMAIL PROTECTED]&

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/ T

RE: Connection Pooling

2001-03-06 Thread Carlos López M.
/connection_pool.html and also look up threads and singleton patterns at www.javasoft.com -ryan - Original Message - From: "Carlos López M." <[EMAIL PROTECTED]> To: "Tomcat-User" <[EMAIL PROTECTED]> Sent: Tuesday, March 06, 2001 12:35 PM Subject: Connection Pooling &g

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

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]

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 b

RE: Servlet problem

2001-02-23 Thread Carlos López M.
your drive-letter%>:\<%=your tomcat folder%>\webapps\ROOT\WEB-INF\web.xml file: UploadTest <%=add whatever alias you want to use%> -Original Message- From: Carlos López M. [mailto:[EMAIL PROTECTED]] Sent: Friday, February 23, 2001 4:38 PM To: [EMAIL PROT

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, c

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

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

Problems with <%=request.getRemoteHost()%>

2001-02-01 Thread Carlos López
Hi, when I use <%=request.getRemoteHost()%> it returns me null, what could be wrong. I'm using tomcat 3.2   thanks

RE: Maximum Sessions allow, Tomcat Startup

2001-01-24 Thread Carlos López
Sun Solaris, and Apache - Original Message - From: Michael Wentzel To: '[EMAIL PROTECTED]' Sent: Wednesday, January 24, 2001 10:29 AM Subject: RE: Maximum Sessions allow, Tomcat Startup > How can I  make tomcat to start whe the machine reboots   W

Maximum Sessions allow, Tomcat Startup

2001-01-24 Thread Carlos López
Does any body knows how can I change the Maximum session allow by tomcat.   How can I  make tomcat to start whe the machine reboots   thanks   Carlos.

URGENT Problem with includinfg files

2001-01-21 Thread Carlos López
Hi a have a big problem when I trie to include files that are not in the same directory as the file tryng to include.   For example y mi file structure is /FileA /dir /file B   If FileB tryes to include FileA it marks me the folling error   Included servlet error: 500 Location: /dir/FileB.js

RE: How do I assing more memory to Tomcat

2001-01-19 Thread Carlos López
MCAT_OPTS="-Xms16m -Xmx128m -native" or > TOMCAT_OPTS="-Xms16m -Xmx128m" > Run 'java -X' to get the options that your JVM supports. > > > Carlos López wrote: > > > > Hola > > > > I nedd to assing more memory to Tomcat how d

How do I assing more memory to Tomcat

2001-01-19 Thread Carlos López
Hola   I nedd to assing more memory to Tomcat how do -I do this.   Where can I find more information about TOMCAT_OPS   Thanks

Maximun Session allow

2001-01-19 Thread Carlos López
Hola   Is there any way to change the maximun sessions that are allow in Tomcat?    

Directory Browsing in tomcat

2001-01-19 Thread Carlos López
Hi there   Is there any way to deny acces to any directory in my webapp so that the user can't browse truw it.   I have already done this in apache but if I type my url whith :8080 it shows me the directory listing   thanks

RE:Strange behavior with

2001-01-17 Thread Carlos López
Hi I have the same problem, any solution