RE: HTTP Status 400 - Invalid direct reference to form login page!

2010-06-03 Thread Propes, Barry L
? On Thu, Jun 3, 2010 at 7:10 PM, Propes, Barry L barry.l.pro...@citi.comwrote: I had that happen periodically for years with my version of TC 4.1.31. With some folks, we could get it to go away, by cleaning out browser cache. With others, it was the same people that incurred it all

RE: HTTP Status 400 - Invalid direct reference to form login page!

2010-06-03 Thread Propes, Barry L
Yeah, I'd say he shouldn't be going back to the login page but rather to the protected page. -Original Message- From: Pid [mailto:p...@pidster.com] Sent: Thursday, June 03, 2010 12:11 PM To: Tomcat Users List Subject: Re: HTTP Status 400 - Invalid direct reference to form login page!

RE: HTTP Status 400 - Invalid direct reference to form login page!

2010-06-03 Thread Propes, Barry L
after the log out I don't point directly to the login page insted I point to a restricted page and when I get redirected to the login I type my username/pass and I get the error. Thank you very much for your time, I really appreciate!!! On Thu, Jun 3, 2010 at 8:51 PM, Propes, Barry L

RE: HTTP Status 400 - Invalid direct reference to form login page!

2010-06-03 Thread Propes, Barry L
checked the login module and it work's fine and I think this issue is related to Tomcat. So please if you have another idea please share it. Thank you, On Thu, Jun 3, 2010 at 10:27 PM, Propes, Barry L barry.l.pro...@citi.comwrote: Sounds like the session's not getting invalidated properly

RE: SQLNestedException: Cannot create PoolableConnectionFactory

2010-06-01 Thread Propes, Barry L
I got a similar error when I inadvertently had the dbcp jar file placed in multiple directories. You might try checking to ensure that it's not placed in more than one folder. -Original Message- From: Pid * [mailto:p...@pidster.com] Sent: Monday, May 31, 2010 9:16 AM To: Tomcat Users

Remote Host Filter

2010-05-24 Thread Propes, Barry L
Hello, I'm trying to implement the RemoteHostValve into my app configuration and getting a forbidden. In my META-INF/context.xml file in the manager folder, I changed from a RemoteAddrValve, filtered by IP address (which worked successfully) to the RemoteHostValve, using

RE: Remote Host Filter

2010-05-24 Thread Propes, Barry L
: Monday, May 24, 2010 12:56 PM To: Tomcat Users List Subject: RE: Remote Host Filter From: Propes, Barry L [mailto:barry.l.pro...@citi.com] Subject: Remote Host Filter allow=\\machine43namefile://\\machine43name Why do you have a leading backwards slash on the allow? Why do you have a file

RE: Remote Host Filter

2010-05-24 Thread Propes, Barry L
, though. -Original Message- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: Monday, May 24, 2010 1:58 PM To: Tomcat Users List Subject: RE: Remote Host Filter From: Propes, Barry L [mailto:barry.l.pro...@citi.com] Subject: RE: Remote Host Filter Valve className

RE: error-page exception-type subclasses of RuntimeException are not handled

2010-05-12 Thread Propes, Barry L
While not using a framework like Hibernate, I recall coding for an exception in the servlet itself. Then throwing an exception to get to the error page. Not sure if that helps you or not. -Original Message- From: Yucca Nel [mailto:yucca...@live.co.za] Sent: Wednesday, May 12, 2010 2:15

RE: Tomcat, Windows, And Deployment

2010-05-06 Thread Propes, Barry L
Is that really ALL of the log(s)? Seems like there'd be more in some of the other logs. -Original Message- From: Timothy Orme [mailto:to...@genome.med.harvard.edu] Sent: Thursday, May 06, 2010 3:43 PM To: users@tomcat.apache.org Subject: Re: Tomcat, Windows, And Deployment Yeah, the

RE: Tomcat, Windows, And Deployment

2010-05-06 Thread Propes, Barry L
, And Deployment As far as I can tell. This is just the catalina log. I have a stdout log as well, but thats just a bunch of SQL queries from my application. Are there logs besides those in the tomcat \logs folder that Im missing? -Tim On 5/6/2010 4:56 PM, Propes, Barry L wrote: Is that really ALL

RE: Q: how to obtain notification when a WebApp is unloaded/reloaded?

2010-04-23 Thread Propes, Barry L
Mine (notification) tells me in the logs when this occurs. -Original Message- From: Godmar Back [mailto:god...@gmail.com] Sent: Thursday, April 22, 2010 9:48 PM To: Tomcat Users List Subject: Re: Q: how to obtain notification when a WebApp is unloaded/reloaded? Following up on an

RE: Can't login to Tomcat manager pages

