Re: Apache2+JK2+Tomcat-5.028 >> URI UTF-8 problem

2005-06-28 Thread Luis Sánchez Sánchez
I doesnt work with mod_jk. 

I've tried JkOptions like 
+ForwardURICompatUnparsed, +ForwardURIEscaped, +ForwardURICompat ... 

It's exactly like with mod_jk2: when I go directly to tomcat using 
server:8080/something-with-special-characters-like-áéíóúñ the page is fine. 
However if I use server/something-with-special-characters-like-áéíóúñ the page 
is not correct.

I don't think request.setCharacterEncoding("UTF-8"); could resolve this because 
its running fine with only tomcat.

I think its like the redirection apache->tomcat ignored the URIEncoding="UTF-8" 
parameter I set in Tomcat Connector. This is my Tomcat connector configuration:




Perhaps I must set URIEncoding other place. 

While i was writing this message I tried:



Now its running fine. Ill post the complete solution


El mar, 28-06-2005 a las 08:32 +0200, Bruno Georges escribió:
> Hi Luis
> 
> Why don't you start with mod_jk as opposed to mod_jk2, mod_jk is more
> recent than mod_jk2
> Check the apache httpd.conf for the following directives"
> AddLanguage
> AddDefaultCharset  UTF-8
> 
> Also make sure use in your servlet/JSP:
> request.setCharacterEncoding("UTF-8");
> 
> Bruno Georges
> 
> Glencore International AG
> Tel. +41 41 709 3204
> Fax +41 41 709 3000
> 
> 
> |-+>
> | |   Luis Sánchez Sánchez |
> | || |   @gmail.com>  |
> | ||
> | |   28.06.05 01:44   |
> | |   Please respond to|
> | |   "Tomcat Users List"  |
> | ||
> |-+>
>   
> >--|
>   |   
>|
>   |To:  tomcat-user@jakarta.apache.org
>            |
>   |cc:
>|
>   |Subject: Apache2+JK2+Tomcat-5.028 >> URI UTF-8 problem 
>|
>   |   
>|
>   |Distribute:
>|
>   |Personal?   |---|  
>|
>   || [ ] x |  
>|
>   ||---|  
>|
>   |   
>|
>   
> >--|
> 
> 
> 
> 
> It's about apache-tomcat configuration with
> UTF-8. I added URI encoding to the tomcat configuration and I set
> defaultcharset utf-8
> in apache2. Im using mod_jk2. It doesnt work when I use special
> characters like áéíóúñ...
> 
> If I use URL with port 8080 (tomcat
> answers) It's fine but If I use the redirection apache->tomcat it
> doesn't work... Any suggestion?
> 
> Thanks
> 
> --
> Luis Sánchez Sánchez <[EMAIL PROTECTED]>
> 
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 
> 
> *  
> *  LEGAL DISCLAIMER
> *  This message contains confidential information for
> *  the exclusive use of the person mentioned above.
> *
> 
> 
> -
> 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]



Re: Apache2+JK2+Tomcat-5.028 >> URI UTF-8 problem

2005-06-28 Thread Luis Sánchez Sánchez
Thanks Bruno, I believed mod_jk was for apache and mod_jk2 for apache2.
I'll try it.



El mar, 28-06-2005 a las 08:32 +0200, Bruno Georges escribió:
> Hi Luis
> 
> Why don't you start with mod_jk as opposed to mod_jk2, mod_jk is more
> recent than mod_jk2
> Check the apache httpd.conf for the following directives"
> AddLanguage
> AddDefaultCharset  UTF-8
> 
> Also make sure use in your servlet/JSP:
> request.setCharacterEncoding("UTF-8");
> 
> Bruno Georges
> 
> Glencore International AG
> Tel. +41 41 709 3204
> Fax +41 41 709 3000
> 
> 
> |-+>
> | |   Luis Sánchez Sánchez |
> | || |   @gmail.com>  |
> | ||
> | |   28.06.05 01:44   |
> | |   Please respond to|
> | |   "Tomcat Users List"  |
> | ||
> |-+>
>   
> >--|
>   |   
>|
>   |To:  tomcat-user@jakarta.apache.org
>    |
>   |    cc:
>|
>   |Subject: Apache2+JK2+Tomcat-5.028 >> URI UTF-8 problem 
>|
>   |   
>|
>   |Distribute:
>|
>   |Personal?   |---|  
>|
>   || [ ] x |  
>|
>   ||---|  
>|
>   |   
>|
>   
> >--|
> 
> 
> 
> 
> It's about apache-tomcat configuration with
> UTF-8. I added URI encoding to the tomcat configuration and I set
> defaultcharset utf-8
> in apache2. Im using mod_jk2. It doesnt work when I use special
> characters like áéíóúñ...
> 
> If I use URL with port 8080 (tomcat
> answers) It's fine but If I use the redirection apache->tomcat it
> doesn't work... Any suggestion?
> 
> Thanks
> 
> --
> Luis Sánchez Sánchez <[EMAIL PROTECTED]>
> 
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 
> 
> *  
> *  LEGAL DISCLAIMER
> *  This message contains confidential information for
> *  the exclusive use of the person mentioned above.
> *
> 
> 
> -
> 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]



Re: Apache2+JK2+Tomcat-5.028 >> URI UTF-8 problem

2005-06-27 Thread Bruno Georges
Hi Luis

Why don't you start with mod_jk as opposed to mod_jk2, mod_jk is more
recent than mod_jk2
Check the apache httpd.conf for the following directives"
AddLanguage
AddDefaultCharset  UTF-8

Also make sure use in your servlet/JSP:
request.setCharacterEncoding("UTF-8");

