Tomcat configuration on IIS 7

2009-01-26 Thread Raffee Parseghian
Hello, We've just installed tomcat on our IIS 7 servers. Is there a way to configure (like enable/disable) Tomcat for certain sites? Like in a hosting environment? Or tomcat will e enabled for all sites on the server? Thanks -- View this message in context:

RE: 403 on https connection but not http

2009-01-26 Thread Emsley, I (Iain)
Christopher, For some reason, after several filter rebuilds to add in extra logging, the filters are now working across https:// which makes me suspect that it was an issue between the browser and filters not giving out the cookie properly. Essentially this part of the application relies on

Tomcat and OpenSSL 9.8.0j ?

2009-01-26 Thread franziska.olivier
Hi all, I need a Tomcat version with Open SSL 9.8.0j (came out beginning of January 2009). Does anyone know when this version of OpenSSL will be integrated in a Tomcat distribution? I haven't found any information on this issue on the Tomcat-Site. Thanks in advance for your help! Franziska

Re: Tomcat configuration on IIS 7

2009-01-26 Thread Kees de Kooter
Hi Raffee, You should read http://tomcat.apache.org/connectors-doc-archive/jk2/jk/iishowto.html on how to setup the connection between IIS and tomcat. As you will see you have to configure the connection per website in IIS. Cheers, Kees de Kooter http://www.boplicity.net On Mon, Jan 26, 2009

Re: Tomcat configuration on IIS 7

2009-01-26 Thread Raffee Parseghian
Thanks, your post and the link were very helpful. Regards, Raffee Kees de Kooter wrote: Hi Raffee, You should read http://tomcat.apache.org/connectors-doc-archive/jk2/jk/iishowto.html on how to setup the connection between IIS and tomcat. As you will see you have to configure the

{Solved}: Configuring alternate host and port on Tomcat server - newbie question

2009-01-26 Thread Shyam Anand
Chuck, Thanks for your help. This was exactly what I need. Thanks, Shyam --- On Thu, 1/22/09, Caldarale, Charles R chuck.caldar...@unisys.com wrote: From: Caldarale, Charles R chuck.caldar...@unisys.com Subject: RE: Configuring alternate host and port on Tomcat server - newbie question

Thread dump analysis

2009-01-26 Thread Pieter Temmerman
Hi all. I've been investigating why one of our applications (running in Tomcat 5.5.7) suddenly freezes after a variable amount of time (sometimes 10min, sometimes 2 hours). Disclaimer: I'm not the developer of the application, nor do I know the exact details of how stuff is implemented. I

Re: Thread dump analysis

2009-01-26 Thread David Boreham
We spent weeks looking at similar bizarre thread stack dumps. Eventually it turned out to be a GC problem. The JVM will all of a sudden decide to stop large numbers of threads from running (or perhaps it stops one, but that thread happens to be holding a heavily contended lock --- database

Re: Thread dump analysis

2009-01-26 Thread Leon Rosenberg
Have you found any java.lang.Thread.State: RUNNABLE threads? They are usually more interesting if it comes to a high cpu :-) Also, as David posted, what is the HEAP usage? it's usually at the end of the dump. regards Leon On Mon, Jan 26, 2009 at 5:37 PM, Pieter Temmerman

Re: SECURITY breach in Tomcat

2009-01-26 Thread Toby Kurien
Seems like the infection was related to the loose (default) password of the manager app. I suppose changing that fixed the problem. On Thu, Jan 22, 2009 at 4:26 PM, Toby Kurien tobyis7...@gmail.com wrote: thanks. I only need ROOT and myApp (which is my application). I am the developer, admin,

RE: Thread dump analysis

2009-01-26 Thread Caldarale, Charles R
From: Pieter Temmerman [mailto:ptemmerman@sadiel.es] Subject: Thread dump analysis Memory usage looks healthy, but CPU usage goes sky high (mainly caused by the Java Tomcat process). If you're truly out of memory, the GC thread(s) may be running almost continuously. However, with

