RE: CATALINA_BASE/lib on tomcat6 (RHEL6)

2015-07-16 Thread Baird, Josh
%>" in a test JSP page and invoking it with and without catalina.properties in $CATALINA_BASE/conf. I have a ticket open with RHEL and they will hopefully be able to tell me the expected behavior here, since it obviously differs from a 'stock' Tomcat6 installation. (

RE: CATALINA_BASE/lib on tomcat6 (RHEL6)

2015-07-16 Thread Baird, Josh
Konstantin, Do you know if this is expected behavior for Tomcat6? Should I have to specify 'common.loader' in a separate $CATALINA_BASE/conf/catalina.properties file? Thanks, Josh > -Original Message- > From: Baird, Josh [mailto:jba...@follett.com] > Sent: Wednesd

RE: CATALINA_BASE/lib on tomcat6 (RHEL6)

2015-07-15 Thread Baird, Josh
including $CATALINA_BASE/lib: common.loader: ${catalina.base}/lib,${catalina.base}/lib/*.jar,${catalina.home}/lib,${catalina.home}/lib/*.jar This differs from Tomcat7 which I have also been testing. Thanks, Josh > -Original Message- > From: Konstantin Kolinko [mailto:knst.koli...@g

CATALINA_BASE/lib on tomcat6 (RHEL6)

2015-07-15 Thread Baird, Josh
/RUNNING.txt Thanks, Josh - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Tomcat/JSP returning inconsistent error messages

2014-09-17 Thread Josh Stratton
turns with a missing class. I'll try those parameters out to see if that fixes the problem. Thanks! On Wed, Sep 17, 2014 at 11:21 AM, Mark Thomas wrote: > On 17/09/2014 19:15, Josh Stratton wrote: > > I'm new to Tomcat and running a stock installation on Ubuntu. One thin

Re: Tomcat/JSP returning inconsistent error messages

2014-09-17 Thread Josh Stratton
Just FYI but I am proxying through nginx if that's a factor. On Wed, Sep 17, 2014 at 11:15 AM, Josh Stratton wrote: > I'm new to Tomcat and running a stock installation on Ubuntu. One thing > that has me really confused when debugging errors is something when I hit > refresh

Tomcat/JSP returning inconsistent error messages

2014-09-17 Thread Josh Stratton
I'm new to Tomcat and running a stock installation on Ubuntu. One thing that has me really confused when debugging errors is something when I hit refresh it will display an error like a class exception or parse error, but if I refresh again it will show me the page before I made my breaking edits.

Re: Issue on configuring Connection Pool and datasource in Tomcat 7.

2014-02-21 Thread Josh Gooding
On Fri, Feb 21, 2014 at 11:21 AM, Mark Thomas wrote: > On 21/02/2014 16:17, Josh Gooding wrote: > > On Fri, Feb 21, 2014 at 9:59 AM, Mark Thomas wrote: > > > >> On 21/02/2014 14:49, Josh Gooding wrote: > >> > >>> Is there something that I am missin

Re: Issue on configuring Connection Pool and datasource in Tomcat 7.

2014-02-21 Thread Josh Gooding
On Fri, Feb 21, 2014 at 9:59 AM, Mark Thomas wrote: > On 21/02/2014 14:49, Josh Gooding wrote: > > > Is there something that I am missing here? > > Where is the JAR containing your JDBC driver? > > Mark > Mark, It's in the WEB-INF/lib directory with all of th

Issue on configuring Connection Pool and datasource in Tomcat 7.

2014-02-21 Thread Josh Gooding
Man this has been a while since I've reached out to this list, but here it goes. I am using Tomcat 7 on Windows 7 64x and trying to configure a datasource (MySQL DB running on a 2nd box) to use. I am able to connect from my local to the remote using the mysql command line, so I do know the databa

Scenario with Tomcat cluster session management

2013-01-29 Thread Josh Gooding
not just the node that is being "worked on". Is this correct or am I missing something? Is there presently a way to undeploy a context WITHOUT tomcat destroying the sessions and not use kill -9? IMO, using kill -9 seems a bit hacky. - Josh

Re: How to Enable SSL on Tomcat 7 on Linux & Test using curl?

2012-12-18 Thread Josh Gooding
default > bundle file isn't adequate, you can specify an alternate file > using the --cacert option. > If this HTTPS server uses a certificate signed by a CA represented in > the bundle, the certificate verification probably failed due to a > problem with the certificate (it might be expired, or the name might > not match the domain name in the URL). > If you'd like to turn off curl's verification of the certificate, use > the -k (or --insecure) option. > > Am I missing a step here? > > - Josh

Re: tomcat7-maven-plugin

2012-12-18 Thread Josh Gooding
On Mon, Dec 17, 2012 at 8:13 AM, Josh Gooding wrote: > As far as this goes, there is definitely something strange going on, and I > think it points to the SSL self signed cert. Can someone verify that the > tomcat7 maven plugin works with self signed SSL? > > I have setup another

Re: tomcat7-maven-plugin

2012-12-17 Thread Josh Gooding
2012 at 9:48 AM, Josh Gooding wrote: > > > On Thu, Dec 13, 2012 at 9:36 AM, Olivier Lamy wrote: > >> 2012/12/13 Josh Gooding : >> > On Wed, Dec 12, 2012 at 6:05 PM, Olivier Lamy wrote: >> > >> >> Good detailed description :-). >> >> >

Re: tomcat7-maven-plugin

2012-12-13 Thread Josh Gooding
On Thu, Dec 13, 2012 at 9:36 AM, Olivier Lamy wrote: > 2012/12/13 Josh Gooding : > > On Wed, Dec 12, 2012 at 6:05 PM, Olivier Lamy wrote: > > > >> Good detailed description :-). > >> > > > > Hey even I get it right once in a while... ;) > >

Re: tomcat7-maven-plugin

2012-12-13 Thread Josh Gooding
air share of flack for not letting Eclipse "just do it". Of course I'm a control freak when it comes to my code... > > 2012/12/12 Josh Gooding : > > I didn't want to come here to ask as I always hate to bother anyone, but > > maybe I should have come here first.

tomcat7-maven-plugin

2012-12-12 Thread Josh Gooding
n settings.xml files seems a bit counter intuitive for preserving maximum portability right, or am I looking at this from the wrong angle? Any information anyone can provide as to where to look or what could be causing this issue, I would be greatly appreciated. Warmest regards, - Josh

Re: Delete catalina.out

2012-11-19 Thread Josh Gooding
Chris, Yes I certainly agree with that. The init.d script should sudo -u tomcat the catalina.sh script. I believe that I have fixed all of them to correctly run as the tomcat user. - Josh On Mon, Nov 19, 2012 at 3:43 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -

Re: Delete catalina.out

2012-11-17 Thread Josh Gooding
the tomcat user. :: update :: I figured out WHY it forced me to be root. Someone *(may or may not have been me) ran the /etc/init.d/tomcat start script as the root user, not as the tomcat user which I believe would cause this behavior. - Josh On Sat, Nov 17, 2012 at 8:13 PM, Christopher Schultz

Re: Tomcat 7 manager quirk?

2012-10-26 Thread Josh Gooding
shooting problems. Just my $.02. - Josh On Fri, Oct 26, 2012 at 6:37 PM, Igor Cicimov wrote: > On 27/10/2012 5:27 AM, "Josh Gooding" wrote: > > > > Hey group, > > > > I'm working with Tomcat 7's manager application for text deployments. I >

Tomcat 7 manager quirk?

2012-10-26 Thread Josh Gooding
Hey group, I'm working with Tomcat 7's manager application for text deployments. I am having a bit of a quirky issue here. I am deploying a web application that is approx 75MB as a war file that uses Tomcat's ROOT context. Is there a way that I can get tomcat to NOT start auto-deploying immedia

Re: Tomcat 7.0.30 CMA, clustering, and SSO

2012-10-26 Thread Josh Gooding
Haha, Scott you're here too? On Thu, Oct 25, 2012 at 2:06 PM, Scott Carlson wrote: > We've setup TC 7.0.32 with Clustering and Tomcat Container Managed > Authentication. HTTPSessions and SSOSessions are clustered across the > wire. With logging turned way up, I can see the synchronization and

Re: Question on realm configuration in TC 6 / 7

2012-10-02 Thread Josh Gooding
Daniel, I have deployed the context.xml to the META-INF location per web application, in the server.xml files I have set the copyXML attribute on the declaration to true. I do not configure context's anywhere but there. - Josh On Mon, Oct 1, 2012 at 10:46 AM, Christopher Schultz

Question on realm configuration in TC 6 / 7

2012-09-29 Thread Josh Gooding
-INF/lib folder? I'm curious about how this is supposed to work. - Josh

Re: Tomcat 5.5 context.xml question.

2012-08-24 Thread Josh Gooding
Mark, Konstantin, thank you very much. As usual I highly appreciate it. On Fri, Aug 24, 2012 at 4:05 PM, Mark Thomas wrote: > On 24/08/2012 20:53, Josh Gooding wrote: > > Yeah you see what I'm given to work with. The sever.xml will be cleaned > > up, but i'm tr

Re: Tomcat 5.5 context.xml question.

2012-08-24 Thread Josh Gooding
ch involves unpacking it into >$CATALINA_HOME/webapps/1.0.4). > >Best regards, >Konstantin Kolinko On Fri, Aug 24, 2012 at 2:58 PM, Konstantin Kolinko wrote: > 2012/8/24 Josh Gooding : > > > > > > > > All those debug="" attributes... - Tomcat 5.5 d

Tomcat 5.5 context.xml question.

2012-08-24 Thread Josh Gooding
1.0.4/. It deploys out to $CATALINA_HOME/webapps/1.0.4 Warmest regards and thanks in advance! - Josh

JMX enabled - not able to monitor connection pooling

2012-02-09 Thread Josh Gooding
al avail. This user group seems to be better with information so I just wanted to see if anyone else out there is using Hyperic, monitoring CP's, and what they did to get it working. As always thanks in advance. Warmest Regards, Josh

Re: unable to set MaxPermSize past 128MB

2012-02-05 Thread Josh Gooding
TC Server. No biggie. Thanks again Charles! - Josh On Sun, Feb 5, 2012 at 11:37 PM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: Josh Gooding [mailto:josh.good...@gmail.com] > > Subject: Re: unable to set MaxPermSize past 128MB > > > your ki

Re: unable to set MaxPermSize past 128MB

2012-02-05 Thread Josh Gooding
your kidding me right? Why is tweaking the JVM for this so hard? On Sun, Feb 5, 2012 at 11:19 PM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: David Dabbs [mailto:dmda...@gmail.com] > > Subject: RE: unable to set MaxPermSize past 128MB > > > > I just upgraded to 6.0.35 run

unable to set MaxPermSize past 128MB

2012-02-05 Thread Josh Gooding
owever when I bring the MaxPermSize down to 128m, It initializes just fine. Obviously I'm missing something here. Any insight? I'd like to increase the MPS parameter to either 256 or 368m. Thanks in advance as always! - Josh

Re: Upgrading Tomcat need some info

2012-01-26 Thread Josh Gooding
Konstantin - > > > 1. Have you seen the following page? > > > http://tomcat.apache.org/migration.html > > I'm getting there, I'm still perusing the change logs to see what the > major differences in between 5.5 and 6 are and from 6 to 7. The > application

Upgrading Tomcat need some info

2012-01-25 Thread Josh Gooding
r if there were improvements.Any information would be greatly appreciated! - Josh

Grabbing the user's info

2011-11-14 Thread Josh Gooding
Hey guys, Question. I'm developing an application that resides on a network. I wondered if (and how) there was a way to use the users network authentication as a valid authentication into this application? - Josh

tomcat6-differences between setup version(.exe) and zip version

2011-10-26 Thread Josh Ho
Dears Setup version had installed on my windows2008 server and worked fine. Now I wanna use zip version to replace it. Otherwise I don't know if there are any differences between both. I tried to compare both and found following differences. - setup version - installed as service in servi

Re: deploy tomcat quietly and automatically

2011-10-24 Thread Josh Ho
Only that version passed operation test. Other version is not allowed to be deployed. 2011/10/24 Caldarale, Charles R > > From: Josh Ho [mailto:josh...@ecareme.com] > > Subject: Re: deploy tomcat quietly and automatically > > > Because of compatible issue, I must ins

Re: deploy tomcat quietly and automatically

2011-10-24 Thread Josh Ho
I am new to Tomcat. I am afraid there are differences between zip version and setup version? I know setup version could be installed as a service. Maybe someone could tell me other differences, then I could use zip version instead. 2011/10/24 Pid > On 24/10/2011 10:46, Josh Ho wrote: > &

Re: deploy tomcat quietly and automatically

2011-10-24 Thread Josh Ho
Because of compatible issue, I must install 6.0.29. I've tried /S /D option but only /S worked on 6.0.29. 2011/10/24 Konstantin Kolinko > 2011/10/24 Josh Ho : > > Dears > > I wanna deploy tomcat on many windows servers. > > A binary source has been chosen (apache-tom

deploy tomcat quietly and automatically

2011-10-24 Thread Josh Ho
Dears I wanna deploy tomcat on many windows servers. A binary source has been chosen (apache-tomcat-6.0.29.exe). Is there a way to deploy it quietly and automatically like JDK(such as : jdk-6u24-windows-x64.exe /quiet) Thanks

RE: Session cookie max age

2011-07-14 Thread Josh Simmons
e max age isn't updated to reflect the current state of the session. -Original Message- From: Konstantin Kolinko [mailto:knst.koli...@gmail.com] Sent: Wednesday, July 13, 2011 8:55 PM To: Tomcat Users List Subject: Re: Session cookie max age 2011/7/14 Josh Simmons : > Our web.x

RE: Session cookie max age

2011-07-13 Thread Josh Simmons
ednesday, July 13, 2011 5:43 PM To: Tomcat Users List Subject: Re: Session cookie max age -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Josh, On 7/13/2011 5:15 PM, Josh Simmons wrote: > I was afraid I wasn't being specific enough - sorry. > > 180 > 10800 > Can you

RE: Session cookie max age

2011-07-13 Thread Josh Simmons
st Subject: Re: Session cookie max age -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Josh, On 7/13/2011 2:14 PM, Josh Simmons wrote: > We tried to set the cookie max age to 3 hours, the exact same time as > our session timeout. So, this is a non-session cookie? > However, I was extre

Session cookie max age

2011-07-13 Thread Josh Simmons
Hello, We have recently upgraded our tomcats to Tomcat7 in order to gain the new exposure to the configuration of the session cookie, namely the max age property. I had tried reading posts about getting it to work with tomcat6 but writing multiple cookies to the request caused problems for qui

Login page not showing up with configured realm.

2011-02-27 Thread Josh Gooding
with the realm. However what's happening is that when I login, it's just reverting back to the login page. I checked the catalina.out and localhost.[current day] logs and I'm not getting an errors. Any ideas on what could cause this? It's been forever and a day since I set up my last realm. Warmest regards, - Josh

Re: Question on Realm Configuration

2011-02-26 Thread Josh Gooding
alina... directory, and logged in, the error seemed to have gone by the wayside. Just a few things to get right et, and I should be good to go. Thanks again guys, and sorry to bother everyone on a Saturday. Warmest Regards, Josh On Sat, Feb 26, 2011 at 2:28 PM, Caldarale, Charles R < chuc

Question on Realm Configuration

2011-02-26 Thread Josh Gooding
something I am missing? If I remember right, the realm doesn't have to be defined in the server.xml if it is defined in the context.xml. The server is only for global realm (which I do not want). Any help would be greatly appreciated - Josh

Re: Quick Questions on some Tomcat settings

2011-01-06 Thread Josh Gooding
thank you thank you thank you! I cannot thank you all enough! On Wed, Jan 5, 2011 at 9:53 PM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: Josh Gooding [mailto:josh.good...@gmail.com] > > Subject: Re: Quick Questions on some Tomcat settings > >

Re: Quick Questions on some Tomcat settings

2011-01-05 Thread Josh Gooding
and sorry for the double posting... I have no idea what happened there. On Wed, Jan 5, 2011 at 8:43 PM, Josh Gooding wrote: > EXCELLENT! Almost there now! Just one more thing. I have it serving to > http://proj-name and it is coming up with the tomcat default page. I have > to b

Re: Quick Questions on some Tomcat settings

2011-01-05 Thread Josh Gooding
for partially jump starting my brain. On Wed, Jan 5, 2011 at 4:27 PM, André Warnier wrote: > Josh Gooding wrote: > >> Hey guys and gals, it's been a while, but I have a question for you. I am >> setting up a new Tomcat 6.0.29 installation that is for project

Quick Questions on some Tomcat settings

2011-01-05 Thread Josh Gooding
tered into the web browser, it will serve it? I am aware that I can forward the tomcat serving through the httpd server, but I am not willing to (unless it's the only way to do so.) Would this be in the virtual hosting section of the documentation by chance? Thanks in advance for any and all information! Josh

apr.apache.org problems?

2010-11-03 Thread Josh Gooding
Hey can someone verify if http://apr.apache.org links on the windows sources got changed to something dealing with www.gossipcheck.com/mirrors/apache ?? Something strange happened there. - Josh

Re: Struts 2 help with Tomcat 6

2010-10-19 Thread Josh Gooding
Just one more thing on this. Do you have to download the Javaassist jar separately? I've d/l'd both the libs and the "all" package, but it is in neither. Does anyone have it to spare by chance for version 2.2.1? On Tue, Oct 19, 2010 at 8:25 AM, Josh Gooding wrote: >

Re: Struts 2 help with Tomcat 6

2010-10-19 Thread Josh Gooding
a little more detail than whatever you're currently looking at > > > http://struts.apache.org/2.2.1/docs/create-struts-2-web-application-with-artifacts-in-web-inf-lib-and-use-ant-to-build-the-application.html > > > > On Mon, Oct 18, 2010 at 7:07 PM, Josh Gooding >wrote:

Struts 2 help with Tomcat 6

2010-10-18 Thread Josh Gooding
to be moved to get Struts 2 to work? Thanks in advance - Josh

Re: Glassfish overriding Tomcat 6.0.24 installation?

2010-06-15 Thread Josh Gooding
Thanks David, I did that and it seemed to work. :: thumbs up :: - Josh On Thu, May 27, 2010 at 2:02 PM, David Smith wrote: > On 5/27/2010 1:44 PM, Josh Gooding wrote: > > Hey guys (and gals). > > > > Interesting enough, I installed the Jave EE 5 JDK for windows. I then

Glassfish overriding Tomcat 6.0.24 installation?

2010-05-27 Thread Josh Gooding
is an option to not install glassfish. Any help would be greatly appreciated. - Josh

Re: [OT] ConnectionPool question

2009-11-11 Thread Josh Gooding
Yup, No wonder my shop is in so much trouble. No procedures, no brainstorming, no project management, no best practices, just a "shoot from the hip, Git-R-Done" attitude. I liked that so much it's now hanging in my cube :) - Josh On Wed, Nov 11, 2009 at 3:33 PM, Calda

Re: [OT] ConnectionPool question

2009-11-11 Thread Josh Gooding
et a another team), but I told my company that the procedures I wrote up needed to be used on ALL dev teams. I thought 99% of it was common sense, but I guess not. On Tue, Nov 10, 2009 at 3:40 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE

Re: [OT] ConnectionPool question

2009-11-10 Thread Josh Gooding
re problems in the long run. Hey again, thanks for everything you all have said. I feel slightly more confident now in fixing this conundrum. :) - Josh On Sat, Nov 7, 2009 at 3:17 AM, Elli Albek wrote: > Chris, as long as we are having fun its all good. I think this > question is somethin

Re: ConnectionPool question

2009-11-05 Thread Josh Gooding
Barry, that's a normal console message when using the DataSource. :) Alright. I have a question. I've finished up the ConnectionPool wrapper class that I found and is being used. I don't need it to run, but I figured it's there why not modify it to handle EVERYTHING dealing with connections. W

Re: ConnectionPool question

2009-11-04 Thread Josh Gooding
jdbc/RealmDB Container Do I need to change the to the tomcat's DataSource? On Wed, Nov 4, 2009 at 11:47 AM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Josh, > > On 11/3/2009 3:24 PM, Josh

Re: ConnectionPool question

2009-11-04 Thread Josh Gooding
t what the abandoned connection messages are for letting me know they were abandoned and put back into the pool? On Tue, Nov 3, 2009 at 4:06 PM, Josh Gooding wrote: > nevermind. I get: > > javax.servlet.ServletException: > com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionExceptio

Re: ConnectionPool question

2009-11-03 Thread Josh Gooding
One more question on bleeding resources. When closing RS / statement / connections. Do I have to do anything with the MetaData if I got that as well? (I.E Do I explicitly have to close the metadata as well?) Josh On Tue, Nov 3, 2009 at 2:01 PM, Josh Gooding wrote: > Elle, > > I am

Re: ConnectionPool question

2009-11-03 Thread Josh Gooding
nevermind. I get: javax.servlet.ServletException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: No operations allowed after connection closed. Guess that answers my question. On Tue, Nov 3, 2009 at 3:24 PM, Josh Gooding wrote: > If I close the RS, can I still use

Re: ConnectionPool question

2009-11-03 Thread Josh Gooding
am getting a ton of "abandoned" conenction warnings in the console window, so I need to find out where these are coming from now. I don't know where to begin thanking you guys but thank you. I've gotten more mentoring here on this listing than I have in 2 years at my current emp

Re: ConnectionPool question

2009-11-03 Thread Josh Gooding
If I close the RS, can I still use the MD? On Tue, Nov 3, 2009 at 3:13 PM, Elli Albek wrote: > No, you do not need to close the XXXMetaData classes. > > E > > On Tue, Nov 3, 2009 at 12:02 PM, Josh Gooding >wrote: > > > One more question on bleeding resources.

Re: Tomcat 6.0.20 on 64bit Window2003 - 64bit Service CAN'T start

2009-11-03 Thread Josh Gooding
wrote: > > From: Josh Gooding [mailto:josh.good...@gmail.com] > > Subject: Re: Tomcat 6.0.20 on 64bit Window2003 - 64bit Service CAN'T > > start > > > > EDIT: Don't install tomcat as a service. I've always had trouble > > running the 64 bit ser

Re: Tomcat 6.0.20 on 64bit Window2003 - 64bit Service CAN'T start

2009-11-02 Thread Josh Gooding
EDIT: Don't install tomcat as a service. I've always had trouble running the 64 bit service. On Mon, Nov 2, 2009 at 5:19 PM, Josh Gooding wrote: > Did you copy over the 64 bit tomcat files to the tomcat directory? Not the > 64 bit java files. > > > On Mon, Nov 2, 2

Re: Tomcat 6.0.20 on 64bit Window2003 - 64bit Service CAN'T start

2009-11-02 Thread Josh Gooding
Did you copy over the 64 bit tomcat files to the tomcat directory? Not the 64 bit java files. On Mon, Nov 2, 2009 at 5:05 PM, tiffany.d...@inovis.com < tiffany.d...@inovis.com> wrote: > I installed Tomcat 6.0.20 on 64bit Window2003. I installed 64 bit tomcat > service (64 bit tomcat6.exe and 64b

Re: Will tomcat allow me to configur access to a single folder?

2009-11-02 Thread Josh Gooding
ad of having to have a JDBC connection to a database. On Mon, Nov 2, 2009 at 10:51 AM, André Warnier wrote: > Josh Gooding wrote: > >> What I was saying is that in httpd, you can configure httpd to do what I >> want, but I was unsure if you could in tomcat. Since I'm not using h

Re: Will tomcat allow me to configur access to a single folder?

2009-11-02 Thread Josh Gooding
omain. That's all. On Mon, Nov 2, 2009 at 4:03 AM, André Warnier wrote: > Josh Gooding wrote: > >> Unlike Apache HTTPD, can Tomcat be configured to allow access to a single >> directory? >> > Huh ? > > Which Apache http documentation have you been reading ? >

Re: ConnectionPool question

2009-11-02 Thread Josh Gooding
It seems as though you cannot set the maxActive to "-1" as you can in the javax.sql.ConnectionPool for unlimited. On Mon, Nov 2, 2009 at 4:36 AM, Konstantin Kolinko wrote: > 2009/10/31 Josh Gooding : > >(...) > > and I am getting a tomcat startup exception: > > &g

Will tomcat allow me to configur access to a single folder?

2009-11-01 Thread Josh Gooding
since I have a .com, if I had say domain.com/external site dump/ Can I configure tomcat so that everytime someone went to the /external site dump section, it would ask for credentials? Is this just a simple realm configuration? Thanks. - Josh

Re: ConnectionPool question

2009-10-30 Thread Josh Gooding
> -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Josh, > > On 10/30/2009 4:31 PM, Josh Gooding wrote: > > public static void closeResources(ResultSet rs) throws > > AardvarkResourceException { > > Statement s = null; > > Co

Re: ConnectionPool question

2009-10-30 Thread Josh Gooding
Filip I grabbed the tomcat-jdbc.jar file and included it under the /lib folder in my tomcat installation. I modified my context.xml's resource tag to the following: and I am getting a tomcat startup exception: WARNING: Unexpected exception resolving reference java.lang.IllegalArgumentExceptio

Re: ConnectionPool question

2009-10-30 Thread Josh Gooding
a previously designated DB datasource class, > written by the previous developer? > > > > -Original Message- > From: Josh Gooding [mailto:josh.good...@gmail.com] > Sent: Friday, October 30, 2009 3:32 PM > To: Tomcat Users List > Subject: Re: ConnectionPo

Re: ConnectionPool question

2009-10-30 Thread Josh Gooding
on gets recycled. > Theoretically. > > Seems like you put a finally block down there to try catching/closing the > wayward connection. > > > -----Original Message- > From: Josh Gooding [mailto:josh.good...@gmail.com] > Sent: Friday, October 30, 2009 1:43 PM > To: T

Re: ConnectionPool question

2009-10-30 Thread Josh Gooding
ot;); > int cnt = 1; > while (rs.next()) { > System.out.println((cnt++)+". Host:" > +rs.getString("Host")+ >" User:"+rs.getString("User")+" > Password:"+rs

Re: ConnectionPool question

2009-10-30 Thread Josh Gooding
I also found this tid bit lying around. It get's a connection, but doesn't close the statement. public static void closeResources(ResultSet rs) throws AardvarkResourceException { try { Statement s = rs.getStatement(); if (s != null) { // ResultSets produced by

Re: ConnectionPool question

2009-10-30 Thread Josh Gooding
* from user"); > int cnt = 1; > while (rs.next()) { > System.out.println((cnt++)+". Host:" > +rs.getString("Host")+ >" User:"+rs.getString("User")+" > Pas

Re: ConnectionPool question

2009-10-30 Thread Josh Gooding
seconds), and I'll look up more info about the StatementFinalize and the validationQuery. This biggest problem I'm having is that I'm the only coder in a .NET shop (they all run IIS and code in .NET only) and no one has experience with TC except me. Honestly if it wasn't for this list and the sun forums, I'd be sunk on most things Tomcat / java wise. This list with the members have been an invaluable asset to my learning Tomcat. > > Good luck, > - -chris > Thanks, Josh

Re: ConnectionPool question

2009-10-30 Thread Josh Gooding
Hey what API holds the statementFinalizer? On Fri, Oct 30, 2009 at 9:57 AM, Josh Gooding wrote: > AHH, I will read the API for the StatementFinalizer. I was looking at > something to do that. Thank you Filip! > > > On Fri, Oct 30, 2009 at 9:53 AM, Filip Hanik - Dev

Re: ConnectionPool question

2009-10-30 Thread Josh Gooding
AHH, I will read the API for the StatementFinalizer. I was looking at something to do that. Thank you Filip! On Fri, Oct 30, 2009 at 9:53 AM, Filip Hanik - Dev Lists wrote: > hi Josh, calling Connection.close() does not close statements and > resultsets. > There is an intercepto

Re: ConnectionPool question

2009-10-30 Thread Josh Gooding
ct, just long enough to run gc() and continue on. It took me about a day to figure out, but I did. On Fri, Oct 30, 2009 at 12:58 AM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Josh, > > On 10/29/200

ConnectionPool question

2009-10-29 Thread Josh Gooding
e pretty significant changes to fix some problems, and this is one of them. Thanks in advance, - Josh

Re: Re: How do I debug dispatching errors?

2009-10-26 Thread Josh
This is Tomcat 5.5.26 under Windows XP, Java version as follows: java version "1.6.0_16" Java(TM) SE Runtime Environment (build 1.6.0_16-b01) Java HotSpot(TM) Client VM (build 14.2-b01, mixed mode, sharing) Pid wrote: Which dispatcher? Which dispatcher... can you help me out here? According to

Re: doubts about tomcat form based authentication

2009-10-20 Thread Josh Gooding
ff of that, the tomcat role table was populated at "create new user" time. It will throw your 403 error (which mine does) - Josh On Tue, Oct 20, 2009 at 7:18 PM, Nirvann wrote: > > Sorry guys to have bothered you with my silly mistake. Actually, I had > configured 403 error

How do I debug dispatching errors?

2009-10-20 Thread Josh
Hello, I have a rather small application using servlets. I am encountering a problem where the dispatching is not working properly. There is a 'web.xml' file that looks like the first listing below. I have a debug statement set on the first line in the constructor of com.mycorp.referral.se

Re: Questions on "Single Sign On"?

2009-10-20 Thread Josh Gooding
owever not clue one on how to do this. What is put in the session upon authentication that I could have my code look for to invalidate the "other" live session? - Josh On Mon, Oct 12, 2009 at 10:01 AM, André Warnier wrote: > Josh Gooding wrote: > >> To my knowledge the Singl

Re: Questions on "Single Sign On"?

2009-10-12 Thread Josh Gooding
Ugh... tabs said it all. I didn't take into consideration about them. On Mon, Oct 12, 2009 at 11:41 AM, Andre-John Mas wrote: > > On 12-Oct-2009, at 11:24, Josh Gooding wrote: > > Well upon clicking "logout" the following occurs: >> >> session.removeA

Re: Questions on "Single Sign On"?

2009-10-12 Thread Josh Gooding
On Mon, Oct 12, 2009 at 11:03 AM, André Warnier wrote: > Josh Gooding wrote: > ... > >> >> Andre, your talking about something like Active Directory for Windows >> Domain's to use with say Communicator, Outlook, etc, across windows >> environments with dom

Re: Questions on "Single Sign On"?

2009-10-12 Thread Josh Gooding
n. How would I invalidate the session upon closing the browser window? On Mon, Oct 12, 2009 at 11:02 AM, Andre-John Mas wrote: > > On 12-Oct-2009, at 10:51, Christopher Schultz wrote: > > -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >> Perter, >> >

Re: Questions on "Single Sign On"?

2009-10-12 Thread Josh Gooding
It's looking more and more like a custom code job (for the most part). I'll continue to do some research on this, but I think that coding is going to be the most direct route so far. Thanks everyone. I appreciate the input. - Josh On Mon, Oct 12, 2009 at 9:50 AM, Pid wrote: >

Questions on "Single Sign On"?

2009-10-12 Thread Josh Gooding
sible and lessen the actual coding load. Thanks in advance, - Josh

Re: configuring multiple domain's and forwarding on Tomcat 6 questions.

2009-09-26 Thread Josh Gooding
something then, I think I might have to call the company I got the domain from to get it pointing to the right server IP. On Sat, Sep 26, 2009 at 11:50 PM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: Josh Gooding [mailto:josh.good...@gmail.com] > > Subject: Re: co

Re: configuring multiple domain's and forwarding on Tomcat 6 questions.

2009-09-26 Thread Josh Gooding
ould be all I have to add correct? - Josh On Sat, Sep 26, 2009 at 10:20 PM, Scott Dunbar wrote: > Josh, > The second .com would just be another Host entry in server.xml. Don't > forget to add any Context configs in conf/Catalina/www..com > just like your first domain. >

configuring multiple domain's and forwarding on Tomcat 6 questions.

2009-09-26 Thread Josh Gooding
forwarding from .net to .com, is it the same thing? Thanks in advance - Josh

Re: Apache Tomcat, IIS, ISAPI

2009-09-25 Thread Josh Gooding
trainer manager admin Hope this helps you. - Josh On Fri, Sep 25, 2009 at 5:46 AM, Buchner, Joerg [T0I] (VW Sachsen) < joerg.buch...@volkswagen.de> wrote: > Hi Rainer, > > yes, the JSP's should be served by Tomcat! > > But Tomcat should

Re: php 5 and tomcat 6

2009-09-25 Thread Josh Gooding
of mine. If I can get a drupal installation running via a tomcat / php port, I'll be happy. If someone hacks it, i'm not worried. Ken - Thanks for the heads up on the other org. I'll look into that as well. - Josh On Thu, Sep 24, 2009 at 6:53 PM, Ken Bowen wrote: > Argh. S

php 5 and tomcat 6

2009-09-24 Thread Josh Gooding
oming up a bit short with the pecl.php.net as well since it doesn't include the dll pack for what I am looking for. TIA, Josh

  1   2   >