Re: embedded tomcat, work folder wipe out issue

2010-07-12 Thread Federico Fissore
hello all after a week of testing, I've changed the wipe out proc from wiping out both files and folders to just files, and since then it's worked (hope Murphy is not subscribed to this mailing list) My opinion (if anyone could be interested) follows: I still think that working with embedded

setenv.sh and CATALINA_BASE

2010-07-12 Thread Rainer Frey
Hi, in the default case (just one instance, supplied start scripts), CATALINA_BASE is set to CATALINA_HOME. But this assignment, if [ -z $CATALINA_BASE ] ; then CATALINA_BASE=$CATALINA_HOME fi is done *after* reading setenv.sh. Is this for a specific reason, or just accidently? The reason

Re: setenv.sh and CATALINA_BASE

2010-07-12 Thread André Warnier
Rainer Frey wrote: Hi, in the default case (just one instance, supplied start scripts), CATALINA_BASE is set to CATALINA_HOME. But this assignment, if [ -z $CATALINA_BASE ] ; then CATALINA_BASE=$CATALINA_HOME fi is done *after* reading setenv.sh. Is this for a specific reason, or just

Re: Connecting Tomcat to a database

2010-07-12 Thread Christian Bruckhoff
Hi. Am 10.07.2010 06:15, schrieb Caldarale, Charles R: From: Christian Bruckhoff [mailto:christian.bruckh...@gmx.de] Subject: Re: Connecting Tomcat to a database ERROR - GeronimoLog.error(108) | Failed to resolved external DataSource at java:comp/env/jdbc/TestDB.

Re: setenv.sh and CATALINA_BASE

2010-07-12 Thread Rainer Frey
On Monday 12 July 2010 10:56:19 André Warnier wrote: Rainer Frey wrote: Hi, in the default case (just one instance, supplied start scripts), CATALINA_BASE is set to CATALINA_HOME. But this assignment, in catalina.sh if [ -z $CATALINA_BASE ] ; then CATALINA_BASE=$CATALINA_HOME

Re: setenv.sh and CATALINA_BASE

2010-07-12 Thread André Warnier
Rainer Frey wrote: On Monday 12 July 2010 10:56:19 André Warnier wrote: Rainer Frey wrote: Hi, in the default case (just one instance, supplied start scripts), CATALINA_BASE is set to CATALINA_HOME. But this assignment, in catalina.sh if [ -z $CATALINA_BASE ] ; then

Re: setenv.sh and CATALINA_BASE

2010-07-12 Thread Rainer Frey
On Monday 12 July 2010 12:17:40 André Warnier wrote: Rainer Frey wrote: On Monday 12 July 2010 10:56:19 André Warnier wrote: Rainer Frey wrote: Hi, in the default case (just one instance, supplied start scripts), CATALINA_BASE is set to CATALINA_HOME. But this assignment, in

Re: setenv.sh and CATALINA_BASE

2010-07-12 Thread André Warnier
Rainer Frey wrote: On Monday 12 July 2010 12:17:40 André Warnier wrote: Rainer Frey wrote: On Monday 12 July 2010 10:56:19 André Warnier wrote: Rainer Frey wrote: Hi, in the default case (just one instance, supplied start scripts), CATALINA_BASE is set to CATALINA_HOME. But this assignment,

Re: setenv.sh and CATALINA_BASE

2010-07-12 Thread Konstantin Kolinko
2010/7/12 Rainer Frey rainer.f...@inxmail.de: Hi, in the default case (just one instance, supplied start scripts), CATALINA_BASE is set to CATALINA_HOME. But this assignment, if [ -z $CATALINA_BASE ] ; then  CATALINA_BASE=$CATALINA_HOME fi is done *after* reading setenv.sh. Is this for a

RE: Connecting Tomcat to a database

2010-07-12 Thread Caldarale, Charles R
From: Christian Bruckhoff [mailto:christian.bruckh...@gmx.de] Subject: Re: Connecting Tomcat to a database But now, I get another error (see end of message). Do I have to import the ODE schema even if I want to use the database for ODE external data? I presume so - how else are the tables

Re: setenv.sh and CATALINA_BASE

2010-07-12 Thread Rainer Frey
On Monday 12 July 2010 14:44:19 Konstantin Kolinko wrote: 2010/7/12 Rainer Frey rainer.f...@inxmail.de: Hi, in the default case (just one instance, supplied start scripts), CATALINA_BASE is set to CATALINA_HOME. But this assignment, if [ -z $CATALINA_BASE ] ; then

Request Processing by Apache httpd for Tomcat

2010-07-12 Thread Michael Powe
Hello, I am working on an Apache module. The module is installed in an Apache http server that handles requests for a Tomcat server. When requests come from a mobile device, the jsessionid parameter is appended to the URI in the usual manner, e.g. /i/n_my_page.jsp;jsessionid=123adsfadsfsadf

Re: tomcat datasource, find active connections

2010-07-12 Thread Ashish Kulkarni
Hi Where do i specify data source factory? i have following setup Resource name=jdbc/mydev auth=Container type=javax.sql.DataSource maxActive=2 maxIdle=2 maxWait=3000 username=user

RE: tomcat datasource, find active connections

