Re: Where do I store Images in tomcat structure so that I can retrive it properly in all browsers

2012-06-04 Thread Kiran Badi
After playing around for a day, this is another solutions which worked for me, with Tomcat 7.0.11 in context.xml I think now I understand as how aliases work, /UploadedImages is the aliaspath and c:/UploadedImages is the docbase to which it refers. Is this understanding correct ? In mana

Re: transport CONFIDENTIAL based on remote ip/host filter?

2012-06-04 Thread Timothy J Schumacher
Comments inline below. On 6/4/2012 4:18 PM, Konstantin Kolinko wrote: 2012/6/5 Timothy J Schumacher: We make a piece of IT equipment with tomcat running inside serving an application that acts as the administration console for the device. There is also a firefox browser running inside the equi

Re: looking for help with getting tomcat 7 to authenticate aginst windows domain controller from aix 6.1 and 5.3

2012-06-04 Thread André Warnier
Mead, Jen L wrote: Hi, I am brand new to tomcat 7 and am hoping to get realms set-up for users to use my CGI scripts you are aware that to run CGI scripts, tomcat may not be the best choice ? What is the programming language of your CGI scripts ? using their windows password. So far I have

Re: transport CONFIDENTIAL based on remote ip/host filter?

2012-06-04 Thread Konstantin Kolinko
2012/6/5 Timothy J Schumacher : > > We make a piece of IT equipment with tomcat running inside serving an > application that acts as the administration console for the device.  There > is also a firefox browser running inside the equipment that exposes the web > application in question on the front

RE: looking for help with getting tomcat 7 to authenticate aginst windows domain controller from aix 6.1 and 5.3

2012-06-04 Thread Martin Gainty
correct critical requirement from the client would be to supplyuser's password which is hashed by AS to secret-key which encrypts into generated TGSsecret-key which is later encrypted into TGT with secret-key http://en.wikipedia.org/wiki/Kerberos_(protocol)#Client_Authentication Martin.. _

Re: transport CONFIDENTIAL based on remote ip/host filter?

2012-06-04 Thread Timothy J Schumacher
See inline comments below. Thanks again for your time! Tim On 6/4/2012 2:35 PM, Konstantin Kolinko wrote: 2012/6/4 Timothy J Schumacher: On 5/31/2012 1:30 PM, Konstantin Kolinko wrote: 2012/5/31 Timothy J Schumacher: Hi, We are using Apache Tomcat 6.0.35 with # java -version java version

Re: daemon thread causing tomcat process to live on

2012-06-04 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chad, On 6/4/12 5:29 PM, chad.da...@emc.com wrote: > I've got a daemon thread that seems to run after the tomcat has > received the shutdown signal. It's a TimerTask and it appears to > fire again after the webapp itself has been shutdown. This th

daemon thread causing tomcat process to live on

2012-06-04 Thread Chad.Davis
I've got a daemon thread that seems to run after the tomcat has received the shutdown signal. It's a TimerTask and it appears to fire again after the webapp itself has been shutdown. This then seems to cause the whole jvm to live on, sometimes for a couple of minutes, sometimes much longer. T

RE: looking for help with getting tomcat 7 to authenticate aginst windows domain controller from aix 6.1 and 5.3

