Re: Any Resource talking abt how Tomcat intergrated to Apache

2004-05-20 Thread Salvador Santander Gutierrez
http://johnturner.com/howto/apache-tomcat-howto.html

I hope this helkp you

- Original Message - 
From: Eric YH WONG [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, May 20, 2004 12:09 PM
Subject: Any Resource talking abt how Tomcat intergrated to Apache


Hello,

Does anyone have good resources which talking about how Tomcat v5.X
integrated with Apache v2.0.49 ?

Thx

Eric



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



How to pass the options -server -xms64m -Xmx384m to the ajp13 connector

2004-03-30 Thread Salvador Santander Gutierrez
Hello, I want to pass the next jvm parameters to the ajp13 connector to
improve the performance.

-server -xms64m -Xmx384m

How can get this? With worker.inprocess.sysprops=server?

I'm using apache 1.3.29, tomcat 4.1.27 and jk connector 1.2

Thanks in advance.






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



How can I improve the performance of ajp13 connector?

2004-03-30 Thread Salvador Santander Gutierrez
I've noticed that the performance through tomcat directly ( by port 8080,
coyote connector) is much better than request the same page to the apache
with ajp13 connector. Is there any way to improve the performance of the
ajp13 connector?
I'm using apache 1.3.26, tomcat 4.1.27, and jk connector 1.2.
Thanks in advance.



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



I can´t compile the jk connector source for apache 2.0.40 in Redhat 9.0

2004-03-30 Thread Salvador Santander Gutierrez
I'm trying to compile the source of jk connector 1.2.5 in a RedHat 9.0 with
apache 2.0.40 and tomcat 4.1.24. I've installed all required (httpd-devel
and all the developing tools) and I do:
./builconf.sh
./configure --with-apxs=/usr/sbin/apxs
./make

all goes well but then make gives some errors :  '../commons/any_name.lo'
no such file

What happens? Any idea? Any help will be thankfull.



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



Rewrite rule doesn´t work with pdf request

2004-03-30 Thread Salvador Santander Gutierrez
I'm using the apache rewrite directive to serve opencms contents through
apache(I'm not using jk connector because I' ve not been able to compile the
connector source). All goes well but when I ask a pdf appears a empty
explorer windows, and I have to refresh the page (with F5) and then the pdf
is loaded.
I'm using RedHat 9.0, apache 2.0.40, tomcat 4.1.24 and my httpd.conf is

RewriteEngine on
RewriteRule ^/opencms(.*) http://myserver:8080/opencms$1 [P]

Any idea for solve this? Thanks.



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



