remm01/07/15 23:57:18
Modified:catalina build.xml
Log:
- Add a manifest file for bootstrap.jar.
Revision ChangesPath
1.48 +1 -0 jakarta-tomcat-4.0/catalina/build.xml
Index: build.xml
===
remm01/07/15 23:57:09
Added: catalina/etc bootstrap.MF
Log:
- Add a manifest file for bootstrap.jar.
Revision ChangesPath
1.1 jakarta-tomcat-4.0/catalina/etc/bootstrap.MF
Index: bootstrap.MF
==
remm01/07/15 23:56:48
jakarta-tomcat-4.0/catalina/etc - New directory
remm01/07/15 23:56:35
Modified:.build.xml tomcat.nsi
Log:
- More tweaks.
- Don't display the README.txt (which contains irrelevant information).
Revision ChangesPath
1.27 +0 -1 jakarta-tomcat-4.0/build.xml
Index: build.xml
=
remm01/07/15 19:47:02
Modified:.tomcat.nsi
Log:
- Find the path to JavaHome in the registry instead of using an environment
variable.
- Will complain if no JDK is found.
Revision ChangesPath
1.6 +19 -9 jakarta-tomcat-4.0/tomcat.nsi
Index:
I've worked with both Setup Factory and InstallShield in the past and I
liked Setup Factory a lot. But as far as I know, it is Windows only. Last
I heard, both InstallShield and Wise were planning Java versions of their
installers that were supposed to be cross-platform. Wouldn't that make
some se
costin 01/07/15 18:13:46
Modified:src/tests/webpages/WEB-INF test-tomcat.xml
Log:
Added few more checks for security.
Add the class path to the taskdefs, so it can be run standalone.
Revision ChangesPath
1.34 +99 -5 jakarta-tomcat/src/tests/webpages/WEB-IN
costin 01/07/15 18:09:08
Modified:src/share/org/apache/tomcat/startup Main.java
Log:
Make sure the context class loader is set ( if 1.2 available )
Revision ChangesPath
1.36 +3 -2 jakarta-tomcat/src/share/org/apache/tomcat/startup/Main.java
Index: Main.ja
costin 01/07/15 17:20:58
Modified:src/share/org/apache/tomcat/util/xml XmlMapper.java
Log:
Use the class loader set by the user when creating objects.
Revision ChangesPath
1.34 +5 -3
jakarta-tomcat/src/share/org/apache/tomcat/util/xml/XmlMapper.java
Inde
costin 01/07/15 17:20:26
Modified:src/share/org/apache/tomcat/util/hooks Hooks.java
Log:
Added the missing methods ( resetCache and addHook )
Revision ChangesPath
1.6 +10 -0 jakarta-tomcat/src/share/org/apache/tomcat/util/hooks/Hooks.java
Index: Hooks.jav
costin 01/07/15 17:19:46
Modified:src/share/org/apache/tomcat/modules/mappers
SimpleMapper1.java
Log:
Allow case insensitive matching.
This is another big security addition - we already had huge problems with that.
Note that this fix is done at the lo
costin 01/07/15 17:12:04
Modified:src/share/org/apache/tomcat/modules/mappers
DecodeInterceptor.java
Log:
Major security addition - DecodeInterceptor is now able to "normalize"
a URI, using the same (well tested ) alghoritm that apache does.
This will
costin 01/07/15 17:05:04
Modified:src/share/org/apache/tomcat/modules/config
ServerXmlReader.java
Log:
Extra check in trusted apps. Since the app is trusted, it has full access
to the internals - it could add new modules during a servlet init, but
we wan
costin 01/07/15 17:02:32
Modified:src/share/org/apache/tomcat/modules/config
LoaderInterceptor11.java
Log:
Set the class loader in addContext, there's no need to wait until
contextInit.
Revision ChangesPath
1.14 +0 -9
jakarta-tomcat/
costin 01/07/15 17:01:43
Modified:src/share/org/apache/tomcat/modules/config AutoWebApp.java
Log:
AutoWebApp ( the one that adds apps from a dir ) can now set the trusted
flag and a profile on all apps loaded from that particular dir.
Revision ChangesPath
1.6 +2
costin 01/07/15 17:00:42
Modified:src/share/org/apache/tomcat/modules/config ApacheConfig.java
Log:
Remove the ending / from Alias ( it's not used in the default config,
only when you want static files served by apache )
Revision ChangesPath
1.17 +3 -3
jaka
costin 01/07/15 16:58:32
Modified:src/share/org/apache/tomcat/modules/aaa
AccessInterceptor.java
Log:
AccessInterceptor will now use case-insensitive match for windows. Better
safe :-)
The main reason is that FileUtil ( which is used right now to do t
costin 01/07/15 16:55:07
Modified:src/etc modules.xml server.xml
Log:
- added the "internal" dir for trusted apps and modules
- Added a (commented-out) ApacheConfig module
- removed jasper34 ( it'll be added as an add-on, it'll not be part of the
release since it's not
costin 01/07/15 16:53:11
Modified:.build.xml
Log:
Updated the jaxp to 1.1 ( I checked in the binaries, like all other project
do - I'm not sure the commit mail went through ).
- add the internal/ dir for easier configuration of trusted apps and modules
- remove
costin 01/07/15 16:35:00
Added: bin xalan.jar crimson.jar jaxp.jar
Log:
Added jaxp1.1 binaries - it seems we are the last jakarta to do so :-)
As previously discussed and aproved on tomcat-dev, tomcat3.3 will use jaxp1.1,
since 1.0 has been replaced with 1.1 ( the cur
Quoting [EMAIL PROTECTED]:
> Remy,
>
> Probably we shoudln't be appending c:\ to JAVA_HOME if JAVA_HOME is not
> set(So that it works fine after JAVA_HOME is properly set).
If you look at the script, you'll notice that there's no c:\ in the link. It's
just the windows explorer which gets
Remy,
Probably we shoudln't be appending c:\ to JAVA_HOME if JAVA_HOME is not set(So
that it works fine after JAVA_HOME is properly set).
Kumar.
-Original Message-
From: Remy Maucherat [mailto:[EMAIL PROTECTED]]
Sent: Saturday, July 14, 2001 11:24 PM
To: [EMAIL PROTECTED]
Subj
costin 01/07/15 16:09:31
Modified:src/etc Tag: tomcat_32 server.xml
src/share/org/apache/tomcat/request Tag: tomcat_32
AccessInterceptor.java
Log:
Remove the xml:debug ( it creates problems when xerces is used )
Added extra check for "//
On Sat, 14 Jul 2001, Adam Fowler wrote:
> [snip]
> Is this documentation going to be used on the jakarta-tomcat site? If so who
> can commit the documents?
As a Tomcat developer, I believe that docs about a particular version of a
software package should be shipped with that package (*and*, b
remm01/07/15 12:39:07
Modified:.build.xml tomcat.nsi
Log:
- Use the new resources.
- Warn about JAVA_HOME before starting the installation.
Revision ChangesPath
1.26 +6 -4 jakarta-tomcat-4.0/build.xml
Index: build.xml
==
remm01/07/15 12:17:32
Added: resources INSTALLLICENSE main.ico tickno.bmp tickyes.bmp
uninst.ico
Log:
- Add additional icons and resources.
Revision ChangesPath
1.1 jakarta-tomcat-4.0/resources/INSTALLLICENSE
Index: INS
> > Or we can assume that java.exe is in the user's path.
> > Jasper will need JAVA_HOME to run, though, to be able to use javac.
> >
>
> kind of an unrelated question, but ... is there a jar file or something
> that can be distributed with tomcat that contains the compiler stuff so
> that only
>
> Or we can assume that java.exe is in the user's path.
> Jasper will need JAVA_HOME to run, though, to be able to use javac.
>
kind of an unrelated question, but ... is there a jar file or something
that can be distributed with tomcat that contains the compiler stuff so
that only the jre is
There's a free~ish version of Wise I think... isn't that what Apache(httpd)
uses?
Either way Remy, I tried the install last nite (NSI) and it worked fine.
Looks pretty cool too =)
- r
> -Original Message-
> From: Remy Maucherat [mailto:[EMAIL PROTECTED]]
> Sent: Sunday, July 15, 2001 1:
hi all,
talking about alternatives, there is a program called DemoSheild from InstallShield which is free and can be used to make msi install scripts.
There is another program called 'Setup Factory 5.0' which has some very advanced features like regisrty editing, inf. file editing, setting run-tim
hello Remy,
i have an idea for that problem of urs; if one can open the autoexec.bat or startup.bat(tomcat startup script), then we can directly insert the environment variables at run-time.
how bout that?
thanx in advance
Hiten Pandya(15)
[EMAIL PROTECTED] --
Ah-ha! the culprit!!! 8o)
Adam.
On Friday 13 July 2001 03:36, you wrote:
> Adam Fowler at [EMAIL PROTECTED] wrote:
> > *being random* The RPM of tc4 worked great on Mandrake 8.0 beta 3.
> >
> > Incidentally, the tc4 docs suck. I had to read deeply into the config
> > files to find out how to get
- Original Message -
From: "Remy Maucherat" <[EMAIL PROTECTED]>
> I spent some time this afternoon trying Nullsoft Installer, and to see
what
> it could do, I wrote an installation script for Tomcat 4.0.
>
> I'd like to get some feedback and testing on the generated installer.
[...]
It's
Hi
Everyone on the TomcatBook project (Hitchhiker's guide to tomcat 8o) ) are
using DocBook too.
ATM we are only producing an appendix for tomcat 4 (Well, I am) but I would
like to see it evolve into a separate Document.
The reason it is only an appendix ATM is that 4.0 hasn't been deployed w
Yup that's correct.
It does work OK with 8.0 +
Thanks for the fix - I'll put it on my site.
Adam.
Adam Fowler
Help Desk Live Project
Information Services
University of Wales, Aberystwyth
Web guy+author on the TomcatBook Project
http://tomcatbook.sourceforge.net
e-mail: [EMAIL PROTE
Jon Stevens at [EMAIL PROTECTED] wrote:
> on 7/13/01 1:49 PM, "Glenn Nielsen" <[EMAIL PROTECTED]> wrote:
>
>> To me this seems a bit off topic for the list. This list is for Tomcat
>> development. Tomcat implements the Servlet and JSP specifications. The
>> below has nothing to do with Tomcat
Jon Stevens at [EMAIL PROTECTED] wrote:
> on 7/13/01 12:57 PM, "Christopher Cain" <[EMAIL PROTECTED]> wrote:
>
>>
>> "Pier P. Fumagalli" wrote:
>>>
>>> I got pretty upset with a couple of guys whose messages along the lines of
>>> "fix my servlet", and who asked me WHY I rejected those posts..
Jon Stevens at [EMAIL PROTECTED] wrote:
> on 7/13/01 8:57 AM, "Pier P. Fumagalli" <[EMAIL PROTECTED]> wrote:
>
>> I got pretty upset with a couple of guys whose messages along the lines of
>> "fix my servlet", and who asked me WHY I rejected those posts...
>>
>> Now, let me explain... This mail
Christopher Cain at [EMAIL PROTECTED] wrote:
>
> IMNSHO, that kernel flag workaround is a joke. I almost fell out of my
> chair with laughter when I first read that proposed "solution" on the
> Sun forums. "Hey, our JDK makes some faulty assumptions about memory
> allocation and threading ... the
Jon Stevens at [EMAIL PROTECTED] wrote:
> on 7/12/01 7:06 PM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
>
>> pier01/07/12 19:06:33
>>
>> Modified:webapp Makedefs.in Makefile.in configure.in
>> Log:
>> Modified build procedure (now building also Java files).
>>
>
> Pier,
>
pier01/07/15 01:44:50
Modified:webapp Makefile.in README.txt configure.in
Log:
Fixes in build process (and documented).
Revision ChangesPath
1.11 +4 -8 jakarta-tomcat-connectors/webapp/Makefile.in
Index: Makefile.in
pier01/07/15 01:44:11
Modified:webapp/include wa.h
Log:
Boolean is an enumeration now.
Revision ChangesPath
1.10 +5 -2 jakarta-tomcat-connectors/webapp/include/wa.h
Index: wa.h
===
RCS
pier01/07/15 01:43:43
Modified:webapp/apache-1.3 mod_webapp.c
Log:
Properly declared true/false.
Revision ChangesPath
1.19 +4 -4 jakarta-tomcat-connectors/webapp/apache-1.3/mod_webapp.c
Index: mod_webapp.c
pier01/07/15 01:42:36
Added: webapp/java Constants.java.in
Removed: webapp/java Constants.java
Log:
Now --enable-debug processes also the Java side.
Revision ChangesPath
1.1 jakarta-tomcat-connectors/webapp/java/Constants.java.in
Index:
pier01/07/15 01:40:59
Modified:webapp/java .cvsignore WarpConfigurationHandler.java
WarpConnection.java WarpPacket.java
Log:
Modified WARP/0.9 protocol.
Revision ChangesPath
1.3 +1 -0 jakarta-tomcat-connectors/webapp/java/.cvsignore
pier01/07/15 01:39:58
Modified:webapp/lib pr_warp.c wa_request.c
Log:
Modified WARP provider to avoid storing WARP HOST IDs (redundant) and new
configuration scheme.
Revision ChangesPath
1.6 +332 -73 jakarta-tomcat-connectors/webapp/lib/pr_warp.c
Index
pier01/07/15 01:38:50
Modified:webapp/support apjava.m4
Log:
Now --with-java is --with-jdk (more explanatory)
Revision ChangesPath
1.2 +4 -4 jakarta-tomcat-connectors/webapp/support/apjava.m4
Index: apjava.m4
remm01/07/15 00:51:50
Added: resources tomcat.ico
Log:
- A few resources were moved around.
Revision ChangesPath
1.1 jakarta-tomcat-4.0/resources/tomcat.ico
<>
remm01/07/15 00:51:26
Added: catalina/src/conf server-noexamples.xml.config
Log:
- Add new configuration used for the examples-less installation.
Revision ChangesPath
1.1
jakarta-tomcat-4.0/catalina/src/conf/server-noexamples.xml.config
Index
remm01/07/15 00:49:17
Removed: .tomcat.ico
Log:
- A few resources were moved around.
remm01/07/15 00:49:09
Modified:.build.xml
Log:
- A few resources were moved around.
Revision ChangesPath
1.25 +1 -1 jakarta-tomcat-4.0/build.xml
Index: build.xml
===
RCS file:
remm01/07/15 00:43:27
Modified:.tomcat.nsi
Log:
- Never overwrite the configuration files when installing. That will allow fast
installation of a new build by running the installer and selecting a minimum
installation (upgrading a build with Windows was really an
52 matches
Mail list logo