Re: Release Dates

2016-08-05 Thread Ben Stringer
The archives may be useful. Assuming you mean historical release dates. http://archive.apache.org/dist/tomcat/tomcat-7/ Cheers, Ben > On 6 Aug 2016, at 12:37 AM, Salvatore Bellassai > wrote: > > Hello, > > I was hoping someone could tell me where Release Dates can be obtained for > Tomcat 7

RE: How to patch Apache Tomcat in AIX

2016-06-23 Thread Ben Stringer
On Fri, June 24, 2016 2:00 pm, Satyamurthy, Hariprasad wrote: > Hi All, > > We have multiple vulnerabilities in our environment ( AIX ) which are > related to Apache, Apache Tomcat and Apache HTTP. > > Please let me know if there is a link to documentation which we can use to > patch these vulnerab

Re: Tomcat Conflicting with Group Policy Client

2015-11-18 Thread Ben Stringer
On Thu, November 19, 2015 3:19 pm, Nick Childs wrote: > Tomcat Version: 6.0.39 > > Operating System: Server 2012 R2 Standard > > Configuration: We are utilizing Tomcat as part of a Pentaho deployment - > Tomcat is utilized for Pentaho's Data Integration and Business Analytics > services. > Descript

RE: Tomcat Upgrades Ignoring Existing Installs

2015-11-11 Thread Ben Stringer
On Thu, November 12, 2015 10:28 am, Barrow, Jonathan wrote: > Sorry, this is more of Shavlik lingo. They have classifications for > patches in their database. This one is considered a Security Patch (to an > existing install) vs a Software Distribution which is more of a new-full > install of somet

Re: Tomcat Ports

2015-11-10 Thread Ben Stringer
On Wed, November 11, 2015 8:21 am, Tauzell, Dave wrote: > Hello, > > I am using Tomcat 8.0.24 as an embedded server. When I run my application > I've noticed that in addition to the HTTP port I specified (7001) it is > also listening on several other: > > 1099 - this appears to be for JMX > 2000 -

Re: URL rewrite in tomcat 7

2015-02-07 Thread Ben Stringer
> On 7 Feb 2015, at 10:53 pm, Baran Topal wrote: > > Hi > > I have a tomcat 7 instance in which i need use alias for my domain. > Essentially, the alias > > http://test1/ would replace the http:/myaddress.com and its sub addresses > > It is not a redirect, rather rewrite of the URL. > > How

Re: Patch information required

2013-11-28 Thread Ben Stringer
ion. > > We are not sure that upgrading to the latest version will affect our > application server or not. > > Thanks, > Pravin Pawar > > -Original Message- > From: Ben Stringer [mailto:b...@burbong.com] > Sent: Thursday, November 28, 2013 12:06 PM >

Re: Patch information required

2013-11-27 Thread Ben Stringer
On Thu, November 28, 2013 5:15 pm, kanishk.se...@accenture.com wrote: > Hi All, > Hi Kanishhk, > We are using Apache tomcat version 6.0.26 and we need to install below > patches on our servers to fix some Vulnerabilities. > > http://svn.apache.org/viewvc?view=revision&revision=958911 > http://svn

Re: mod_jk 1.2.37 never send ping rq

2013-03-06 Thread Ben Stringer
> hi all > > i setup apache <--> mod_jk <--> tomcat the firsttime with firewall. what i > saw was a not working page. after search and read the mod_jk docs > i see and found the reason. the firewall drop the jk connection. i try to > set properties like keep_alive and ping but i never see with wire

Re: Tomcat wont allow me to create files

2013-02-25 Thread Ben Stringer
On 26/02/2013, at 12:14 PM, Elias Kopsiaftis wrote: > I am running a webapp on Tomcat 7 and I am using log4j for logging. > However, log4j cannot create a log file and Im getting a permission denied > error in the catalina.out file. I am runnning on linux, and made sure that > the current worki

Re: What is roseModel.mdl

2013-01-27 Thread Ben Stringer
Sorry, disregard my post, I see the file you are referring to in the tomcat source. Cheers, Ben On 28/01/2013, at 3:58 PM, Ben Stringer wrote: > Hi Geett, > > Anything below the /webapps directory is part of a deployed application, not > part of Tomcat. You will need to ask the

Re: What is roseModel.mdl

2013-01-27 Thread Ben Stringer
Hi Geett, Anything below the /webapps directory is part of a deployed application, not part of Tomcat. You will need to ask the application developer. Cheers, Ben On 28/01/2013, at 3:41 PM, Geett Chanddra Singha wrote: > Hi All, > > What is the significance of this file > > \www\webapps\do

Re: Can not understand how maxThreads of Connectors works

