Is jsp:directive.taglib inside JSP allowed ?

2007-08-15 Thread Darryl L. Miles
Are these lines not equivalent (from my WEB-INF/jsp/another.jsp) ? jsp:directive.taglib prefix=foo uri=http://domain.co.uk/taglibs/foo-0.1/ jsp:directive.include file=/WEB-INF/jspf/somefile.jspf/ %@ taglib prefix=foo uri=http://domain.co.uk/taglibs/foo-0.1% %@ include

Re: Diagnosing DBCP JDBC connection leak using removeAbandoned parm

2006-04-06 Thread Darryl L. Miles
to the bottom of the problem, I just upgraded everything and added some utility functions to my contextDestroyed() web-app lifecycle method. Maybe useful links for this: http://forum.hibernate.org/viewtopic.php?t=935948start=150 HTH -- Darryl L. Miles

Re: Tomcat send ThreadDeath to one of it's own Threads

2006-04-06 Thread Darryl L. Miles
more seamless development in this way (even with major performance loss or complexity to achieve) such a solution would result in even greater web-app development speeds and much less headache. -- Darryl L. Miles

Re: Tomcat Clusters, private network for replication, and Oracle 8i JDBC driver

2006-04-04 Thread Darryl L. Miles
.x.y: -- 172.25.x.z :1521 as you expect ? -- Darryl L. Miles - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Rephrased: Maximum number of simultaneous HTTP connections

2006-04-03 Thread Darryl L. Miles
perspective (you may loose a fragment of a conversation during server migration), but the server implementations have stood the test of time and are on the whole quite stable. Maybe you are trying to use a jumbo jet to fly to the moon with HTTP. -- Darryl L. Miles

JSP 2.x *.tag files problem

2006-04-03 Thread Darryl L. Miles
/ ...SNIP... -- Darryl L. Miles - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Tomcat tag question

2006-04-03 Thread Darryl L. Miles
to change: meta name=agmipsvalue=%=request.getServerName()% Best of luck, -- Darryl L. Miles - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Performance tricks with multiple tomcat instances

2006-03-14 Thread Darryl L. Miles
, this would keep keyword pollution down that my naive example above incites. This would be the same sort of optimization and trick the JIT can do with common classes like String. Anyway I'm getting further OT now, treat as food for thought. -- Darryl L. Miles

Re: [OT] Performance tricks with multiple tomcat instances

2006-03-14 Thread Darryl L. Miles
Caldarale, Charles R wrote: From: Darryl L. Miles [mailto:[EMAIL PROTECTED] Subject: Re: Performance tricks with multiple tomcat instances I would hope that JIT compiler engineers would as a minimum implicitly add the lock instruction before all operations on primitive types declared

Holding page when web-app not deployed ?

2005-11-14 Thread Darryl L. Miles
the effect that apache now services this request as-if JkMount options has not been specified. I can then setup Redirect and static holding page content in apache. My httpd.conf globally sents requests to tomcat: JkMount /* ajp13 -- Darryl L. Miles

Re: advice on auto logout servlet

2005-11-14 Thread Darryl L. Miles
logged out? The user notification aspect of this is possible with JavaScript. That is setup a timed event that causes a page reload to a URL of your choosing. -- Darryl L. Miles - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: WatchedResource not watched

2005-11-13 Thread Darryl L. Miles
to configure a web application You have to use the full path D:\... in the WatchedReource Element, then it works. That doesn't make much sense inside the Context and the description implies the file has to be inside the web-app so relative paths would have an obvious meaning. -- Darryl L. Miles

Re: finalize question

2005-11-03 Thread Darryl L. Miles
looking at some open source profiler tools, to see if they can be altered to give a report specifically on ClassLoader ownership of object graphs. -- Darryl L. Miles - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Can you intercept the default Servlet ? stack servlets ? forward to specific class ?

2005-10-20 Thread Darryl L. Miles
my new servlet and declare a servlet mapping of the containing directory tree /subdir/. Do you have any advise about the situation that I might find useful? Many Thanks Darryl -- Darryl L. Miles - To unsubscribe, e-mail