URL alias

2003-01-26 Thread Paul Phillips
that to my controller servlet AND at the same time include the parameter event=login. The servlet-mapping configuration in web.xml will allow me to map login - controller, but how do I throw in the parameter and its value? Thanks Paul Phillips -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED

jdbc realm fails to authenticate sometimes

2002-10-02 Thread Paul Phillips
can imagine). Does anyone haveany ideas of where to look, or what I can do to avoid this? Thanks Paul Phillips -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

JDBC realm on 4.1.10

2002-09-22 Thread Paul Phillips
any ideas, I would be grateful for the help. Regards, Paul Phillips -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: sweeping stale connections - Commons DBCP and Tomcat 4.1.9

2002-08-28 Thread Paul Phillips
and Jay who suggested it. Regards, Paul Phillips -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: tomcat conn pooling question

2002-08-28 Thread Paul Phillips
namevalidationQuery/name valueSQL_here/value /parameter Am I correct in surmising that we would put an actual SQL query within the value/value tags? Paul Phillips -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: sweeping stale connections - Commons DBCP and Tomcat 4.1.9

2002-08-27 Thread Paul Phillips
know how to set that up... Thanks, Paul Phillips my original message is below... I'm using Tomcat 4.1.9. I have been having a problem with the DBCP jdbc connection pool when used with MySQL. Apparently MySQL kills off stale connections after an 8 hour period. According to Mark Matthews

sweeping stale connections - Commons DBCP and Tomcat 4.1.9

2002-08-26 Thread Paul Phillips
connections. However, I don't know what they are, or how to use them. If anyone can give me an example of the correct syntax here, I would be very grateful, ( since my webapp dies every night, due to this problem!) Thanks -- Paul Phillips (excerpt of server.xml...) Context path=/DBTest docBase

context problem with webapp connector

2002-08-09 Thread Paul Phillips
/etc work fine. In a blind attempt to make it work, I added a hostcontext (same as above) /context/host to the warp connector section near the bottom of the Tomcat server.xml. That didn't seem to help any. Any ideas? Thanks Paul Phillips -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED

unpacking of WAR

2002-08-09 Thread Paul Phillips
was not available or in a readable format. In fact, the war did not expand into the file system. So, I removed the context element, and restarted. With the context gone, the WAR expanded properly. Then I added the context back in, and it worked fine. Is this normal? Thanks Paul Phillips PS

io path information in servlets

2002-07-17 Thread Paul Phillips
as a .war, does the sc.getRealPath stop working? Thanks Paul Phillips -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

j_security_check and logout

2002-07-09 Thread Paul Phillips
is greeting?event=WELCOME, but j_security_check has no way of knowing that, because it didn't come in throught the URL. Since we came back to login.jsp via the back button, it isn't there. Any ideas on how to solve this? Thanks Paul Phillips -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED

Re: j_security_check and logout

2002-07-09 Thread Paul Phillips
ideas are appreciated... Paul Phillips --On Tuesday, July 9, 2002 10:50 AM -0700 Craig R. McClanahan [EMAIL PROTECTED] wrote: On Tue, 9 Jul 2002, Paul Phillips wrote: Date: Tue, 09 Jul 2002 10:40:13 -0500 From: Paul Phillips [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED

JNDI Data Source and Mac OS X with Tomcat

2002-05-10 Thread Paul Phillips
for any suggestions... Paul Phillips Here is the relevant portion of the web.xml file: resource-ref description Resource reference to a factory for java.sql connection instances that may be used for talking to a particular database that is configured in the server.xml file. /description res-ref-name

alias

2002-04-07 Thread Paul Phillips
that there should be some way to setup an alias like this. Thanks Paul Phillips -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

RE: alias

2002-04-07 Thread Paul Phillips
outside of the constrained area. Once the login is processed, it goes back to the originally requested page. So, I have to actually have the query string passed in during the initial login. That is what I am trying to replace with an alias. Paul Phillips --On Sunday, April 7, 2002 12:09 PM -0600

memory usage

2002-03-27 Thread Paul Phillips
that isn't it. I see the Java memory use slowly climbing (as reported by repeated invocations of free, or ps, or top) even when no one is accessing the tomcat servets. Why is this? Thanks, Paul Phillips -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED

Re: Tomcat on Mac OS X, please help!

2002-03-22 Thread Paul Phillips
-- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED] ___ Paul Phillips Director of Orchestral Activities, Meadows School of the Arts Southern Methodist

mysql-jdbc in redhat linux

2002-03-15 Thread Paul Phillips
syntax doesn't have to include the localdomain, only the mysql grant table. Without that localdomain in the mysql grant table, the connection is always refused. Regards, Paul Phillips -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles

apache tomcat integration syntax error in httpd.conf

2002-03-12 Thread Paul Phillips
that is producing the syntax error. Can anyone help? Thanks Paul Phillips -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

Re: apache tomcat integration syntax error in httpd.conf

2002-03-12 Thread Paul Phillips
. If anybody has any ideas, I would be most grateful. Regards, Paul Phillips --On Tuesday, March 12, 2002 5:37 PM -0600 Paul Phillips [EMAIL PROTECTED] wrote: Hello - I am trying to integrate Apache and Tomcat with the warp connector. I am following the instructions at: http

images and login page for form authentication

2002-01-21 Thread Paul Phillips
subdirectory - no luck. Certainly there is a way around this. Anyone have ideas? I thought the whole basis for form based authentication was so that the designers could have their own design on the login page... Paul Phillips -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto

Re: images and login page for form authentication

2002-01-21 Thread Paul Phillips
Well, I figured it out - I had misconfigured a security constraint in my web.xml. It took a nights sleep to finally realize that... --On Monday, January 21, 2002 9:03 AM -0600 Paul Phillips [EMAIL PROTECTED] wrote: System - Tomcat 4. I have setup form based authentication using a JDBC

Re: JDBC authentication configuration

2002-01-14 Thread Paul Phillips
Configuration How-To, and it shows only the semicolon following the user=username pair. It doesn't mention the ampersand at all. Should this be changed in the docs (since the example is showing a connection to a mysql database)? Thanks Paul Phillips -- To unsubscribe: mailto:[EMAIL PROTECTED

JDBC authentication configuration

2002-01-13 Thread Paul Phillips
starts up normally. I'm pretty sure I've got something wrong in the configuration, of server.xml or web.xml, but i can't figure out what it is. I would be grateful for anyone's help. By the way, I'm using Tomcat 4.0.1 on unix. Thanks! Paul Phillips ___ Here