2013-01-24 Thread Ben Stringer
On 25/01/2013, at 6:09 AM, Christopher Schultz wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > André, > > On 1/24/13 12:14 PM, André Warnier wrote: >> Now, considering this, there are a number of possibilities : - the >> documentation is totally wrong - there is a bug in Tomca

Re: Problems Increassing -Xmx

2012-10-01 Thread Ben Stringer
Hi Joel, Is it a 64-bit Debian install? If only 32-bit, you will be bumping up against the addressing limitations. Cheers, Ben On 02/10/2012, at 9:07 AM, joel badia escolà wrote: > Hi all, > > I'm trying to set up my max heap size in 2Gb but my tomcat > installation ignores me :( . I'm worki

Re: Apache Reverse Proxy required or not?

2010-10-14 Thread Ben Stringer
> Hi All, > > > > Quick question on what people's views are with regard to using Tomcat to > host external/internet facing sites. A quick Google search recommends > that these should be 'fronted' by Apache running reverse proxy. Is > Tomcat classed as insecure and as such requires this proxy in fro

Re: Force Tomcat 5.5.16 to close SSL session upon every request

2010-03-22 Thread Ben Stringer
Hi, Take a look at the documentation for maxKeepAliveRequests on this page: http://tomcat.apache.org/tomcat-5.5-doc/config/http.html If you set this to 1 for your SSL connector, I believe it will do what you want. Cheers, Ben > Hi > > Is it possible Tomcat close SSL session upon every HTTP re

Re: SSL with multiple Tomcat instances

2009-08-20 Thread Ben Stringer
> > Any ideas on why I am only getting the warning only on the second > instance? I can't believe it is an issue with IPSCA since the first > instance does not exhibit the problem. > Hi Don, Are you certain that each tomcat instance is bound to a seperate IP? ("netstat -anp | grep java" is useful

Re: how to host webapp via https

2009-08-18 Thread Ben Stringer
> > Hi, > > I'm hosting a webapp on tomcat5 via http. I've simply copied the .war file > to the webapps folder. How can I host this via https? > > I'm running tomcat5 on RHEL.. Hi Gagan, Have you read the SSL documentation? This is the best place to start. http://tomcat.apache.org/tomcat-5.5-doc

Re: Load balancing and sticky sessions

2009-04-24 Thread Ben Stringer
> Hi all, > > I have two servers, each running 5 instances of Tomcat and apache. I > need to do load balancing between them with sticky sessions. The load > balancing seems to work but not the sticky sessions. I am using mod_ajp. > I see that mod_jk is recommended but that means modifying the tomca

Re: Hosting Recommendations.

2009-03-30 Thread Ben Stringer
Hi Wesley, I've used Rimuhosting for a few years now. Their customer service is good, and they have Java devs on staff, so they know what they are doing. I've had one issue in that time (I rebooted my host and it didn't come back up) and they had the issue fixed within a few hours. I would recom

Re: not using the port number in the address???

2009-03-01 Thread Ben Stringer
Also, if you have an existing app listening on port 80, and you only have one IP address to use, you can use Apache httpd name-based virtual hosts to allow two entirely different apps to both be served from the same IP:port combination. For each virtual host, either use mod_jk, or the proxying tha

Re: mod_jk

2009-02-18 Thread Ben Stringer
On Tue, 2009-02-17 at 16:40 -0800, Mohit Anchlia wrote: > Is there a way to verify if mod_jk is load balancing properly among > given live servers Yes - look at the logging for mod_jk, and the logging for the tomcat servers. You may need to increase the log level of mod_jk to get the info you need

Re: Wrong Time Shown in Catalina.out of Tomcat.

2009-02-17 Thread Ben Stringer
The Java runtime (JRE or JDK) maintains it's own timezone files. Most likely there is a mismatch between the timezone for the OS and the Java runtime (eg. daylight savings time). Try installing the latest Java runtime and rechecking. For more info, google for "Java Olson timezone". Cheers, Ben O

Re: Tutorial: Load Balancing Tomcat with Apache

2009-02-16 Thread Ben Stringer
Hi, Nice work on the tutorial. I have some feedback. 1) I would mention the version of the httpd and tomcat that you are using. For instance, the load balancing mechanism you are using in httpd is only supported by Apache Httpd 2.2 2) I don't see why you need to create a virtual host in httpd, u

Google OpenGSE servlet engine released

2009-01-27 Thread Ben Stringer
Google have made their in-house servlet engine publicly available. http://google-opensource.blogspot.com/2009/01/opengse-released.html "For folks outside of Google, there's really no compelling argument to drop Apache Tomcat/Jetty, etc. in favor of OpenGSE's reference servlet engine, but anyone i

Re: basic help with tomcat5

