RE: tomcat session is not releasing

2009-07-01 Thread jayesh.m
Hi, Please find detailed problem statement below 1) Our Application is developed in Java and its an web based application so we use TOMCAT as web server. We deploy the Application on HP-UX mach ine. And we are using connection pooling to connect with the database. 2) During the Deployment we need

Cannot find any information on property 'x' in a bean of type 'bfs.beans.BFSInfo'

2009-07-01 Thread Jim Anderson
Hi, I'm running tomcat 6.0.18 on Linux and I'm having a problem running a javabean. I created a bean and was able to call setProperty and getProperty for the property 'startPage' in the bean. When I added a 2nd property to the bean, I got the following message: org.apache.jasper.JasperExceptio

Re: Configuring Tomcat to run as a service

2009-07-01 Thread André Warnier
Rosborough, Derrick D. wrote: Yeah, I started here, http://tomcat.apache.org/tomcat-5.5-doc/windows-service-howto.html, but it just didn't make much sense. I've never used Tomcat, please forgive me for my ignorance. I've been digging around and that's what lead me to the list. Do I include the //

RE: Configuring Tomcat to run as a service

2009-07-01 Thread Caldarale, Charles R
> From: Rosborough, Derrick D. [mailto:ddrosboro...@terracon.com] > Subject: RE: Configuring Tomcat to run as a service > > http://tomcat.apache.org/tomcat-5.5-doc/windows-service-howto.html, > but it just didn't make much sense. If you're just starting with Tomcat, use 6.0, not 5.5. The simples

RE: Configuring Tomcat to run as a service

2009-07-01 Thread Rosborough, Derrick D.
Yeah, I started here, http://tomcat.apache.org/tomcat-5.5-doc/windows-service-howto.html, but it just didn't make much sense. I've never used Tomcat, please forgive me for my ignorance. I've been digging around and that's what lead me to the list. Do I include the //? Thanks, I'll keep trying to fi

RE: Configuring Tomcat to run as a service

2009-07-01 Thread Caldarale, Charles R
> From: Rosborough, Derrick D. [mailto:ddrosboro...@terracon.com] > Subject: RE: Configuring Tomcat to run as a service > > Sorry, I need a source for step by step instructions setting up Tomcat > to run as a service on Windows 2003. Have you looked at the doc pages at all? Even a cursory look a

Re: Configuring Tomcat to run as a service

2009-07-01 Thread André Warnier
Rosborough, Derrick D. wrote: I need help configuring Tomcat to run as a service in Windows 2003. Allright, that's very tempting.. Tentative answers : - Ah Good, glad to know that. - check http://tomcat.apache.org, then come back if you have a question - maybe ask Terracon ? They do a lot

RE: Configuring Tomcat to run as a service

2009-07-01 Thread Rosborough, Derrick D.
Sorry, I need a source for step by step instructions setting up Tomcat to run as a service on Windows 2003. -Original Message- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: Wednesday, July 01, 2009 4:21 PM To: Tomcat Users List Subject: RE: Configuring Tomcat to run

RE: Configuring Tomcat to run as a service

2009-07-01 Thread Caldarale, Charles R
> From: Rosborough, Derrick D. [mailto:ddrosboro...@terracon.com] > Subject: Configuring Tomcat to run as a service > > I need help configuring Tomcat to run as a service in Windows 2003. Do you have specific questions? If not, what kind of answer do you expect? - Chuck THIS COMMUNICATION MA

Re: Configuring Tomcat to run as a service

2009-07-01 Thread Mark Thomas
Rosborough, Derrick D. wrote: > I need help configuring Tomcat to run as a service in Windows 2003. Read this: http://catb.org/esr/faqs/smart-questions.html and then try again. Mark - To unsubscribe, e-mail: users-unsubscr...

Configuring Tomcat to run as a service

2009-07-01 Thread Rosborough, Derrick D.
I need help configuring Tomcat to run as a service in Windows 2003. Terracon provides geotechnical, environmental, construction materials, and facilities consulting engineering services delivered with reliability, responsiveness, convenience, and innovation. -

Re: DBCP and Firewall timeouts

2009-07-01 Thread David Smith
Christopher Schultz wrote: > David, > > On 7/1/2009 10:49 AM, David Smith wrote: > > It would and the performance hit is minimal if you use the ping syntax > > in your validation query. I believe it looks like this: > > > validationQuery="/* ping */ SELECT 1" > > Note that both the PING is only ap

Re: tomcat session is not releasing

2009-07-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jayesh, On 7/1/2009 4:27 AM, jayes...@birlasoft.com wrote: > In our HP UX server the tomcat session is not releasing from database > even after closing the session. > > Please suggest us how can we resolve the issue I would suggest you post details

Re: DBCP and Firewall timeouts

2009-07-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 David, On 7/1/2009 10:49 AM, David Smith wrote: > It would and the performance hit is minimal if you use the ping syntax > in your validation query. I believe it looks like this: > > validationQuery="/* ping */ SELECT 1" Note that both the PING is

Re: Partial fix was Re: No cookies using proxypass* from apache 2

2009-07-01 Thread Rainer Jung
On 01.07.2009 19:03, Robert Schmid wrote: > I have solved part of the problem. Apple installs a virtual host > configuration file called "_any_80_.conf" in the sites directory. > That file interferes with ProxyPass directives in other virtual host > configs. So #1 below is fixed. > > Still

Re: Partial fix was Re: No cookies using proxypass* from apache 2

