Apache Tomcat, IIS, ISAPI

2009-09-25 Thread Buchner, Joerg [T0I] (VW Sachsen)
Hi, i've got an Problem. We have an Microsoft IIS 6.0 with an Apache Tomcat 5.5.27 with IIS ISAPI 1.2.28. (AMD64). The Website use Integrated Windows Authentication. The SourceCode Files on the server are protected by ActiveDirectory Groups. All works fine. But now the problem. If a user

Re: Tomcat hangs on Startup

2009-09-25 Thread RogerV
bluezman wrote: Path perhaps ? What's defined for java_home ? JAVA_HOME is set. Mind you, if it was a path error, I would expect either Tomcat to not start at all or a ClassNotFoundException to be thrown at the very least. Sorry about the duplicate message, I'd been having problems with

RE: Clustering Question...

2009-09-25 Thread Darren Kukulka
Thanks for the suggestions Chris. Unfortunately, the memory that was exhausted was the OldGen heap area, not PermGen, which doesn't show up in the Catalina log. The heap allocation is quite hefty as this is a 64-bit environment...we need to get our developers to look into the application

Re: Apache Tomcat, IIS, ISAPI

2009-09-25 Thread Rainer Jung
On 25.09.2009 08:06, Buchner, Joerg [T0I] (VW Sachsen) wrote: Hi, i've got an Problem. We have an Microsoft IIS 6.0 with an Apache Tomcat 5.5.27 with IIS ISAPI 1.2.28. (AMD64). The Website use Integrated Windows Authentication. The SourceCode Files on the server are protected by

Re: Clustering Question...

2009-09-25 Thread Rainer Jung
On 25.09.2009 09:01, Darren Kukulka wrote: Thanks for the suggestions Chris. Unfortunately, the memory that was exhausted was the OldGen heap area, not PermGen, which doesn't show up in the Catalina log. The heap allocation is quite hefty as this is a 64-bit environment...we need to get

RE: Clustering Question...

2009-09-25 Thread Darren Kukulka
There are no OOME messages in the logs...the application still runs, albeit very slowly...GC is not kicking in any more frequently...I was under the impression that GC doesn't touch OldGen though...? -Original Message- From: Rainer Jung [mailto:rainer.j...@kippdata.de] Sent: 25 September

Re: Clustering Question...

2009-09-25 Thread Rainer Jung
On 25.09.2009 09:12, Darren Kukulka wrote: There are no OOME messages in the logs...the application still runs, albeit very slowly...GC is not kicking in any more frequently...I was under the impression that GC doesn't touch OldGen though...? It does. So it's strange you know your memory is

Re: Virtual host configuration - best practise?

2009-09-25 Thread hepabolu
awarnier wrote: hepabolu wrote: ... However, from the Tomcat docs I understand that any change to server.xml requires a restart of Tomcat which would mean that the existing (non-dummy) hosts which are already in production, i.e. up and running, will also be taken offline. This is the

RE: Clustering Question...

2009-09-25 Thread Darren Kukulka
Not sure what to tell you... When OldGen becomes full, the system basically slows down to the point of becoming non-responsive...but it does not report any OOME. GC appears to have no affect, whether instigated by the JVM or manually kicked off in JConsole...it will clear down other heap areas,

AW: Apache Tomcat, IIS, ISAPI

2009-09-25 Thread Buchner, Joerg [T0I] (VW Sachsen)
Hi Rainer, yes, the JSP's should be served by Tomcat! But Tomcat should not work as WebService, Tomcat is only an Engine behind IIS. The protection of the JSP Files should be realized in the NTFS ACL's... Regards, Jörg -Ursprüngliche Nachricht- Von: Rainer Jung

Re: Virtual host configuration - best practise?

2009-09-25 Thread Pid
On 25/09/2009 08:26, hepabolu wrote: awarnier wrote: hepabolu wrote: ... However, from the Tomcat docs I understand that any change to server.xml requires a restart of Tomcat which would mean that the existing (non-dummy) hosts which are already in production, i.e. up and running, will

RE: Clustering Question...

