Re: Apache filters?

2005-11-03 Thread Bruno Georges
Alex There many approach to this, the first one that come to mind is mod-rewrite parsing the request and apply some processing if there is a match.. Where do you store credentials? LDAP? Where is the security boundary in your design? Hope this helps Bruno Georges Glencore International AG Tel

Re: How to use -security when running as a service under Windows.

2005-11-04 Thread Bruno Georges
FYI Hp and Dell support a full stack Linux/JBoss at a very competitive price, with support. This in my view is another alternative. Bruno Georges Glencore International AG Tel. +41 41 709 3204 Fax +41 41 709 3000 |-+--- | | Andoni

Re: How to disable Tomcat Admin directory

2005-11-14 Thread Bruno Georges
Jarrold, The latest versions of Tomcat do not include the admin webapp by default. The /admin page displays: Tomcat's administration web application is no longer installed by default. Download and install the admin package to use it. Bruno Georges Glencore International AG Tel. +41 41 709 3204

Re: memory limit for tomcat?

2005-12-05 Thread Bruno Georges
a link on sun about tuning gc, it is definitely worth reading prior making any setting on the JVM. http://java.sun.com/docs/hotspot/gc1.4.2/ Free tools exists to profile the JVM and Memory management, available from java.net. Hope this helps. Bruno Georges Glencore International AG Tel. +41 41

Re: memory limit for tomcat?

2005-12-05 Thread Bruno Georges
Tools and JVM specific performance links: http://java.sun.com/docs/hotspot/ Bruno Georges Glencore International AG Tel. +41 41 709 3204 Fax +41 41 709 3000 |-+ | | Bruno Georges| | | [EMAIL PROTECTED

Re: URL rewriting best practice?

2005-12-15 Thread Bruno Georges
here chain.doFilter(request, response); } } If you need help implementing it, just let me know. With Best Regards Bruno Georges Glencore International AG Tel. +41 41 709 3204 Fax +41 41 709 3000 |-+--- | | Kristian Rink

Re: URL rewriting best practise?

2005-12-15 Thread Bruno Georges
Filter to duplicate the mod_rewrite functioanlity [you can buy one too] as it doesn't come with IIS. Hope this helps. Bruno Georges Glencore International AG Tel. +41 41 709 3204 Fax +41 41 709 3000 |-+--- | | Kristian Rink

Re: implementation difference between Cookie and HttpSession

2005-12-15 Thread Bruno Georges
/a/aaloganalysis.htm You may have to do log it to a database if you want to cross reference with other things and have nicer reports and better querying facility. For this you can use a Servlet Filter. Bruno Georges Glencore International AG Tel. +41 41 709 3204 Fax +41 41 709 3000

Re: URL rewriting best practice?

2005-12-15 Thread Bruno Georges
]. Bruno Georges Glencore International AG Tel. +41 41 709 3204 Fax +41 41 709 3000 |-+--- | | Kristian Rink | | | [EMAIL PROTECTED]| | | 428.net

Re: Adjusting Memory

2005-12-17 Thread Bruno Georges
Hi Thomas A quick note: Correct me if I am wrong , but it looks like this happens not intentionally when the spell checker modify the spelling in the Subject line. Bruno Georges Glencore International AG Tel. +41 41 709 3204 Fax +41 41 709 3000

Re: Way to force Tomcat not to send headers in its http response.

2006-01-06 Thread Bruno Georges
Francois I would use a Servlet Filter to do this. It is a standard, not tomcat specific and it allows you to decouple the header processing from your existing servlet and it is also very flexible. you will be handle to handle both HTTP response and request headers. Hope this helps. Bruno Georges

RE: Way to force Tomcat not to send headers in its http response.

2006-01-06 Thread Bruno Georges
http://java.sun.com/products/servlet/Filters.html Bruno Georges Glencore International AG Tel. +41 41 709 3204 Fax +41 41 709 3000 |-+ | | COURTAULT Francois | | | [EMAIL PROTECTED]| | | emplus.com

RE: Way to force Tomcat not to send headers in its http response.

2006-01-06 Thread Bruno Georges
]. More ressources: http://www.onjava.com/pub/a/onjava/2004/03/03/filters.html http://httpd.apache.org/docs/2.0/misc/rewriteguide.html Hopes this helps. Bruno Georges Glencore International AG Tel. +41 41 709 3204 Fax +41 41 709 3000

Re: I need advice about choosing a application server.