Can`t install Tomcat as apache module: undefined symbol ap_table

2004-03-10 Thread Salvador Santander Gutierrez
Hello, list.
I'm trying to install tomcat as apache module with jk2 connector. I'm using
Tomcat 4.1.24 and Apache 2.0.40.
I've followed the instructions of three differents tutorials about connect
Tomcat to Apache with jk2 connector and when I try to start apache I see the
error undefined symbol ap_table at line... In this line is the LoadModule
directive.
¿Perhaps I'm using a old library of mod_jk.so? ¿Any idea?
Thanks.


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



How to restrict all webapps with http authentication in Tomcat?

2004-02-06 Thread Salvador Santander Gutierrez
I need to restrict all web applications in Tomcat with the same users? I
know how to restrict a specific web application with its web.xml but... how
to restrict /* in tomcat, included html pages?
Thanks.


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



Re: How to restrict all webapps with http authentication in Tomcat?

2004-02-06 Thread Salvador Santander Gutierrez
Thanks for your help but the url passed doesn´t work.


- Original Message -
From: rlipi [EMAIL PROTECTED]
To: 'Tomcat Users List' [EMAIL PROTECTED]
Sent: Friday, February 06, 2004 10:21 AM
Subject: RE: How to restrict all webapps with http authentication in Tomcat?


 Will help this:
 http://www.ingrid.org/jajakarta/tomcat/tomcat-4.0b5/src/catalina/docs/si
 nglesignon.html#Security ?

 Radek


  -Original Message-
  From: Salvador Santander Gutierrez
  [mailto:[EMAIL PROTECTED]
  Sent: Friday, February 06, 2004 10:16 AM
  To: Tomcat List
  Subject: How to restrict all webapps with http authentication in
 Tomcat?
 
  I need to restrict all web applications in Tomcat with the same users?
 I
  know how to restrict a specific web application with its web.xml
 but...
  how
  to restrict /* in tomcat, included html pages?
  Thanks.
 
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]





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


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



How to get two version of xalan/xerces together in Tomcat?

2004-01-29 Thread Salvador Santander Gutierrez
Hello.
I've to install a web application wich uses a xalan/xerces version different
of the installed in Tomcat. I don´t want to replace the libraries in
endorsed directories because other applications only can use the installed
version of xerces/xalan in Tomcat.
Is there any way to do that this application take the new libraries of
xalan/xerces from other directories?
We've Tomcat 4.1.27
Thanks.


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



How to get two version of xalan/xerces together in Tomcat?

2004-01-28 Thread Salvador Santander Gutierrez
Hello.
I've to install a web application wich uses a xalan/xerces version different
of the installed in Tomcat. I don´t want to replace the libraries in
endorsed directories because other applications only can use the installed
version of xerces/xalan in Tomcat.
Is there any way to do that this application take the new libraries of
xalan/xerces from other directories?
We've Tomcat 4.1.27
Thanks.


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



Tomcat clustering

2004-01-26 Thread Salvador Santander Gutierrez
How can I get some tomcat servers working like a cluster? I means, how to
put some tomcat to get load balancing and increment the site performance.
Thanks.


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



Measurements of a typical tomcat installation?

2004-01-22 Thread Salvador Santander Gutierrez
Anybody has measurements of a typical tomcat installation or Where can I
find this? Such as response times, number of pages per minutes...
Thanks.


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



How to limit( or reduce) the amount of RAM used by Tomcat?

2004-01-21 Thread Salvador Santander Gutierrez
I want to limit ( or reduce) the max Mb of RAM for the tomcat application,
Can I configure this in Tomcat?
We've a problem with Tomcat: Memory assigned to Tomcat grows and grows and
when process of Tomcat use the 64% of phisical memory, Tomcat crash and I
need to restart the server.
We're using Red Hat Linux 9, jdk 1.4.2, and Tomcat 4.1.24.
Thanks.


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



Re: disableUploadTimeout

2004-01-21 Thread Salvador Santander Gutierrez
Yes, the value is false or true.

- Original Message -
From: Bill Barker [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, January 21, 2004 9:35 AM
Subject: Re: disableUploadTimeout


 Actually, I believe that there is a documentation error:  I believe that
the
 default value is 'true'.

 With all other values at there default setting,
disableUploadTimeout=true
 means that Tomcat will use a longer timeout value (default: 5Min, like
 Apache/httpd) when reading the request message body than it does when
 waiting for the next keep-alive request (default: 15Sec).  This can be
 usefull if your webapp uploads large amounts of data, but probably won't
 matter if you only POST small, simple forms.

 Krause Karin [EMAIL PROTECTED] wrote in message
 news:[EMAIL PROTECTED]
 Hi everybody,
 I have a question regarding the org.apache.coyote.tomcat4.CoyoteConnector
 (Tomcat 4.1.27)
 What does the property disableUploadTimeout really mean? I do not
 understand the explanation:
 This flag allows the servlet container to use a different, longer
 connection timeout while a servlet is being executed, which in the end
 allows either the servlet a longer amount of time to complete its
execution,
 or a longer timeout during data upload. If not specified, this attribute
is
 set to false.
 Which connection timeout will be used if the property is set to true? Is
it
 recommended to set it to true?
 Thanx for any help.
 Karin




 Viele Grüsse
 Karin Krause

 WIOI1
 052 261 2947




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


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



How can I limit ( or reduce) the max Mb of RAM for tomcat?

2004-01-21 Thread Salvador Santander Gutierrez
I want to limit ( or reduce) the max Mb of RAM for tomcat,
Can I configure this in Tomcat?
We've a problem with Tomcat: Memory assigned to Tomcat grows and grows and
when process of Tomcat use the 64% of phisical memory, Tomcat crash and I
need to restart the server.
We're using Red Hat Linux 9, jdk 1.4.2, and Tomcat 4.1.24 with the options
JAVA_OPST=-server -Xms128m -Xmx512m -Dfile.encoding=ISO-8859-1
Thanks.


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



java.net.SocketException: Connection reset

2004-01-19 Thread Salvador Santander Gutierrez
Hello, list. I've installed Tomcat 4.1.24 and MySQL 4.0.16 and tomcat and a
aplication that access to the data base with a heavy load. crash sometimes
per day and I've seen the next error in the tomcat log:

2004-01-13 08:13:48 StandardHost[localhost]: MAPPING configuration error for
request URI /opencms/export/eintranet/index.html

2004-01-13 08:20:16 StandardHost[localhost]: MAPPING configuration error for
request URI /opencms/export/eintranet/index.html

StandardWrapperValve[default]: Servlet.service() for servlet default threw
exception

java.net.SocketException: Connection reset.

2004-01-13 08:13:48 StandardHost[localhost]: MAPPING configuration error for
request URI /opencms/export/eintranet/index.html

2004-01-13 08:20:16 StandardHost[localhost]: MAPPING configuration error for
request URI /opencms/export/eintranet/index.html



Any idea how to solve this or What could be the cause of this problem?

Thanks.


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



java.net.SocketException: Connection reset

2004-01-16 Thread Salvador Santander Gutierrez
Hello, list. I've installed Tomcat 4.1.24 and MySQL 4.0.16 and tomcat and a
aplication that access to the data base with a heavy load. crash sometimes
per day and I've seen the next error in the tomcat log:

2004-01-13 08:13:48 StandardHost[localhost]: MAPPING configuration error for
request URI /opencms/export/eintranet/index.html

2004-01-13 08:20:16 StandardHost[localhost]: MAPPING configuration error for
request URI /opencms/export/eintranet/index.html

StandardWrapperValve[default]: Servlet.service() for servlet default threw
exception

java.net.SocketException: Connection reset.

2004-01-13 08:13:48 StandardHost[localhost]: MAPPING configuration error for
request URI /opencms/export/eintranet/index.html

2004-01-13 08:20:16 StandardHost[localhost]: MAPPING configuration error for
request URI /opencms/export/eintranet/index.html



Any idea how to solve this or What could be the cause of this problem?

Thanks.






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