2012-06-04 Thread Mead, Jen L
Now that I am looking further into this, I am almost convinced that I don't need Kerberos on the AIX webserver but only in the client (PC that is accessing the pages that are going to authenticate). I don't get the feeling that many people are doing this (just using a keytab file with an AD acc

Re: transport CONFIDENTIAL based on remote ip/host filter?

2012-06-04 Thread Konstantin Kolinko
2012/6/4 Timothy J Schumacher : > On 5/31/2012 1:30 PM, Konstantin Kolinko wrote: >> >> 2012/5/31 Timothy J Schumacher: >>> >>> Hi, >>> >>> We are using Apache Tomcat 6.0.35 >>> >>> with >>> >>> # java -version >>> java version "1.6.0_30" >>> Java(TM) SE Runtime Environment (build 1.6.0_30-b12) >>>

RE: looking for help with getting tomcat 7 to authenticate aginst windows domain controller from aix 6.1 and 5.3

2012-06-04 Thread Martin Gainty
assuming you're auth'ing against ADS then your Servlet will have to load a ADS Authentication library and then extract auth creds to validate against ADS.. By the way ADS is native windows code so the only option to make ADS run on AIX is thru a Windows Emulator such as WINEhttp://www.winehq.org

Re: Mapping a servlet to the application's context root results in IAE

2012-06-04 Thread Violeta Georgieva
Here it is: https://issues.apache.org/bugzilla/show_bug.cgi?id=53356 Thanks Violeta 2012/6/4 Mark Thomas > On 04/06/2012 19:25, Violeta Georgieva wrote: > > Hi, > > > > I'm using Tomcat 7.0.27. > > > > I have an application and I want to map my servlet to the application's > > context root, but

Re: Mapping a servlet to the application's context root results in IAE

2012-06-04 Thread Mark Thomas
On 04/06/2012 19:25, Violeta Georgieva wrote: > Hi, > > I'm using Tomcat 7.0.27. > > I have an application and I want to map my servlet to the application's > context root, but I do not want to override the "/" mapping for the > "default" servlet. > > It is specified in the Servlet spec that the

Re: Request for or as element inside

2012-06-04 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Esmond, On 6/3/12 9:23 PM, Esmond Pitt wrote: > I have a large and growing number of requirements for aliases, and > the existing (new for Tomcat 7) aliases= attribute is unwieldy for > me. The line is already 289 characters long ;-( > > It would be

Re: ROOT.xml problem

2012-06-04 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Stefan, On 6/3/12 9:20 AM, Stefan Mayr wrote: > Steps: 1. remove everything you did to make it work as ROOT; back > to the working /corda version +1 > 2. Create a redirect in your ROOT context > > Options to make no. 2 work: create webapps/ROOT/ind

Re: ROOT.xml problem

2012-06-04 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kevin, On 6/3/12 3:17 AM, Kevin Marx wrote: > in the browser I am entering http://localhost:8080 > > the URL is comes up with is thus: > > http://localhost:8080/dashboards/welcome/main.dashxml > > However it should be: > > http://localhost:8080/co

looking for help with getting tomcat 7 to authenticate aginst windows domain controller from aix 6.1 and 5.3

2012-06-04 Thread Mead, Jen L
Hi, I am brand new to tomcat 7 and am hoping to get realms set-up for users to use my CGI scripts using their windows password. So far I have put a request into the windows group to create a user for this verification. I followed the example in the tomcat manual as follows: * Create a dom

Mapping a servlet to the application's context root results in IAE

2012-06-04 Thread Violeta Georgieva
Hi, I'm using Tomcat 7.0.27. I have an application and I want to map my servlet to the application's context root, but I do not want to override the "/" mapping for the "default" servlet. It is specified in the Servlet spec that there is a "special" url mapping that can be used for such purposes

Re: tomcat full GC every 2 minutes for first 6 hours after war reload

2012-06-04 Thread Rainer Jung
On 29.05.2012 17:03, Kevin wrote: Hi We have a cluster of tomcat servers being used on a very high volume website. We've noticed that for the first 5-6 hours after an application re-load that Full GC will run every 2 minutes pausing the application for anywhere between 5 and 20 seconds. After 5-

Re: transport CONFIDENTIAL based on remote ip/host filter?

2012-06-04 Thread Timothy J Schumacher
On 5/31/2012 1:30 PM, Konstantin Kolinko wrote: 2012/5/31 Timothy J Schumacher: Hi, We are using Apache Tomcat 6.0.35 with # java -version java version "1.6.0_30" Java(TM) SE Runtime Environment (build 1.6.0_30-b12) Java HotSpot(TM) Client VM (build 20.5-b03, mixed mode, sharing) in redhat l