RE: How can I take a webapp "temporarily out of service" using mod_jk?

2006-01-26 Thread Prout John - jprout
messages for individual webapps to mod_jk, this is possible. Thanks for your help John -Original Message- From: Mladen Turk [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 24, 2006 11:36 PM To: Tomcat Users List Subject: Re: How can I take a webapp "temporarily out of service&q

WEBDAV for Tomcat 5.0.28

2006-02-27 Thread John C. Dale
, and webdav requests do? Best Wishes, John Dale

RE: WEBDAV for Tomcat 5.0.28

2006-02-27 Thread John C. Dale
t, IMO, is my best alternative save this one issue, and (duh) any help would be much appreciated. JCD -Original Message- From: Mark Thomas [mailto:[EMAIL PROTECTED] Sent: Monday, February 27, 2006 2:44 PM To: Tomcat Users List Subject: Re: WEBDAV for Tomcat 5.0.28 John C. Dale wrote: &

[UPDATE - FOUND WORKAROUND FOR LINUX TOMCAT WEBDAV DEPLOYMENTS] WEBDAV for Tomcat 5.0.28

2006-02-27 Thread John C. Dale
on-informative error message. Bear Down, JCD -Original Message- From: Mark Thomas [mailto:[EMAIL PROTECTED] Sent: Monday, February 27, 2006 2:44 PM To: Tomcat Users List Subject: Re: WEBDAV for Tomcat 5.0.28 John C. Dale wrote: > What is the recommended deployment of the static site

RE: Session Timeout

2006-02-27 Thread John C. Dale
mport com.ditd.util.Util; import com.gbs.security.IUserInfo; /** * @author John C. Dale ([EMAIL PROTECTED]) */ public class ExtendSession implements Filter { private static Logger log = Logger.getLogger( ExtendSession.class.getName()); public void doFilter(ServletRequest servletRe

RE: Tomcat 5.5.x crashes almost every single day.

2006-02-28 Thread John C. Dale
There are many variables along the path to enlightenment. Don't give-up on Tomcat so soon. Sometimes Tomcat is only as good as the applications deployed within her. Given that Tomcat has been up and running for me for as many as 90 days in a row with a high-use application accessing a database (o

RE: Tomcat 5.5.x crashes almost every single day.

2006-02-28 Thread John C. Dale
throw new NotReallyAHackerException(); } } catch (NotReallyAHackerException hrahe) { return new GoToLawOrBusinessSchoolEvent(); } Bear Down, JCD -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Tomasz Nowak Sent: Tuesday, February 28, 2006 11:25 AM

Question about Serialized User Principal Object...

2006-03-04 Thread John C. Dale
I'm using Tomcat 5.0.28 on Linux (FC4) and Windows (2k). I would like my users to avoid the login process to streamline access to authentication-protected content. All information in the session is serialized do disk when I bounce the Tomcat process. However, the Principal object is not. I've o

UTF-8 2019 (right single quote) incorrect display

2006-03-19 Thread John-Paul Delaney
Hello List... my first attempt at i18n is failing. I've converted MS smart quotes to utf 2019 symbol (right single quote) in my VIM editor after setting encoding to UTF-8. The quote displays ok in vim but in the browser it displays badly ( in firefox - a+circumflex, and IE - a+circumflex+garbag

Re: UTF-8 2019 (right single quote) incorrect display

2006-03-20 Thread John-Paul Delaney
Scrive Antonio Petrelli <[EMAIL PROTECTED]>: > John-Paul Delaney ha scritto: > > Hello List... my first attempt at i18n is failing. > > > > Are you using resource bundles? Or what? If yes, please post a reply > because the answer will be very different from the one

Re: UTF-8 2019 (right single quote) incorrect display

2006-03-20 Thread John-Paul Delaney
Scrive Antonio Petrelli <[EMAIL PROTECTED]>: > John-Paul Delaney ha scritto: > > A little earlier I found out that they can only use Latin1 > > encoding, ... > > > Sorry to contradict you, ".properties" files must use ASCII 7-bit (e.g. > stressed char

RE: Helpppp: Tomcat displays Page slowly

2006-03-20 Thread John C. Dale
I had a similar issue when using XMLHttpRequest (AJAX) - when using Firefox and testing on the same machine, Firefox would hang for several seconds as it competed with the JVM/Compiler for processor resources. My solution was to test locally with IE 6.x+ which had better behavior in this regard, t

RE: How i can exclude a url pattern for a filter ?

2006-04-29 Thread John C. Dale
This is a tough one - I've always configured my filters to include all relevant URL's (logical equivalent of exclusion for non-matches). -Original Message- From: Legolas Woodland [mailto:[EMAIL PROTECTED] Sent: Saturday, April 29, 2006 11:20 AM To: Tomcat Users List Subject: How i can e

RE: Tomcat Standalone: Traffic Reporting?

2006-05-10 Thread John C. Dale
I've had good luck with this... http://awstats.sourceforge.net/ JCD -Original Message- From: Pete Lamborne [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 10, 2006 2:12 PM To: users@tomcat.apache.org Subject: Tomcat Standalone: Traffic Reporting? Hi, I am running several websites/weba

Re: Problem with POST to servlet: 16384 bytes maximum?

2008-08-07 Thread John . C . Cartwright
I've had similar problems in various versions of tomcat. Currently the problem seems to exist in 6.0.16 but not in 6.0.14 nor 5.5.17. There was a bug filed, but I don't have the reference handy. --john - Original Message - From: Michele Fuortes <[EMAIL PROTECTED]>

Tomcat 6 and corruption of text in French error pages

2008-09-05 Thread André-John Mas
Hi, I have Tomcat 6 installed on a French version of Windows XP. When error pages, such as the 404 error page, appear the French text is corrupted. For example, instead of the expected: "La ressource demandée (/manager/html) n'est pas disponible." I get: "La ressource demand�e (/manager/h

which JRE is Tomcat using?

2007-10-03 Thread John Eric Hamacher
I want to change the JRE my Tomcat uses and I need a way to query Tomcat as to which JRE its using. Thanks. Eric -- John (Eric) Hamacher Java Developer Madison, Wisconsin (608)-334-9260

Re: which JRE is Tomcat using?

2007-10-04 Thread John Eric Hamacher
That helped! Thanks! On 10/3/07, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > > > From: John Eric Hamacher [mailto:[EMAIL PROTECTED] > > Subject: which JRE is Tomcat using? > > > > I have two JREs on my system, a Java 5 distribution and a Java 6 > >

tomcat update service failing

2007-10-04 Thread John Eric Hamacher
ror] Load configuration failed Both the paths specified are correct. It fails even without the quotes. Any ideas? Thanks. -- John (Eric) Hamacher Java Developer Madison, Wisconsin (608)-334-9260

Re: tomcat update service failing

2007-10-04 Thread John Eric Hamacher
I'm trying to change the JRE the service is using. I cannot find service.baton my system. Is the part of Windows? Or Tomcat? How can I change the JRE using service.bat? Thanks. On 10/4/07, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > > > From: John Eric Hamacher [mai

Re: tomcat update service failing

2007-10-04 Thread John Eric Hamacher
e\bin\server\jvm.dll [2007-10-04 09:19:40] [1202 prunsrv.c] [error] ServiceStart returned 1 On 10/4/07, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > > > From: John Eric Hamacher [mailto:[EMAIL PROTECTED] > > Subject: Re: tomcat update service failing > > >

Re: tomcat update service failing

2007-10-04 Thread John Eric Hamacher
I'm moving from 1.5.0_11 to 1.6.0_01, Tomcat version is 5.5.23. Thanks for all your suggestions. On 10/4/07, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > > > From: John Eric Hamacher [mailto:[EMAIL PROTECTED] > > Subject: Re: tomcat update service failing > >

mod_jk to remote host

2007-11-26 Thread John Richard Moser
Hi I have a mod_jk connector that works on localhost. I am trying to change the host to the remote IP address and configure it on another server (port 8009 is open) but I'm getting nowhere. The error log consistently says the worker name=tomcat_ajp does not exist but I put it in worker.list

Re: mod_jk to remote host

2007-11-26 Thread John Richard Moser
n you have provided. ~Charlie The significant problems we have cannot be solved at the same level of thinking with which we created them. - Albert Einstein -Original Message- From: John Richard Moser [mailto:[EMAIL PROTECTED] Sent: Monday, November 26, 2007 12:28 PM To:

Re: mod_jk to remote host

2007-11-26 Thread John Richard Moser
The significant problems we have cannot be solved at the same level of thinking with which we created them. - Albert Einstein -Original Message- From: John Richard Moser [mailto:[EMAIL PROTECTED] Sent: Monday, November 26, 2007 12:28 PM To: users@tomcat.apache.org Subject: mod_jk to

Re: mod_jk to remote host

2007-11-26 Thread John Richard Moser
server error. nmap sees Host A on 8009 as "open" from Host B Is there something I need to do on Host A to tell it Host B is allowed to do that? Martin Gainty wrote: John- you will need to have an ajp (of worker.ajp13.type) connector configured and listening (on worker.aj

Re: mod_jk to remote host

2007-11-26 Thread John Richard Moser
Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 John, John Richard Moser wrote: # Worker list worker.list=fubar # Worker settings for fubar worker.fubar.port=8009 worker.fubar.host=10.1.1.21 worker.fubar.type=ajp13 worker.fubar.mount=/fubar /fubar/* This looks

Re: mod_jk to remote host

2007-11-26 Thread John Richard Moser
d the file, so I know I'm loading the workers file. I added a worker to workers.properties for ajp13, still no go, it just uses localhost:8009 and ignores my settings. This is broken. What the hell? John Richard Moser wrote: Hi I have a mod_jk connector that works on localhost. I am

Re: mod_jk to remote host

2007-11-26 Thread John Richard Moser
Rainer Jung wrote: John Richard Moser wrote: here are my configuration files. Logs are compressed. I had a look at the log file. You are using version 1.2.18. We are at the moment at version 1.2.25 with a very long changelog. Do yourself and us a favour and use the most recent version

Tomcat6

2008-01-04 Thread Shiby Maria John
Hi, can Tomcat 6 version be used in production? Regards, Shiby - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Monitoring Tomcat Clusters

2008-01-08 Thread Shiby Maria John
HI, Do the Tomcat 5.5.x / 6.x versions have a default bundled application for monitoring tomcat clusters ? Also does it support JMS ? Regards, Shiby - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-m

Re: Monitoring Tomcat Clusters

2008-01-08 Thread Shiby Maria John
using JMX is better > > Check this: http://tomcat.apache.org/tomcat-5.5-doc/monitoring.html > > Shiby Maria John wrote: >> HI, >> >> Do the Tomcat 5.5.x / 6.x versions have a default bundled application >> for monitori

Re: mod_jk/tomcat problem

2008-01-09 Thread Shiby Maria John
I think you have given the wrong port for the worker configuration. You should give the AJP port and not the HTTP port for the worker. Jordi Prats <[EMAIL PROTECTED] s>To

doubt in clustering with sticky sessions

2008-01-10 Thread Shiby Maria John
Hi, This is a bit of documentation from the Load balancing page of the Apache site. sticky_session specifies whether requests with SESSION ID's should be routed back to the same Tomcat worker.

Re: doubt in clustering with sticky sessions

2008-01-11 Thread Shiby Maria John
pache.org> Shiby Maria John wrote: > Hi, > > This is a bit of documentation from the Load balancing page of the > Apache site.

Doubt in how lbfactor works with load balancing of Apache with Tomcat cluster

2008-01-14 Thread Shiby Maria John
Hi, This is my worker.properties for Apache server for clustering 3 instances of Tomcat in my machine. # The advanced router LB worker worker.list=router # Define a worker using ajp13 worker.worker1.port=8009 worker.worker1.host=localhost worker.worker1.type=ajp13 worker.worker1.lbfactor=1 # D

Sticky and asynchronous sessions in Tomcat cluster

2008-01-14 Thread Shiby Maria John
Hi, I am using a set up of Tomcat cluster with 2 instances (tomcatA and tomcatB, tomcatA being the primary server and tomcatB being the standby server) under an Apache Server used for load balancing. I am using Tomcat only for failover balancing and load balancing is entirely done by apache. In

Re: Doubt in how lbfactor works with load balancing of Apache with Tomcat cluster

2008-01-15 Thread Shiby Maria John
pache.org> Hi Shiby, Shiby Maria John schrieb: > Hi, > > This is my worker.properties for Apache server for clustering 3 > instances of Tomcat in my machine. > > # The advanc

Re: Doubt in how lbfactor works with load balancing of Apache with Tomcat cluster

2008-01-16 Thread Shiby Maria John
pache.org> Shiby Maria John wrote: > I was getting confu

Failover not happening

2008-01-17 Thread Shiby Maria John
hi, In my cluster failover is not happening. I am gettitng 503 after shuttng down the main server. Attaching the log files .. can anyone say why this is happening ? (See attached file: staging1_2)(See attached file: Staging2_1) It is urgent pls help. I have checked all my settings and they seem

How to have some webapps use IIS security and some not?

2007-08-01 Thread Newman, John W
la/show_bug.cgi?id=34584 Just wondering if anyone out there can give me some ideas. Maybe two tomcat instances is not the way to go and there is a better solution. I just need to figure out how to have some webapps be able to pull the NT name and some not. Thanks for any help John

How many webapps on one instance? How to tell when to add another?

2007-08-03 Thread Newman, John W
dual processor etc. How were you able to realize you needed to add a second? Right now we have 6 smaller CRUD like applications on there, trying to get a feel for whether or not I need to start messing with the servers again. Thanks john

unable to read complete POST body via tomcat connector

2008-05-03 Thread John . C . Cartwright
der reader = request.getReader(); String inputLine; while ((inputLine = reader.readLine()) != null) { sb.append(inputLine); } Can anyone suggest what might be wrong? Thanks! --john - To start a new topic, e-m

Re: unable to read complete POST body via tomcat connector

2008-05-04 Thread John . C . Cartwright
much gets read - examples: POST body contained 630973 characters read 313177 characters from POST body POST body contained 21827 characters read 13611 characters from POST body POST body contained 67794 characters read 37640 characters from POST body --john - Original Message - From: M

Re: unable to read complete POST body via tomcat connector

2008-05-04 Thread John . C . Cartwright
Thanks for your reply Ben. No, there's no SSL involved. --john - Original Message - From: Ben Stringer <[EMAIL PROTECTED]> Date: Sunday, May 4, 2008 0:50 am Subject: Re: unable to read complete POST body via tomcat connector > On Sun, 2008-05-04 at 00:41 -0600, [EMAIL PR

Session timeout related fixes between Tomcat 5.0 and Tomcat 5.5.x?

2008-12-03 Thread andre John Mas
e web application. Any help would be appreciated. André-John - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Session timeout related fixes between Tomcat 5.0 and Tomcat 5.5.x?

2008-12-03 Thread andre John Mas
From: "Caldarale, Charles R" <[EMAIL PROTECTED]> To: Tomcat Users List Subject: RE: Session timeout related fixes between Tomcat 5.0 and Tomcat 5.5.x? > From: andre John Mas [mailto:[EMAIL PROTECTED] > Subject: Session timeout related fixes between Tomcat 5.0 and > To

strange problem w/ connection pool and Oracle

2009-02-11 Thread John . C . Cartwright
;s going on here? Thanks! --john context.xml: applicationContext.xml: - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Tomcat 5.17 crashes too often

2009-11-28 Thread Andre-John Mas
27;t be able to connect. If it is running, then it is possible it was using a different configuration when it was started. André-John - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Serving images from classes directory

2009-06-18 Thread Andre-John Mas
On 18-Jun-2009, at 08:26, Susan G. Conger wrote: --> What is 'it', precisely? It is server images from the classes directory. I realize the correct place to put my scripts and graphics. However the tool app deploys the app it makes for me as a class under it's classes directory. So I want

Re: Best practices for switching back/forth between java 1.5/1.6

2009-06-24 Thread Andre-John Mas
On 24-Jun-2009, at 14:54, Ken Bowen wrote: Hi all, I failed at searching for this, even though I know it's been answered: Setting: Tomcat 6.0_20; Mac OS X 10.5.7; I've been normally running against java 1.5.0_19, but I tried to install a war which is throwing .UnsupportedClassVers

Re: Problem of port 8080

2009-06-25 Thread Andre-John Mas
Odd, in the first case I see 8080 listening to any IPv6 port (no IPv4 addresses), yet in the second case it seems to have stopped listening to IPv6. I am going to hazard a guess that maybe there is something wrong with you IPv6 interface or something IPv6 related is failing. On 25-Jun-2009

Re: Problem of port 8080

2009-06-26 Thread Andre-John Mas
-John - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Ignore or Trust any certificate

2009-07-11 Thread Andre-John Mas
you using to connect to the server? For example the default java.net.URL or HttpClient? If you are using HttpClient, you may want to look at this thread: http://forums.sun.com/thread.jspa?threadID=411937&messageID=1886339 André-

Preventing access to directories?

2009-07-22 Thread Andre-John Mas
g and grouping related resource, for easier management. André-John - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Preventing access to directories?

2009-07-22 Thread Andre-John Mas
On 22-Jul-2009, at 22:36, Hassan Schroeder wrote: On Wed, Jul 22, 2009 at 5:23 PM, Andre-John Mas> wrote: I want to ensure that someone typing: http://../webapp/module/jsp/abc.jsp won't be able to access the resource. I know I could put the JSPs in WEB-INF (it is what

Re: Preventing access to directories?

2009-07-22 Thread Andre-John Mas
On 22-Jul-2009, at 20:23, Andre-John Mas wrote: Hi, If I create a folder in the base of my web application, for example: webapp/mydir can I prevent access to it? What I am wanting to do it create modules within my web application that contain the associated components: webapp

Re: JSESSIONID cookie permanent?

2009-08-12 Thread Andre-John Mas
browser cookie will allow you short term storage, but has limited storage space and is only accessible from the computer the user last visited yoru site with. André-John On 12-Aug-2009, at 14:52, Mitch Claborn wrote: I don't have any problem with the session contents (on the tomcat server).

Re: Tomcat writing the wrong timestamp on compiled JSP's

2009-08-13 Thread Andre-John Mas
The time stamp on the file is given by your OS. What operating system and version are you using? Also, what time zone are you in? André-John On 13-Aug-2009, at 23:38, Mon Cab wrote: When I edit a JSP, tomcat is compiling the JSP (both java and class files) in the work directory with a

Re: Tomcat writing the wrong timestamp on compiled JSP's

2009-08-13 Thread Andre-John Mas
rsion are you using? Also, what time zone are you in? There is maybe some environment issue. André-John - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Tomcat writing the wrong timestamp on compiled JSP's

2009-08-13 Thread Andre-John Mas
le of relevance: http://www.javaworld.com/javaworld/jw-10-2003/jw-1003-time.html André-John - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Tomcat writing the wrong timestamp on compiled JSP's

2009-08-13 Thread Andre-John Mas
On 14-Aug-2009, at 00:09, Andre-John Mas wrote: On 13-Aug-2009, at 23:59, Mon Cab wrote: Sorry forgot to answer your other questions. I'm using Fedora, and timezone is PDT. Pacific. Which Fedora version? Also what version of Java? I am wondering whether there is a daylight s

Sub paths and context (migrating Tomcat 5.0 to 5.5)

2009-08-14 Thread andre John Mas
tnerco.xml but this doesn't work either. André-John

RE: Sub paths and context (migrating Tomcat 5.0 to 5.5)

2009-08-14 Thread andre John Mas
> Date: Fri, 14 Aug 2009 11:44:37 -0400 > From: ch...@christopherschultz.net > To: users@tomcat.apache.org > Subject: Re: Sub paths and context (migrating Tomcat 5.0 to 5.5) > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Andre John, > > On 8/14/20

Gzip compression and caching?

2009-08-19 Thread Andre-John Mas
Hi, I saw the Tomcat can use Gzip compression, though I am curious to know whether there is any built in caching mechanism to cache static content that has been Gzipped, to reduce the server load? André-John - To

Multiple data centers and redundency?

2009-08-25 Thread Andre-John Mas
. It would mean extra communication behind the scene, but I see no other way go about it. Any help would be appreciated. André-John - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail

Re: Multiple data centers and redundency?

2009-08-25 Thread Andre-John Mas
the incoming request and send it to one of the tomcat instances, using a cookie to send the request back to the same tomcat instance. I see there is clustering available with Tomcat, but I don't see how this works across data centers, if at all. André-John On 25-Aug-2009, at 20:30,

Re: Multiple data centers and redundency?

2009-08-25 Thread Andre-John Mas
On 25-Aug-2009, at 20:52, Hassan Schroeder wrote: On Tue, Aug 25, 2009 at 5:38 PM, Andre-John Mas wrote: ... The architecture would involve a DNS server perodically giving out a DNS address for one DNS server and then an address for the other. Huh? Teaches me to proof read. The DNS

Re: howto add a UDP Listener

2009-09-13 Thread Andre-John Mas
ver using a GET or POST request. The advantage with this is that it helps keep the webapp focused on HTTP and not stuff that doesn't really fit with web server. André-John - To unsubscribe, e-mail: users-unsub

Re: howto add a UDP Listener

2009-09-13 Thread Andre-John Mas
solve my Issues. thanks, sebastian Will you be sending images to a single host and is the solution send only? André-John - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h

Re: howto add a UDP Listener

2009-09-13 Thread Andre-John Mas
You may want to look at the Java VNC Viewer: http://www.realvnc.com/support/javavncviewer.html or TightVNC: http://www.tightvnc.com/download.html it may save you repeating work which has already been done elsewhere. André-John On 13-Sep-2009, at 16:10, Sebastian Wagner wrote: yes it is a

Re: howto add a UDP Listener

2009-09-14 Thread Andre-John Mas
e job just fine. André-John On 14-Sep-2009, at 02:44, Sebastian Wagner wrote: The problem is that Sharer & Viewer should be a Java Application that does not require Installation on the client machine and it has to be available for all plattforms. So Java Web Start is our choice. The solutio

Re: Default character encoding for ServletRequest

2009-10-01 Thread Andre-John Mas
least that is what experience has shown me. André-John - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Questions on "Single Sign On"?

2009-10-12 Thread Andre-John Mas
On 12-Oct-2009, at 10:51, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Perter, On 10/12/2009 9:37 AM, Peter Crowther wrote: 2009/10/12 Josh Gooding : To my knowledge the Single Sign on in Tomcat is a way for all of your back end applications in your VH to recogn

Re: Questions on "Single Sign On"?

2009-10-12 Thread Andre-John Mas
On 12-Oct-2009, at 11:24, Josh Gooding wrote: Well upon clicking "logout" the following occurs: session.removeAttribute("User"); session.invalidate(); response.sendRedirect("EULA.jsp"); If I close the browser window, and reopen it without clicking the logout button, I can still get back int

Re: Questions on "Single Sign On"?

2009-10-12 Thread Andre-John Mas
n even use LDAP with ActiveDirectory, on the condition they provide you the access you need. André-John - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Cookies and values with ':' in them

2009-04-16 Thread Andre-John Mas
ence method for getting a cookie by name. If the * cookie is not present in the request, a null value will be returned. */ protected Cookie getCookie ( String cookieName, HttpServletRequest request ) { Cookie[] cookies = request.getCookies();

Re: Cookies and values with ':' in them

2009-04-16 Thread Andre-John Mas
o make the change. André-John - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

When is 5.5.28 planned to be released?

2009-04-17 Thread Andre-John Mas
Globals.java to a Tomcat instance without recompiling the whole Tomcat 5.5.27? André-John - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

When is 5.5.28 planned to be released?

2009-04-17 Thread Andre-John Mas
Globals.java to a Tomcat instance without recompiling the whole Tomcat 5.5.27? André-John - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Building Tomcat 5.5.27 & tomcat-native

2009-04-17 Thread Andre-John Mas
the meantime André-John - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Building Tomcat 5.5.27 & tomcat-native

2009-04-17 Thread Andre-John Mas
On 17-Apr-2009, at 14:12, Caldarale, Charles R wrote: From: Andre-John Mas [mailto:aj...@sympatico.ca] Subject: Building Tomcat 5.5.27 & tomcat-native I am trying to build 5.5.27, but it is asking for tomcat-native 1.1.12, though I see that only 1.1.16 is available. This being the cas

Re: Building Tomcat 5.5.27 & tomcat-native

2009-04-17 Thread Andre-John Mas
On 17-Apr-2009, at 15:30, Andre-John Mas wrote: On 17-Apr-2009, at 14:12, Caldarale, Charles R wrote: From: Andre-John Mas [mailto:aj...@sympatico.ca] Subject: Building Tomcat 5.5.27 & tomcat-native I am trying to build 5.5.27, but it is asking for tomcat-native 1.1.12, though I see

Re: Building Tomcat 5.5.27 & tomcat-native

2009-04-17 Thread Andre-John Mas
On 17-Apr-2009, at 15:34, Caldarale, Charles R wrote: From: Andre-John Mas [mailto:aj...@sympatico.ca] Subject: Re: Building Tomcat 5.5.27 & tomcat-native should I be using JDK 1.4 or JDK 1.5 for my builds? Use 1.5. Sun "enhanced" the SQL interfaces in 1.6 in a way

Re: 15 second for redeployment is to much

2009-04-19 Thread Andre-John Mas
On 19-Apr-2009, at 14:57, André Warnier wrote: Hi. I am far from being the specialist here, but my inner application designer core revolts at the idea of having a thread in Tomcat busy at nothing else but checking 86,400 times a day, just in case you redeploy an application from time to

Re: Building Tomcat 5.5.27 & tomcat-native

2009-04-19 Thread Andre-John Mas
On 19-Apr-2009, at 16:45, Mark Thomas wrote: Andre-John Mas wrote: the only thing which seems odd is the generated tar balls are marked as 5.5.26. Is this normal? No :). That is a bug. I suppose it is the wrong time to open a ticket for this, but for 5.5.28 would it be worth opening a

Re: Cookies and values with ':' in them

2009-04-21 Thread Andre-John Mas
On 21-Apr-2009, at 10:15, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Andre-John, On 4/16/2009 5:48 PM, Andre-John Mas wrote: Will this only be for writing? I depend a cookie set by a third-party web application in the same domain, which sends me the cookies

Re: Browser shows source of .jsp file. Why?

2009-04-24 Thread Andre-John Mas
. The worst they can do is deny you the request. André-John On 24-Apr-2009, at 19:46, dfobox wrote: I have JSP-based website running on my own server and I want to move it to hosting company. I've copied the files, they said they have enabled Tomcat for me, but browser shows source of the p

Re: Browser shows source of .jsp file. Why?

2009-04-27 Thread Andre-John Mas
osting provider side of things, it should help you gain a better understanding of how things work. André-John - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Browser shows source of .jsp file. Why?

2009-04-27 Thread Andre-John Mas
On 27-Apr-2009, at 18:15, Andre-John Mas wrote: On 27-Apr-2009, at 09:04, Pid wrote: David Rush wrote: I checked my web.xml, and found no mime-mapping elements at all. I tried adding one explicitly mapping the jsp extension to text/ html, but it had no effect. I'm still getting

Tomcat and Apache HTTPD modules?

2009-04-27 Thread Andre-John Mas
Hi, If Apache HTTPD is dropped for a pure Tomcat solution, which standard modules have Tomcat equivalent solutions? For example: - Mod Rewrite - HTTPS - Virtual Hosts It may be interesting to get some of this into the official Tomcat documentation. André-John

Re: Why we need two servers (httpd and tomcat)

2009-04-27 Thread Andre-John Mas
formance numbers that show how Tomcat can compete against Apache HTTPD? While many on this will accept what you have to say, the people who make the financial choices often want something that lays it out bare in a documented format. André-John ---

Re: Browser shows source of .jsp file. Why?

2009-04-27 Thread Andre-John Mas
On 27-Apr-2009, at 22:05, David Rush wrote: Andre-John: Actually it was the original poster who was using a hosting company. I'm using machines that I have full control of. My problem was resolved by calling setContentType("text/html") in the controller servlet before

Re: Basic authentication without a secure connection

2009-05-03 Thread Andre-John Mas
the people who protected the resource are fine with it. If the resource is requires authentication, then I would be surprised they would be okay with it, but I am not going to make any assumptions. André-John - To unsubscribe

Re: Database pooling prob

2009-05-03 Thread Andre-John Mas
The IP address isn't missing. What you are seeing is an IPv6 address, and more specifically the localhost IP address. For information see: http://en.wikipedia.org/wiki/IPv6 You can try doing 'ping6 ::1' and you will get a repsonse. André-John On 2-May-2009, at 17:17, S Arvi

Re: Basic authentication without a secure connection

2009-05-03 Thread Andre-John Mas
ences - this latter one being more of a 'social' issue than a technical one. If you don't want an authentication attempt without having a secure connection, then you could arrange to have any http pages redirect to https. André-John On 3-May-2009, at 14:06, Tokajac wrote: Tha

Re: Prevent Hot Linking

2009-05-04 Thread Andre-John Mas
question. I don't know if this is possible with Tomcat? André-John - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: how to build an multi lingual website

2009-05-07 Thread Andre-John Mas
If Apache is handling your static content, and you are simply using Tomcat to serve dynamic content, then you can use the request.getLocale() method to find out what language the visitors browser is suggesting. For example: String lang = request.getLocale().getLanguage(); if ( "es".eq

Re: Performance with many small requests

2009-05-07 Thread Andre-John Mas
his, but if you know that you are going to get at least several hundred, then this is something to watch out for. André-John - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Performance with many small requests

2009-05-07 Thread Andre-John Mas
On 7-May-2009, at 19:05, David Kerber wrote: Andre-John Mas wrote: That would be my impression too. It is best to avoid making the synchronized scope so large, unless there is a very good reason. David, do you have any reason for this? Beyond the counter, what other stuff do you

<    5   6   7   8   9   10   11   12   >