2009-07-01 Thread Hassan Schroeder
On Wed, Jul 1, 2009 at 10:03 AM, Robert Schmid wrote: > I have reduce my config to the following; Still too much -- try this: > >        ServerName ajax.newdom.com >        ServerAdmin r...@newdom.com >        DocumentRoot "/Domains/com/newdom/htdocs" >        DirectoryIndex "index.shtml" "inde

Partial fix was Re: No cookies using proxypass* from apache 2

2009-07-01 Thread Robert Schmid
I have solved part of the problem. Apple installs a virtual host configuration file called "_any_80_.conf" in the sites directory. That file interferes with ProxyPass directives in other virtual host configs. So #1 below is fixed. Still no cookies though and no meaningful errors. I

Re: No cookies using proxypass* from apache 2

2009-07-01 Thread Robert Schmid
On Jul 1, 2009, at 10:17 AM, Hassan Schroeder wrote: On Wed, Jul 1, 2009 at 7:56 AM, Robert Schmid wrote: I have a mostly virgin setup of Apache 2 and Tomcat from a fresh install of Mac OS X Server 10.5 I have set up one domain and setup the proxypass directives from apache. These are

Re: No cookies using proxypass* from apache 2

2009-07-01 Thread Hassan Schroeder
On Wed, Jul 1, 2009 at 7:56 AM, Robert Schmid wrote: > I have a mostly virgin setup of Apache 2 and Tomcat from a fresh install of > Mac OS X Server 10.5 > > I have set up  one domain and setup the proxypass directives from apache. >  These are working except that my servlets are not receiving the

No cookies using proxypass* from apache 2

2009-07-01 Thread Robert Schmid
I have a mostly virgin setup of Apache 2 and Tomcat from a fresh install of Mac OS X Server 10.5 I have set up one domain and setup the proxypass directives from apache. These are working except that my servlets are not receiving the cookies or session id. My config is below. You may n

Re: DBCP and Firewall timeouts

2009-07-01 Thread David Smith
It would and the performance hit is minimal if you use the ping syntax in your validation query. I believe it looks like this: validationQuery="/* ping */ SELECT 1" -David AD wrote: > would that simply be the testOnBorrow ? Is there a perf hit for this ? > > > > On Wed, Jul 1, 2009 at 4:00 AM,

Re: DBCP and Firewall timeouts

2009-07-01 Thread AD
would that simply be the testOnBorrow ? Is there a perf hit for this ? On Wed, Jul 1, 2009 at 4:00 AM, Mark Thomas wrote: >> --- Original Message --- >> From: AD >> To: Tomcat Users List >> Sent: 01/07/09, 04:37:26 >> Subject: DBCP and Firewall timeouts >> >>  Is there a recommended c

Re: tomcat hang when start with "service tomcat start"

2009-07-01 Thread André Warnier
zhicheng wang wrote: hi Thanks for so many useful inputs. i totally agree with the following and had tried to get root user's environments by added . /etc/profile . /root/.bash_profile in /etc/init.d/tomcat (we do not want to change /sbin/service) but it did not work Hi again. It has alrea

Re: AW: Service available for HTTPS only? (no HTTP)

2009-07-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Stefan, On 7/1/2009 6:42 AM, Stefan Rainer wrote: > In my web.xml file I don't find any entry corresponding my service. > It seems to be the default web.xml file provided by Axis 1.3. Post your web.xml file: it must be in there otherwise nothing wil

Re: Custom Valve

2009-07-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Sumit, On 7/1/2009 4:02 AM, Sumit D wrote: > - Extend the ValveBase class, Implement LifeCycle (not obligatory) > - write invoke method implementation > - compile and create its .jar file and put it in Catalina_Home/lib > - point it using the context.

Re: AW: Service available for HTTPS only? (no HTTP)

2009-07-01 Thread André Warnier
Stefan Rainer wrote: ... Does anyone know how I can configure my Axis servlet to only handle HTTPS requests? I think you are running around in circles here. You already got that answer. But you do not seem to like it, so we're kind of stuck here. -

AW: Service available for HTTPS only? (no HTTP)

2009-07-01 Thread Stefan Rainer
Hello, thanks for answering. In my web.xml file I don't find any entry corresponding my service. It seems to be the default web.xml file provided by Axis 1.3. I did some researches on your keywords "" and "CONFIDENTIAL" but I could not find something usefull. In my point of view, it will proba

RE: tomcat hang when start with "service tomcat start"

2009-07-01 Thread zhicheng wang
hi Thanks for so many useful inputs. i totally agree with the following and had tried to get root user's environments by added . /etc/profile . /root/.bash_profile in /etc/init.d/tomcat (we do not want to change /sbin/service) but it did not work > From: chuck.caldar...@unisys.com > To: use

tomcat session is not releasing

2009-07-01 Thread jayesh.m
Hi, In our HP UX server the tomcat session is not releasing from database even after closing the session. Please suggest us how can we resolve the issue Regards, Jayesh M

Re: Custom Valve

2009-07-01 Thread Sumit D
Thank you Chris and Chuck for your replies. I tried to write a Custom Valve but please correct me if I am wrong: when writing a custom valve, - Extend the ValveBase class, Implement LifeCycle (not obligatory) - write invoke method implementation - compile and create its .jar file and put it in Cata

Re: DBCP and Firewall timeouts

2009-07-01 Thread Mark Thomas
> --- Original Message --- > From: AD > To: Tomcat Users List > Sent: 01/07/09, 04:37:26 > Subject: DBCP and Firewall timeouts > > Is there a recommended config of ensuring the connection pool > connections either get cleanly terminated or are sanity checked for > proper connectivity?