2009-09-25 Thread Caldarale, Charles R
From: Darren Kukulka [mailto:darren.kuku...@connaught.plc.uk] Subject: RE: Clustering Question... When OldGen becomes full, the system basically slows down to the point of becoming non-responsive...but it does not report any OOME. Then a major GC likely is running almost continuously, which

Re: php 5 and tomcat 6

2009-09-25 Thread Josh Gooding
Chris, I think you're right about it being a PHP question, I was just inquiring if someone here had the PECL dll files that I need. Here is what I was looking at: http://tojackwu.blogspot.com/2008/10/php-5-on-tomcat-6-installation.html Ziggy - I'm aware of liferay. Off the top of your head do

Re: Apache Tomcat, IIS, ISAPI

2009-09-25 Thread Josh Gooding
Joerg, If you want your JSP's protected you can configure that in your web.xml file. I can't fully remember (someone jump in here) but I used role's in tomcat and put the jsp files in a seperate directory, then I added declarations in my web.xml file for it. Here is the snippets from my web.xml:

RE: Clustering Question...

2009-09-25 Thread Darren Kukulka
Thanks Chuck. I'll relay your feedback to our development team. To answer your question, the startup parameters are as follows; -Xms4800m -Xmx4800m -XX:NewSize=900m -XX:MaxNewSize=900m -XX:PermSize=480m -XX:MaxPermSize=480m -XX:+UseParallelGC -XX:ParallelGCThreads=3 -XX:+UseParallelOldGC

RE: Has anyone been successful building mod_jk on AIX 6.1 ?

2009-09-25 Thread Strickland, Lawrence P
I ran the find commands and did not find any of these files. I ran the build with the new tools and this is what I got. Could this one be my shared object module? 180225 1053 -rw-r--r-- 1 root system 1077292 Sep 25 08:40 ./native/apache-2.0/.libs/libmod_jk.a bash-3.00# pwd

RE: Clustering Question...

2009-09-25 Thread Caldarale, Charles R
From: Darren Kukulka [mailto:darren.kuku...@connaught.plc.uk] Subject: RE: Clustering Question... To answer your question, the startup parameters are as follows; -Xms4800m -Xmx4800m -XX:NewSize=900m -XX:MaxNewSize=900m -XX:PermSize=480m -XX:MaxPermSize=480m -XX:+UseParallelGC

Re: Virtual host configuration - best practise?

2009-09-25 Thread Pid
On 25/09/2009 14:03, Pid wrote: On 25/09/2009 08:26, hepabolu wrote: awarnier wrote: hepabolu wrote: ... However, from the Tomcat docs I understand that any change to server.xml requires a restart of Tomcat which would mean that the existing (non-dummy) hosts which are already in

Re: Any way to filter URL's with a dot in the directory name?

2009-09-25 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Scott, On 9/24/2009 4:19 PM, Scott Dunbar wrote: No, I specified /* as my url-pattern: filter-mapping filter-nameFileFilter/filter-name url-pattern/*/url-pattern /filter-mapping and my filter is not called when the URL is

Re: Tomcat and Outgoing SSL

2009-09-25 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Steve, On 9/23/2009 11:49 PM, Steve Cohen wrote: I have an backend application that runs under Tomcat. It does not serve Web pages. It depends on various services that use SSL in one way or another: 1) It connects with a vendor's Web Service

custom error page during client ssl

2009-09-25 Thread iam
Is there a way to throw a custom error page/msg when the user cancels the certificate pop-up on the browser during client SSL ? Right now the browser just shows default network error. Any prompt help is appreciated. Thanks

Re: Has anyone been successful building mod_jk on AIX 6.1 ?

2009-09-25 Thread Rainer Jung
On 25.09.2009 15:46, Strickland, Lawrence P wrote: I ran the find commands and did not find any of these files. I ran the build with the new tools and this is what I got. Could this one be my shared object module? 180225 1053 -rw-r--r-- 1 root system 1077292 Sep 25 08:40

RE: Tomcat 5.5.17 stop service fails resulting error 1053 on win server 2003

2009-09-25 Thread Deepti Nigudkar
Chris, All, Thanks for your message. Yes, we have been using Tomcat for years now but this version of tomcat always gives error when we stop it. The process actually stops tomcat but the error message pops-up. If we start/stop service from tomcat5w.exe it works fine. Its only when