2010-07-12 Thread Caldarale, Charles R
From: Ashish Kulkarni [mailto:ashish.kulkarn...@gmail.com] Sent: 2010 July 12, Monday 09:16 To: Tomcat Users List; p...@pidster.com Subject: Re: tomcat datasource, find active connections Where do i specify data source factory?

Re: tomcat datasource, find active connections

2010-07-12 Thread Pid
On 12/07/2010 15:15, Ashish Kulkarni wrote: Hi Where do i specify data source factory? i have following setup Resource name=jdbc/mydev auth=Container type=javax.sql.DataSource maxActive=2 maxIdle=2 maxWait=3000

Re: tomcat datasource, find active connections

2010-07-12 Thread David kerber
On 7/12/2010 10:50 AM, Pid wrote: On 12/07/2010 15:15, Ashish Kulkarni wrote: Hi Where do i specify data source factory? i have following setup Resource name=jdbc/mydev auth=Container type=javax.sql.DataSource maxActive=2 maxIdle=2

Re: tomcat datasource, find active connections

2010-07-12 Thread Ken Bowen
Perhapsselect 1is the simplest lightest weight. On Jul 12, 2010, at 11:04 AM, David kerber wrote: On 7/12/2010 10:50 AM, Pid wrote: On 12/07/2010 15:15, Ashish Kulkarni wrote: Hi Where do i specify data source factory? i have following setup Resource name=jdbc/mydev

Re: Request Processing by Apache httpd for Tomcat

2010-07-12 Thread André Warnier
Michael Powe wrote: Hello, I am working on an Apache module. The module is installed in an Apache http server that handles requests for a Tomcat server. When requests come from a mobile device, the jsessionid parameter is appended to the URI in the usual manner, e.g.

running tomcat behind an apache reverse proxy

2010-07-12 Thread Tapas Mishra
I have an application named as sakai You can check about it here http://sakaiproject.org/new-sakai-faq which is running in Tomcat on LAN as http://192.168.1.5:9090/portal I am using Apache as front end for users to access this application on internet as http://mydomain.com/sakai and ProxyPass

Re: running tomcat behind an apache reverse proxy

2010-07-12 Thread Mark Thomas
On 12/07/2010 17:53, Tapas Mishra wrote: but the application is not generating URLs properly.I have not written so it is not possible for me to change any thing in it. The application is generating URLs like this: GET /library/skin/default/portal.css GET /portal/styles/portalstyles.css GET

Re: tomcat datasource, find active connections

2010-07-12 Thread David kerber
On 7/12/2010 11:23 AM, Ken Bowen wrote: Perhaps select 1 is the simplest lightest weight. If the db will accept it (without a FROM clause), yes. D - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For

Re: running tomcat behind an apache reverse proxy

2010-07-12 Thread Rainer Jung
On 12.07.2010 19:00, Mark Thomas wrote: On 12/07/2010 17:53, Tapas Mishra wrote: but the application is not generating URLs properly.I have not written so it is not possible for me to change any thing in it. The application is generating URLs like this: GET /library/skin/default/portal.css GET

Re: SSL Not working on tomcat 5.5.29

2010-07-12 Thread kareem_s_m
Hi All, If I rename tcnative-1.dll in the bin folder then the site on SSL works. I am not that knowledgeable on thie dll. Any comments or ideas please? I got this suggestion from google but no specific reason. Regards, Kareem Pid * wrote: On 02/07/2010 06:30, kareem_s_m wrote: Hi All,

RE: SSL Not working on tomcat 5.5.29

2010-07-12 Thread Caldarale, Charles R
From: kareem_s_m [mailto:kareemud...@gmail.com] Subject: Re: SSL Not working on tomcat 5.5.29 If I rename tcnative-1.dll in the bin folder then the site on SSL works. SSL handling with the APR connector is completely different from that with a pure Java connector. The docs are here:

Re: SSL Not working on tomcat 5.5.29

2010-07-12 Thread Konstantin Kolinko
2010/7/12 kareem_s_m kareemud...@gmail.com: Hi All, If I rename tcnative-1.dll in the bin folder then the site on SSL works. I am not that knowledgeable on thie dll. Any comments or ideas please? I got this suggestion from google but no specific reason. It was already mentioned in this

Re: SSL Not working on tomcat 5.5.29

2010-07-12 Thread kareem_s_m
Yup... I guess I missed it. Thank You Konstantin. Konstantin Kolinko wrote: 2010/7/12 kareem_s_m kareemud...@gmail.com: Hi All, If I rename tcnative-1.dll in the bin folder then the site on SSL works. I am not that knowledgeable on thie dll. Any comments or ideas please? I got this

RE: SSL Not working on tomcat 5.5.29

2010-07-12 Thread kareem_s_m
Thank You Chuck!!! n828cl wrote: From: kareem_s_m [mailto:kareemud...@gmail.com] Subject: Re: SSL Not working on tomcat 5.5.29 If I rename tcnative-1.dll in the bin folder then the site on SSL works. SSL handling with the APR connector is completely different from that with a pure

Test message

2010-07-12 Thread MShah
http://moshah-linux.corp.walmart.com/ip/3555301 -- View this message in context: http://old.nabble.com/Test-message-tp29143868p29143868.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To unsubscribe,