Re: Encoding problems hwen using tomcat through mod_jk

2004-05-07 Thread Diego Algorta Casamayou
one. -Yan -Original Message- From: Diego Algorta Casamayou [mailto:[EMAIL PROTECTED] Sent: May 6, 2004 16:32 To: Tomcat Users List Subject: Re: Encoding problems hwen using tomcat through mod_jk Yansheng Lin escribió: In your apache conf file, you may want to specify the default

Re: Encoding problems hwen using tomcat through mod_jk

2004-05-06 Thread Diego Algorta Casamayou
Hi. I'm still trying to fix this. The only supposed solution I've found is setting JAVA_OPTS=-Dfile.encoding=ISO-8859-1 before running tomcat and that didn't work either. Any ideas about this? Thank you Diego Algorta Casamayou escribió: Hi there. SuSE 8.2 default packages: (Apache 1.3.27

Re: (newbie q) Connector vs running standalone Tomcat as root

2004-05-06 Thread Diego Algorta Casamayou
The easier way is just leave tomcat listening on 8080 and add a port redirection rule using netfilter. - You just have to redirect incoming conections on port 80 to port 8080. - Add proxyPort=80 on the Connector tag in server.xml. Voila! You're done. Bytes DAC Barnet Wagman escribió: I'd like

Re: Encoding problems hwen using tomcat through mod_jk

2004-05-06 Thread Diego Algorta Casamayou
Yansheng Lin escribió: In your apache conf file, you may want to specify the default encoding to be utf-8 instead of iso-8859-1. There may be other ways. Thank you, but it didn't work. Same result. Tried with: AddDefaultCharset on and AddDefaultCharset utf-8 and AddDefaultCharset iso8859-1

Encoding problems hwen using tomcat through mod_jk

2004-05-05 Thread Diego Algorta Casamayou
Hi there. SuSE 8.2 default packages: (Apache 1.3.27, Tomcat 4.1.18, mod_jk 1.2.2-dev) Java: Sun 1.4.2_03 I've searched the archives and didn't find an answer so I'm sending my problem to the list. In my development environment I use Tomcat directly through the 8080 port and special characters

Re: how to run Tomcat on port 80 instead of 8080

2003-02-13 Thread Diego Algorta Casamayou
In Unix/linux just root can open ports 1024. That will work just if you run tomcat as root, but I think that isn't a good idea. The workarround is to put a portforwarding rule like this and let tomcat listen on 8080. Also, if you don't want tomcat to add :8080 to every link, just add

Where to put workers2.properties?

2003-02-12 Thread Diego Algorta Casamayou
Hi. In mod_jk I had the JkWorkersFile /opt/jakarta/conf/workers.properties directive to tell where the hell is workers.properties located. I'm trying to configure mod_jk2 now but I can't find how to tell it where I've put the workers2.properties file. Bytes DAC

Re: Where to put workers2.properties?

2003-02-12 Thread Diego Algorta Casamayou
, please refer to jk2 doc. Regards, PQ This Guy Thinks He Knows Everything This Guy Thinks He Knows What He Is Doing -Original Message- From: Diego Algorta Casamayou [mailto:[EMAIL PROTECTED]] Sent: February 12, 2003 11:53 AM To: Tomcat Users List Subject: Where to put workers2

Re: Where to put workers2.properties?

2003-02-12 Thread Diego Algorta Casamayou
workers2.properties from its conf dir. Simple? Regards, PQ This Guy Thinks He Knows Everything This Guy Thinks He Knows What He Is Doing -Original Message- From: Diego Algorta Casamayou [mailto:[EMAIL PROTECTED]] Sent: February 12, 2003 12:23 PM To: Tomcat Users List Subject: Re: Where

Compiling mod_jk2

2003-02-12 Thread Diego Algorta Casamayou
Hi all. I've downloaded the sources from http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk2/release/v2.0.2/src/jakarta-tomcat-connectors-jk2-2.0.2-src.tar.gz but I can't find instructions son how to compile it. I'd appreciate you could tell me the steps I have to do. I want it to

Re: Where to put workers2.properties?

2003-02-12 Thread Diego Algorta Casamayou
This is help!!! Gracias ;-D - Original Message - From: Ignacio J. Ortega [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Wednesday, February 12, 2003 3:10 PM Subject: RE: Where to put workers2.properties? Hola a todos, John: AFAIK, JK2 (mod_jk2) already knows

mod_webapp random error

2003-02-11 Thread Diego Algorta Casamayou
Hi all. I've just subscribed to the list. I'm using apache 1.3.23, tomcat 4.0.1 and mod_webapp for connecting both of them. All this just came in the CDs of SuSE Linux 8.0. The thing is, I'm having an error that I can't fix and don't know why it's happening. It happens randomly. The error

Re: mod_webapp random error

2003-02-11 Thread Diego Algorta Casamayou
Algorta Casamayou [EMAIL PROTECTED]: Hi all. I've just subscribed to the list. I'm using apache 1.3.23, tomcat 4.0.1 and mod_webapp for connecting both of them. All this just came in the CDs of SuSE Linux 8.0. The thing is, I'm having an error that I can't fix and don't know why

mod_jk2 vs. the others (was: mod_webapp random error)

2003-02-11 Thread Diego Algorta Casamayou
it useful because it is so well documented I can extend it with very little effort, but it may not be suited to a production environment. Thanks, C.Davies Quoting Diego Algorta Casamayou [EMAIL PROTECTED]: Yes, it's listening on port 8008. The thing is that it WORKS OK almost everytime

Re: mod_jk2 vs. the others (was: mod_webapp random error)

2003-02-11 Thread Diego Algorta Casamayou
forward, the recommended choices are mod_jk and mod_jk2. Which you use is up to you. John -Original Message- From: Diego Algorta Casamayou [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 11, 2003 1:50 PM To: Tomcat Users List Subject: mod_jk2 vs. the others (was: mod_webapp