2008-10-29 Thread Ben Stringer
t 5.5.20 on Windows XP in both > cases. > Thanks and regards, > Remik > > > > > ________ > From: Ben Stringer <[EMAIL PROTECTED]> > To: Tomcat Users List > Sent: Wednesday, October 29, 2008 1:07:50 PM > Subject: Re: basic help w

Re: basic help with tomcat5

2008-10-29 Thread Ben Stringer
Hi Tim, A few things: 1) Looks like the install of the tomcat5 package has created a tomcat5 user, but that user is not able to start new shells. This will be a problem. You can verify this by running "grep tomcat5 /etc/passwd" and seeing what the shell for the tomcat5 user is set to - it will be

Re: Problems using JavaMail-API within Tomcat

2008-08-12 Thread Ben Stringer
On Tue, 2008-08-12 at 16:07 +0200, Gregor Schneider wrote: > > I've got no clue what is missing here, so if you gyus got any hint's > I'd really appreciate that.. Hi Gregor, I've often had problems with javamail in Tomcat due to more than one version of the javamail jar being on the classpath.

Re: Would like to monitor memory use offline

2008-08-03 Thread Ben Stringer
On Sat, 2008-08-02 at 19:18 -0700, Richard S. Huntrods wrote: > > SO - my question - is there a relatively easy way to create something > (say a servlet) to watch the stack *just like I can do manually using > the manager application* but email me when the stack approaches the > memory limits?

Re: Tomcat Hosting

2008-07-29 Thread Ben Stringer
On Sun, 2008-07-27 at 19:12 -0700, Kerry Jacabson wrote: > Having been burnt a number of times, > I was wondering if anyone knew of a reliable > host that specializes in Java Hosting for Tomcat. > Especially if they offer some sort of trial service, > so I can evaluate the service without making a

Re: Graceful shutdown

2008-07-14 Thread Ben Stringer
On Mon, 2008-07-07 at 00:10 -0700, Antonio Parolini wrote: > Hi, Ben > > > 1) Define a status worker [1] and one (or more) workers. > > Interresting. Will this status worker thing work -without- a webserver as > Frontend (like Apache) ? Hi Antonio, No, to the best of my knowledge, you need to

Re: Graceful shutdown

2008-07-04 Thread Ben Stringer
On Fri, 2008-07-04 at 00:54 -0700, Antonio Parolini wrote: > Hello, > > We use Tomcat 5.5.23 > > Using the command "catalina.sh stop" interrupts abruptly any working servlet > threads and stop Tomcat. > > Is there a way of shutting tomcat gracefully? > > For me, an example of graceful shutdown

RE: Redhat patch level cheatsheet?

