Re: Access to home page

2009-07-28 Thread Mohit Anchlia
How do I setup authentication? On Tue, Jul 28, 2009 at 9:32 PM, wrote: > You want authentication > --Original Message-- > From: Mohit Anchlia > To: Tomcat Users List > ReplyTo: Tomcat Users List > Subject: Access to home page > Sent: Jul 28, 2009 21:27 > > tomcat 6: > > How can I limit ac

Re: Access to home page

2009-07-28 Thread Hassan Schroeder
On Tue, Jul 28, 2009 at 9:27 PM, Mohit Anchlia wrote: > How can I limit access to the home page so that people are not able to > access the home page? Pulling the plug on the server would work. Or you could describe a less restrictive, but more precise, use case :-) -- Hassan Schroeder ---

Re: Access to home page

2009-07-28 Thread stever
You want authentication --Original Message-- From: Mohit Anchlia To: Tomcat Users List ReplyTo: Tomcat Users List Subject: Access to home page Sent: Jul 28, 2009 21:27 tomcat 6: How can I limit access to the home page so that people are not able to access the home page?

Access to home page

2009-07-28 Thread Mohit Anchlia
tomcat 6: How can I limit access to the home page so that people are not able to access the home page? - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Tomcat upgrade 5.5 -> 6 affecting apache server

2009-07-28 Thread Lucas Vickers
got it working thank you Wesley and David On Sun, Jul 26, 2009 at 11:59 AM, Wesley Acheson wrote: > I'd probably copy and change it. see > http://tomcat.apache.org/connectors-doc/generic_howto/quick.html It > requrired to list the tomcat instances and what ports they listen to AJP > over. > >

Re: Unlock accept issue

2009-07-28 Thread Filip Hanik - Dev Lists
or open a bug report @ https://issues.apache.org/bugzilla/enter_bug.cgi?product=Tomcat%206 Filip On 07/28/2009 11:10 AM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Marcin, You may have better luck posting this to the tomcat-dev mailing list (d...@tomcat.apache.or

Re: Application Context (and/or) element load orders when starting Tomcat 5/6.

2009-07-28 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jean, On 7/22/2009 10:39 AM, JeanNiBee wrote: > So in effect I'm deferring all interaction w/ RAM to be at request time and > not startup time correct? Well, you're delaying such interactions until the first request is processed. A reasonable startup

Re: Multiple tomcat instances in linux server

2009-07-28 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 To whom it may concern, On 7/28/2009 5:31 AM, given.shiri...@sita.co.za wrote: > I want to run multiple tomcats in my server,I tried the following > tutorials from this link > http://tomcat.apache.org/tomcat-5.5-doc/cluster-howto.html. That link is f

Re: Unlock accept issue

2009-07-28 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Marcin, You may have better luck posting this to the tomcat-dev mailing list (d...@tomcat.apache.org). You will have to join the list before posting. - -chris On 7/28/2009 7:55 AM, BALCER, Marcin (Marcin) wrote: > Hi > I am having problem when shutt

Re: HttpServletRequest.getReader() returns nothing

2009-07-28 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Swati, On 7/27/2009 11:22 PM, Swati Rastogi -X (swrastog - Infosys at Cisco) wrote: > I have removed all calls to getParameter family of methods on the > request object and I can still see the issue. I have checked all > servlet filters - No processin

Re: Multiple tomcat instances in linux server

2009-07-28 Thread Pid
On 28/7/09 14:49, André Warnier wrote: Pid wrote: On 28/7/09 10:31, given.shiri...@sita.co.za wrote: Hi Guyz. ... For tomcat_instances1. I made this changes to etc.. Pid, you missed it. The OP seems to have made the necessary changes. doh. once again, email before coffee proven to b

Re: Trouble setting up virtual host

2009-07-28 Thread Lisa D Beggs/AC/VCU
From: Mark Eggers To: Tomcat Users List Date: 07/27/2009 10:55 PM Subject: Re: Trouble setting up virtual host As usual, late to the thread. I'll use C) then: > > C) on another workstation : > > > > - close the browser and re-open it. > > - in the browser, find the place where you

Re: How to programmatically set the JAAS Subject in Tomcat 5.5

2009-07-28 Thread André Warnier
André Warnier wrote: tbalent wrote: ... authorization occurring in an Apache proxy that is enabled with a 3rd Party agent. When the agent allows the HTTP request through (to Tomcat or a J2EE ... This may or may not be relevant to your issue : The AJP protocol used between Apache and Tomcat, a

Re: How to programmatically set the JAAS Subject in Tomcat 5.5

2009-07-28 Thread André Warnier
tbalent wrote: ... authorization occurring in an Apache proxy that is enabled with a 3rd Party agent. When the agent allows the HTTP request through (to Tomcat or a J2EE ... This may or may not be relevant to your issue : The AJP protocol used between Apache and Tomcat, allows Apache to pass a

Re: Multiple tomcat instances in linux server

2009-07-28 Thread André Warnier
Pid wrote: On 28/7/09 10:31, given.shiri...@sita.co.za wrote: Hi Guyz. ... For tomcat_instances1. I made this changes toshutdown="SHUTDOWN"> etc.. Pid, you missed it. The OP seems to have made the necessary changes. --

How to programmatically set the JAAS Subject in Tomcat 5.5

2009-07-28 Thread tbalent
We have an implementation of a J2EE servlet filter that we use in Tomcat that restricts connections based on either a list of trusted source IP addresses, or a secret header value, or a combination of both. This servlet filter is currently used with perimeter authentication / authorization oc

Unlock accept issue

2009-07-28 Thread BALCER, Marcin (Marcin)
Hi I am having problem when shutting down tomcat. Tomcat: 6.0.14. OS: Linux 2.6.16.21-0.8-smp #1 SMP Mon Jul 3 18:25:39 UTC 2006 x86_64 Java: "1.5.0_14" Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_14-b03) Java HotSpot(TM) 64-Bit Server VM (build 1.5.0_14-b03, mixed mode) The s

Re: Multiple tomcat instances in linux server

2009-07-28 Thread Pid
On 28/7/09 10:31, given.shiri...@sita.co.za wrote: Hi Guyz. I want to run multiple tomcats in my server,I tried the following tutorials from this link http://tomcat.apache.org/tomcat-5.5-doc/cluster-howto.html. I created the following folders tomcat_instance1 tomcat_instance2 tomcat_instanc

java.util.logger

2009-07-28 Thread Geofrey Rainey
Hi, I'm trying to understand java logging. I have the following configured in logging.properties: - here's the handle handlers = 1lm.org.apache.juli.FileHandler - now add some properties to the handler 1lm.org.apache.juli.FileHandler.level = FINEST 1lm.org.apache.juli.FileHandl

RE: Problem with deploying an application

2009-07-28 Thread Nikos Spanoudakis
Dear Chuck, Thanks for your quick response, I checked out the points that you made and I have the following findings: >From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] > >> From: Nikos Spanoudakis [mailto:ni...@science.tuc.gr] >> Subject: Problem with deploying an application >> >

Multiple tomcat instances in linux server

2009-07-28 Thread given . shirinda
Hi Guyz. I want to run multiple tomcats in my server,I tried the following tutorials from this link http://tomcat.apache.org/tomcat-5.5-doc/cluster-howto.html. I created the following folders tomcat_instance1 tomcat_instance2 tomcat_instance3 I have copied conf/server.xml and web.xml to t