2006-01-19 Thread Bruno Georges
[I am not a salesman :-)], also you proabaly need to think about availability [if this is a requirement] and growth / capacity planning, in such case you may revisit your hardware. Hopes this helps. With Best Regards Bruno Georges Glencore International AG Tel. +41 41 709 3204 Fax +41 41 709 3000

Re: Desperate for help with isapi_redirect.dll

2006-02-02 Thread Bruno Georges
writing ISAPI filters, David Wang, you can find him on: http://blogs.msdn.com/david.wang/default.aspx Hopes this helps. With Best Regards Bruno Georges Glencore International AG Tel. +41 41 709 3204 Fax +41 41 709 3000 |-+--- | | Mark Thomas

Re: Deployment order strategy

2006-02-03 Thread Bruno Georges
by Explicitly stating MBean dependencies in MBean definitions In your case you could use the implicit. Rules prefixdeploymentsorter. It will be then: 01-File.war, 02-File.war, etc.. Hope this helps. Bruno Georges Glencore International AG Tel. +41 41 709 3204 Fax +41 41 709 3000 - Original

RE: Commercial Support?

2006-02-05 Thread Bruno Georges
Kirt I confirm you can get support from Jboss [we do]. We also went through the same path to sell it to Business, and we are now migrating to Tomcat / JBoss. As Richard pointed, Tomcat's lead developer Remy Maucherat is a JBoss employee. Their support is excellent. With Best Regards Bruno

Re: pure java mod_rewrite using javax.servlet.Filter

2006-02-10 Thread Bruno Georges
Hi Antony Such implementation already exist. Google is your friend there. Bruno Georges Glencore International AG Tel. +41 41 709 3204 Fax +41 41 709 3000 - Original Message - From: Antony Riley [EMAIL PROTECTED] Sent: 10.02.2006 14:32 To: users@tomcat.apache.org Subject: pure java

Re: Architecture question for all you gurus out there

2006-03-09 Thread Bruno Georges
site. Hope this helps. Bruno Georges Glencore International AG Tel. +41 41 709 3204 Fax +41 41 709 3000 - Original Message - From: John MccLain [EMAIL PROTECTED] Sent: 09.03.2006 22:11 To: Tomcat user list users@tomcat.apache.org Subject: Architecture question for all you gurus out

Re: version of jintegra and tomcat5.5 compatibility

2006-03-14 Thread Bruno Georges
We use 2.5.0.0 without problems. With Best Regards Bruno Georges Glencore International AG Tel. +41 41 709 3204 Fax +41 41 709 3000 |-+--- | | bhavik shah | | | [EMAIL PROTECTED]| | | .com

Re: Best eclipse plugin for tomcat development

2006-03-17 Thread Bruno Georges
Dola There is a good choice on the market, I have used 2 with success: MyEclipseIDE : http://www.myeclipseide.com/ and JBoss Eclipse IDE : http://www.jboss.com/products/jbosside With Best Regards Bruno Georges Glencore International AG Tel. +41 41 709 3204 Fax +41 41 709 3000

Re: Would like to track googlebots, or spiders from site

