installation problems with Tomcat 4.1, mod_jk2 connectors

2002-11-06 Thread Marko Asplund
i'm trying to build and install the Tomcat 4.1.12 connectors for use with Apache 2.0.43 and Tomcat 4.1.12. i've been reading through the documentation but unfortunately, the Tomcat JK documentation pages only discuss the configuration part and not the installation process itself so i'm having

JNDI InitialContext JDBC connection pooling not working

2001-11-25 Thread Marko Asplund
i've configured Tomcat 4 to use a JDBC data source obtained via the JNDI InitialContext following the instruction in the JNDI Resources HOW-TO. the database connections are working properly but connection pooling doesn't seem to be working. in my tests establishing and closing database

PreparedStatement caching?

2001-11-18 Thread Marko Asplund
does Tomcat implement caching for PreparedStatement objects? -- aspa -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

Re: Logout with basic autorization

2001-11-15 Thread Marko Asplund
On Wed, 14 Nov 2001, Craig R. McClanahan wrote: ... As far as I know, this is correct. The problem is that when you are using BASIC authentication, the browser sends the credentials on every request, and I don't know of any way to tell it to stop doing so. there's no way of reliably

Re: Logout with basic autorization

2001-11-15 Thread Marko Asplund
On Thu, 15 Nov 2001, kevin ritter wrote: Thank you for your quick response; however, I have a follow on question regarding BASIC authentication and WebDAV. If I implement FORM based authentication will I still be able to drag and drop folders using Slide's WebDAV capabilities and perform

Re: non-serializable objects in sessions

2001-11-13 Thread Marko Asplund
thanks for pointing out the database resource consumption problem! i'll probably define an upper limit for result rows shown to the user in my application. then i'll use one query to get all the object ids of the result objects, store them (instead of the ResultSet) in the user's session. then

Re: InitialContext

2001-11-13 Thread Marko Asplund
On Sun, 11 Nov 2001, Craig R. McClanahan wrote: ... It depends on what resource you are configuring. See http://jakarta.apache.org/tomcat/tomcat-4.0-doc/jndi-resources-howto.html for more details. For the JDBC data source resource, the returned object is an instance of

Re: non-serializable objects in sessions

2001-11-12 Thread Marko Asplund
On Sun, 11 Nov 2001, Craig R. McClanahan wrote: ... There is no way in Java to persist a non-Serializable object like a database statement. In fact, you cannot even use such a thing if you're using a connection pool (completely separate from session persistance issues) unless the

http proxy as a servlet under Tomcat?

2001-03-13 Thread Marko Asplund
hi i'm planning on implementing a specialized HTTP proxy in Java for testing web applications. i'd like to use existing Java components for receiving and sending the HTTP requests to/from the client and for receiving responses from the server. is it possible to run the