RE: Tomcat doesn't support autodeploy webapp with context ??

2011-03-23 Thread joe.k
Hi Chuk, from another posts here, it was written that when the webapp is autodeployed Tomcat automatically deletes it's context file (it's a feature), but I see it as the bug, not a feature. You are right that I should give more information, so here they are. the host defined in the server.xml

Startup error in 6.0.20 with JSF application

2011-03-23 Thread Murugan, Subash
Hi, We are using tomcat version 6.0.20, apache version 2.2.14 and the application runs in Linux box having java version 1.6.0_18-rev-b09 installed. We use JSF in our application, myfaces 1.1.5. When we try to start the applcaition instance we get the following exception trace and th

Re: Issue with mod_jk

2011-03-23 Thread Igor Cicimov
Do you get anything when you run $PATH_TO_APACHE/bin/httpd -t to check for syntax errors? Igor On Thu, Mar 24, 2011 at 8:29 AM, Lance Campbell wrote: > I discovered an issue with mod_jk. In the workers.property file I miss > typed lbFactor=2 with lbactor=2. Mod_jk was able to continue to wo

RE: Tomcat doesn't support autodeploy webapp with context ??

2011-03-23 Thread Caldarale, Charles R
> From: jo...@centrum.cz [mailto:jo...@centrum.cz] > Subject: Tomcat doesn't support autodeploy webapp with context ?? > I have a feeling that it's impossible to run autodeploy-able > webapp with specific context. The issue is that the context > file is DELETED while the webapp is autodeployed.

Issue with mod_jk

2011-03-23 Thread Lance Campbell
I discovered an issue with mod_jk. In the workers.property file I miss typed lbFactor=2 with lbactor=2. Mod_jk was able to continue to work which I appreciate. But I would have liked to have received an error message letting me know that I had a typo. I am using RedHat 5. So I would be using t

Tomcat doesn't support autodeploy webapp with context ??

2011-03-23 Thread joe.k
Hi everybody, I have a feeling that it's impossible to run autodeploy-able webapp with specific context. The issue is that the context file is DELETED while the webapp is autodeployed. Actually this is what I don't understand AT ALL !! Why the context file is deleted ?? Please, is anyone aware

Re: reverse proxy and tomcat

2011-03-23 Thread János Löbb
André, What kind of "late afternoon" ?? I thought for folks in Western-Europe the day starts at late afternoon :-) The good folks of France just get out from the bed at that time, just like the "nyarleans" here in the States :-) Thanks a lot for the excellent explanation of the process belo

Re: SSL

2011-03-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Joseph, On 3/23/2011 9:48 AM, Joseph Walters wrote: > The non-secure port (using port 8022) works fine. Tomcat listens on > the secure port (set as port 7019). When connecting using > https://domain.name:7019 a certificate warning is presented (not

Re: reverse proxy and tomcat

2011-03-23 Thread André Warnier
The setup with the first HTTP proxy and then the JK proxy is a bit confusing, and on this late afternoon I am not in my best guessing mode, but what I was thinking about was something like this : (Oh, and I have to add that I am not quite clear at the moment as to when Tomcat uses a cookie to re

tomcat 7 production environment

2011-03-23 Thread Daniil Sosonkin
Hi all - we're planning to upgrade from Tomcat 5.5 to Tomcat 7.0.11 in production environment. The plan is to utilize NIO capabilities of T7 along with other improvements. It seems that configuration parameters for NIO are quite different from T5.5 and are not very clear. Our configuration for

Re: reverse proxy and tomcat

2011-03-23 Thread János Löbb
Hi André, Her is the content of one of the workers.properties file. On the other machine the names are changed accordingly: bml0065:local administrator$ cat apache2/conf/workers.properties worker.list = lb,jkstatus worker.lb.type=lb worker.lb.balance_workers=tomcat1,tomcat3 #,tomcat2,tomcat4

Re: reverse proxy and tomcat

2011-03-23 Thread André Warnier
Just a vague suspicion.. What are the hostnames which you use in your workers.properties, for the Tomcats ? János Löbb wrote: Hi Igor, I use mod-proxy to balance the apaches/httpds. I use mod-jk t balance the tomcats. For the tomcats f course I also have the workers.properties files in

RE: tomcat6 still deleting XML files from Catalina/localhost when the system is booted

2011-03-23 Thread Robinson, Eric
> >> suppose that what you want to mount there, is the exported NFS > >> filesystem "server01:/some/exported/fs". If you place a > small file > >> "not.yet.mounted" inside of the /mnt/nfs01 local > directory, it will > >> be visible, as long as the mount has not yet really happened. > > > >

Re: reverse proxy and tomcat

2011-03-23 Thread János Löbb
Hi Igor, I use mod-proxy to balance the apaches/httpds. I use mod-jk t balance the tomcats. For the tomcats f course I also have the workers.properties files in the apache2/conf directory. When invoke the URL to the individual balance members, everything works fine. It is when I try to use

SSL

2011-03-23 Thread Joseph Walters
We are setting up a stand-alone Tomcat (5.5.33) server on an Iseries running on V5R4 for a client. The non-secure port (using port 8022) works fine. Tomcat listens on the secure port (set as port 7019). When connecting using https://domain.name:7019 a certificate warning is presented (not iss

Re: tomcat6 still deleting XML files from Catalina/localhost when the system is booted

2011-03-23 Thread André Warnier
Caldarale, Charles R wrote: From: André Warnier [mailto:a...@ice-sa.com] Subject: Re: tomcat6 still deleting XML files from Catalina/localhost when the system is booted Suppose one of your local system's mountpoints is "/mnt/nfs01", and suppose that what you want to mount there, is the exporte

RE: tomcat6 still deleting XML files from Catalina/localhost when the system is booted

2011-03-23 Thread Caldarale, Charles R
> From: André Warnier [mailto:a...@ice-sa.com] > Subject: Re: tomcat6 still deleting XML files from Catalina/localhost when > the system is booted > Suppose one of your local system's mountpoints is "/mnt/nfs01", > and suppose that what you want to mount there, is the exported > NFS filesystem

Re: tomcat6 still deleting XML files from Catalina/localhost when the system is booted

2011-03-23 Thread André Warnier
Robinson, Eric wrote: Eric Robinson #!/bin/bash # # httpdStartup script for the Apache HTTP Server # # chkconfig: - 85 15 # description: Apache is a World Wide Web server. It is used to serve \ # HTML files and CGI. # processname: httpd # config: /etc/httpd/conf/httpd.co