RE: SAML 2.0 support ?

2010-09-21 Thread Caldarale, Charles R
From: Lavabit [mailto:langou...@lavabit.com] Subject: Re: SAML 2.0 support ? This list is for newbies, isn't it ? Not just newbies: rather, anyone with a Tomcat question. Could you please tell me what the right list would be, tomcat-dev ? Definitely not tomcat-dev, unless you want to

Re: How to setup PHP on Tomcat

2010-09-21 Thread Pid
On 21/09/2010 06:24, Brajesh Patel wrote: Hello All, How to setup PHP on Tomcat. Thanks in Advance. http://www.catb.org/esr/faqs/smart-questions.html p 0x62590808.asc Description: application/pgp-keys signature.asc Description: OpenPGP digital signature

Re: Connect the same Database from two different web application

2010-09-21 Thread Pid
On 18/09/2010 12:17, Rahul Deb Mohan wrote: [code]com.mchange.v2.cfg.BasicMultiPropertiesConfig: Properties object found at resource path [system properties] contains a value that is not a String: 25 Skipping... Work out what this means, that's one problem. p 0x62590808.asc Description:

Re: SAML 2.0 support ?

2010-09-21 Thread Lavabit
le Tue, 21 Sep 2010 00:59:33 -0500 Caldarale, Charles R chuck.caldar...@unisys.com a écrit : whether or not JBoss can utilize SAML would be a question for a JBoss support list. Thank you very much for your answer, I'll ask the Jboss community so. Pierre

Different DelegatingResultSet.getDelegate() between Tomcat 6.0.26 and 6.0.29

2010-09-21 Thread Andreas Knees
Hi, I am using Tomcat 6.0.26 under Eclipse 3.6. I have configured a data source in server.xml: Resource auth=Container description=Oracle database driverClassName=oracle.jdbc.driver.OracleDriver logAbandoned=true maxActive=30 maxIdle=10 maxWait=1 name=jdbc/ORACLE password=xxx

Re: How to setup PHP on Tomcat

2010-09-21 Thread André Warnier
Brajesh Patel wrote: Hello All, How to setup PHP on Tomcat. Thanks in Advance. http://www.lmgtfy.com/?q=setup+PHP+on+Tomcat - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail:

Re: Connect the same Database from two different web application

2010-09-21 Thread Brett Delle Grazie
Hi, I think that the op is defining a JNDI connection pool in Tomcat and then defining an additional pool using C3P0 within the application via Hibernate. That is very unlikely to work. Instead - change the pool parameters within Tomcat appropriately as needed and drop the C3P0 pool in

Re: tomcat 5.5, getSession() returns null

2010-09-21 Thread Roman Makurin
Hi! Thanks for reply! On Mon, Sep 20, 2010 at 11:30:52AM -0400, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Roman, On 9/20/2010 3:27 AM, Roman Makurin wrote: We have clustering setup with 2 tomcat 5.5 instances, What exact version of Tomcat 5.5? Please

logging on tomcat 5.5.25

2010-09-21 Thread Christopher Gross
I have an older version of Solr (1.2) running on Tomcat 5.5.25. All the output for Solr is going to the catalina.out logfile, which gets rather large and has to be deleted about once a month, requiring me to stop Tomcat and bring it back up each time. I'd like to make a new logfile for Solr that

Re: Compiling Tomcat 6.0.x trunk

2010-09-21 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chuck, On 9/20/2010 10:00 PM, Caldarale, Charles R wrote: From: Christopher Schultz [mailto:ch...@christopherschultz.net] Subject: Re: Compiling Tomcat 6.0.x trunk I suspect you are an administrator on your box, so writing files to

Re: tomcat 5.5, getSession() returns null

2010-09-21 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Roman, On 9/21/2010 9:38 AM, Roman Makurin wrote: We r using tomcat 5.5.27. Here is server.xml from one of nodes(I skip all not important things from my point of view): Server port= shutdown=SHUTDOWN Service name=Catalina

Re: logging on tomcat 5.5.25

2010-09-21 Thread Konstantin Kolinko
2010/9/21 Christopher Gross cogr...@gmail.com: I have an older version of Solr (1.2) running on Tomcat 5.5.25. How do they perform their logging? Do they use some logging library? If yes, then you should configure that library. I added swallowOutput=true to the solr context file.

Re: logging on tomcat 5.5.25

2010-09-21 Thread Christopher Gross
Solr uses whatever is pushing it to the web for logging, so that will be Tomcat in my case. Log4j can be configured for it, but I do not have that set up now. If this proves to be difficult I may give that a try, in order to get the output from Solr out of the catalina.out file. OK, so with the

NioBlockingSelector consuming all CPU