2008-06-19 Thread Ben Stringer
Hi Brandie, My understanding is that Redhat maintain the version numbering that they receive from upstream, and the only "patching" they are doing is repackaging the tomcat releases to fit in with the Redhat distro (ie. moving files around to fit their packaging structure). So if you download (fr

Re: Multiple Java processes when using Tomcat

2008-06-16 Thread Ben Stringer
On Mon, 2008-06-16 at 06:59 +0100, John Gardner wrote: > Caldarale, Charles R wrote: > >> -Original Message- > >> From: John Gardner [mailto:[EMAIL PROTECTED] > >> Subject: Multiple Java processes when using Tomcat > >> > >> Normally, I only expect to see 2,3,4 or 5 java processes > >> asso

Re: Tomcat producing (near) duplicate Catalina logs

2008-06-13 Thread Ben Stringer
On Sat, 2008-06-14 at 02:31 +0200, André Warnier wrote: [...snip...] > > I tried, but I'm not finding it. > Am I the only one in that situation ? Hi André, Check out cronolog - it is a useful tool to manage tomcat logs in the way you wish. This post may point you in the right direction: http:/

Re: Run several applications on different ports, isolated from each other

2008-06-13 Thread Ben Stringer
On Fri, 2008-06-13 at 14:35 +0200, Yves Glodt wrote: > Hello Christopher and List, > > thank you very much for your detailed description! > I am currently evaluating all the possibilities to run my 2 applications side- > by-side. > > Another idea I came up with is: > > Use only one instance of T

Re: jk load balancing based upon ip address rather than session id

2008-06-13 Thread Ben Stringer
On Fri, 2008-06-13 at 10:54 +0200, Rainer Jung wrote: > > Environment variable in httpd can be set by mod_setenvif and > mod_rewrite, which are both able to check various request properties. > For instance mod_rewrite can check the Cookie header, so you could > extract the name of the chosen b

Re: unable to read complete POST body via tomcat connector

2008-05-03 Thread Ben Stringer
On Sun, 2008-05-04 at 00:41 -0600, [EMAIL PROTECTED] wrote: > Hello All, > > I'm trying to POST a relatively small amount of content (22K) and find > that when the request comes via apache/mod_jk, I can only read part of > the body. The same request to standalone tomcat (HTTP connector) works > f

Re: Multiple web apps on different ports under one tomcat

2008-04-29 Thread Ben Stringer
On Tue, 2008-04-29 at 12:52 +0100, [EMAIL PROTECTED] wrote: > Hi, > > I am trying to achieve the above, at the moment I am trying to do this by > including an additional service parameter and assigning different ports for > the connectors. However now my original web apps are not working either.

Re: Accessing tomcat folder

2008-03-01 Thread Ben Stringer
On Fri, 2008-02-29 at 22:05 -0800, dbpatel wrote: > Hello >I currently have Tomcat and Apache installed and can't access my > Tomcat folders. I can access my tomcat folders if i directly put in the > address in my browser, ie http://localhost/[myTomcatFolder] but i can't > access them if i

Re: catalina.out hangs in tomcat5.5

2008-01-19 Thread Ben Stringer
On Fri, 2008-01-18 at 20:36 +, Neha Agrawal wrote: > hi >my tomcat5.5 server works correctly with APR > as it showing default web pages for both 8180 and 8443 > ports.. > > but when i try to open catalina.out file in the logs > directory it hangs the terminal..file shows no data.. > when

RE: Filtering the apache clients

2008-01-18 Thread Ben Stringer
On Fri, 2008-01-18 at 10:53 -0600, Caldarale, Charles R wrote: > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > > Subject: Filtering the apache clients > > > > Is there any way of configuring the Tomcat to > > only accept AJP connections from a specific apache server? > > 1) Comment ou

Re: Tomcat/Mod_jk on Redhat

2008-01-10 Thread Ben Stringer
On Thu, 2008-01-10 at 22:52 +1100, Jacob Rhoden wrote: > Hi Guys, > > We are trying to introduce Java technology in our workplace (all the staff > have been recently re-trained in Java). As far as I can tell, our System > Administrators are really only resourced to be able to install standard >

Re: mod_jk: Could not init service for worker

2007-10-16 Thread Ben Stringer
On Tue, 2007-10-16 at 15:37 +0200, Hans van Zijst wrote: > Hmm, seems like attachments are filtered out :) > > > See below. I switched logging to "trace", restarted Apache and did the > > request. This is the log. > > > [Tue Oct 16 15:11:59.287 2007] [8973:3068496784] [debug] > wc_get_name_fo

Re: mod_jk Could not find a worker error

2007-08-23 Thread Ben Stringer
Hi Will, Can you post the contents of your workers.properties file? It could be a problem with the naming of the worker set up in this file. Cheers, Ben On Thu, 2007-08-23 at 23:49 +1000, Will Parkinson wrote: > Hi All > > I have installed tomcat5.5 with apache2.2 on a debian box following the

Re: RHEL and Tomcat startup/shutdown scripts

2007-08-11 Thread Ben Stringer
On Wed, 2007-08-08 at 15:17 -0500, Andrew R Feller wrote: > Hello everyone, > > > > Over the past couple of months, I have been working with some Tomcat > instances on RHEL 5 and wondered: what is the recommended method to > startup/shutdown Tomcat? After reading the Tomcat documentation, they

Re: Clean webapp redeploy with tomcat down

2007-06-28 Thread Ben Stringer
eers, Ben > > - Original Message ----- > From: "Ben Stringer" <[EMAIL PROTECTED]> > To: > Sent: Thursday, June 28, 2007 2:06 AM > Subject: Clean webapp redeploy with tomcat down > > > > Hi all, > > > > I am running tomcat 5.5 on linux (RHE

Clean webapp redeploy with tomcat down

2007-06-27 Thread Ben Stringer
Hi all, I am running tomcat 5.5 on linux (RHEL 4), IBM JDK 1.4.2 SR7, and see an unusual behaviour that I am hoping is due to a gap in my knowledge. When redeploying webapps, I have preferred a procedure where tomcat is stopped, all database, LDAP connections from the app are observed to have clo

Re: Catalina.stop: java.net.ConnectException: Connection refused

2006-12-27 Thread Ben Stringer
can be connected to from the host running tomcat. Cheers, Ben Ben Stringer = [EMAIL PROTECTED] == - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTEC

Re: Three hostnames in one instance of tomcat

2006-09-13 Thread Ben Stringer
I'm interested to hear other ideas, but I have used multiple entries to achieve this. In my case, each hostname has a dedicated IP and a DNS entry. Having multiple service entries allows you to have separation of almost all the config elements, like ports, appbase, logging etc. Cheers, Ben On W

Re: one application on different port

2006-08-21 Thread Ben Stringer
ports to the other (eg. 8080 vs. 18080, 8009 vs 18009, 8443 vs 18443). Let me know if you need an example conf. Cheers, Ben Ben Stringer = [EMAIL PROTECTED] == - To start a new to