2010-04-22 Thread Propes, Barry L
Sorry, yes, Pid, that's what I meant. Sorry for confusion there. -Original Message- From: Pid [mailto:p...@pidster.com] Sent: Thursday, April 22, 2010 2:57 AM To: Tomcat Users List Subject: Re: Can't login to Tomcat manager pages On 21/04/2010 18:45, Propes, Barry L wrote: I

RE: Can't login to Tomcat manager pages

2010-04-21 Thread Propes, Barry L
I started having a similar problem yesterday and discovered that somehow my web.xml file had been deleted (not sure how), so I replaced it. Make sure you have that in your manager folder in WEB-INF. -Original Message- From: Luís de Sousa [mailto:luis.a.de.so...@gmail.com] Sent:

RE: Oracle Universal connection pooling type cast problem while configuring in server.xml

2010-04-19 Thread Propes, Barry L
V.Thangavelu, I ran into a similar error as what you state below a month or so ago. Chuck Caldarale had made the suggestion, and it turned out to be the elixir for me, was to make ABSOLUTELY sure you had NO other classes (or jar files) of the same name, i.e. tomcat-dbcp.jar, floating around

RE: Problem moving from file upload servlet to JSP

2010-04-19 Thread Propes, Barry L
You sure about that? I've got mine that way (button of type submit, but with an onClick event triggering a javascript function.) and it works fine. André Warnier wrote: ... Long form. Here's the html for file upload (vanilla): form name=csvUploadForm

RE: Problem moving from file upload servlet to JSP

2010-04-19 Thread Propes, Barry L
My guess is that he may have other various pieces of validation tied to it, client side. And he might even have some client-side validation intertwined for the type of file in an array, - i.e. .xls, .doc., .txt etc. as an acceptable file type to upload, though, like you, I have no idea not

RE: DB connection error -Tomcat 6 config

2010-04-16 Thread Propes, Barry L
address the matter. Thanks, Barry -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Friday, March 26, 2010 2:25 PM To: Tomcat Users List Subject: Re: DB connection error -Tomcat 6 config On 26/03/2010 19:22, Propes, Barry L wrote: Mark -- looked for that and got

RE: DB connection error -Tomcat 6 config

2010-04-16 Thread Propes, Barry L
Yes, that one, as well. Thanks, Konstantin. Sorry about that. -Original Message- From: Konstantin Kolinko [mailto:knst.koli...@gmail.com] Sent: Friday, April 16, 2010 5:14 PM To: Tomcat Users List Subject: Re: DB connection error -Tomcat 6 config 2010/4/17 Propes, Barry L barry.l.pro

RE: Shutdown hook for correctly unloading drivers

2010-04-07 Thread Propes, Barry L
/04/2010 23:38, Propes, Barry L wrote: Hi Mark, I've downloaded this profiler, but it tells me it's good for 15 dayswhat's the provision for having this free? I have an OpenSource license. A full license isn't that expensive. I've bought one a couple of times when I needed one

RE: [OT] Shutdown hook for correctly unloading drivers

2010-04-07 Thread Propes, Barry L
...@christopherschultz.net] Sent: Wednesday, April 07, 2010 11:03 AM To: Tomcat Users List Subject: Re: [OT] Shutdown hook for correctly unloading drivers -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Barry, On 4/7/2010 10:18 AM, Propes, Barry L wrote: Ok, thanks. Having a bit of an issue early on, since

RE: [OT] Shutdown hook for correctly unloading drivers

2010-04-07 Thread Propes, Barry L
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Barry, On 4/7/2010 2:53 PM, Propes, Barry L wrote: Ok, Chris, thanks. Mine wasn't recognizing any app on the host and port. I've only done local profiling, not remote, so I won't be too much help, here. You might want to double-check any firewall

RE: Shutdown hook for correctly unloading drivers

2010-04-06 Thread Propes, Barry L
Hi Mark, I've downloaded this profiler, but it tells me it's good for 15 dayswhat's the provision for having this free? Thanks, Barry -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Friday, March 26, 2010 7:27 AM To: Tomcat Users List Subject: Re: Shutdown

RE: Connecting to a Database

2010-03-30 Thread Propes, Barry L
-- Context antiResourceLocking=false debug=0 privileged=true Valve className=org.apache.catalina.valves.RemoteAddrValve allow=specific ip / /Context -Original Message- From: Propes, Barry L [mailto:barry.l.pro...@citi.com] Sent: Monday, March 29, 2010 2:41 PM

RE: Connecting to a Database

2010-03-30 Thread Propes, Barry L
? Where is the Realm for your webapp defined? Post your server.xml so we can see it. Did you remove the Realm in server.xml? Have you made any changes to the global conf/context.xml? -Original Message- From: Propes, Barry L [mailto:barry.l.pro...@citi.com] Sent: Tuesday, March 30, 2010 9

RE: Connecting to a Database

