JDBCRealm problem (invalid port number)

2004-06-07 Thread Lea
Hi, I'm trying to use JDBCRealm and MySQL to authenticate user in tomcat 4.1. I followed the steps described on http://jakarta.apache.org/tomcat/tomcat-4.1-doc/realm- howto.html#JDBCRealm: I added a user table and a user_roles table in my database (ABCDatabase); I made all necessary columns

Re: How to limit concurrent requests by same user

2004-04-21 Thread Graham Lea
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Graham Lea Software Engineer Forge Research Pty Ltd Suite G11, Bay 9, Locomotive Workshop Australian Technology Park, Cornwallis

Re: How to limit concurrent requests by same user

2004-04-21 Thread Graham Lea
requests in between. The user should never see nothing (except in the multiple-window scenario I already pointed out). Graham. -- Graham Lea Software Engineer Forge Research Pty Ltd Suite G11, Bay 9, Locomotive Workshop Australian Technology Park, Cornwallis Street Eveleigh NSW 1430 Australia

Does setBufferSize() work?

2004-04-19 Thread Graham Lea
would be much appreciated. I have already tried testing the setBufferSize() / jsp:include interaction on a smaller scale and it seemed to do what I expected - it just doesn't work with the real thing. Thanks in advance, Graham. -- Graham Lea Software Engineer Forge Research Pty Ltd Suite G11, Bay

Re: Does setBufferSize() work?

2004-04-19 Thread Graham Lea
Graham Lea wrote: Summary: Tomcat appears to be committing the response buffer when it is much less full (~200K) than the buffer size I have set (4MB). I think I've made some headway... I conjecture that the buffer size of the ServletResponse is irrelevant to a JSP - that perhaps a JSP is only

help in Jakarta tomcat server

2002-11-12 Thread Lea
as I send Any idea how to solve it? Please help!!! Thanks, Lea

Tomcat/Jboss service.xml

2002-09-30 Thread Lea Allison
Hi I am trying to configure the following in the tomcat/JBoss 3 tomcat4-service.xml file: Context path=/themes docBase=/usr/local/XSL_Templates debug=0/ but it doesn't appear to work. Any help would be helpful! Thanks Lea == This message contains confidential

tomcat 4 logging extended NCSA

2002-04-30 Thread Lea Allison
Hi can anyone tell me what I have to do to get Tomcat 4.0.2 logging in extended NCSA format for use with a web stats program? Thanks Lea -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

tomcat 4 logging extended NCSA

2002-04-29 Thread Lea Allison
Hi can anyone tell me what I have to do to get Tomcat 4.0.2 logging in extended NCSA format for use with a web stats program? Thanks Lea -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

servlet mapping

2002-04-23 Thread Lea Allison
other request except index.jsp will be sent to my lookupServlet. Thanks Lea -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

Does anyone have an EAPI mod_webapp? (was Re: mod_webapp connector on linux - HELP!)

2001-10-04 Thread Keith Lea
- Original Message - From: David Ward [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, October 04, 2001 7:07 PM Subject: Re: mod_webapp connector on linux - HELP! PS: I'm still looking forward to seeing a mod_webapp-eapi.so release... me too!!! has anyone gotten it to compile

i can't connect apache to tomcat 4 :(

2001-10-01 Thread Keith Lea
I just installed tomcat 4.0 on redhat linux 2.2.16-22, apache 1.3.12, and I can't figure out how to get it connected to apache! it works to browse to kano.net:8080/examples but not to kano.net/examples. help please :) here's server.xml: Server port=8005 shutdown=SHUTDOWN debug=0 [..