Hello,
In Tomcat 3.2, the toString() method in org.apache.tomcat.loader.AdaptiveClassLoader
class is as follows:
public String toString() {
return "AdaptiveClassLoader( )";
}
For this method to be more informative, I suggest:
public String toString() {
StringBuffer sbuf = new StringBu
Jone Lin typed the following on 03:35 PM 3/28/2001 -0800
>> No, we're much earlier in the development cycle than that - we haven't
>> implemented any distributed session support at all. The work we're doing
>> on PersistentManager is groundwork for distributed sessions. This work
>> is 90% finis
Bip Thelin typed the following on 10:46 AM 3/28/2001 -0800
>I couldn't find anything about how to add the PersistenManager in server.xml
>or in the manuals, however, after backtracking the maillist I found a "patch"
>by Kief that seems to have been forgotten, I'll cat it to the end of this mail.
>
See Bugs 269,578 http://nagoya.apache.org/bugzilla/show_bug.cgi?id=578
We are working with Tomcat 3.2 beta 5 here (it's been the last working
version)
Regards,
Andreas
-Original Message-
> From: Wolle [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, March 29, 2001 2:34 AM
> To: [EMAIL PROT
This has already been fixed Tomcat 3.2.2. The beta 2 release is available
for download at the URL below.
http://jakarta.apache.org/site/binindex.html
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Thorsten
> Ludewig
> Sent: Wednesday, March 28, 2
--
From: [EMAIL PROTECTED] (Mail Delivery System)
Date: Wed, 28 Mar 2001 22:58:01 -0800 (PST)
To: [EMAIL PROTECTED]
Subject: Delayed Mail (still being retried)
This is the Postfix program at host takahe.whichever.com.
On Wed, 28 Mar 2001, Matthew L Daniel wrote:
> > I believe that someone is working on the "sealing viloation" fix that he
> > wanted to include in beta 2.
>
> Can someone confirm (from a CVS build) that this bug still exists? The
> biggest thing that I need to see from someone else's mach
On Wed, 28 Mar 2001, Matthew L Daniel wrote:
> > ( BTW, my interest is more in the jsp->java convertor area, I would be
> > interested to try a more customizable generator that would use XSL
> > templates, but that depends on a modularization and refactoring that would
>
> I remember back
> -Original Message-
> From: Mel Martinez [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, March 28, 2001 6:41 PM
> To: [EMAIL PROTECTED]
> Subject: RE: TC3.3 Proposal: Refactoring org.apache.jasper.servlet
>
>
> Wow! I go away for a day and there is some great
> discussion on this thread
Omniscience precludes any possibility of surprise.
-Original Message-
From: Jon Stevens
Sent: Thu 3/29/2001 10:34 AM
To: tomcat-dev
Cc:
Subject:why am i not surprised...
--
From: [EMAIL PROTECTED] (Mail Delivery System)
Date: Wed, 28 Mar 2001 22:58:01 -0800
On Thu, 29 Mar 2001, Steve Downey wrote:
> doing some static analysis, based on class use of other classes, it looks
> like this constellation of classes could easily be factored out into their
> own package:
>
> org.apache.jasper.compiler.Compiler
> org.apache.jasper.compiler.Mangler
> or
http://www.4d.com/
Steve FyfeCNI Corporation394 Elm StreetMilford NH 03055
[EMAIL PROTECTED](603) 673-6600
x242>>> [EMAIL PROTECTED] Thursday, March 29, 2001
2:44:07 AM >>>Does the vendor for 4Dimension even exist
anymore? I did a quick query and turned up about three pages of stuff,
--- Steve Downey <[EMAIL PROTECTED]> wrote:
>
> doing some static analysis, based on class use of
> other classes, it looks
> like this constellation of classes could easily be
> factored out into their
> own package:
>
> org.apache.jasper.compiler.Compiler
> org.apache.jasper.compiler.Mangler
On Thu, 29 Mar 2001, Mel Martinez wrote:
> activities that should be orthogonal. The only
> dependency should be that the Compiler is a consumer
> of the products of the Mangler.
+1
> I think the problem starts with the idea to make a
> JspLoader that 'loads JSP files just as if they were
Jsp
I do not want to ship tools.jar with our product, so I precompiled jsp's
using jspc.
I am able to precompile my jsp's using the following:
set TOMCAT_HOME=where I installed Tomcat.
set JSP_HOME=where I keep my JSP's.
set JSP_TEMP=where I put the java files generated by JS
Hi Folks,
I'm [still] trying to get an alternative naming service plugged into
Tomcat 4.
I managed to hack together a working environment but, unfortunately, it
wouldn't cut it long-term.
I've discovered that if I run with naming disabled (catalina run
-nonaming) it seems
that tomcat still goes
> Hi Folks,
>
> I'm [still] trying to get an alternative naming service plugged into
> Tomcat 4.
>
> I managed to hack together a working environment but, unfortunately, it
> wouldn't cut it long-term.
>
> I've discovered that if I run with naming disabled (catalina run
> -nonaming) it seems
> tha
Remy,
thanks, that's good to hear - I'm still having a nightmare of a time resolving
one last issue.
I have a large jar file that contains, amongst other things (e.g. an ejb
container, a namingservice etc) javax.naming package.
If I deploy this to the common/lib and start tomcat I get the follo
Never thought of trying a search for just "4d". Looking at their web
pages, have you looked at 4D Open Java? The on-line documentation
(javadoc) seems to be a tad sparse, but it also seems like it might be
what your looking for. It appears the only requirement for the Open
Java piece is a v
CONFIRMATION :
Ok I download the Java for 4d files, it seem to be ok ,
it provide some usefull classes to get connections and query the DB,
Thanx's
>From: Rob Tanner <[EMAIL PROTECTED]>
>Reply-To: Rob Tanner <[EMAIL PROTECTED]>
>To: baumans pascal <[EMAIL PROTECTED]>, [EMAIL PROTECTED],
> [
Does the vendor for 4Dimension even exist anymore? I did a quick query
and turned up about three pages of stuff, mainly just catalogues of
what databases are being used in various projects, etc. I found a
whole lot more stuff when I tried "fouth dimension", but it nothing to
do with computer
FYI, Enhydra Enterprise embeds Tomcat 3.2.1 as it's Servlet/JSP engine.
I would personally like to thank all of the developers in the Tomcat
community who have produced such an excellent example of
open source at work.
Shawn
--
Shawn McMurdo mailto:[EMAIL PROTECTED]
Lutris Technologi
> * Deploy the struts-example application from Struts (includes Xerces
> in WEB-INF/lib)
That was the boost I needed. Now I got it.
Fortunately, it was the same problem as with m1, thus after you showed me
the systematic way to reproduce it, no problem.
Please see the comments in
Some kind soul had already hacked in a Microsoft workaround, but the Linux
port of the Sun VM does the same thing. Ergo, I broadened the hack a little.
:-)
-- /v\atthew
--
Matthew L DanielNever put off until tomorrow what you can do today.
Wizard There might be a law against
Jikes 1.13 has become REALLY picky about type casting, and the switch of a
byte against char constants really irks Jikes. Oh that all bugs were this
easy. :-)
-- /v\atthew
--
Matthew L DanielNever put off until tomorrow what you can do today.
Wizard There might be a law again
I (personally) hate setting all those crazy environmental variables to build
Catalina, and since Ant is kind enough to ignore the "property file" tag if
the file does not exist, I feel this can be safely included for general use.
-- /v\atthew
--
Matthew L DanielNever put off until tomorrow
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, March 29, 2001 3:04 PM
> To: [EMAIL PROTECTED]
> Subject: RE: TC3.3 Proposal: Refactoring org.apache.jasper.servlet
>
>
> On Thu, 29 Mar 2001, Mel Martinez wrote:
>
> > activities that should be
remm01/03/29 22:08:20
Modified:catalina/src/share/org/apache/catalina/util RequestUtil.java
Log:
- Fix a compilation problem with Jikes.
Submitted by Matthew Daniel.
Revision ChangesPath
1.14 +5 -5
jakarta-tomcat-4.0/catalina/src/share/org/apache/catal
Hi Steve!
Steve Downey wrote:
> Perhaps a Kit pattern is in order?
Wow, a Kit pattern. I never heard of that one (or never got that far in
the Patterns books :)
Is it a standard one? If so, I'll check it out later at home.
Un saludo,
Alex.
29 matches
Mail list logo