2010-09-21 Thread Thiago Locatelli da Silva
Hello list... I am running tomcat 6.0.29 with jdk 1.6.0_21 (under linux) here when the CPU usage started raising out of the blue. Then I started monotoring the JVM (TopThreads and JTop - Jconsole plugins) to see what is going on and I got that from the VisualVM.

RE: Compiling Tomcat 6.0.x trunk

2010-09-21 Thread Caldarale, Charles R
From: Christopher Schultz [mailto:ch...@christopherschultz.net] Subject: Re: Compiling Tomcat 6.0.x trunk The same is not true on a UNIX box: almost no work is ever done as an administrator, so trying to write to /usr is kind of obnoxious. Sorry, I wasn't thinking about it from a Linux

Tomcat url redirection

2010-09-21 Thread rujin raj
*Support team, * * * * I'm working with an application that uses apache tomcat 6 to serve the website. I've installed the application and tomcat on a Windows 2003 server and everything is working fine.For instance I want http://events.mydomain.xxx/ to go to

Maximum number of session for tomcat 6

2010-09-21 Thread rujin raj
-- Forwarded message -- From: rujin raj rujin...@gmail.com Date: 21 September 2010 23:42 Subject: Maximum number of session for tomcat 6 To: users@tomcat.apache.org Dear support, I am newbie for tomcat.In our office i installed tomcat 6.Please let us know what is the maximum

Re: Maximum number of session for tomcat 6

2010-09-21 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rujin, On 9/21/2010 2:24 PM, rujin raj wrote: Dear support, Note this is a user mailing list, not a support line. I am newbie for tomcat.In our office i installed tomcat 6.Please let us know what is the maximum number of session tomcat will

Re: Tomcat url redirection

2010-09-21 Thread michel
http://tuckey.org - Original Message - From: rujin raj rujin...@gmail.com To: users@tomcat.apache.org Sent: Tuesday, September 21, 2010 2:22 PM Subject: Tomcat url redirection *Support team, * * * * I'm working with an application that uses apache tomcat 6 to serve the website.

Re: Tomcat url redirection

2010-09-21 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rujin, On 9/21/2010 2:22 PM, rujin raj wrote: Moreover whenever i type the Public IP address (http://xxx.yyy.zzz.aaa) instead of events.mydomain.xxx should also redirect to http://events.mydomain.xxx/myapp. See Michel's response for

Re: logging on tomcat 5.5.25

2010-09-21 Thread André Warnier
Konstantin Kolinko wrote: 2010/9/21 Christopher Gross cogr...@gmail.com: I have an older version of Solr (1.2) running on Tomcat 5.5.25. How do they perform their logging? Do they use some logging library? If yes, then you should configure that library. I added swallowOutput=true to the

Re: service.bat install failure (Windows, v 6.0.18)

2010-09-21 Thread something_not_in_use
andrew-245 wrote: I pretty much gave up on the Permission is denied. problem. (I have another vague thought about what was happening if you care, but not the time or expertise to pinpoint the issue.) I did a completely clean extract of the 6.0.18 tar.gz archive, and tried to see

RE: service.bat install failure (Windows, v 6.0.18)

2010-09-21 Thread Caldarale, Charles R
From: something_not_in_use [mailto:bjorn.wal...@pulsen.se] Subject: Re: service.bat install failure (Windows, v 6.0.18) I've go the same access denied error and went through the steps above including a new clean extract (of the zip), Since the thread you're responding to is nearly two

RE: NioBlockingSelector consuming all CPU

2010-09-21 Thread Caldarale, Charles R
From: Thiago Locatelli da Silva [mailto:thiago.si...@digitro.com.br] Subject: NioBlockingSelector consuming all CPU I am running tomcat 6.0.29 with jdk 1.6.0_21 (under linux) Which Linux vendor and version? Others have reported this problem with a 2.4 kernel, with the problem going away

How to reproduce tomcat security vulnerabilities

2010-09-21 Thread viola lu
Hi, From tomcat 6.0.28 fix list: http://tomcat.apache.org/security-6.html#Fixed_in_Apache_Tomcat_6.0.28, there are two security vulnerabilities fixed, but i have no idea how to trigger these flaws in tomcat 6.0.27 and what's the failure should be after several trial for example the first

RE: Tomcat url redirection

2010-09-21 Thread Caldarale, Charles R
From: rujin raj [mailto:rujin...@gmail.com] Subject: Tomcat url redirection I want http://events.mydomain.xxx/ to go to http://events.mydomain.xxx/myapp. Then name your webapp ROOT (case sensitive, even on Windows), not myapp, just as the Tomcat doc says to do. Moreover whenever i type