RE: Tomcat 5.5.17 stop service fails resulting error 1053 on win server 2003

2009-09-25 Thread George Sexton
One option would be to replace the tomcat.exe/tomcatw.exe with the current version from 5.5.28. This wouldn't affect your application since it would only replace the service interface, not the actual tomcat java class files. George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303

Using administration url in application

2009-09-25 Thread Zeitlin, Michael (USAEO)
Hello, I have configured a Tomcat 5.5 server on and deployed my application onto in the root context. The application works successfully, except when I try to use anything with that starts with the /admin url pattern. My guess is that Tomcat thinks I am trying to reach the Web

RE: Tomcat 5.5.17 stop service fails resulting error 1053 on win server 2003

2009-09-25 Thread Deepti Nigudkar
Thanks George. I will try that on out testing environment. Regards, Deepti From: geor...@mhsoftware.com To: users@tomcat.apache.org Subject: RE: Tomcat 5.5.17 stop service fails resulting error 1053 on win server 2003 Date: Fri, 25 Sep 2009 12:40:19 -0600 One option would be to

RE: Using administration url in application

2009-09-25 Thread Caldarale, Charles R
From: Zeitlin, Michael (USAEO) [mailto:michael.zeit...@usdoj.gov] Subject: Using administration url in application I have configured a Tomcat 5.5 server on and deployed my application onto in the root context. Exactly how did you do this? The proper way is to remove the existing

Re: custom error page during client ssl

2009-09-25 Thread Jason Brittain
Which web browser in particular are you asking about, and what's the network error it's saying? And, what did the pop-up say? My guess is that this is all client-side, and browser specific, so there is likely no way to customize the message. -- Jason Brittain On Fri, Sep 25, 2009 at 8:58 AM,

Re: JNDI authentication

2009-09-25 Thread herbie324
We are having the same exact issue you are speaking of. We've gone through logs as well. I'd love to get some insight on this also. We are using tomcat with basic authentication. daniel steel wrote: All, we are using jndi authentication for authenticating the user against active

RE: Has anyone been successful building mod_jk on AIX 6.1 ?

2009-09-25 Thread Strickland, Lawrence P
bash-3.00# file libmod_jk.a libmod_jk.a: archive (big format) What is this file? What am I looking for? For the build, did you use the new tarball and additionally the fixed libtool, or only the new tarball? Yes to both of these questions. I used the new tarball and I ran the fixed libtool.

RE: Using administration url in application

2009-09-25 Thread Zeitlin, Michael (USAEO)
Sorry, I should have been more clear. I did remove my existing ROOT directory and replaced it with my application. If the path parameter in the Context is not useful, how does Tomcat know what url to use for the administration app? Will renaming the admin.xml to [somethingElse].xml now

RE: Using administration url in application

2009-09-25 Thread Caldarale, Charles R
From: Zeitlin, Michael (USAEO) [mailto:michael.zeit...@usdoj.gov] Subject: RE: Using administration url in application I did remove my existing ROOT directory and replaced it with my application. Did you also remove the admin directory underneath the original ROOT? (You should have.) If

RE: Using administration url in application

2009-09-25 Thread Martin Gainty
one possible solution $CATALINA_HOME/conf/[enginename]/[hostname]/ROOT.xml where Context docBase=”/my-path/applicationName.war ” / /*docBase is an absolute pathname for this directory or WAR file, or a pathname that is relative to the appBase directory of the owning Host.*/ the

RE: Using administration url in application

2009-09-25 Thread Martin Gainty
you mentioned admin? ..for the most part i would suggest using JMXBean instead with JMX you are installing a listener on a different port so there is no 'conflict' with default webapp of Tomcat ROOT..you can pretty much view available TC parameters with this tool If you dont see a specific or

Re: JNDI authentication

2009-09-25 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dan, On 9/23/2009 11:51 PM, daniel steel wrote: we are using jndi authentication for authenticating the user against active directory. the user is hitting the load balancer and then the request is forwarded to the tomcat. at times we are