Re: mod_jk performance

2005-09-14 Thread Bruno Georges
through mod_jk There are pros and cons to take this approach, but it may suffice in your case. Hope it helps. Bruno Georges Glencore International AG Tel. +41 41 709 3204 Fax +41 41 709 3000

RE: mod_jk performance

2005-09-14 Thread Bruno Georges
a bottleneck or a way to improve the overall performance of your syste. Ideally, when you have metrics on the different parts of the systems it is easier to tune . Bruno Georges Glencore International AG Tel. +41 41 709 3204 Fax +41 41 709 3000

Re: How to re-direct the default Tomcat home page

2005-09-11 Thread Bruno Georges
filter which you deploy in your ROOT webapp, from there you can do some URL manipulation. Search the list and wikis from jboss you will certainly find other options. Kind Regards Bruno Georges Glencore International AG Tel. +41 41 709 3204 Fax +41 41 709 3000 - Original Message - From: Ben

Re: INDEX.JSP in webapps/ROOT

2005-08-25 Thread Bruno Georges
with your requierments, host, vhost and webapp config. Hope this helps. Bruno Bruno Georges Glencore International AG Tel. +41 41 709 3204 Fax +41 41 709 3000 - Original Message - From: Tom Spence [EMAIL PROTECTED] Sent: 24.08.2005 15:23 To: Tomcat Users List tomcat-user@jakarta.apache.org

Re: mod_rewrite for Tomcat 5.5

2005-08-02 Thread Bruno Georges
Hi david As Tim pointed out, there are product which does this for you However, your requierments can be easily covered with a servlet filter. You just need to ship it with your war and configure it in your deployment descriptor I have some examples if needed Best regards Bruno Bruno Georges

Re: Forwarding Domains

2005-08-01 Thread Bruno Georges
own, which reacts on the preprocheaders or urlmap notifications. Hope this helps. Bruno Georges Bruno Georges Glencore International AG Tel. +41 41 709 3204 Fax +41 41 709 3000 - Original Message - From: Justin Jaynes [EMAIL PROTECTED] Sent: 01.08.2005 23:53 To: tomcat-user

Re: Using more than one SSL cert in keystore?

2005-08-01 Thread Bruno Georges
Justin In this situation, I would use apache + modrewrite If you want some example I can help you Bruno Bruno Georges Glencore International AG Tel. +41 41 709 3204 Fax +41 41 709 3000 - Original Message - From: Justin Jaynes [EMAIL PROTECTED] Sent: 02.08.2005 00:54 To: Tomcat Users

Re: Forwarding Domains

2005-08-01 Thread Bruno Georges
own, which reacts on the preprocheaders or urlmap notifications. Hope this helps. Bruno Georges Bruno Georges Glencore International AG Tel. +41 41 709 3204 Fax +41 41 709 3000 - Original Message - From: Justin Jaynes [EMAIL PROTECTED] Sent: 01.08.2005 23:53 To: tomcat-user

Re: mod_rewrite for Tomcat 5.5

2005-08-01 Thread Bruno Georges
Hi david As Tim pointed out, there are product which does this for you However, your requierments can be easily covered with a servlet filter. You just need to ship it with your war and configure it in your deployment descriptor I have some examples if needed Best regards Bruno Bruno Georges

Re: Apache2+jk+tomcat5.028+uri utf-8 SOLVED

2005-07-01 Thread Bruno Georges
Hi Depending on your configuration and operating system, you may have some firewall restriction which prevents connecting to the port 8009. Please check this first, especially if you use XP SP2. Best Regards Bruno Georges Glencore International AG Tel. +41 41 709 3204 Fax +41 41 709 3000

Re: confused J2SE or J2EE

2005-07-01 Thread Bruno Georges
JBoss or other EJB container, you still don't need to install the J2EE since these app server implement its spec. With Tomcat use J2SE. Hope this helps. Bruno Georges Glencore International AG Tel. +41 41 709 3204 Fax +41 41 709 3000

Re: web hosting with tomcat

2005-07-01 Thread Bruno Georges
yourself. http://www.spinweb.net/ http://www.webappcabaret.com/index.html http://eapps.com/ Enjoy. Bruno Georges Glencore International AG Tel. +41 41 709 3204 Fax +41 41 709 3000 |-+-- | | vishwam | | | [EMAIL

RE: web hosting with tomcat

2005-07-01 Thread Bruno Georges
tomcat ports to the outside world. 80 is enough [and 443 for HTTPS]. It will also be harder to compromise tomcat if behind apache. Hope this helps Bruno Georges Glencore International AG Tel. +41 41 709 3204 Fax +41 41 709 3000

Re: Tomcat in production

2005-07-01 Thread Bruno Georges
and the type of request, it is very complete. you can run it form one machine, but again your box network interface will be taking the load, so maybe you can use different box, etc... your choice Bruno Georges Glencore International AG Tel. +41 41 709 3204 Fax +41 41 709 3000

Re: WebSphere SOAP under tomcat

2005-06-30 Thread Bruno Georges
I would create a stub from the WSDL if you have it. Bruno Georges Glencore International AG Tel. +41 41 709 3204 Fax +41 41 709 3000

Re: WebSphere SOAP under tomcat

2005-06-30 Thread Bruno Georges
If you have the WSDL you can generate clients very easily. For AXIS as wella s PHP, Perl, etc... For Java use tools suchas wsdl2java, then SOAP implementation such as axis will do. Hope this helps. Bruno Georges Glencore International AG Tel. +41 41 709 3204 Fax +41 41 709 3000

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

2005-06-28 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

Re: VirtualHost configuration SSL

2005-06-23 Thread Bruno Georges
Hi Lars You need to use name-based Virtual hosting. I assume you use apache in front of tomcat. Docs are available on line at: http://httpd.apache.org/docs-2.0/vhosts/ Best Regards Bruno Georges Glencore International AG Tel. +41 41 709 3204 Fax +41 41 709 3000

Re: VirtualHost configuration SSL

2005-06-23 Thread Bruno Georges
Lars Correction: Name-based virtual hosting cannot be used with SSL secure servers because of the nature of the SSL protocol. You will need to use IP-Based virtual hosting when enabling SSL. Hope this helps. Bruno Georges Glencore International AG Tel. +41 41 709 3204 Fax +41 41 709 3000