>I agree that even if you have option b) working, option a) is the
>correct way to go so that we don't break backwards compatibility.
The consensus seems to be in freezing ajp13 and adding new features
in ajp14 only. It will avoid conflict with servlet-engine using
standard ajp13 protocol (TC 3.
remm01/06/05 00:55:29
Modified:catalina/src/share/org/apache/catalina/core
StandardContextValve.java
Log:
- Will now bind/unbind the thread (in addition to the CL), which should make
the classloading more robust. This *may* fix the problems with jBoss
I will be out of the office starting 05/19/2001 and will not return until
06/18/2001.
I will respond to your message when I return. If it's something important,
please feel free to contact me at [EMAIL PROTECTED] or call
011-92-42-9201179
regards,
KM
Michael Jennings wrote:
>
> Thanks for the feedback!
>
> Does tomcat 3.2.2 currently support JAAS?
Not in any explicit sense I think (anyone?), but JAAS is usable with
Tomcat -- if that isn't too much of a politicians answer!
--
Andy Armstrong, Tagish
I do like your idea , this was something i was talking some time ago,
But better than for 3.2.2 ( that is on bug fix mode only , no new
features ), But I would prefer to apply your idea to share Realms
Implementatios between 3.3 and 4.0, a much more useful objetive..
Saludos ,
Ignacio J. Ortega
Andy Armstrong wrote:
>
> Michael Jennings wrote:
> >
> > Thanks for the feedback!
> >
> > Does tomcat 3.2.2 currently support JAAS?
>
> Not in any explicit sense I think (anyone?),
JAAS is not explicitly supported by tomcat. JAAS was only available
from JDK 1.3, supplied as an extension. JAA
I try to install on Mandrake 8.0, tomcat-3.3-m3.1.noarch.rpm and it has
a dependencie on Xerces-j. I found it at xml.apache.org, but no rpm what DO
you have a solution ?
ps: I then check with tomcat-3.2.2-1.noarch.rpm and everything works
perfectly.
"Ignacio J. Ortega" wrote:
>
> I do like your idea , this was something i was talking some time ago,
> But better than for 3.2.2 ( that is on bug fix mode only , no new
> features ), But I would prefer to apply your idea to share Realms
> Implementatios between 3.3 and 4.0, a much more useful obj
Antony Bowesman wrote:
>
> "Ignacio J. Ortega" wrote:
> >
> > I do like your idea , this was something i was talking some time ago,
> > But better than for 3.2.2 ( that is on bug fix mode only , no new
> > features ), But I would prefer to apply your idea to share Realms
> > Implementatios betwee
>"Ignacio J. Ortega" wrote:
>>
>> I do like your idea , this was something i was talking some time ago,
>> But better than for 3.2.2 ( that is on bug fix mode only , no new
>> features ), But I would prefer to apply your idea to share Realms
>> Implementatios between 3.3 and 4.0, a much more usef
xerces>
>I try to install on Mandrake 8.0, tomcat-3.3-m3.1.noarch.rpm
> and it has
>a dependencie on Xerces-j. I found it at xml.apache.org, but
>no rpm what DO
>you have a solution ?
>ps: I then check with tomcat-3.2.2-1.noarch.rpm and
>everything works
>perfectly.
Apache rpms are all
Just to comment the RPM building :
In my TC 3.3-m3 RPM, I choose to use xerces-j >= 1.2
instead of the jaxp 1.1 present on TC 3.3
I add the RPM dependency and didn't install jaxp.jar
and parser.jar. At install time the RPM make a link
to xerces in common lib :
ln -s /usr/share/java/xerces.jar /
larryi 01/06/05 07:38:25
Modified:src/doc Tag: tomcat_32 mod_jk-howto.html
tomcat-ssl-howto.html
Log:
Fix location of style.css
Revision ChangesPath
No revision
No revision
1.1.2.3 +1 -1
Hi,
Find here a quick and dirty diff to start implementing ajp14
on the java side :)
I'm sure Kevin will clean it up, and I'll use his works to
add later the marshall/unmarshalling stuff in AJP14 :)
-
Henri Gomez ___[_]
EMAIL : [EMAIL PROTECTED](. .)
Hi,
I have noted that ProcessHelper.java and CGIServlet.java use jdk1.3.1 but this
code cannot compile with jdk1.2.2...
+++
[javac]
/home/jakarta/jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/servlets/CGIServlet.java:1567:
Wrong number of arguments in method.
[javac]
Hi,
I am trying to replace the System.out.println() logging in my custom tag
library with log4j (using jakarta 3.2.1). I have added
Category.getInstance() calls in each tag but I am not sure where I
should add the log4j initialisation code. Do I just have a static
initialisation block in one of
bip 01/06/05 15:14:38
Modified:catalina/src/share/org/apache/catalina/servlets
HTMLManagerServlet.java
Log:
Defaults to /list if no command is specified.
Revision ChangesPath
1.2 +54 -4
jakarta-tomcat-4.0/catalina/src/share/org/apac
Antony Bowesman wrote:
>
> Andy Armstrong wrote:
> >
> > Michael Jennings wrote:
> > >
> > > Thanks for the feedback!
> > >
> > > Does tomcat 3.2.2 currently support JAAS?
> >
> > Not in any explicit sense I think (anyone?),
>
> JAAS is not explicitly supported by tomcat. JAAS was only availabl
Using the delegation model I outlined earlier where I wrote a RealmHandler
that delegates authentication to a RealmProvider-implementing class
public interface RealmProvider
{
public boolean authenticate(String username, String credentials) throws
Exception;
public String[] getUserRoles(String us
Hi everybody. I hope this is the appropriate forum for this question.
Currently I am doing distributed session management with a hacked up
jserv that can persist serialized sessions in the DB if they are deemed
"dirty".
The session id encodes information regarding, among other things, which
machi
Sounds like a VERY cool idea!
What kind of database structure do you use? I know that ColdFusion
and PHP both have the capability to store their session info in a database,
do you know what schema they use? If your code can use the same
schema as PHP or ColdFusion, then one could conceivably use
thanks a lot for the response. i've looked at the SessionINterceptor
but i can't see how it exposes enough functionality to implement
this paradigm. It seems more for messing with an existing session
as opposed to instantiating and returning one. Maybe I am
wrong though.
topher
> As far as where
That was asked many time before but .
What about creating a sub project jakarta-tomcat-realms
-
Henri Gomez ___[_]
EMAIL : [EMAIL PROTECTED](. .)
PGP KEY : 697ECEDD...oOOo..(_)..oOOo...
PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A
Congratulations to all Tomcat developers! I just got back from the
JavaWorld Editor's Choice Award presentation and I'm glad to announce that
Jakarta Tomcat 3.2 won the award for "Most Innovative Java Product".
I'll update the Jakarta and Tomcat web sites once I see that the JavaWorld
web site h
Hi,
I'm going to do a number of commits on jasper34 - some will be large and I
want to give a summary to make it easier to track the changes.
Basically it's a 'simple' refactoring, the code is working almost the same
as before ( we're still passing all the tests we did, no important bug
is fixed
costin 01/06/05 22:32:51
jakarta-tomcat-jasper/jasper34/generator/org/apache/jasper34/javagen - New directory
costin 01/06/05 22:33:11
jakarta-tomcat-jasper/jasper34/generator/org/apache/jasper34/jsptree - New directory
costin 01/06/05 22:33:15
jakarta-tomcat-jasper/jasper34/generator/org/apache/jasper34/parser - New directory
costin 01/06/05 22:41:46
Removed: jasper34/generator/org/apache/jasper34/generator
CoreElement.java DelegatingListener.java
JspReader.java Mark.java ParseEventListener.java
ParseException.java Parser.java
Log:
costin 01/06/05 22:42:20
Added: jasper34/generator/org/apache/jasper34 package.html
Log:
Small documentation about the various modules
Revision ChangesPath
1.1
jakarta-tomcat-jasper/jasper34/generator/org/apache/jasper34/package.html
Index: pack
costin 01/06/05 22:44:58
Added: jasper34/generator/org/apache/jasper34/core Mangler.java
Removed: jasper34/generator/org/apache/jasper34/generator
Mangler.java
Log:
Moved Mangler to core.
In core we have the interfaces between jasper and the con
costin 01/06/05 22:48:38
Added: jasper34/generator/org/apache/jasper34/javagen
JavaSourceGenerator.java package.html
Log:
Refactoring of JspParseEventLisener - this is the jasper-independent
java code generator. It manage the line number, indentation, et
costin 01/06/05 22:50:29
Added: jasper34/generator/org/apache/jasper34/jsptree
JspPageInfo.java
Log:
Informations collected about the JSP page - including the tree of generators
that will be used to generate the code ( soon to be changed to visitors
in
costin 01/06/05 22:52:11
Added: jasper34/generator/org/apache/jasper34/jsptree
BeanRepository.java TagLibraries.java
TagLibraryInfoImpl.java
Log:
Moved from generator, are basically informations associated with the
jsp page.
costin 01/06/05 22:53:17
Added: jasper34/generator/org/apache/jasper34/jsptree
TagInfoImpl.java
Log:
This used to be TagCache. Now the information about the tag is stored
in the TagInfoImpl, a lot of code will be much simpler ( and it's symetrical
with
costin 01/06/05 22:54:12
Added: jasper34/generator/org/apache/jasper34/jsptree JspNode.java
Log:
The initial step in creating a generator-independent AST and improving
the modularity of the generator.
Not used right now, work in progress.
Revision ChangesPath
1
costin 01/06/05 22:55:56
Added: jasper34/generator/org/apache/jasper34/jsptree TreeUtil.java
package.html
Log:
Added the JspUtil part related with reading tag libs. The whole
thing ( this and part of TagLibraryInfoImpl ) will move to liaison,
with a co
costin 01/06/05 22:57:51
Removed: jasper34/generator/org/apache/jasper34/generator
BaseJspListener.java Generator.java
Log:
Remove the interface, base class is more flexible.
costin 01/06/05 22:58:51
Removed: jasper34/generator/org/apache/jasper34/generator
TagCache.java TagLibraries.java
TagLibraryInfoImpl.java
Log:
Moved the Tag info to jsptree.
The jsptree contains all the information extracted fro
Andy Armstrong wrote:
>
> Antony Bowesman wrote:
> >
> > Andy Armstrong wrote:
> > >
> > > Michael Jennings wrote:
> > > >
> > > > Thanks for the feedback!
> > > >
> > > > Does tomcat 3.2.2 currently support JAAS?
> > >
> > > Not in any explicit sense I think (anyone?),
> >
> > JAAS is not explic
costin 01/06/05 23:02:54
Removed: jasper34/generator/org/apache/jasper34/generator
ClassDeclarationPhase.java DestroyMethodPhase.java
FileDeclarationPhase.java InitMethodPhase.java
ServiceMethodPhase.java StaticIni
costin 01/06/05 23:04:39
Removed: jasper34/generator/org/apache/jasper34/generator
DumbParseEventListener.java
EscapeUnicodeWriter.java
Log:
Removed unused code.
costin 01/06/05 23:06:27
Removed: jasper34/generator/org/apache/jasper34/generator
CommentGenerator.java JakartaCommentGenerator.java
Log:
The comment generator is now integrated in the java code generator.
Better mapping will follow soon ( by generatin
costin 01/06/05 23:07:59
Removed: jasper34/generator/org/apache/jasper34/generator
BeanRepository.java Compiler.java
Log:
Moved files.
Compiler is the main entry point to jasper ( from container ), will be
in core. ( but needs some refactoring to impr
costin 01/06/05 23:08:52
Added: jasper34/generator/org/apache/jasper34/generator
PageDirectives.java
Log:
Moved out of JspParseEventListener, to simplify the code
Revision ChangesPath
1.1
jakarta-tomcat-jasper/jasper34/generat
costin 01/06/05 23:10:41
Modified:jasper34/generator/org/apache/jasper34/generator
JspParseEventListener.java
Log:
The simplified ParseEventListener.
It should be moved in parser, it is no longer involved in the code generation,
only in extracting the
costin 01/06/05 23:12:47
Modified:jasper34/generator/org/apache/jasper34/generator
ServletWriter.java
Log:
Expanded ServletWriter ( with methods from JspParseEventListener ). Still
need to be simplified, by adding few more callbacks ( and allowing
genera
costin 01/06/05 23:16:05
Modified:jasper34/generator/org/apache/jasper34/generator
GeneratorBase.java
Log:
The modified GeneratorBase, with individual methods for each hook
Revision ChangesPath
1.2 +132 -9
jakarta-tomcat-jasper/jasper34
costin 01/06/05 23:16:57
Modified:jasper34/generator/org/apache/jasper34/generator
JspUtil.java
Log:
Moved parser and tablib-reading specific code in the right packages.
Revision ChangesPath
1.2 +2 -187
jakarta-tomcat-jasper/jasper34/ge
costin 01/06/05 23:18:04
Modified:jasper34/generator/org/apache/jasper34/generator
BeanEndGenerator.java BeanGenerator.java
CharDataGenerator.java CompileException.java
DeclarationGenerator.java ExpressionGenerator
Just FYI, I don't think this is a good idea for general
tomcat authentication.
One reason is that "credentials" are not allways a simple string - you can
have complex authentication schemes where you require certain schemes
based on the IP address, etc.
GetUserRoles might not work for paranoid
costin 01/06/05 23:25:12
Added: jasper34/generator/org/apache/jasper34/core Compiler.java
Log:
Moved the compiler from generator. This is the main entry point into jasper,
but need a bit more work.
Revision ChangesPath
1.1
jakarta-tomcat-jasper/jas
costin 01/06/05 23:27:02
Added: jasper34/generator/org/apache/jasper34/core
ContainerLiaison.java
Log:
Initial work on ContainerLiaison, this will be the class used by containers
to provide special functionality to jasper.
In the liaison package we'
costin 01/06/05 23:27:41
Modified:jasper34/generator/org/apache/jasper34/core Constants.java
JspCompilationContext.java Options.java
Log:
Few more fixes and comments.
Revision ChangesPath
1.3 +4 -1
jakarta-tomcat-jasper/jasper34/gener
costin 01/06/05 23:28:14
Added: jasper34/generator/org/apache/jasper34/core package.html
jasper34/generator/org/apache/jasper34/javacompiler
package.html
Log:
Few more comments
Revision ChangesPath
1.1
jakarta-t
On Tue, 5 Jun 2001, GOMEZ Henri wrote:
> That was asked many time before but .
>
> What about creating a sub project jakarta-tomcat-realms
What about jakarta-tomcat-modules ?
Connector is a big enough thing, same for jasper, but we shouldn't create
a repository for each type of modul
What about using jaxp-1.1 ? You can now build the whole thing from
xml-commons, xml-crimson and xml-xalan.
Jaxp1.0 is quite old, we should upgrade ( many bugs were fixed ).
I personally prefer using crimson ( but I can live with xerces1 ) - code
size is the one reason ( I also worked much mo
costin 01/06/05 23:40:51
Modified:jasper34/liaison/org/apache/jasper34/cli
CommandLineCompiler.java CommandLineContext.java
JspC.java
jasper34/liaison/org/apache/jasper34/servlet
JspCompiler.java Jsp
I agree about JAXP1.1 I've been using that with tomcat 3.2.x without any
problems. I use Xalan and XSLT, so thought it would be nice to have
everything running the same parser.
David
[EMAIL PROTECTED] wrote:
> What about using jaxp-1.1 ? You can now build the whole thing from
> xml-common
costin 01/06/05 23:45:37
Modified:jasper34/runtime/org/apache/jasper34/runtime
HttpJspBase.java PageContextImpl.java
Log:
Some changes in runtime to simplify the generated code.
If we extend HttpJspBase ( and our code depends on jasper.runtime.HttpJspBa
I echo Marc's thanks to all Tomcat developers -- this award is a result of
all the hard work that everyone involved has participated in.
I will be sure to feature the award in my session on Tomcat tomorrow at
JavaOne :-=)
Craig McClanahan
On Tue, 5 Jun 2001, Marc Saegesser wrote:
> Congratula
costin 01/06/05 23:48:18
Modified:jasper34 build.xml
Log:
Added the new packages to the build.
Revision ChangesPath
1.4 +3 -0 jakarta-tomcat-jasper/jasper34/build.xml
Index: build.xml
===
costin 01/06/05 23:51:29
Added: jasper34/tools importRpl.pl pkgReplace.pl rmImport.pl
Log:
Ok, kill me - I used perl to avoid typing. Checked it in - might need it
later.
Revision ChangesPath
1.1 jakarta-tomcat-jasper/jasper34/tools/importRpl.pl
costin 01/06/05 23:54:04
Modified:jasper34/generator/org/apache/jasper34/jsptree
TagLibraries.java
Log:
Forgot to remove a line.
TagCaches is no longer needed, the TagInfoImpl has all the info and it's
easier to manage.
Revision ChangesPath
Yep. Well done and thanks to all those who put in the hard yards to get
where we are today!
- Original Message -
From: "Craig R. McClanahan" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, June 06, 2001 4:46 PM
Subject: Re: Tomcat 3.2 Wins Java Editor's Choice Award!
> I ec
may i suggest something like:
find . -name "*.java"|xargs perl -pie 's/import\s+foo\;/import\ bar\;/g'
:)
On 6 Jun 2001 [EMAIL PROTECTED] wrote:
> costin 01/06/05 23:51:29
>
> Added: jasper34/tools importRpl.pl pkgReplace.pl rmImport.pl
> Log:
> Ok, kill me - I used perl to
66 matches
Mail list logo