Bruno Georges

Glencore International AG
Tel. +41 41 709 3204
Fax +41 41 709 3000


|-+>
| |   Luis Sánchez Sánchez |
| | |
| ||
| |   28.06.05 01:44   |
| |   Please respond to|
| |   "Tomcat Users List"  |
| ||
|-+>
  
>--|
  | 
 |
  |To:  tomcat-user@jakarta.apache.org  
 |
  |cc:  
         |
  |Subject: Apache2+JK2+Tomcat-5.028 >> URI UTF-8 problem   
 |
  | 
 |
  |Distribute:  
 |
  |Personal?   |---|
 |
  || [ ] x |
 |
  ||---|
 |
  | 
 |
  
>--|




It's about apache-tomcat configuration with
UTF-8. I added URI encoding to the tomcat configuration and I set
defaultcharset utf-8
in apache2. Im using mod_jk2. It doesnt work when I use special
characters like áéíóúñ...

If I use URL with port 8080 (tomcat
answers) It's fine but If I use the redirection apache->tomcat it
doesn't work... Any suggestion?

Thanks

--
Luis Sánchez Sánchez <[EMAIL PROTECTED]>



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





*  
*  LEGAL DISCLAIMER
*  This message contains confidential information for
*  the exclusive use of the person mentioned above.
*


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

Apache2+JK2+Tomcat-5.028 >> URI UTF-8 problem

2005-06-27 Thread Luis Sánchez Sánchez
It's about apache-tomcat configuration with
UTF-8. I added URI encoding to the tomcat configuration and I set
defaultcharset utf-8
in apache2. Im using mod_jk2. It doesnt work when I use special
characters like áéíóúñ...

If I use URL with port 8080 (tomcat
answers) It's fine but If I use the redirection apache->tomcat it
doesn't work... Any suggestion?

Thanks

-- 
Luis Sánchez Sánchez <[EMAIL PROTECTED]>



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



Performance Tuning [Apache2 + JK2 + Tomcat]

2004-10-22 Thread Matteo Turra
Hi, does anybody know which parameters are involved in tuning the
performance of the configuration in subject?

And witch tools use to monitor where are bottlenecks?

How can I monitor how many request are queued on apache and how many on
tomcat? 

Thanks, Matteo.

Everything should be made as simple as possible, but not simpler. --
Albert Einstein
_

Matteo TURRA   mail: [EMAIL PROTECTED]
Analisi & sviluppo WEB tel: +39 051 61.11.430

KION Srl   web: www.kion.it
Via Cristoni, 86   tel: +39 051 61.11.411
40033 Casalecchio di Reno (BO) fax: +39 051 57.04.23
ITALIA
_




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



Re: Apache2 + jk2 + tomcat HOWTO - Robert Sowders

2003-01-30 Thread Lajos
Chris -

Have you seen http://www.pubbitch.org/jboss/mod_jk2.html? I'm also 
putting the finishing touches on my own jk2 FlashGuides and will 
announce them shortly.

Regards,

Lajos


chris schild wrote:
Robert (or anyone that may know)

I am interested in your documentation on apache2, jk2, etc. BUT I am unable to login to the site.  Could you provide the user/pswd info?

 ftp://pokey.wr.usgs.gov/pub/rsowders/Apache2_Jk2_TC4.1.x_JSDK1.4.x.zip

Thanks in advance...



--



   Lajos Moczar
  
Open Source Support, Consulting and Training
  
Cocoon Developer's Handbook
 (www.amazon.com/exec/obidos/tg/detail/-/0672322579)

   _  _
  / \ /
 /___\  /
/ \   /

 http://www.galatea.com -- powered by AzSSL


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




Apache2 + jk2 + tomcat HOWTO - Robert Sowders

2003-01-30 Thread chris schild
Robert (or anyone that may know)

I am interested in your documentation on apache2, jk2, etc. BUT I am unable to login 
to the site.  Could you provide the user/pswd info?

 ftp://pokey.wr.usgs.gov/pub/rsowders/Apache2_Jk2_TC4.1.x_JSDK1.4.x.zip

Thanks in advance...


Re: Apache2 + jk2 + tomcat + mod_jk2...

2003-01-30 Thread chris schild
Also, I am not getting the mod_jk2.conf created in tomcat4.1/conf/auto?

Am I not defining something in httpd.conf?  I have searched the docs and
archives and nothing is saying much.

If there were a good up-to-date reference book out there, I'd buy it!!!  But
then of course it would be out-of-date by the time it hit the stands


- Original Message -
From: "chris schild" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <[EMAIL PROTECTED]>
Sent: Thursday, January 30, 2003 1:29 PM
Subject: Apache2 + jk2 + tomcat


John,

I have seen you refer to the url (below) several times regarding
documentation.
ftp://pokey.wr.usgs.gov/pub/rsowders/Apache2_Jk2_TC4.1.x_JSDK1.4.x.zip

I am not able to login?  Is there a user/pswd that you know of?!?  Logging
in anonymously is not working.

I'm interested to see if this can help shed some more light on my learning
and more importantly configuration.

thanks much..


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




Apache2 + jk2 + tomcat

2003-01-30 Thread chris schild
John,

I have seen you refer to the url (below) several times regarding documentation.
ftp://pokey.wr.usgs.gov/pub/rsowders/Apache2_Jk2_TC4.1.x_JSDK1.4.x.zip

I am not able to login?  Is there a user/pswd that you know of?!?  Logging in 
anonymously is not working.

I'm interested to see if this can help shed some more light on my learning and more 
importantly configuration.

thanks much..