2010-03-29 Thread Propes, Barry L
the userRoleTable. -Original Message- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: Friday, March 26, 2010 2:56 PM To: Tomcat Users List Subject: RE: Connecting to a Database From: Propes, Barry L [mailto:barry.l.pro...@citi.com] Subject: RE: Connecting to a Database Thanks

RE: DB connection error -Tomcat 6 config

2010-03-26 Thread Propes, Barry L
...@apache.org] Sent: Tuesday, March 23, 2010 5:54 PM To: Tomcat Users List Subject: Re: DB connection error -Tomcat 6 config On 23/03/2010 22:39, Propes, Barry L wrote: I got this again today, and it seems to happen when/if I go into the Tomcat Manager app and either Stop and Start or Reload

RE: DB connection error -Tomcat 6 config

2010-03-26 Thread Propes, Barry L
config On 26/03/2010 19:22, Propes, Barry L wrote: Mark -- looked for that and got this message: Your search query TimerThread didn't return any results. Please change some terms and refer to HelpOnSearching for more information. Sorry - should have been clearer - just look for that text

RE: Connecting to a Database

2010-03-26 Thread Propes, Barry L
, Barry L [mailto:barry.l.pro...@citi.com] Subject: RE: Connecting to a Database Thanks, Leo! I've not seen instructions in the How-To (maybe I overlooked it) on the localDataSource=true attrib to the Realm in the context.xml file Unfortunately, it's not in the How-To, just in the configuration

RE: DB connection error -Tomcat 6 config

2010-03-24 Thread Propes, Barry L
Thanks, Mark -- I'll shake down that thread here in a bit. -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Tuesday, March 23, 2010 5:54 PM To: Tomcat Users List Subject: Re: DB connection error -Tomcat 6 config On 23/03/2010 22:39, Propes, Barry L wrote: I got

RE: DB connection error -Tomcat 6 config

2010-03-24 Thread Propes, Barry L
, Mark Thomas wrote: On 23/03/2010 22:39, Propes, Barry L wrote: I got this again today, and it seems to happen when/if I go into the Tomcat Manager app and either Stop and Start or Reload the app. Should that have a significant bearing on something like a DBCP connection so adversely? I

RE: DB connection error -Tomcat 6 config

2010-03-24 Thread Propes, Barry L
, Charles R [mailto:chuck.caldar...@unisys.com] Sent: Wednesday, March 24, 2010 9:45 AM To: Tomcat Users List Subject: RE: DB connection error -Tomcat 6 config From: Propes, Barry L [mailto:barry.l.pro...@citi.com] Subject: RE: DB connection error -Tomcat 6 config Although when I ran find memory

RE: newbie: accessing tomcat admin page from another machine

2010-03-23 Thread Propes, Barry L
If you have IIS running on the box, it should be able to do it like you're thinking. I've done that on my network at home. -Original Message- From: bill turner [mailto:worldwidewi...@gmail.com] Sent: Tuesday, March 23, 2010 9:21 AM To: Tomcat Users List Subject: Re: newbie: accessing

RE: newbie: accessing tomcat admin page from another machine

2010-03-23 Thread Propes, Barry L
and I was pointed to the hosts file, all is beautiful. I just need to give my server a static ip address, I suppose, so that I do not have to regularly update my hosts file. Propes, Barry L wrote: If you have IIS running on the box, it should be able to do it like you're thinking. I've

RE: DB connection error -Tomcat 6 config

