RE: Tomcat v4.1 - Resource not found 500 Error - Help!

2008-08-13 Thread Propes, Barry L
YES, it very much could be...I'd updated my JRE from it's current level and then stuff did not compile afterward either. And I'm also using 4.1. I'm at the point where I badly need to update my JDK, Tomcat version and JRE to get in the 21st century, but unfortunately, I've got some opposition at

RE: Tomcat 5.5, JNDI Connection Pooling, Active connections keep increasing....

2008-09-16 Thread Propes, Barry L
Sounds like you're not explicitly killing off the connections you set in the first place. -Original Message- From: sinoea kaabi [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 16, 2008 4:24 AM To: users@tomcat.apache.org Subject: Tomcat 5.5, JNDI Connection Pooling, Active

RE: Tomcat 5.5, JNDI Connection Pooling, Active connections keep increasing....

2008-09-16 Thread Propes, Barry L
At the end of the servlet or JSP or whichever, you need to kill off connections created that you establish. -Original Message- From: sinoea kaabi [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 16, 2008 9:56 AM To: Tomcat Users List Subject: RE: Tomcat 5.5, JNDI Connection Pooling,

RE: Tomcat 5.5, JNDI Connection Pooling, Active connections keep increasing....

2008-09-16 Thread Propes, Barry L
Yeah, that should be closing itwould you be establishing the connection(s) anywhere else though? And do you have a ResultsSet that you're leaving open? You would need to close that, too. Same for any prepared or callable statement as well. -Original Message- From: sinoea kaabi

RE: Tomcat 5.5, JNDI Connection Pooling, Active connections keep increasing....

2008-09-16 Thread Propes, Barry L
Yeah, it sounds that wayalmost like passing off one query to another servlet or page, and then the leak occurs. Do you have a monitoring tool that you can see the connections increase? -Original Message- From: Johnny Kewl [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 16, 2008

RE: Help with Tomcat IIS

2007-10-24 Thread Propes, Barry L
there's lots of people who combine the two -- I currently am, because our UNIX support group has not made the environment compatible for or with Tomcat! -Original Message- From: Jacob Rhoden [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 24, 2007 5:39 PM To: Tomcat Users List

RE: Help with Tomcat IIS

2007-10-25 Thread Propes, Barry L
with Tomcat IIS Propes, Barry L wrote: there's lots of people who combine the two -- I currently am, because our UNIX support group has not made the environment compatible for or with Tomcat! Sounds like you and I have the same employer (: But seriously, I am trying to work out the pro's

RE: Suggestions for connection pooling

2007-10-25 Thread Propes, Barry L
that should work for you Tony. I have a similar setup and mine works properly. -Original Message- From: Tony Fountain [mailto:[EMAIL PROTECTED] Sent: Thursday, October 25, 2007 3:59 PM To: Tomcat Users List Subject: RE: Suggestions for connection pooling Ok - I think I have my answer

RE: Hidden form fields not found in request

2007-10-26 Thread Propes, Barry L
I wonder if the name or value params require double quotes? I seem to have had a similar issue one time. -Original Message- From: Ashok Venkat [mailto:[EMAIL PROTECTED] Sent: Thursday, October 25, 2007 9:50 PM To: users@tomcat.apache.org Subject: Hidden form fields not found in request

RE: org.apache.commons.dbcp.DbcpException: java.sql.SQLException

2007-10-29 Thread Propes, Barry L
I think Oracle does have a set number of processes it will allow to run. This is aside from no. of connections. Like the DB handler, that rotates the listeners Oracle uses. -Original Message- From: Christopher Schultz [mailto:[EMAIL PROTECTED] Sent: Monday, October 29, 2007 3:24 PM To:

RE: org.apache.commons.dbcp.DbcpException: java.sql.SQLException

2007-10-29 Thread Propes, Barry L
can you ever connect with just a regular Oracle driver reference? As opposed to a conn. pool reference? -Original Message- From: Swapnil.Kale [mailto:[EMAIL PROTECTED] Sent: Monday, October 29, 2007 3:10 PM To: users@tomcat.apache.org Subject: Re: org.apache.commons.dbcp.DbcpException:

RE: migration from tomcat 4.1 to 5.5

2007-10-30 Thread Propes, Barry L
I think that is mainly it is that the API has changed; I had a problem when I tried to bump up the JRE/JDK on mine (w/ 4.1) and had to revert back to Java 2SE 1.4.0.2 -Original Message- From: Christopher Schultz [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 30, 2007 12:39 PM To:

RE: tomcat 4 history

2007-11-06 Thread Propes, Barry L
I had to upgrade from TC 4.0 to 4.1.31 (the version I have) to get database connection pooling working. Just FYI. Still wrestling with the JSTL of it...had some slight issues there, but it should work. -Original Message- From: Christopher Schultz [mailto:[EMAIL PROTECTED] Sent:

RE: j_security_check redirect after login

2007-11-08 Thread Propes, Barry L
if you're talking about someone bookmarking the login page or something, then yes, this will not work! They can't just arbirtarily go to it -- it only gets served from redirect I believe. It would -- I believe -- be trying to redirect, and would not know where to redirect. -Original

RE: j_security_check redirect after login

2007-11-08 Thread Propes, Barry L
I have gotten (not me, but several users) an error sometimes citing invalid direct reference to login form in the browser window. This has happened with certain elements within the XML attribs of the container. Not sure why it occurs, as these same users can access other parts of the container

RE: javax/mail/address

2007-11-20 Thread Propes, Barry L
others may tell you like they told me, but you probably ought to get rid of that sun.jdbc.odbc.JdbcOdbcDriver if you can and use a good one. Not that that is all of the problem. -Original Message- From: Dustin Fortin [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 20, 2007 10:46 AM

RE: failing to log on to manager web application

2007-11-21 Thread Propes, Barry L
mine looks like this -- role name params beforehand -- try it that way. ?xml version='1.0' encoding='utf-8'? tomcat-users role rolename=manager/ role rolename=role1/ role rolename=tomcat/ user username=admin password= roles=manager/ user username=role1 password=tomcat roles=role1/

RE: failing to log on to manager web application

2007-11-21 Thread Propes, Barry L
] Sent: Wednesday, November 21, 2007 2:43 PM To: Tomcat Users List Subject: RE: failing to log on to manager web application From: Propes, Barry L [mailto:[EMAIL PROTECTED] Subject: RE: failing to log on to manager web application mine looks like this -- role name params beforehand -- try

RE: RemoteAddrValve

2007-11-28 Thread Propes, Barry L
probably that path attribute is wrong, correct? Not needed on 5x? -Original Message- From: Niki Diulgerov [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 28, 2007 10:57 AM To: Tomcat Users List Subject: RemoteAddrValve Hello there, Using tomcat 5.5.25 + jdk1.5.0_13 By default

RE: Create New Data Source

2007-11-28 Thread Propes, Barry L
here ya go, Shekhar...see my XML config for JNDI. Keep in mind, I'm on an older version oF TC, so you can probably align and list your param attributes all in one, or more conveniently than I was able to. Resource name=jdbc/myoracle auth=Container type=javax.sql.DataSource/ ResourceParams

RE: RemoteAddrValve

2007-11-28 Thread Propes, Barry L
Barry, Propes, Barry L wrote: probably that path attribute is wrong, correct? Not needed on 5x? Yes, it's necessary, since the OP isn't dropping a WAR anywhere, but installing a context.xml file. - -chris -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.7 (MingW32) Comment: Using GnuPG

RE: RemoteAddrValve

2007-11-28 Thread Propes, Barry L
Schultz [mailto:[EMAIL PROTECTED] Subject: Re: RemoteAddrValve Propes, Barry L wrote: probably that path attribute is wrong, correct? Not needed on 5x? Yes, it's necessary, since the OP isn't dropping a WAR anywhere, but installing a context.xml file. Nope, the path attribute is not allowed

RE: Create New Data Source

2007-11-28 Thread Propes, Barry L
you bet. Barry is fine,thanks! : ) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 28, 2007 2:43 PM To: Tomcat Users List Cc: Tomcat Users List Subject: Re: Create New Data Source Christopher and Propes thanks a lot !! Christopher

RE: RemoteAddrValve

2007-11-28 Thread Propes, Barry L
, Caldarale, Charles R wrote: From: Christopher Schultz [mailto:[EMAIL PROTECTED] Subject: Re: RemoteAddrValve Propes, Barry L wrote: probably that path attribute is wrong, correct? Not needed on 5x? Yes, it's necessary, since the OP isn't dropping a WAR anywhere, but installing

RE: Parameter Map is null after Ajax Request

2007-11-30 Thread Propes, Barry L
do the logs have anything helpful at all? Almost sounds as if you save out of order - say, skipping from set 2 to set 3 you get this error, where as saving the first set or all sets won't cause the issue? -Original Message- From: Randeep Walia [mailto:[EMAIL PROTECTED] Sent: Friday,

RE: Tomcat 4 Successfully Authentication Logout

2007-12-04 Thread Propes, Barry L
sorry...I'd never seen a LogOut button implemented anywhere, and swore that once or twice on this forum I'd seen that only checking for a session to be active was available, but if it can be done (destroying the session and starting it over) that's wonderful. Like I said on the previous email I

RE: HTTP 1.1 Not Supported

2007-12-05 Thread Propes, Barry L
so it sounds like one was using a Coyote Connector and not the other, which if you said you were on 4.0 -- even a pre - 4.1 version doesn't use the Coyote Connector. It made no difference for me when I changed from 4.0 to 4.1 but if the PPC won't accept the Coyote Connector, I don't know what

RE: Single Sign-On

2007-12-05 Thread Propes, Barry L
I think via a lookup to an LDAP reference, but you have to know that LDAP group from your administrator. -Original Message- From: Andrew Hole [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 05, 2007 11:52 AM To: Tomcat Users List Subject: Single Sign-On Hello everybody! I have two

RE: Problems with IIS + Tomcat on Windows Server 2003

2007-12-12 Thread Propes, Barry L
even though you've changed hardware, would the network card be faulty? Almost sounds like it is. Or would/do your diagnostic tools help you gauge that if that is the case? -Original Message- From: pmarchwiak [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 12, 2007 3:43 PM To:

RE: Problems with IIS + Tomcat on Windows Server 2003

2007-12-12 Thread Propes, Barry L
they are faulty since I have tried at least 3 different cards (one brand new) and it didn't help. Thanks anyways. Propes, Barry L wrote: even though you've changed hardware, would the network card be faulty? Almost sounds like it is. Or would/do your diagnostic tools help you gauge

RE: extra field in form-based authentication

2007-12-13 Thread Propes, Barry L
I was thinking you had to use j_username and j_password for the j_securitycheck login action you might could add another variable in those classes called, but at the very least it would be adding it in and overriding authenticate I would think. -Original Message- From: dirk ooms

RE: extra field in form-based authentication

2007-12-13 Thread Propes, Barry L
can you not pull in a header value somewhere and determine that? Seems like you could in either your servlet or JSP pull in the header/user agent value and then write the style sheet reference accordingly. Perhaps not? -Original Message- From: dirk ooms [mailto:[EMAIL PROTECTED] Sent:

RE: how to run a simple jsp file

2007-12-21 Thread Propes, Barry L
this sounds like you maybe haven't properly imported the necessary class packages into your JSP file with @page declarative statement, like so for example: % @ page import=java.util.*,% just a guess, but probably a sound one in this case. -Original Message- From: Joly M [mailto:[EMAIL

RE: how to run a simple jsp file

2007-12-21 Thread Propes, Barry L
, Propes, Barry L [EMAIL PROTECTED]: this sounds like you maybe haven't properly imported the necessary class packages into your JSP file with @page declarative statement, like so for example: % @ page import=java.util.*,% just a guess, but probably a sound one in this case. -Original

RE: jdbc connection pooling

2008-01-04 Thread Propes, Barry L
NOT in the WEB-INF/lib -- put in the common/lib - that's where it goes. You might get very erratic performance putting the jar file in both places. make sure you know how to configure either your server.xml file or respective META-INF/ .xml file appropriately. Depends on which TC version you

RE: First JSP page, Can't get Tomcat to show jsp-pages

2008-01-10 Thread Propes, Barry L
sounds like you're either missing a jar file or have it in the wrong location. -Original Message- From: Fredrik Bonander [mailto:[EMAIL PROTECTED] Sent: Thursday, January 10, 2008 10:30 AM To: users@tomcat.apache.org Subject: First JSP page, Can't get Tomcat to show jsp-pages Hi, I ran

RE: Datasource Property Parameters (Oracle) JNDI

2008-01-11 Thread Propes, Barry L
how are those even different? Aside from the username? -Original Message- From: Andrew Hole [mailto:[EMAIL PROTECTED] Sent: Friday, January 11, 2008 9:14 AM To: Tomcat Users List Subject: Re: Datasource Property Parameters (Oracle) JNDI Well, REsource A works nice. When I startup

RE: Connection pooling

2008-01-11 Thread Propes, Barry L
I'm using an older version of Tomcat, [ : ( ], so I can't string all my attributes together like you have, but DBCP does work for me. Keep in mind, I have to split my attributes in separate tags, but it's basically the same, but here's my config: Resource name=jdbc/myoracle auth=Container

RE: Datasource Property Parameters (Oracle) JNDI

2008-01-11 Thread Propes, Barry L
(Oracle) JNDI From: Propes, Barry L [mailto:[EMAIL PROTECTED] Subject: RE: Datasource Property Parameters (Oracle) JNDI how are those even different? Aside from the username? They look very different to me. Resource A type=javax.sql.DataSource driverClassName

RE: username/password in DataSource configuration

2008-01-17 Thread Propes, Barry L
This sounds like your SQL server may be running off of Windows NT authentication, taking (simply passing, like through Active Directory possibly) your network logon credentials. Are you logging on to a network through Windows each morning? Try that logon combo, if so. See if it doesn't pass

RE: Context does not work

2008-01-28 Thread Propes, Barry L
Richard, I too, use 4.1., and in some of my context paths, I close it out with the slash at the end (the closing tag) like you do, and some have many other child XML attributes underneath them, and therefore leave it open, as I have a closing /Context tag like so. Make sure you don't have an

RE: Context does not work

2008-01-28 Thread Propes, Barry L
did you by chance not close an XML tag properly? Although it should have still balked on the Windows machine, but perhaps it was a space or carriage return ignored by the Windows box and not ignored on fedora? -Original Message- From: richhse [mailto:[EMAIL PROTECTED] Sent: Monday,

RE: IIS-Tomcat 4.1 integration

2008-02-01 Thread Propes, Barry L
sounds like Tomcat might be using port 80 (default) instead of IIS now. I think, short of some plug-in, you'll have to specify another port for one of the two...I keep TC on 8080, and IIS on 80 on mine. -Original Message- From: Chacko Kuruvilla [mailto:[EMAIL PROTECTED] Sent: Friday,

RE: DataSource binding for JSP

2008-02-13 Thread Propes, Barry L
What is this? %! DataSource ds; % Do you need that on your page? I never run such a reference on mine. I've also imported the following packages - %@ page import=javax.naming.Context,javax.naming.InitialContext,javax.naming.NamingException,javax.sql.DataSource % My JSP config looks like:

RE: DataSource binding for JSP

2008-02-14 Thread Propes, Barry L
but you should heed what Chris said, regardless of whether this happened to work or not, because you're asking for further problems down the road with that configuration -- the try/catch block and everything else, too! -Original Message- From: Jason Ling [mailto:[EMAIL PROTECTED] Sent:

RE: DataSource binding for JSP

2008-02-14 Thread Propes, Barry L
to local. So instead of %! DataSource ds; % % try { Context initCtx = new InitialContext(); I tried changing it to % DataSource ds = null; try { Context initCtx = new InitialContext(); And it worked OK. Jason On Wed, Feb 13, 2008 at 4:51 PM, Propes, Barry L [EMAIL PROTECTED

RE: Connection Pooling

2008-02-26 Thread Propes, Barry L
YIKES!!! I see something that I think is the problemat least it caused me ample problems and I was totally tarred and feathered on the Sun Java forum for doing. Are you using that driver you show? driverClassName=sun.jdbc.odbc.JdbcOdbcDriver or is that just the example that you peeled off

RE: Connection Pooling

2008-02-27 Thread Propes, Barry L
I sent him the driver. -Original Message- From: Dirk Weigenand [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 27, 2008 7:16 AM To: Tomcat Users List Subject: Re: Connection Pooling Hi, you should try to use a dedicated worker process for connections. Oracle by defaults spawns

RE: unzip a jar file from a war file to tomcat/webapp

2007-06-28 Thread Propes, Barry L
an applet? -Original Message- From: Paul Hammes [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 27, 2007 9:05 AM To: users@tomcat.apache.org Subject: unzip a jar file from a war file to tomcat/webapp Hi, i have to unzip a jar, contained in a war file. This jar file is contained in the

RE: Trouble with java.util.Timer in Tomcat 5.5

2007-06-29 Thread Propes, Barry L
wouldn't be a memory leak issue would it? -Original Message- From: David kerber [mailto:[EMAIL PROTECTED] Sent: Friday, June 29, 2007 9:41 AM To: Tomcat Users List Subject: Trouble with java.util.Timer in Tomcat 5.5 I have an app running in Tomcat 5.5.12, with jre 1.5.0_12 (explicitly

RE: Trouble with java.util.Timer in Tomcat 5.5

2007-06-29 Thread Propes, Barry L
in my system memory usage as time goes by. If there is one, it's pretty subtle. I guess I could start gc logging just to be sure... Thanks! D Propes, Barry L wrote: wouldn't be a memory leak issue would it? -Original Message- From: David kerber [mailto:[EMAIL PROTECTED] Sent: Friday

RE: Null

2007-06-29 Thread Propes, Barry L
/06/07, Propes, Barry L [EMAIL PROTECTED] wrote: yeah, this seems like a good solution, too. -Original Message- From: PTS [mailto:[EMAIL PROTECTED] Sent: Saturday, June 23, 2007 12:29 PM To: Tomcat Users List Subject: Re: Null I had to deal with a lot of null values coming back

RE: OT: Sessions

2007-07-03 Thread Propes, Barry L
sounds almost like some MetaFrame connection or something, then running the app on that particular machine. Is that what's going on here? -Original Message- From: Christopher Schultz [mailto:[EMAIL PROTECTED] Sent: Thursday, June 28, 2007 8:20 AM To: [EMAIL PROTECTED] Cc: Tomcat Users

RE: Image problem on tomcat

2007-07-03 Thread Propes, Barry L
maybe WAP browsers aren't configured to handle that extension? -Original Message- From: Zilberstein Yuval [mailto:[EMAIL PROTECTED] Sent: Thursday, June 28, 2007 11:13 AM To: Tomcat Users List Subject: Image problem on tomcat Hello all, I have an image problem on the Tomcat server. I

RE: error messages, numbers

2007-07-05 Thread Propes, Barry L
never mind...I found it, thanks. -Original Message- From: Propes, Barry L [mailto:[EMAIL PROTECTED] Sent: Thursday, July 05, 2007 11:47 AM To: Tomcat Users List Subject: error messages, numbers This has probably been discussed here before, I'm certain, but I've been perusing

error messages, numbers

2007-07-05 Thread Propes, Barry L
This has probably been discussed here before, I'm certain, but I've been perusing the archives for a bit and haven't come across it yet. When I get errors in the 400 series, the browser will show me specifically the numeric error in question - i..e 404 for a page not found, 403 for an invalid

RE: Redirection

2007-07-05 Thread Propes, Barry L
request.setAttribute and cast the string variables that are currently set in the servlet. then request.getAttribute in the JSP. Actually thoughyou might need to make the hyperlink a form button. -Original Message- From: Mohammed Zabin [mailto:[EMAIL PROTECTED] Sent: Wednesday,

RE: a question about user athentication

2007-07-05 Thread Propes, Barry L
to prevent the other users to be signed on? Do you mean prevent from locking them out? I've got a similar deal in my db with the users table, a column called user_dbflag, which, like your status column, uses a simple int value of -1 or 0 to see who's active. Actually, it also has a timestamp

RE: Redirection

2007-07-09 Thread Propes, Barry L
just do another query -- either in a second servlet to pull back to a JSP page or (not recommended, but I've done it) put the query in the JSP page itself. Just write the results right there on the fly to the JSP. -Original Message- From: Mohammed Zabin [mailto:[EMAIL PROTECTED] Sent:

RE: Help required setting up smtp server

2007-07-09 Thread Propes, Barry L
could it be your provider or network is blocking port 25 connections through apps other than the standard email app used? i.e. your company might block port 25 if not being accessed by LotusMail or Outlook. -Original Message- From: Mike Peremsky [mailto:[EMAIL PROTECTED] Sent:

RE: Changing tomcat version

2007-07-09 Thread Propes, Barry L
I believe it may be the JVM in question causing this error. A while back, I tried to bump up my JDK from 1.4.2 to 1.5 and it caused all kinds of complilation errors, and errors like this as well. And I'm still on the TC 4.1.x series. I had to uninstall that JDK's JVm to get everything to

RE: Realm problems - security issues?

2007-07-10 Thread Propes, Barry L
sounds like the update hosed the SQL driver. -Original Message- From: Søren Blidorf [mailto:[EMAIL PROTECTED] Sent: Friday, July 06, 2007 6:12 AM To: Tomcat Users List; Struts Users Mailing List Subject: Realm problems - security issues? Hi. I am having trouble setting up my

RE: Configure customized deny page for tomcat JDBCRealm authorization

2007-07-10 Thread Propes, Barry L
throwable maybe? Like the following: error-page exception-typejava.lang.Throwable/exception-type location/chngctrl/error_server.htm/location /error-page-- error-page error-code404/error-code location/chngctrl/404error.jsp/location /error-page

customized error page for tomcat depending on code

2007-07-10 Thread Propes, Barry L
someone else posted a similar topic the other day, but I didn't want to thread-hijack so I started this new topic. Anyone know of the error code number for an Exhausted ResultSet error? Or does it just fall under the generic 500 error series? i.e. like a page not found is 404 or forbidden

RE: customized error page for tomcat depending on code

2007-07-10 Thread Propes, Barry L
the error to the error page. Not the specified error. I've tried separating it with a colon, space and other formats. TC never throws an error on startup, but the error never forwards to the page either. Would this require a filter I suppose? -Original Message- From: Propes, Barry L [mailto

RE: customized error page for tomcat depending on code

2007-07-10 Thread Propes, Barry L
10, 2007 1:25 PM To: Tomcat Users List Subject: RE: customized error page for tomcat depending on code From: Propes, Barry L [mailto:[EMAIL PROTECTED] Subject: RE: customized error page for tomcat depending on code error-page exception-typejava.sql.SQLException.Exhausted

RE: customized error page for tomcat depending on code

2007-07-10 Thread Propes, Barry L
. -Original Message- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 10, 2007 2:58 PM To: Tomcat Users List Subject: RE: customized error page for tomcat depending on code From: Propes, Barry L [mailto:[EMAIL PROTECTED] Subject: RE: customized error page for tomcat

RE: customized error page for tomcat depending on code

2007-07-10 Thread Propes, Barry L
, Barry L [mailto:[EMAIL PROTECTED] Subject: RE: customized error page for tomcat depending on code I believe the webapp catches it prior to that, Chuck. If the webapp catches the exception, then how could you expect Tomcat to process it? And FYI, I tried it with a space and without. You would

RE: SMTP

2007-07-13 Thread Propes, Barry L
depends...you might still have relay problems, as per incumbent upon restrictions by your provider. -Original Message- From: Mike Peremsky [mailto:[EMAIL PROTECTED] Sent: Friday, July 13, 2007 2:15 PM To: users@tomcat.apache.org Subject: SMTP Does anything special need to be set up on

RE: JavaMail SMTP authentication in JSP

2007-07-13 Thread Propes, Barry L
I'll send you some offline. Although I basically gave up on it here because we couldn't get the email admins to allow relaying. -Original Message- From: Lyallex [mailto:[EMAIL PROTECTED] Sent: Friday, July 13, 2007 10:21 AM To: Tomcat Users List Subject: Re: JavaMail SMTP authentication

RE: unable to find valid certification path to requested target

2007-07-18 Thread Propes, Barry L
looks like a proxy error. -Original Message- From: christopher pax [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 18, 2007 11:05 AM To: users@tomcat.apache.org Subject: Fwd: unable to find valid certification path to requested target Hello i am trying to integrate

RE: OracleConnectionPoolDataSource

2007-07-18 Thread Propes, Barry L
are you importing the following packages? You maybe should. import javax.naming.Context; import javax.naming.InitialContext; import javax.naming.NamingException; -Original Message- From: Julio J. Suárez Salinero [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 18, 2007 8:07 AM To: Tomcat

RE: OracleConnectionPoolDataSource

2007-07-19 Thread Propes, Barry L
??? Christopher Schultz escribió: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Barry, Propes, Barry L wrote: are you importing the following packages? You maybe should. import javax.naming.Context; import javax.naming.InitialContext; import javax.naming.NamingException

RE: OracleConnectionPoolDataSource

2007-07-19 Thread Propes, Barry L
like here - this is the reference for that info below. http://www.nabble.com/svn-commit:-r556449tomcat-container-tc5.5.x-webapps-docs-jndi-datasource-examples-howto.xml-t4083357.html -Original Message- From: Propes, Barry L [mailto:[EMAIL PROTECTED] Sent: Thursday, July 19, 2007 10

RE: unable to launch web application in tomcat 4.1.27

2007-07-19 Thread Propes, Barry L
is the request dispatcher's URL properly configured? -Original Message- From: bhavik shah [mailto:[EMAIL PROTECTED] Sent: Thursday, July 19, 2007 1:00 PM To: Tomcat Users List Subject: unable to launch web application in tomcat 4.1.27 Hi I have installed tomcat4.1.27 on windows xp. I

RE: jsp-examples

2007-07-19 Thread Propes, Barry L
if 5.0 is anything like the 4.xx series, look in a subdir called Work, under the root of Tomcat and go on down. That's where the JSPs get compiled into servlets and you can see the code generated there on the fly. Search for all of your .java files and see where they are, and if any look

RE: OracleConnectionPoolDataSource

2007-07-19 Thread Propes, Barry L
and maybe I overlooked it, but where is the variable con intialized? Almost looks like you're calling con from a Connection class rather than a PooledConnection class. Am I seeing that incorrectly? Code that creates connection: initCtx = new InitialContext(); ctx = (Context)

RE: OracleConnectionPoolDataSource

2007-07-19 Thread Propes, Barry L
PROTECTED] Sent: Wednesday, July 18, 2007 8:12 PM To: Tomcat Users List Subject: Re: OracleConnectionPoolDataSource -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Barry, Propes, Barry L wrote: are you importing the following packages? You maybe should. import javax.naming.Context; import

RE: OracleConnectionPoolDataSource

2007-07-19 Thread Propes, Barry L
it's NOT Oracle specific. -Original Message- From: Christopher Schultz [mailto:[EMAIL PROTECTED] Sent: Thursday, July 19, 2007 2:24 PM To: Tomcat Users List Subject: Re: OracleConnectionPoolDataSource -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Seva, Seva Popov wrote: You need to

RE: OracleConnectionPoolDataSource

2007-07-19 Thread Propes, Barry L
PGP SIGNED MESSAGE- Hash: SHA1 Barry, Propes, Barry L wrote: it's NOT Oracle specific. If the user attribute is not Oracle-specific, then Seva is out of his mind: Seva Popov wrote: You need to use user=test instead of username=test. This should work in the context.xml file. Since I use

RE: OracleConnectionPoolDataSource

2007-07-19 Thread Propes, Barry L
- Hash: SHA1 Barry, Propes, Barry L wrote: I do use user, but it's not required by OracleI could use something like o_user if I wanted to. Huh? You can do this: Resource ... o_user=my_username ... / ... and it will work? Through what voodoo does that work? I thought

RE: OracleConnectionPoolDataSource

2007-07-19 Thread Propes, Barry L
List Subject: Re: OracleConnectionPoolDataSource -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Barry, Propes, Barry L wrote: I do use user, but it's not required by OracleI could use something like o_user if I wanted to. Huh? You can do this: Resource ... o_user=my_username

RE: OracleConnectionPoolDataSource

2007-07-20 Thread Propes, Barry L
on this: -Original Message- From: Julio J. Suárez Salinero [mailto:[EMAIL PROTECTED] Sent: Friday, July 20, 2007 10:13 AM To: Tomcat Users List Subject: Re: OracleConnectionPoolDataSource 3. factory attribute is new. I have found it in google and it began to work when I started using

RE: OracleConnectionPoolDataSource

2007-07-23 Thread Propes, Barry L
Zdenek, I had gotten those errors, but like I said, it entailed me going back and properly closing each opened statement and connection. -Original Message- From: Julio J. Suárez Salinero [mailto:[EMAIL PROTECTED] Sent: Monday, July 23, 2007 9:08 AM To: Tomcat Users List Subject: Re:

RE: OracleConnectionPoolDataSource

2007-07-23 Thread Propes, Barry L
Like I told him, Chris, I experienced very similar scenarios with my connection pooling, and had to alter and/or rewrite the classes, but I did get them closing properly. Some took some significant tweaking, but I finally got it. Zdenek, if you could post the original code, maybe we could

RE: OracleConnectionPoolDataSource

2007-07-23 Thread Propes, Barry L
ok...is it you having problems or Zdenek? Sorry for my mistaking you two. -Original Message- From: Julio J. Suárez Salinero [mailto:[EMAIL PROTECTED] Sent: Monday, July 23, 2007 11:46 AM To: Tomcat Users List Subject: Re: OracleConnectionPoolDataSource Propes, Barry L escribió: Like I

RE: My error-pages does not show in IE7 everything worked in IE 4 - IE6

2007-07-24 Thread Propes, Barry L
go and uncheck show friendly HTTP error messages and see if that fixes it. -Original Message- From: David Delbecq [mailto:[EMAIL PROTECTED] Sent: Monday, July 23, 2007 4:49 AM To: Tomcat Users List Subject: Re: My error-pages does not show in IE7 everything worked in IE 4 - IE6 in IE6

RE: Problem in Apache Tomcat server due to Oracle 10g XE

2007-07-25 Thread Propes, Barry L
I think XE by default ( I think I recall reading this on the Oracle forum, and I'll search for it to verify) uses port 8080 on installation! -Original Message- From: senthil gugan [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 25, 2007 10:06 AM To: users@tomcat.apache.org Subject:

RE: Problem in Apache Tomcat server due to Oracle 10g XE

2007-07-25 Thread Propes, Barry L
yes, sentil, I was right. By default, it does install on port 8080. But supposedly that can be altered. http://forums.oracle.com/forums/thread.jspa?threadID=337610start=0tstart=0 -Original Message- From: senthil gugan [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 25, 2007 10:06 AM To:

RE: Problem in Apache Tomcat server due to Oracle 10g XE

2007-07-25 Thread Propes, Barry L
, Senthil. Propes, Barry L [EMAIL PROTECTED] wrote: yes, sentil, I was right. By default, it does install on port 8080. But supposedly that can be altered. http://forums.oracle.com/forums/thread.jspa?threadID=337610start=0tstart=0 -Original Message- From: senthil gugan [mailto:[EMAIL

RE: Problem in Apache Tomcat server due to Oracle 10g XE

2007-07-25 Thread Propes, Barry L
Chris, I think in this case it did, because he was getting a message about Oracle already running at port 8080, and his Tomcat install previously ran at the same port. So therefore, after his Oracle install, he couldn't run TC any longer. I assume Oracle XE was running on startup, and he

RE: MySql Connector

2007-07-26 Thread Propes, Barry L
did you also have the Oracle jar file in that lib directory? I would have thought you'd want it in the common/lib dir. -Original Message- From: Mohammed Zabin [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 25, 2007 12:52 AM To: Tomcat Users List Subject: Re: MySql Connector In

RE: creating security roles automatically

2007-07-26 Thread Propes, Barry L
you ultimately will read these roles from the database, namely the user roles table, as in the userRoleTable attribute. -Original Message- From: Okan Çetin [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 24, 2007 8:35 AM To: users@tomcat.apache.org Subject: creating security roles

RE: Having both Manager and non-default webapps as root

2007-07-26 Thread Propes, Barry L
Ok, Chuck...get ready. -Original Message- From: dracus [mailto:[EMAIL PROTECTED] Sent: Thursday, July 26, 2007 11:48 AM To: users@tomcat.apache.org Subject: Having both Manager and non-default webapps as root Greetings, all, I am setting up a Tomcat server for the developers I work

RE: Classloading Question

2007-07-31 Thread Propes, Barry L
What version of TC are you using? I wouldn't put the jar file there, no! Try in %TC HOME%\common\lib, whereever that is. -Original Message- From: Brian Munroe [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 31, 2007 3:50 PM To: Tomcat Users List Subject: Classloading Question I am

RE: Failed Authentication

2007-08-03 Thread Propes, Barry L
what version do you have? Of TC? -Original Message- From: Lisa Tan [mailto:[EMAIL PROTECTED] Sent: Friday, August 03, 2007 9:59 AM To: 'Tomcat Users List' Subject: RE: Failed Authentication I am trying to set up Tomcat form based authentication and received the following error. Failed

RE: Failed Authentication

2007-08-03 Thread Propes, Barry L
I am using apache-tomcat-5.5.17, and Apache 2.0.52 which comes with RedHat. Thanks, Lisa -Original Message- From: Propes, Barry L [mailto:[EMAIL PROTECTED] Sent: Friday, August 03, 2007 4:40 PM To: Tomcat Users List Subject: RE: Failed Authentication what version do you have? Of TC

RE: Failed Authentication

2007-08-03 Thread Propes, Barry L
Users List' Subject: RE: Failed Authentication I am using apache-tomcat-5.5.17, and Apache 2.0.52 which comes with RedHat. Thanks, Lisa -Original Message- From: Propes, Barry L [mailto:[EMAIL PROTECTED] Sent: Friday, August 03, 2007 4:40 PM To: Tomcat Users List Subject: RE: Failed

RE: Failed Authentication

2007-08-03 Thread Propes, Barry L
Authentication I am using apache-tomcat-5.5.17, and Apache 2.0.52 which comes with RedHat. Thanks, Lisa -Original Message- From: Propes, Barry L [mailto:[EMAIL PROTECTED] Sent: Friday, August 03, 2007 4:40 PM To: Tomcat Users List Subject: RE: Failed Authentication what version do

RE: Mathematical Editor for textarea in JSP page.

2007-08-06 Thread Propes, Barry L
Does HomeSite do it? If it's still around even? Maybe UltraEdit? -Original Message- From: Girish Havaldar [mailto:[EMAIL PROTECTED] Sent: Monday, August 06, 2007 1:29 AM To: Tomcat Users List Subject: Mathematical Editor for textarea in JSP page. Hi all, in my application i have one

  1   2   3   4   5   6   7   >