Tomcat and jsecurity help

2009-01-26 Thread juanmanuelsanchez
Im trying to make tomcat work with my jsecurity setup but Im having some problems. My jsp's are in different folders to make them more organized in sake of security. So I have a main folder called JSP with 3 subfolders in it. So I have 3 security-constraint tags setup depending on the folder I

Re: Question abut CometProcessor EventSubType.TIMEOUT semantics

2009-01-26 Thread David Boreham
Filip Hanik - Dev Lists wrote: are you able to submit a simple example, and we shall get it taken care of Yes...but only in the parallel universe where I have loads of spare time ;) Realistically it'd be quicker for me to debug the problem in situ and fix it than to create an isolate

Re: Is it possible for error page from one webapp to direct to another?

2009-01-26 Thread Juha Laiho
removeps-gro...@yahoo.com wrote: Is it possible for error page from one webapp to direct to another? What I'm thinking is: In mywebservice/WEB-INF/web.xml error-page error-code404/error-code location/errors/404.html/location /error-page But I want the error page to be

Re: Tomcat and jsecurity help

2009-01-26 Thread Pid
juanmanuelsanchez wrote: Im trying to make tomcat work with my jsecurity setup but Im having some problems. My jsp's are in different folders to make them more organized in sake of security. So I have a main folder called JSP with 3 subfolders in it. So I have 3 security-constraint tags

Unexpected redirect from https to http

2009-01-26 Thread Timothy Tagge
I'm working on an application that does redirects to itself. The application is intended to run under https for all pages. However, when the redirect is requested, the resulting URL shown in the browser is http://secureServer/correctDomain/correctPage.jsp This request times out because there

Re: Question abut CometProcessor EventSubType.TIMEOUT semantics

2009-01-26 Thread Filip Hanik - Dev Lists
David Boreham wrote: Filip Hanik - Dev Lists wrote: are you able to submit a simple example, and we shall get it taken care of Yes...but only in the parallel universe where I have loads of spare time ;) 0.18 like the people helping you for free on the mailing lists? :) Realistically it'd be

Re: Question abut CometProcessor EventSubType.TIMEOUT semantics

2009-01-26 Thread David Boreham
Filip Hanik - Dev Lists wrote: David Boreham wrote: Filip Hanik - Dev Lists wrote: are you able to submit a simple example, and we shall get it taken care of Yes...but only in the parallel universe where I have loads of spare time ;) 0.18 like the people helping you for free on the mailing

Running while logged off of Windows WITHOUT using the .exe version of tomcat...

2009-01-26 Thread Glen Peterson
Is there a way to get the OS-neutral zip-file version of tomcat to run under Windows when you are logged off - and stay running if you log in and log off again? I'm not able to run the tomcat5.exe version of tomcat with the Sun Access Manager Agent because I get: ClassNotFoundException:

RE: Running while logged off of Windows WITHOUT using the .exe version of tomcat...

2009-01-26 Thread Caldarale, Charles R
From: Glen Peterson [mailto:g...@organicdesign.org] Subject: Running while logged off of Windows WITHOUT using the .exe version of tomcat... Is there a way to get the OS-neutral zip-file version of tomcat to run under Windows when you are logged off - and stay running if you log in and log

HTTP status 404 - Context config

2009-01-26 Thread Stephen Vaughan
Hi, I'm having trouble setting up a context with jdbc.postgresql (noob). As far as I know the context is fine, but when I have it enabled all pages are returning HTTP Status 404 - *The requested resource () is not available. *My context: Context path=/path docBase=path

tomcat 6, ubuntu, mysql connection

2009-01-26 Thread Mihamina Rakotomandimby (R12y)
Hi all, An external developper sent me a war file to be put in webapps/. Ok, the war was extracted and so on. But that application has toconnect to mysql. My system is Ubuntu 8.10 64-bit, packages only. I have installed (some might be useless) openjdk-6 tomcat-6 What should I put in the