2006-03-23 Thread Bruno Georges
to this subject as well as books such as Google hacks. Hopes this helps. With Best Regards Bruno Georges Glencore International AG Tel. +41 41 709 3204 Fax +41 41 709 3000 |-+--- | | Scott Purcell | | | [EMAIL PROTECTED

Re: Tomcat runs slow on linux

2006-03-27 Thread Bruno Georges
? Do you connect to a database? Let us know With Best Regards Bruno Georges Glencore International AG Tel. +41 41 709 3204 Fax +41 41 709 3000 |-+--- | | Alex Jalali | | | [EMAIL PROTECTED]| | | com

Re: Does Tomcat provide support for PHP scripts

2006-03-31 Thread Bruno Georges
JBossWeb does. Soon to be released. With Best Regards Bruno Georges Glencore International AG Tel. +41 41 709 3204 Fax +41 41 709 3000 |-+--- | | Developer | | | Developer | | | [EMAIL PROTECTED

Re: JVM config in Tomcat

2006-05-07 Thread Bruno Georges
Hi Just set your JAVA HOME and restart. Tomcat can be configured to use different JVM and different JVM options as with other containers. I suggest you make an effort to read the documentation. Bruno Georges Glencore International AG Tel. +41 41 709 3204 Fax +41 41 709 3000 - Original

RE: JVM config in Tomcat

2006-05-07 Thread Bruno Georges
Martin, For a reference to all relevant Tomcat documentation please visit: http://www.jboss.com/products/apache/docs With Best Regards Bruno Georges Glencore International AG Tel. +41 41 709 3204 Fax +41 41 709 3000 LEGAL DISCLAIMER. The contents of this e-mail and any attachments

Re: Problems with Tomcat and sessions

2006-05-12 Thread Bruno Georges
recreated the same environment as we had in production. This also helped us solved issues introduced with firewalls and load balancing. We then used webload, jmeter and proxysniffer to record activity and stress/load test our apps. Hopes this helps. Bruno Georges Glencore International AG Tel. +41 41 709

Re: Object sharing

2006-05-20 Thread Bruno Georges
as transaction, security, etc And no license cost. Hopes this helps. Bruno Georges Glencore International AG Tel. +41 41 709 3204 Fax +41 41 709 3000 - Original Message - From: Arvind S. [EMAIL PROTECTED] Sent: 19.05.2006 21:25 To: users@tomcat.apache.org Subject: Object sharing Hi

Re: Istalling Bugzilla on Tomcat

2006-05-25 Thread Bruno Georges
at: http://labs.jboss.com/portal/index.html?ctrl:id=page.default.infoproject=jbossweb Hopes this helps. With Best Regards Bruno Georges Glencore International AG Tel. +41 41 709 3204 Fax +41 41 709 3000 |-+--- | | Lessie Zoa

Re: Tool for monitoring Tomcat from the client side

2006-08-25 Thread Bruno Georges
I agree JMeter is a good choice and offer some recording functionality via the workbench, there is another tool for recording lower level traffic: ProxySniffer It may help in this case. Bruno Georges Glencore International AG Tel. +41 41 709 3204 Fax +41 41 709 3000 - Original Message

Re: Tomcat monitoring

2006-08-25 Thread Bruno Georges
your JVM. [along with JVMTI support] Hopes this helps. With Best Regards Bruno Georges Glencore International AG Tel. +41 41 709 3204 Fax +41 41 709 3000 |-+--- | | [EMAIL PROTECTED]| | | tj.gov.br

Re: Tool for monitoring Tomcat from the client side

2006-08-25 Thread Bruno Georges
Nagios can also accept Perl based puglins as well as Python, curl or GET from a .sh script, etc.. Perl has a great set of Modules which allow you to perform all HTTP actions you can think of. With Best Regards Bruno Georges Glencore International AG Tel. +41 41 709 3204 Fax +41 41 709 3000

Re: moving to linux

2006-09-11 Thread Bruno Georges
professional support from Tomcat and Linux, I suggest you also have a look at JBoss / RedHat offering. They will help you configuring/optimizing/tuning your environment. We already use their support, which I highly recommend. I hope this will help in yoiur decision. Bruno Georges Glencore

Re: Apache httpd + (internal) Tomcat + virtual hosts

2006-09-19 Thread Bruno Georges
Have a look at mod- rewrite Best Regards Bruno Georges Glencore International AG Tel. +41 41 709 3204 Fax +41 41 709 3000 - Original Message - From: Carlos A. Carnero Delgado [EMAIL PROTECTED] Sent: 19.09.2006 15:50 To: users@tomcat.apache.org Subject: Apache httpd + (internal

Re: Monitoring Tomcat load (4.1.30)

2006-09-25 Thread Bruno Georges
I suggest you have a look at jboss.com. JBoss offers JBoss Operations Network which collect metrics using agent technology. You can monitor tomcat, apache, jboss as, jca, jms , etc.. Best Regards Bruno Georges Glencore International AG Tel. +41 41 709 3204 Fax +41 41 709 3000

Re: the future of Tomcat... (JEE 5 and Tomcat 6)

2006-10-03 Thread Bruno Georges
/booking directory of the Seam distribution) for more on how to build a Tomcat WAR for Seam applications. Refer to this blog post on how to run Seam in Sun's Glassfish application server. Hope this helps. With Best Regards Bruno Georges Glencore International AG Tel. +41 41 709 3204 Fax +41 41 709

Re: RHEL4 with App Server 3 and the missing tomcat5 manager

2006-10-16 Thread Bruno Georges
/ And ask their support staff. Best Regards Bruno Georges Glencore International AG Tel. +41 41 709 3204 Fax +41 41 709 3000 |-+--- | | John McCoy | | | [EMAIL PROTECTED