RE: Can't view examples

2007-03-27 Thread Propes, Barry L [GCG-NAOT]
were those commented out in the web.xml or server.xml file? -Original Message- From: Joe Green [mailto:[EMAIL PROTECTED] Sent: Monday, March 26, 2007 8:53 PM To: users@tomcat.apache.org Subject: Can't view examples Hi, I installed Apache Tomcat/6.0.10 on Win XP Pro. Tomcat Web

RE: Apache and Tomcat bridging - Servlet enabled?

2007-03-27 Thread Propes, Barry L [GCG-NAOT]
sounds like you may have declared the servlet name, but not the servlet mapping? I've accidentally left that out before on my web.xml file. -Original Message- From: Foo Shyn [mailto:[EMAIL PROTECTED] Sent: Monday, March 26, 2007 9:28 PM To: Tomcat Users List Subject: Apache and Tomcat

RE: connection pool

2007-03-22 Thread Propes, Barry L [GCG-NAOT]
exactly. -Original Message- From: Nelson, Tracy M. [mailto:[EMAIL PROTECTED] Sent: Thursday, March 22, 2007 9:05 AM To: Tomcat Users List Subject: RE: connection pool | From: Gioia, Michael [mailto:[EMAIL PROTECTED] | Sent: Thursday, 22 March, 2007 08:36 | | Barry, how did you have a

RE: connection pool

2007-03-22 Thread Propes, Barry L [GCG-NAOT]
but it sounds like it works fine all week, and then when he comes in Monday, it has stopped. He has to restart Tomcat to reconnect. Theoretically, shouldn't he run out of connections midweek or sooner if that's the case? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

RE: requiring multiple roles for access

2007-03-22 Thread Propes, Barry L [GCG-NAOT]
in the background. It's probably not the best implementation, but it'll do ;-). By the way, I've given up on the role combo login, I was just hoping when I wrote that one. Thanks, Ryan On 3/22/07, Propes, Barry L [GCG-NAOT] [EMAIL PROTECTED] wrote: Hey Ryan, I didn't end up catching it, only

RE: requiring multiple roles for access

2007-03-22 Thread Propes, Barry L [GCG-NAOT]
is moving pretty fast, so I'm going with some quick solutions that may or may not be elegant :-) If I get a chance to revisit this, I'm going to try your solution. Thanks again for all your help. - Ryan On 3/22/07, Propes, Barry L [GCG-NAOT] [EMAIL PROTECTED] wrote: oh, ok. I'd say your

RE: A disk directory context without cache

2007-03-21 Thread Propes, Barry L [GCG-NAOT]
all of mine look like this, with no slashes on docBase Context path=/examples docBase=examples debug=0 in fact...I had a problem before when I did put slashes in the docBase attribute. -Original Message- From: Artur Rataj [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 21, 2007 9:23

RE: requiring multiple roles for access

2007-03-21 Thread Propes, Barry L [GCG-NAOT]
yeah and you might even add another table to tie it in, too. I've done that as well. Tomcat requires the users and user_roles tables, but that doesn't inhibit you from customizing it further if needed. -Original Message- From: Ryan [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 21,

RE: Unable to compile class for JSP

2007-03-20 Thread Propes, Barry L [GCG-NAOT]
doesn't seem like much to go onwhich example did you use and did you look in the work folder to see what the compiled servlets were referring to? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 20, 2007 11:21 AM To: users@tomcat.apache.org

4.x series difference

2007-03-20 Thread Propes, Barry L [GCG-NAOT]
Hello users, A while back I had posted about running different versions on a desktop to see if it caused conflicts, created problems and so on. The versions in question are 4.0.1 and 4.1.3. For a lengthy time, I had used 4.0.1 in my dev. environment and 4.1.3 on our production server, both

RE: 4.x series difference

2007-03-20 Thread Propes, Barry L [GCG-NAOT]
Ok, that might be the problem, but I wonder why now. -Original Message- From: Edmund Urbani [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 20, 2007 1:53 PM To: Tomcat Users List Subject: Re: 4.x series difference Propes, Barry L [GCG-NAOT] wrote: Hello users, A while back I had

RE: 4.x series difference

2007-03-20 Thread Propes, Barry L [GCG-NAOT]
: Re: 4.x series difference Propes, Barry L [GCG-NAOT] wrote: Hello users, A while back I had posted about running different versions on a desktop to see if it caused conflicts, created problems and so on. The versions in question are 4.0.1 and 4.1.3. For a lengthy time, I had used 4.0.1

RE: deploying problem

2007-03-20 Thread Propes, Barry L [GCG-NAOT]
usually in the root of the tomcat directory in a folder called logs. At least older versions are. -Original Message- From: Deano!! [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 20, 2007 3:11 PM To: users@tomcat.apache.org Subject: Re: deploying problem well im a tomcat beginner so

RE: 4.x series difference

2007-03-20 Thread Propes, Barry L [GCG-NAOT]
PROTECTED] Sent: Tuesday, March 20, 2007 3:12 PM To: Tomcat Users List Subject: Re: 4.x series difference -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Barry, Propes, Barry L [GCG-NAOT] wrote: One thing that previously worked in both environments and now seems to not work ok is the structure

RE: connection pool

2007-03-19 Thread Propes, Barry L [GCG-NAOT]
I wonder if you have some bad thread or something hanging in Tomcat causing this. Any way you have Tomcat stop and restart on its own? We do that on our Win platform as a service -- ostensobly in part to avoid that type of thing. -Original Message- From: Gioia, Michael [mailto:[EMAIL

RE: connection pool

2007-03-19 Thread Propes, Barry L [GCG-NAOT]
is testOnBorrow an attribute in the xml config? I haven't seen that in my version, coincidentally. -Original Message- From: Tim Lucia [mailto:[EMAIL PROTECTED] Sent: Monday, March 19, 2007 11:15 AM To: 'Tomcat Users List' Subject: RE: connection pool Do you have a validation query? Is

RE: Server DB Connects are very slow after restart

2007-03-16 Thread Propes, Barry L [GCG-NAOT]
we had similar connection problems with Oracle here. At first I changed drivers, which I thought would help, then while I was furiously trying to implement connection pooling, which I ended up doing, we discovered there were big problems with the network connection to Oracle, as well as the

RE: Server DB Connects are very slow after restart

2007-03-16 Thread Propes, Barry L [GCG-NAOT]
- From: Christopher Schultz [mailto:[EMAIL PROTECTED] Sent: Friday, March 16, 2007 10:03 AM To: Tomcat Users List Subject: Re: Server DB Connects are very slow after restart -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 All, Propes, Barry L [GCG-NAOT] wrote: we had similar connection problems

RE: Quick Question for TomCat Gurus

2007-03-15 Thread Propes, Barry L [GCG-NAOT]
change up your catalina.bat or.sh file to point to the JDK 1.6 version set JAVA_HOME=C:\j2sdk1.4.0 I'm using an older version here. This is from my catalina.bat file although not sure if TC 4.1 will work well with that JDK or not. -Original Message- From: David Smith [mailto:[EMAIL

RE: JSP page not updated on each request

2007-03-15 Thread Propes, Barry L [GCG-NAOT]
I've also noticed in my apps sometimes that items with javascript references either get so deeply cached or are not recognized until I stop and restart Tomcat. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, March 15, 2007 8:14 AM To: Tomcat Users

RE: Quick Question for TomCat Gurus

2007-03-15 Thread Propes, Barry L [GCG-NAOT]
. The OP has already stated this is a linux box: Suse Linux Enterprise Server Not knowing how the OP starts tomcat, it's hard to give solid advice on the best method for switching JDKs. --David Propes, Barry L [GCG-NAOT] wrote: change up your catalina.bat or.sh file to point to the JDK 1.6 version

RE: Is there a better way to do this?

2007-03-14 Thread Propes, Barry L [GCG-NAOT]
even if the server.xml file's reloadable is set to true? reloadable=true in the Context param? -Original Message- From: Steveswt [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 14, 2007 12:15 PM To: users@tomcat.apache.org Subject: Is there a better way to do this? Hi, I am one of

RE: Classpath Problem

2007-03-14 Thread Propes, Barry L [GCG-NAOT]
might need an updated jar file for that. Might have been included with one package earlier and is now in another one. -Original Message- From: Mark Hale [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 14, 2007 2:29 PM To: users@tomcat.apache.org Subject: Classpath Problem Hi there. I

RE: The return type is incompatible with JspSourceDependent.getDependants()

2007-03-01 Thread Propes, Barry L [GCG-NAOT]
might be reflective of the JDK you're using and how that generated JSP was being written. What method, package was being used, etc. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, March 01, 2007 3:29 PM To: Tomcat Users List Subject: The return type

RE: connection pool - DBCP error

2007-02-27 Thread Propes, Barry L [GCG-NAOT]
/namevalueselect count(*) from dual/value/parameter -Original Message- From: Propes, Barry L [GCG-NAOT] [mailto:[EMAIL PROTECTED] Sent: Monday, February 26, 2007 3:48 PM To: Tomcat Users List Subject: connection pool - DBCP error I am getting a slight error with regards to my connection

RE: connection pool - DBCP error

2007-02-27 Thread Propes, Barry L [GCG-NAOT]
). See the javadocs for org.apache.commons.dbcp.BasicDataSource for all the options settable. minEvictableIdleTimeMillis= translates to setMinEvictableIdleTimeMillis(). --David Propes, Barry L [GCG-NAOT] wrote: Daniel, I scoured the APIs for that method and couldn't find anywhere, but I added

RE: j_security_check

2007-02-27 Thread Propes, Barry L [GCG-NAOT]
I connect to Oracle, but mine's configured slightly different. in the server.xml file, connectionName=user_name connectionPassword=password userTable=users userNameCol=user_name userCredCol=user_pass userRoleTable=user_roles roleNameCol=role_name/ I have an

RE: connection pool - DBCP error

2007-02-27 Thread Propes, Barry L [GCG-NAOT]
: RE: connection pool - DBCP error -Original Message- From: Propes, Barry L [GCG-NAOT] [mailto:[EMAIL PROTECTED] Sent: Monday, February 26, 2007 4:48 PM To: Tomcat Users List Subject: connection pool - DBCP error AbandonedObjectPool is used ( [EMAIL PROTECTED]) LogAbandoned

RE: increase the backend idle connection timeout or the connection_pool_minsize

2007-02-26 Thread Propes, Barry L [GCG-NAOT]
on that connection pool size, these two: parameter namemaxActive/name value20/value /parameter parameter namemaxIdle/name value2/value /parameter

connection pool - DBCP error

2007-02-26 Thread Propes, Barry L [GCG-NAOT]
I am getting a slight error with regards to my connection pool configuration. I may not have totally closed the connection properly, but shouldn't the following account for it? AbandonedObjectPool is used ( [EMAIL PROTECTED]) LogAbandoned: true RemoveAbandoned: true

RE: connection pool - DBCP error

2007-02-26 Thread Propes, Barry L [GCG-NAOT]
/namevalueselect count(*) from dual/value/parameter -Original Message- From: Propes, Barry L [GCG-NAOT] [mailto:[EMAIL PROTECTED] Sent: Monday, February 26, 2007 3:48 PM To: Tomcat Users List Subject: connection pool - DBCP error I am getting a slight error with regards to my connection pool

RE: Connection pool problem DBCP - 4.1.3

2007-02-23 Thread Propes, Barry L [GCG-NAOT]
: true RemoveAbandonedTimeout: 60 Thanks, Barry -Original Message- From: Propes, Barry L [GCG-NAOT] Sent: Wednesday, February 21, 2007 10:18 AM To: Tomcat Users List Subject

RE: Pls help : How to make case insensitive URL(JSP) on Tomcat 5.5

2007-02-22 Thread Propes, Barry L [GCG-NAOT]
can't you force something like that in the welcome page attribute of the web.xml file in the conf folder? i.e. welcome-file-list welcome-fileindex.html/welcome-file welcome-fileindex.htm/welcome-file welcome-fileindex.jsp/welcome-file

RE: authentication security constraint error

2007-02-22 Thread Propes, Barry L [GCG-NAOT]
List Subject: RE: authentication security constraint error From: Propes, Barry L [GCG-NAOT] [mailto:[EMAIL PROTECTED] Subject: RE: authentication security constraint error Yeah, I had them in there. Are they in the right order relative to the other elements? The web-app schema is rather

RE: How can I realize server side GUI??

2007-02-22 Thread Propes, Barry L [GCG-NAOT]
sounds like a lot of Swing to me...is it not? -Original Message- From: wang suya [mailto:[EMAIL PROTECTED] Sent: Thursday, February 22, 2007 5:48 PM To: Tomcat Users List Subject: Re: How can I realize server side GUI?? Hello Peter You are right. I want to make a graphical

RE: Connection reset error

2007-02-22 Thread Propes, Barry L [GCG-NAOT]
another oddity about this (maybe not). The error occurs/ed when I tried it thru the IP address of the box. In trying it thru the domain name, I don't get that error. -Original Message- From: Propes, Barry L [GCG-NAOT] Sent: Thursday, February 22, 2007 5:49 PM To: Tomcat Users List

RE: Connection pool problem DBCP - 4.1.3

2007-02-21 Thread Propes, Barry L [GCG-NAOT]
should be done in finally blocks so they happen even if you get an exception. -Original Message- From: Propes, Barry L [GCG-NAOT] [mailto:[EMAIL PROTECTED] Sent: 19 February 2007 18:22 To: Tomcat Users List Subject: Connection pool problem DBCP - 4.1.3 This is driving me crazy. I'm

authentication security constraint error

2007-02-21 Thread Propes, Barry L [GCG-NAOT]
Hi, I've been using versions 4.0 and 4.1.3 with a security constraint with no problems. However, when I added info in my server.xml file to try and attempt DBCP, I get a warning in my logs about something being defined in in an auth-constraint without being in a security role. Maybe not too

RE: authentication security constraint error

2007-02-21 Thread Propes, Barry L [GCG-NAOT]
ok, thanks, Chuck. -Original Message- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 21, 2007 5:02 PM To: Tomcat Users List Subject: RE: authentication security constraint error From: Propes, Barry L [GCG-NAOT] [mailto:[EMAIL PROTECTED] Subject

RE: authentication security constraint error

2007-02-21 Thread Propes, Barry L [GCG-NAOT]
Yeah, I had them in there. -Original Message- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 21, 2007 5:02 PM To: Tomcat Users List Subject: RE: authentication security constraint error From: Propes, Barry L [GCG-NAOT] [mailto:[EMAIL PROTECTED

RE: authentication security constraint error

2007-02-21 Thread Propes, Barry L [GCG-NAOT]
now I'll double check that part. That could be an issue. -Original Message- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 21, 2007 5:35 PM To: Tomcat Users List Subject: RE: authentication security constraint error From: Propes, Barry L [GCG-NAOT

RE: overlapped parameters between sessions

2007-02-20 Thread Propes, Barry L [GCG-NAOT]
starting to wonder if that's maybe happening to me some, too, though I've not confirmed it any of the logs yet. -Original Message- From: WILLIAM PARRA [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 20, 2007 4:00 PM To: Tomcat Users List Subject: overlapped parameters between sessions

RE: Tomcat default context

2007-02-19 Thread Propes, Barry L [GCG-NAOT]
didn't know it was possibleto set up a default context outside of the server.xml file. I thought Tomcat required that. -Original Message- From: Gardner, Brad [mailto:[EMAIL PROTECTED] Sent: Monday, February 19, 2007 10:43 AM To: users@tomcat.apache.org Subject: Tomcat default context

RE: Tomcat default context

2007-02-19 Thread Propes, Barry L [GCG-NAOT]
on the root context. -Original Message- From: Propes, Barry L [GCG-NAOT] [mailto:[EMAIL PROTECTED] Sent: Monday, February 19, 2007 11:48 AM To: Tomcat Users List Subject: RE: Tomcat default context didn't know it was possibleto set up a default context outside of the server.xml file. I

Connection pool problem DBCP - 4.1.3

2007-02-19 Thread Propes, Barry L [GCG-NAOT]
This is driving me crazy. I'm finally close, I think, on getting this solved. Problem is I seem to either get Connection is closed or Exhausted resultset, depending where I put my close statement. I've got the following up at the top, which replaces my driver reference that was previously

RE: Connection pool problem DBCP - 4.1.3

2007-02-19 Thread Propes, Barry L [GCG-NAOT]
{ Close PreparedStatement } } finally { Close Connection } All of the closing should be done in finally blocks so they happen even if you get an exception. -Original Message- From: Propes, Barry L [GCG-NAOT] [mailto:[EMAIL PROTECTED] Sent: 19 February 2007 18:22 To: Tomcat Users

RE: Connection pool problem DBCP - 4.1.3

2007-02-19 Thread Propes, Barry L [GCG-NAOT]
Johnny, you were correct. that selstmt connection statement was not being utilized, but sure must have had an adverse impact, because I think I've got it working ok now! Thanks a bunch, guys! -Original Message- From: -- [mailto:[EMAIL PROTECTED] Sent: Monday, February 19, 2007 2:06 PM

RE: multiple versions of TC

2007-02-15 Thread Propes, Barry L [GCG-NAOT]
it? -Original Message- From: Christopher Schultz [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 14, 2007 3:27 PM To: Tomcat Users List Subject: Re: multiple versions of TC -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Barry, Propes, Barry L [GCG-NAOT] wrote: what does that entail? Just

RE: Weird Exception thrown on startup (how to resolve?)

2007-02-15 Thread Propes, Barry L [GCG-NAOT]
looks like the Persistent Manager Sessions area got uncommented, and maybe shouldn't have been? Or has something wrong within the reference? -Original Message- From: Lisa [mailto:[EMAIL PROTECTED] Sent: Thursday, February 15, 2007 11:19 AM To: users@tomcat.apache.org Subject: Weird

startup error

2007-02-15 Thread Propes, Barry L [GCG-NAOT]
Hi folks, I was trying to get DBCP working and tried adding the Resource param info per the TC 4.1 documentation: Context path=/DBTest docBase=DBTest debug=5 reloadable=true crossContext=true Logger className=org.apache.catalina.logger.FileLogger prefix=localhost_DBTest_log. suffix=.txt

RE: Tomcat 5.5.9 on Sun Solaris: JSP compilation error

2007-02-15 Thread Propes, Barry L [GCG-NAOT]
might require updated jar files for the servlets and jsps? -Original Message- From: Daniel Gresh [mailto:[EMAIL PROTECTED] Sent: Thursday, February 15, 2007 1:34 PM To: Tomcat Users List Subject: Tomcat 5.5.9 on Sun Solaris: JSP compilation error Hi list, Recently I upgraded Tomcat

RE: mod_jk - tomcat sending delay

2007-02-14 Thread Propes, Barry L [GCG-NAOT]
. With regards, Babu Satasiya Propes, Barry L [GCG-NAOT] wrote: New using Tomcat 5 series -- just where is mod_jk within Tomcat? Please let me know. Thanks, -Original Message- From: babu [mailto:[EMAIL PROTECTED] Sent: Friday, February 09, 2007 4:11 PM To: users

RE: Connection Pool configuration

2007-02-14 Thread Propes, Barry L [GCG-NAOT]
commented out. Any feedback would be great! Thanks, . -Original Message- From: Propes, Barry L [GCG-NAOT] Sent: Wednesday, February 14, 2007 10:17 AM To: Tomcat Users List Subject: RE: Connection Pool configuration are you talking under the META-INF folder of the app I suppose? Just so

RE: Connection Pool configuration

2007-02-14 Thread Propes, Barry L [GCG-NAOT]
bout Tomcat 4.0, but i think in 4.1 u could do it through the admin page. Just create a Datasource under ur apps context should do the trick. Thanx. Regards, FooShyn - Original Message - From: Propes, Barry L [GCG-NAOT] [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org

multiple versions of TC

2007-02-14 Thread Propes, Barry L [GCG-NAOT]
Hi, I'm running 4.0.1 currently on my local box, but our prod box has 4.1.3. I was wondering, if I copy down the newer version, can I run it also (not simultaneously) but without having to delete the older version? Can I just set the jdk path appropriately and run it like I would my older

RE: multiple versions of TC

2007-02-14 Thread Propes, Barry L [GCG-NAOT]
ok, thanks, David. -Original Message- From: David Kerber [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 14, 2007 12:21 PM To: Tomcat Users List Subject: Re: multiple versions of TC Propes, Barry L [GCG-NAOT] wrote: Hi, I'm running 4.0.1 currently on my local box, but our prod

RE: multiple versions of TC

2007-02-14 Thread Propes, Barry L [GCG-NAOT]
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Barry, David Kerber wrote: Propes, Barry L [GCG-NAOT] wrote: I'm running 4.0.1 currently on my local box, but our prod box has 4.1.3. I was wondering, if I copy down the newer version, can I run it also (not simultaneously) but without having

RE: multiple versions of TC

2007-02-14 Thread Propes, Barry L [GCG-NAOT]
versions of TC -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Barry, Propes, Barry L [GCG-NAOT] wrote: gotcha! Thanks. Both were running at port 8080, just not simultaneously. I should be ok in that regard, correct? Yeah, you should be fine. What I do on my machines is front everything

RE: multiple versions of TC

2007-02-14 Thread Propes, Barry L [GCG-NAOT]
perfect! Thanks, Chris! -Original Message- From: Christopher Schultz [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 14, 2007 3:27 PM To: Tomcat Users List Subject: Re: multiple versions of TC -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Barry, Propes, Barry L [GCG-NAOT] wrote

Tomcat load up error, w/ Oracle

2007-02-13 Thread Propes, Barry L [GCG-NAOT]
Hi folks, I've been having some issues anyway with Oracle in my Java app the last week or so. Originally, I thought it was due to some references where I was using the old sun.jdbc.odbc.JdbcOdbcDriver rather than the thin Oracle driver. So in any reference I had this, I've switched it to the

RE: Tomcat load up error, w/ Oracle

2007-02-13 Thread Propes, Barry L [GCG-NAOT]
it in error, purge the message from your system and notify the sender immediately. Any other use of the email by you is prohibited. -Original Message- From: Propes, Barry L [GCG-NAOT] [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 13, 2007 11:43 To: Tomcat Users List Subject: Tomcat load

RE: Tomcat load up error, w/ Oracle

2007-02-13 Thread Propes, Barry L [GCG-NAOT]
, proprietary, or otherwise private information. If you have received it in error, purge the message from your system and notify the sender immediately. Any other use of the email by you is prohibited. -Original Message- From: Propes, Barry L [GCG-NAOT] [mailto:[EMAIL PROTECTED] Sent: Tuesday

RE: [OT] mod_jk - tomcat sending delay

2007-02-13 Thread Propes, Barry L [GCG-NAOT]
New using Tomcat 5 series -- just where is mod_jk within Tomcat? Please let me know. Thanks, -Original Message- From: babu [mailto:[EMAIL PROTECTED] Sent: Friday, February 09, 2007 4:11 PM To: users@tomcat.apache.org Subject: Re: [OT] mod_jk - tomcat sending delay Hi, We are also

RE: Connection Pool configuration

2007-02-09 Thread Propes, Barry L [GCG-NAOT]
create a Datasource under ur apps context should do the trick. Thanx. Regards, FooShyn - Original Message - From: Propes, Barry L [GCG-NAOT] [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Friday, February 09, 2007 12:01 AM Subject: Connection Pool configuration

RE: Please help me about loading javascript...

2007-02-09 Thread Propes, Barry L [GCG-NAOT]
while that's difficult to read, let me see if I interpreted correctly. While loading a webpage from the localhost URL the javascript file included in that web page does not fully load, and in the middle of loading, hangs or crashes? And then you open the page in Internet Explorer it reads

RE: Windows Authentication against multiple domains

2007-02-09 Thread Propes, Barry L [GCG-NAOT]
if you find out, please let me know...I'm barking up that tree, too. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, February 09, 2007 4:50 PM To: users@tomcat.apache.org Subject: Windows Authentication against multiple domains Hi, I am having a

RE: URL Redirect Question

2007-02-08 Thread Propes, Barry L [GCG-NAOT]
you could do this... set that one URL in your welcome page as the default -- say index or default.jsp, or index.html, or whatever. That way, people can just click that simple link below. Within one of those pages, you could add a small little javascript function that does the redirect. If you

Connection Pool configuration

2007-02-08 Thread Propes, Barry L [GCG-NAOT]
Hello, I'm dealing with Tomcat 4.0.1 and -4.1.3. I badly need to get connection pooling configured, but am not quite sure how to do it. Here's a block from my server.xml file. Realm className=org.apache.catalina.realm.JDBCRealm debug=99 driverName=oracle.jdbc.OracleDriver

RE: authentication using active directory

2007-01-26 Thread Propes, Barry L [GCG-NAOT]
you have to use the usernames and passwords as j_username and j_password. You didn't try to change that did you? -Original Message- From: Deepan [mailto:[EMAIL PROTECTED] Sent: Friday, January 26, 2007 1:22 AM To: Tomcat Users List Subject: authentication using active directory Hi, I

RE: how to detect whether Tomcat has finished starting completely on Windows?

2007-01-25 Thread Propes, Barry L [GCG-NAOT]
? Hello, We have very specific needs and can't run it as a service (user who runs it may not have enough permissions to start/stop service).. -- Vlad . * Propes, Barry L [GCG-NAOT] [EMAIL PROTECTED] [Wed, 24 Jan 2007 15:01:14 -0500]: by the way...why not run it as a service? We do on our Win2K

RE: how to detect whether Tomcat has finished starting completely on Windows?

2007-01-24 Thread Propes, Barry L [GCG-NAOT]
usually just shows a message stating Starting service Tomcat-Standalone Apache Tomcat/4.0.1 Starting service Tomcat-Apache Apache Tomcat/4.0.1 for me. I would guess 5.5 does much the same. -Original Message- From: Vlad [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 24, 2007 1:42 PM

RE: how to detect whether Tomcat has finished starting completely on Windows?

2007-01-24 Thread Propes, Barry L [GCG-NAOT]
by the way...why not run it as a service? We do on our Win2K server here! We also daily stop it at 5:50 am, and restart it at 5:55 am, just to kill off any bad threads if there are any. It's rare that there are anyway. -Original Message- From: Vlad [mailto:[EMAIL PROTECTED] Sent:

RE: Tomcat unexpectedly shuts down

2007-01-11 Thread Propes, Barry L [GCG-NAOT]
I'd find out what other major processes are running on those two UNIX boxes, as it sounds like something there's clashing terribly, and killing off the Tomcat process. -Original Message- From: Brown, Carlton [mailto:[EMAIL PROTECTED] Sent: Thursday, January 11, 2007 4:01 PM To:

RE: Tomcat unexpectedly shuts down

2007-01-11 Thread Propes, Barry L [GCG-NAOT]
-Original Message- From: Propes, Barry L [GCG-NAOT] [mailto:[EMAIL PROTECTED] Sent: Thursday, January 11, 2007 4:06 PM To: Tomcat Users List Subject: RE: Tomcat unexpectedly shuts down I'd find out what other major processes are running on those two UNIX boxes, as it sounds like something

RE: Tomcat unexpectedly shuts down

2007-01-11 Thread Propes, Barry L [GCG-NAOT]
- From: Propes, Barry L [GCG-NAOT] [mailto:[EMAIL PROTECTED] Sent: Thursday, January 11, 2007 5:06 PM To: Tomcat Users List Subject: RE: Tomcat unexpectedly shuts down I'd find out what other major processes are running on those two UNIX boxes, as it sounds like something there's

RE: downloading JSTL..

2007-01-09 Thread Propes, Barry L [GCG-NAOT]
so would I just dump all of the .tld files in my WEB-INF sub directory titled tlds? For instance, I've got a directory in my webapps folder, then a WEB-INF directory for it, then inside it I've got a directory titled tlds. Just throw them in there? -Original Message- From: Wendy Smoak