2010-03-23 Thread Propes, Barry L
and restarting itthat not the case? -Original Message- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: Friday, March 19, 2010 4:47 PM To: Tomcat Users List Subject: RE: DB connection error -Tomcat 6 config From: Propes, Barry L [mailto:barry.l.pro...@citi.com

RE: DB connection error -Tomcat 6 config

2010-03-19 Thread Propes, Barry L
Well, that's interesting... -Original Message- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: Thursday, March 18, 2010 6:13 PM To: Tomcat Users List Subject: RE: DB connection error -Tomcat 6 config And if you remove the factory attribute? when I remove the I

RE: DB connection error -Tomcat 6 config

2010-03-19 Thread Propes, Barry L
11:32 AM To: Tomcat Users List Subject: Re: DB connection error -Tomcat 6 config Propes, Barry L wrote: ... I may be missing something, but And in doing this, I get this error!! C:\Program Files\Apache Software Foundation\Tomcat 6.0jar -tf tomcat.dbcp.jar java.io.FileNotFoundException

RE: DB connection error -Tomcat 6 config

2010-03-19 Thread Propes, Barry L
connection error -Tomcat 6 config On 19/03/2010 16:31, André Warnier wrote: Propes, Barry L wrote: ... I may be missing something, but And in doing this, I get this error!! C:\Program Files\Apache Software Foundation\Tomcat 6.0jar -tf tomcat.dbcp.jar java.io.FileNotFoundException

RE: DB connection error -Tomcat 6 config

2010-03-19 Thread Propes, Barry L
Much better, Mark...my fault there. When I run that command I do get the following. So I assume all is ok, there, though it will be better to reinstall to a folder without the spaces and lengthy names. C:\Program Files\Apache Software Foundation\Tomcat 6.0\libjar -tf tomcat-dbcp.j ar

RE: DB connection error -Tomcat 6 config

2010-03-19 Thread Propes, Barry L
Did so, and still getting errors. If I reference the factory ( org.apache.tomcat.dbcp.dbcp.DataSourceConnectionFactory) - I get - org.apache.jasper.JasperException: javax.servlet.ServletException: javax.naming.NamingException: Could not create resource factory instance [Root exception is

RE: DB connection error -Tomcat 6 config

2010-03-19 Thread Propes, Barry L
. -Original Message- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: Friday, March 19, 2010 1:58 PM To: Tomcat Users List Subject: RE: DB connection error -Tomcat 6 config From: Propes, Barry L [mailto:barry.l.pro...@citi.com] Subject: RE: DB connection error

RE: DB connection error -Tomcat 6 config

2010-03-19 Thread Propes, Barry L
yet. But I could be wrong about that. : ) -Original Message- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: Friday, March 19, 2010 1:58 PM To: Tomcat Users List Subject: RE: DB connection error -Tomcat 6 config From: Propes, Barry L [mailto:barry.l.pro...@citi.com

RE: DB connection error -Tomcat 6 config

2010-03-19 Thread Propes, Barry L
the tomcat-dbcp.jar file located myriad places! Thanks so much for your patience and help!! Regards, Barry -Original Message- From: Propes, Barry L [GCG-NAOT] Sent: Friday, March 19, 2010 4:03 PM To: 'Tomcat Users List' Subject: RE: DB connection error -Tomcat 6 config Alright, done

RE: DB connection error -Tomcat 6 config

2010-03-19 Thread Propes, Barry L
Ok, will do...thanks for the suggestion. I'll remove that. Thanks. -Original Message- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: Friday, March 19, 2010 4:31 PM To: Tomcat Users List Subject: RE: DB connection error -Tomcat 6 config From: Propes, Barry L

RE: DB connection error -Tomcat 6 config

2010-03-19 Thread Propes, Barry L
Message- From: Propes, Barry L [GCG-NAOT] Sent: Friday, March 19, 2010 4:31 PM To: 'Tomcat Users List' Subject: RE: DB connection error -Tomcat 6 config GOOD GOSH!!! I don't believe it! It's now friggin' working! Thank you all: Chuck, Chris, Andre, Mark, Gregor, et al. I had one little bad

RE: DB connection error -Tomcat 6 config

2010-03-19 Thread Propes, Barry L
Ok, thanks. -Original Message- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: Friday, March 19, 2010 4:47 PM To: Tomcat Users List Subject: RE: DB connection error -Tomcat 6 config From: Propes, Barry L [mailto:barry.l.pro...@citi.com] Subject: RE: DB connection

RE: DB connection error -Tomcat 6 config

2010-03-18 Thread Propes, Barry L
: Tuesday, March 16, 2010 6:12 PM To: Tomcat Users List Subject: RE: DB connection error -Tomcat 6 config From: Propes, Barry L [mailto:barry.l.pro...@citi.com] Subject: RE: DB connection error -Tomcat 6 config Still, the errors I get: Have you looked in the logs? Resource name=jdbc/myoracle auth

RE: DB connection error -Tomcat 6 config

2010-03-18 Thread Propes, Barry L
[mailto:chuck.caldar...@unisys.com] Sent: Thursday, March 18, 2010 11:41 AM To: Tomcat Users List Subject: RE: DB connection error -Tomcat 6 config From: Propes, Barry L [mailto:barry.l.pro...@citi.com] Subject: RE: DB connection error -Tomcat 6 config Yes, and it's essentially the same. And I seem

RE: DB connection error -Tomcat 6 config

2010-03-18 Thread Propes, Barry L
, March 18, 2010 2:03 PM To: Tomcat Users List Subject: Re: DB connection error -Tomcat 6 config -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Barry, On 3/18/2010 1:16 PM, Propes, Barry L wrote: Resource name=jdbc/myoracle In web.xml, located in.../webapps/chngctrl/WEB-INF/web.xml (for what it's

RE: DB connection error -Tomcat 6 config

2010-03-18 Thread Propes, Barry L
Good point...I'll switch back to factory=org.apache.tomcat.dbcp.DataSourceConnectionFactory Although I've attempted with and without a factory reference, all to the same outcome. -Original Message- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: Thursday, March

RE: DB connection error -Tomcat 6 config

2010-03-18 Thread Propes, Barry L
with my old 4.1.31 build. -Original Message- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: Thursday, March 18, 2010 3:37 PM To: Tomcat Users List Subject: RE: DB connection error -Tomcat 6 config From: Propes, Barry L [mailto:barry.l.pro...@citi.com] Subject: RE: DB

RE: DB connection error -Tomcat 6 config

2010-03-18 Thread Propes, Barry L
Ok, Chuck, I'll give that one a shot and then deploy. Thanks. -Original Message- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: Thursday, March 18, 2010 3:57 PM To: Tomcat Users List Subject: RE: DB connection error -Tomcat 6 config From: Propes, Barry L

RE: DB connection error -Tomcat 6 config

2010-03-18 Thread Propes, Barry L
Tried it Bob. Same errors in both of those attempts. javax.naming.NameNotFoundException: Name jdbc is not bound in this Context -Original Message- From: Bob Hall [mailto:rfha...@yahoo.com] Sent: Thursday, March 18, 2010 4:27 PM To: Tomcat Users List Subject: RE: DB connection error

RE: DB connection error -Tomcat 6 config

2010-03-18 Thread Propes, Barry L
Yes, it should be. Not sure how that got jumbled as such but what I did have was: Connection connection = null; Context initCtx = new InitialContext(); Context envCtx = (Context) initCtx.lookup(java:comp/env); DataSource ds = (DataSource) envCtx.lookup(jdbc/myoracle); Tried other variations

RE: DB connection error -Tomcat 6 config

2010-03-18 Thread Propes, Barry L
I tried that, too, and still get a NameNotFound exception. jdbc is not bound in this Context -Original Message- From: Bob Hall [mailto:rfha...@yahoo.com] Sent: Thursday, March 18, 2010 5:07 PM To: Tomcat Users List; p...@pidster.com Subject: Re: DB connection error -Tomcat 6 config

RE: DB connection error -Tomcat 6 config

2010-03-18 Thread Propes, Barry L
, Propes, Barry L barry.l.pro...@citi.com wrote: Yes, it should be. Not sure how that got jumbled as such but what I did have was: Connection connection = null; Context initCtx = new InitialContext(); Context envCtx = (Context) initCtx.lookup(java:comp/env); DataSource ds = (DataSource

RE: DB connection error -Tomcat 6 config

2010-03-18 Thread Propes, Barry L
Sorry for any confusion. I do have my JSP source as the following: Connection connection = null; Context initCtx = new InitialContext(); Context envCtx = (Context) initCtx.lookup(java:comp/env); DataSource ds = (DataSource) envCtx.lookup(jdbc/myoracle); connection = ds.getConnection();

RE: DB connection error -Tomcat 6 config

2010-03-18 Thread Propes, Barry L
To: Tomcat Users List Subject: RE: DB connection error -Tomcat 6 config From: Propes, Barry L [mailto:barry.l.pro...@citi.com] Subject: RE: DB connection error -Tomcat 6 config Good point...I'll switch back to factory=org.apache.tomcat.dbcp.DataSourceConnectionFactory Again, that factory

RE: DB connection error -Tomcat 6 config

2010-03-17 Thread Propes, Barry L
- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: Tuesday, March 16, 2010 6:12 PM To: Tomcat Users List Subject: RE: DB connection error -Tomcat 6 config From: Propes, Barry L [mailto:barry.l.pro...@citi.com] Subject: RE: DB connection error -Tomcat 6 config Still

RE: DB connection error -Tomcat 6 config

2010-03-16 Thread Propes, Barry L
!! -Original Message- From: Propes, Barry L [GCG-NAOT] Sent: Thursday, February 25, 2010 3:53 PM To: 'Tomcat Users List' Subject: RE: DB connection error -Tomcat 6 config I'll totally remove factory. It was necessary in my 4.1 build. I'll also tweak the other ms time settings, and the WhileIdle

RE: DB connection error -Tomcat 6 config

2010-03-16 Thread Propes, Barry L
And I should have added the proper path(s) was/were /webapps/chngctrl/META-INF/context.xml And /webapps/chngctrl/WEB-INF/web.xml Regards, Barry -Original Message- From: Propes, Barry L [GCG-NAOT] Sent: Tuesday, March 16, 2010 6:04 PM To: 'Tomcat Users List' Subject: RE: DB

RE: Commons DBCP in Tomcat 6.x

2010-03-10 Thread Propes, Barry L
And in TC 6, versus the 4 series and older versions, you should be able to cram all of the Resource params into one element or attribute tag. -Original Message- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: Tuesday, March 09, 2010 2:36 PM To: Tomcat Users List

RE: Commons DBCP in Tomcat 6.x

2010-03-09 Thread Propes, Barry L
I was initially getting this error, too, with my first install, but rebuilt the Tomcat collection and finally vanquished it using the factory reference of org.apache.tomcat.dbcp.DataSourceConnectionFactory in there, even though I'd initially gotten an error not being able to create the factory

RE: DB connection error -Tomcat 6 config

2010-03-03 Thread Propes, Barry L
config Propes, Barry L wrote: I wonder now...should I perhaps be using this jar? ojdbc6.jar ? Has anyone upgraded their Oracle drivers that's using TC 6 and JDK 1.6? If anyone has used these environments together and needed to make the change, please apprise. I am using ojdbc6.jar

RE: DB connection error -Tomcat 6 config

2010-03-03 Thread Propes, Barry L
-Tomcat 6 config --- On Tue, 3/2/10 at 3:39 PM, Propes, Barry L barry.l.pro...@citi.com wrote: Then that should work...are you using DBCP with it? I wonder now...should I perhaps be using this jar? ojdbc6.jar  ? Has anyone upgraded their Oracle drivers that's using TC 6 and JDK 1.6

RE: DB connection error -Tomcat 6 config

2010-03-02 Thread Propes, Barry L
-Original Message- From: Propes, Barry L [mailto:barry.l.pro...@citi.com] Sent: Tuesday, March 02, 2010 4:44 AM To: 'Tomcat Users List' Subject: RE: DB connection error -Tomcat 6 config Sorry, no. webapps/chngctrl/META-INF/context.xml. Thanks, Chuck. -Original Message- From

RE: DB connection error -Tomcat 6 config

2010-03-02 Thread Propes, Barry L
application. ojdbc14_g.jar is used for advance debug purpose, although it works try with normal ojdbc14.jar With regards karthik -Original Message- From: Propes, Barry L [mailto:barry.l.pro...@citi.com] Sent: Tuesday, March 02, 2010 4:44 AM To: 'Tomcat Users List' Subject: RE: DB connection

RE: DB connection error -Tomcat 6 config

2010-03-02 Thread Propes, Barry L
, Propes, Barry L barry.l.pro...@citi.com wrote: I wonder now...should I perhaps be using this jar?   ojdbc6.jar  ? Has anyone upgraded their Oracle drivers that's using TC 6 and JDK 1.6? If anyone has used these environments together and needed to make the change, please apprise. Not sure how

RE: DB connection error -Tomcat 6 config

2010-03-02 Thread Propes, Barry L
Oh ok. Thanks. -Original Message- From: Hassan Schroeder [mailto:hassan.schroe...@gmail.com] Sent: Tuesday, March 02, 2010 5:53 PM To: Tomcat Users List Subject: Re: DB connection error -Tomcat 6 config On Tue, Mar 2, 2010 at 3:39 PM, Propes, Barry L barry.l.pro...@citi.com wrote

RE: DB connection error -Tomcat 6 config

2010-03-01 Thread Propes, Barry L
thing with filenames. You called your context file META-INF/context.xml but your web.xml webapps/WEB-INF/web.xml. beware that both directories META-INF and WEB-INF are located inside your webapp. Keeping the foo examples, they would be sitting in webapps/foo. Bye Felix Propes, Barry L

RE: DB connection error -Tomcat 6 config

2010-03-01 Thread Propes, Barry L
-Original Message- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: Monday, March 01, 2010 12:32 PM To: Tomcat Users List Subject: RE: DB connection error -Tomcat 6 config From: Propes, Barry L [mailto:barry.l.pro...@citi.com] Subject: RE: DB connection error

RE: DB connection error -Tomcat 6 config

2010-03-01 Thread Propes, Barry L
,5.0.20.0 , 5.0.24.0 And have never any issues with connection pool With Oracle 10GDB , JDK1.4 /1.5,ojdbc14.jar With regards karthik -Original Message- From: Propes, Barry L [mailto:barry.l.pro...@citi.com] Sent: Friday, February 26, 2010 2:16 AM To: 'Tomcat Users List' Subject: RE: DB

RE: DB connection error -Tomcat 6 config

2010-03-01 Thread Propes, Barry L
1. Quadruple-check that you have your JDBC driver only in one place (in Tomcat's /lib directory) 2. Remove all unnecessary configuration from your Resource element: just (simple) URL, driver class, username and password, just to get things started. Good luck, - -chris Ok, I did this - blew

RE: How configure Tomcat redirect to web page instead index.htm

2010-03-01 Thread Propes, Barry L
Point it relative to your webapp path. -Original Message- From: John McKaine [mailto:sevjob...@mail.ru] Sent: Monday, March 01, 2010 3:55 PM To: users@tomcat.apache.org Subject: Re: How configure Tomcat redirect to web page instead index.htm ramzi khlil wrote: In web.xml you can

RE: DB connection error -Tomcat 6 config

2010-03-01 Thread Propes, Barry L
Sorry, no. webapps/chngctrl/META-INF/context.xml. Thanks, Chuck. -Original Message- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: Monday, March 01, 2010 4:29 PM To: Tomcat Users List Subject: RE: DB connection error -Tomcat 6 config From: Propes, Barry L

RE: DB connection error -Tomcat 6 config

2010-02-26 Thread Propes, Barry L
With Oracle 10GDB , JDK1.4 /1.5,ojdbc14.jar With regards karthik -Original Message- From: Propes, Barry L [mailto:barry.l.pro...@citi.com] Sent: Friday, February 26, 2010 2:16 AM To: 'Tomcat Users List' Subject: RE: DB connection error -Tomcat 6 config Sorry for the delay - supplying both my

RE: DB connection error -Tomcat 6 config

2010-02-25 Thread Propes, Barry L
Sorry for the delay - supplying both my META-INF/context.xml and webapps/WEB-INF/web.xml contents. Should be noted: for the factory type in the params below, I tried both factory=org.apache.commons.dbcp.BasicDataSourceFactory and factory=org.apache.dbcp.BasicDataSourceFactory, each to no

RE: DB connection error -Tomcat 6 config

2010-02-25 Thread Propes, Barry L
(HttpServlet.java:717) -Original Message- From: Propes, Barry L [GCG-NAOT] Sent: Thursday, February 25, 2010 2:46 PM To: 'Tomcat Users List' Subject: RE: DB connection error -Tomcat 6 config Sorry for the delay - supplying both my META-INF/context.xml and webapps/WEB-INF/web.xml contents

RE: DB connection error -Tomcat 6 config

2010-02-25 Thread Propes, Barry L
Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Thursday, February 25, 2010 3:26 PM To: Tomcat Users List Subject: Re: DB connection error -Tomcat 6 config -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Barry, On 2/25/2010 3:45 PM, Propes, Barry L wrote: Should

RE: DB connection error -Tomcat 6 config

2010-02-25 Thread Propes, Barry L
3:43 PM To: Tomcat Users List Subject: RE: DB connection error -Tomcat 6 config From: Propes, Barry L [mailto:barry.l.pro...@citi.com] Subject: RE: DB connection error -Tomcat 6 config javax.servlet.ServletException: org.apache.tomcat.dbcp.dbcp.SQLNestedException: Cannot create JDBC driver

RE: DB connection error -Tomcat 6 config

2010-02-25 Thread Propes, Barry L
] Sent: Thursday, February 25, 2010 3:43 PM To: Tomcat Users List Subject: Re: DB connection error -Tomcat 6 config -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Barry, On 2/25/2010 4:26 PM, Propes, Barry L wrote: After reconfiguring, I seem to be getting this error too, now. For which a cursory

RE: Question about SSL

2010-02-24 Thread Propes, Barry L
I feel his pain. We're still on IE6. : ( But yes, like Andre says, go to Tools | Options or Internet Options | Advanced and uncheck the Show friendly HTTP error messages box. -Original Message- From: André Warnier [mailto:a...@ice-sa.com] Sent: Wednesday, February 24, 2010 3:22 PM To:

RE: DB connection error -Tomcat 6 config

2010-02-23 Thread Propes, Barry L
Is the system CLASSPATH environment variable set to anything? (It shouldn't be.) Yes, it is...I'll have to double check it, but I did configure it, I think with a reference to the oracle jre. Is the Oracle driver jar anywhere else on the system (in the jre/lib directory, for example)? Make

RE: DB connection error -Tomcat 6 config

2010-02-23 Thread Propes, Barry L
Using 10g now... Thanks. -Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Tuesday, February 23, 2010 1:23 PM To: Tomcat Users List Subject: Re: DB connection error -Tomcat 6 config -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chuck, On

RE: DB connection error -Tomcat 6 config

2010-02-23 Thread Propes, Barry L
, Barry L [mailto:barry.l.pro...@citi.com] Subject: RE: DB connection error -Tomcat 6 config Have you changed conf/catalina.properties, by any chance? No, I haven't -- should I do that? No; that file contains the classpaths for the various Tomcat classloaders. If you had changed it, it might

RE: DB connection error -Tomcat 6 config

2010-02-23 Thread Propes, Barry L
connection error -Tomcat 6 config From: Propes, Barry L [mailto:barry.l.pro...@citi.com] Subject: RE: DB connection error -Tomcat 6 config I did have my CLASSPATH referencing the following: .;C:\Program Files\Java\jre1.5.0_06\lib\ext\QTJava.zip; C:\Java\jdk1.6.0_18\bin; C:\oracle\ora92\jdbc\lib

RE: DB connection error -Tomcat 6 config

2010-02-23 Thread Propes, Barry L
[mailto:chuck.caldar...@unisys.com] Sent: Tuesday, February 23, 2010 2:40 PM To: Tomcat Users List Subject: RE: DB connection error -Tomcat 6 config From: Propes, Barry L [mailto:barry.l.pro...@citi.com] Subject: RE: DB connection error -Tomcat 6 config I did have my CLASSPATH referencing the following

RE: DB connection error -Tomcat 6 config

2010-02-23 Thread Propes, Barry L
Let me give that a shot, and see if it works. Odd thing is that I've purposefully changed the xml reference of oracle.jdcb.OracleDriver reference to the deprecated version of oracle.jdcb.driver.OracleDriver to see how or if the errors being thrown would be stated differently, and they're not

RE: DB connection error -Tomcat 6 config

2010-02-23 Thread Propes, Barry L
PM To: Tomcat Users List Subject: RE: DB connection error -Tomcat 6 config From: Propes, Barry L [mailto:barry.l.pro...@citi.com] Subject: RE: DB connection error -Tomcat 6 config Odd thing is that I've purposefully changed the xml reference of oracle.jdcb.OracleDriver reference

RE: DB connection error -Tomcat 6 config

2010-02-23 Thread Propes, Barry L
Ok, Chris -- I blew away the new version I'd made, and recreated the webapps ensuring I went in this order. I'm still getting an error, but now it seems confined to the jdbc/env lookup reference I'd earlier tried to make. I've put that reference, as noted below in your email, in the

DB connection error -Tomcat 6 config

2010-02-19 Thread Propes, Barry L
Hello, I'm finally upgrading my Tomcat version from 4.1.31 to 6.0.24; in this instance, running on XP Pro w/ jdk1.6.0_18 and jre6 I'm having some trouble with the configuration of the context.xml and web.xml files. I've left the content out of the server.xml file, as instructed, as opposed to

RE: DB connection error -Tomcat 6 config

2010-02-19 Thread Propes, Barry L
Ok, will do. Thanks, Chuck. -Original Message- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: Friday, February 19, 2010 4:17 PM To: Tomcat Users List Subject: RE: DB connection error -Tomcat 6 config From: Propes, Barry L [mailto:barry.l.pro...@citi.com

RE: DB connection error -Tomcat 6 config

2010-02-19 Thread Propes, Barry L
-Original Message- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: Friday, February 19, 2010 4:17 PM To: Tomcat Users List Subject: RE: DB connection error -Tomcat 6 config The Context element for your webapp should be in the webapp's META-INF/context.xml file.

RE: DB connection error -Tomcat 6 config

2010-02-19 Thread Propes, Barry L
To: Tomcat Users List Subject: RE: DB connection error -Tomcat 6 config From: Propes, Barry L [mailto:barry.l.pro...@citi.com] Subject: RE: DB connection error -Tomcat 6 config Should I (not) be rendering some of the particular webapps's info in the WEB-INF/web.xml file? What did you have

RE: DB connection error -Tomcat 6 config

2010-02-19 Thread Propes, Barry L
So it appears Tomcat can't find the OracleDriver class. Verify that Tomcat has read access to the jar you placed in Tomcat's lib directory, and that the jar does in fact contain that class, and that you haven't also placed that jar in the webapp's WEB-INF/lib directory. (You must not have the

RE: [OT] ConnectionPool question

2009-11-11 Thread Propes, Barry L
That's good stuff, Chuck - and sadly, so prevalent among many places as the thought process. -Original Message- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: Wednesday, November 11, 2009 2:34 PM To: Tomcat Users List Subject: RE: [OT] ConnectionPool question

RE: ConnectionPool question

2009-11-05 Thread Propes, Barry L
When I FIRST make a DB query through one of my JSPs/servlets, I get this msg printed to the console. AbandonedObjectPool is used (org.apache.commons.dbcp.abandonedobjectp...@b32627) LogAbandoned: true RemoveAbandoned: true RemoveAbandonedTimeout: 30 I don't get it afterwards,

RE: ConnectionPool question

2009-11-05 Thread Propes, Barry L
Users List Subject: RE: ConnectionPool question From: Propes, Barry L [mailto:barry.l.pro...@citi.com] Subject: RE: ConnectionPool question When I FIRST make a DB query through one of my JSPs/servlets, I get this msg printed to the console. AbandonedObjectPool is used

RE: ConnectionPool question

2009-10-30 Thread Propes, Barry L
-Original Message- From: Josh Gooding [mailto:josh.good...@gmail.com] Sent: Friday, October 30, 2009 1:11 PM To: Tomcat Users List Subject: Re: ConnectionPool question This is not bad, but there is NO PLACE in the code that actively closes all of the resources. Sometimes the code is

RE: ConnectionPool question

2009-10-30 Thread Propes, Barry L
Where does it close the connection? Looks like it gets it, but the close part is commented out. The rs gets closed, but the connection gets recycled. Theoretically. Seems like you put a finally block down there to try catching/closing the wayward connection. -Original Message- From:

<    1   2   3   4   5   6   7   >