jfclere 01/07/19 07:17:18
Modified:webapp/java Constants.java.in
Log:
Add missing Constants.
Revision ChangesPath
1.2 +8 -0 jakarta-tomcat-connectors/webapp/java/Constants.java.in
Index: Constants.java.in
[EMAIL PROTECTED] at [EMAIL PROTECTED] wrote:
> jfclere 01/07/19 07:17:18
>
> Modified:webapp/java Constants.java.in
> Log:
> Add missing Constants.
>
> Revision ChangesPath
> 1.2 +8 -0 jakarta-tomcat-connectors/webapp/java/Constants.java.in
>
> Index: Constants.java.in
Greetings!
Over on tomcat-users, theres been a discussion on JSP's finding the
WEB-INF/classes directory when compiling. They can't. From searches, I
understand this issue has come up before in regards to the Coocon project.
The root problem is that Jasper cannot find classes located in
WEB-IN
Hi,
Thanks Costin for moving the "util" classes from j-t-c back
into jakarta-tomcat. The jakarta-tomcat source tree is self-contained
again.
A recent change was made to jasper such that it now preserves the
line termination found in the JSP when writing the Java file. This
causes the positiveG
pier01/07/19 07:37:12
Modified:webapp/java Constants.java.in
Log:
Me dumb. I should update Constants.java.in instead of the configure-generated one :)
Revision ChangesPath
1.3 +21 -30jakarta-tomcat-connectors/webapp/java/Constants.java.in
Index: Consta
Hi,
I got no response to this message on the tomcat-user list, so I am
trying here. I could find nothing in the archives except the message I
refer to below -- I apologize if this issue has been addressed and I
just couldn't find the info...
I am having problems with jndi.properties being read
Pier,
I'm curious and appear to be too thick to understand exactly what the
WebAppDeploy step does
with the webAppConnector, could you find some time in your extremely busy
schedule to jot
down a few notes w.r.t. the what the WebAppDeploy/configure step does
exactly.
I'm curious to know what inf
"Pier P. Fumagalli" wrote:
>
> [EMAIL PROTECTED] at [EMAIL PROTECTED] wrote:
>
> > jfclere 01/07/19 07:17:18
> >
> > Modified:webapp/java Constants.java.in
> > Log:
> > Add missing Constants.
> >
> > Revision ChangesPath
> > 1.2 +8 -0 jakarta-tomcat-connectors/webapp/java
Thom Park at [EMAIL PROTECTED] wrote:
> Pier,
>
> I'm curious and appear to be too thick to understand exactly what the
> WebAppDeploy step does with the webAppConnector, could you find some time in
> your extremely busy schedule to jot down a few notes w.r.t. the what the
> WebAppDeploy/configu
jean-frederic clere at [EMAIL PROTECTED] wrote:
> "Pier P. Fumagalli" wrote:
>>
>> [EMAIL PROTECTED] at [EMAIL PROTECTED] wrote:
>>
>>> jfclere 01/07/19 07:17:18
>>>
>>> Modified:webapp/java Constants.java.in
>>> Log:
>>> Add missing Constants.
>>>
>>> Revision ChangesPath
>>> 1.
Hmm, I'm honestly not positive whether this is a problem with Tomcat, or
something more basic than that...
I've got this servlet, let's say I'm just testing cookie-setting and
-clearing capabilities. When the servlet is invoked from a form, I set two
cookies, with -1 MaxAge. Later, if I call it a
Wow!
I'm impressed - that looks pretty good for a default case but, what if I
want
tweak and tune my web app to use things like custom loggers or realms or
even
valves or listeners?
I guess in that case I need to edit the server.xml directly wouldn't you
say?
What happens if my WebAppDeploy com
I will be out of the office starting 19/07/2001 and will not return
until 13/08/2001.
Any general support queries should be emailed to: [EMAIL PROTECTED]
Infoshop queries should be emailed to: [EMAIL PROTECTED]
Technical Queries should be directed to Andy Armstrong ([EMAIL PROTECTED])
Any oth
On Wed, 18 Jul 2001, Justin Erenkrantz wrote:
> On Thu, Jul 19, 2001 at 12:16:27AM +0100, Pier P. Fumagalli wrote:
> > Checking out the source code, I see a lot of // (commented out lines) when
> > debug() is supposed to be called...
> > Can't we have a global constant boolean called DEBUG and
Craig R. McClanahan at [EMAIL PROTECTED] wrote:
>
> In trivial experiments a long while back, I seem to recall that this trick
> worked if your constant was "static final". But I haven't looked lately.
Yep... Setting a public static final boolean DEBUG = true/false; will behave
like an ifdef in
John Gardner at [EMAIL PROTECTED] wrote:
> I will be out of the office starting 19/07/2001 and will not return
> until 13/08/2001.
>
> Any general support queries should be emailed to: [EMAIL PROTECTED]
>
> Infoshop queries should be emailed to: [EMAIL PROTECTED]
>
> Technical Queries should
I believe the Java Language Spec makes specific requirements on the
order of evaluation of static finals to facilitate this kind of usage. In
the past I have
gone so far as to compile test programs and disassemble the byte code
and on every JVM I have ever tried, code wrapped in if statements tha
"Pier P. Fumagalli" wrote:
>
> John Gardner at [EMAIL PROTECTED] wrote:
>
> > I will be out of the office starting 19/07/2001 and will not return
> > until 13/08/2001.
> >
> > Any general support queries should be emailed to: [EMAIL PROTECTED]
> >
> > Infoshop queries should be emailed to: [EM
"Pier P. Fumagalli" wrote:
>
> jean-frederic clere at [EMAIL PROTECTED] wrote:
>
> > "Pier P. Fumagalli" wrote:
> >>
> >> [EMAIL PROTECTED] at [EMAIL PROTECTED] wrote:
> >>
> >>> jfclere 01/07/19 07:17:18
> >>>
> >>> Modified:webapp/java Constants.java.in
> >>> Log:
> >>> Add missing Con
jean-frederic clere at [EMAIL PROTECTED] wrote:
> "Pier P. Fumagalli" wrote:
>>
>> jean-frederic clere at [EMAIL PROTECTED] wrote:
>>
>>> "Pier P. Fumagalli" wrote:
[EMAIL PROTECTED] at [EMAIL PROTECTED] wrote:
> jfclere 01/07/19 07:17:18
>
> Modified:webap
Thom Park wrote:
>
> Wow!
>
> I'm impressed - that looks pretty good for a default case but, what if I
> want
> tweak and tune my web app to use things like custom loggers or realms or
> even
> valves or listeners?
>
> I guess in that case I need to edit the server.xml directly wouldn't you
> s
Problem solved. It had to do with me not setting the domain on my cookie
before clearing it. Sorry for the useless post.
-KSH
larryi 01/07/19 10:30:36
Modified:.build.xml
Log:
Update javadoc build to not require jakarta-tomcat-connectors to be present.
Plus a little clean up.
Revision ChangesPath
1.146 +9 -11 jakarta-tomcat/build.xml
Index: build.xml
==
larryi 01/07/19 10:36:16
Modified:src/etc server.xml
Log:
Remove Ajp14Interceptor since it won't be part of the distribution and
could become out of date with respect to development in
jakarta-tomcat-connectors. Also, some minor clean up.
Revision ChangesPath
1.84
costin 01/07/19 11:00:39
Modified:src/admin/WEB-INF/classes/tadm AntProperty.java
Log:
More meaningful message.
Revision ChangesPath
1.3 +4 -0 jakarta-tomcat/src/admin/WEB-INF/classes/tadm/AntProperty.java
Index: AntProperty.java
==
costin 01/07/19 11:03:15
Modified:src/facade22/org/apache/tomcat/facade ServletHandler.java
Log:
Added the method from jasper34, is the only piece that prevents
complete separation of runtime/compiler.
Revision ChangesPath
1.15 +5 -0
jakarta-tomcat/src/faca
craigmcc01/07/19 11:37:02
Modified:catalina/src/share/org/apache/catalina/core
ApplicationDispatcher.java
catalina/src/share/org/apache/catalina/servlets
InvokerHttpRequest.java InvokerServlet.java
Log:
Correct an bad in
I guess I don't follow, cuz I use this functionality of Tomcat every single
day.
Whether or not its under Apache shouldn't matter.
- r
> -Original Message-
> From: Will England [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, July 19, 2001 10:49 AM
> To: [EMAIL PROTECTED]
> Subject: [3.2] J
If this is what I'm remembering, your ContextFactory class can't be found.
This is cuz the JNDI code is broken in that it doesn't rely on its parent
classloader (in our case, the one that knows about WEB-INF/classes and lib)
to load the context factory.
You have to implement your own InitialConte
On Thu, 19 Jul 2001, Mark Abbott wrote:
> [snip]
> These are specifically the sort of problems the new java.util.logging
> package in
> JDK 1.4 is addressing. I believe the philosophy there is to always leave the
> code in place, be liberal in writing tracing log calls and assume that
> integ
larryi 01/07/19 13:20:10
Modified:src/doc readme
Log:
Some updates for beta-1
Revision ChangesPath
1.16 +35 -37jakarta-tomcat/src/doc/readme
Index: readme
===
RCS file: /home/cvs/jakarta-
larryi 01/07/19 13:20:50
Modified:src/etc modules.xml
Log:
Add JservConfig
Revision ChangesPath
1.9 +2 -0 jakarta-tomcat/src/etc/modules.xml
Index: modules.xml
===
RCS file: /home/cvs/j
Craig R. McClanahan at [EMAIL PROTECTED] wrote:
>
> - However, Pier's proposed approach doesn't deal with a need that I've
> experienced regularly -- the need to turn on debugging messages
> dynamically on an existing component, *without* recompiling it. This
> is NOT simply aesthetics; either y
larryi 01/07/19 13:23:34
Modified:src/share/org/apache/tomcat/modules/config JservConfig.java
Log:
Fix protocol name. Remove incorrect comment.
Revision ChangesPath
1.2 +2 -3
jakarta-tomcat/src/share/org/apache/tomcat/modules/config/JservConfig.java
In
Hi,
Thanks for responding. As far as I can tell this is a problem with Tomcat...
AdaptiveClassLoader doesn't override findResources, which is causing the
problem. I am digging through the source, and here is what happens when you
instantiate an InitialContext object:
InitialContext.init(null)
How do i unsubscribe form mailing list
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: July 19, 2001 1:24 PM
To: [EMAIL PROTECTED]
Subject: cvs commit:
jakarta-tomcat/src/share/org/apache/tomcat/modules/config
JservConfig.java
larryi 01/07/19 13:23:34
UnSubsribe
Actually I've got a thought on how to add in debug messages without recompiling. For
a horrible hack say I've got a java class
like:
//Constants.java
public class Constants{
public static boolean isDebug(){return true;}
}
And in my main code I call:
if(Constants.isDebug()) log(someNastyFun
On Thu, 19 Jul 2001, Jonathan Reichhold wrote:
> Actually I've got a thought on how to add in debug messages without recompiling.
>For a horrible hack say I've got a java class
> like:
>
> //Constants.java
> public class Constants{
> public static boolean isDebug(){return true;}
> }
>
>
UnSubsribe
> This hack definitely works. As long as you're willing to pay the overhead
> for the method call, it's essentially equivalent to asking Log4J whether
> or not debugging output is enabled, which does something similar (but asks
> the instantiated logger object, instead of being a static method).
(Sorry about the double-qoute, I missed the original message)
> > -Original Message-
> > From: Will England [mailto:[EMAIL PROTECTED]]
> > Sent: Thursday, July 19, 2001 10:49 AM
> > To: [EMAIL PROTECTED]
> > Subject: [3.2] JSP Compiling Classpath issues -- finding WEB-INF/classes
> >
> >
costin 01/07/19 14:43:02
Modified:src/share/org/apache/tomcat/util/compat Jdk11Compat.java
Jdk12Support.java
src/share/org/apache/tomcat/util/xml XmlMapper.java
Log:
First part of the 2696 fix.
Revision ChangesPath
1.6 +7 -1
costin 01/07/19 14:44:24
Modified:src/share/org/apache/tomcat/modules/generators
Jdk12Interceptor.java
Log:
Second part of the 2696 fix.
Revision ChangesPath
1.5 +9 -2
jakarta-tomcat/src/share/org/apache/tomcat/modules/generators/Jdk1
costin 01/07/19 14:45:52
Modified:src/share/org/apache/tomcat/modules/generators
Jdk12Interceptor.java
Log:
Another try.
Revision ChangesPath
1.6 +3 -3
jakarta-tomcat/src/share/org/apache/tomcat/modules/generators/Jdk12Interceptor.jav
costin 01/07/19 14:52:48
Modified:src/share/org/apache/tomcat/startup StopTomcat.java
Log:
Allow users to specify the location of ajp12.id
Revision ChangesPath
1.8 +17 -2
jakarta-tomcat/src/share/org/apache/tomcat/startup/StopTomcat.java
Index: StopTomca
Has anyone got a nice script to replace the jakarta.apache.org cvsroot to
the cvs.apache.org cvs root? It's a lot of time to checkout everything again
and gives lot's of other problems (losing changes I made to ant and tomcat
eg..). It is for linux btw.
Just a not : I have a checkout of all the ja
A collection of invaluable scripts for CVS:
http://www.red-bean.com/cvsutils/
"cvsco" is the one I use daily.. removes all local modifications.
Among them:
"cvschroot makes it possible to change CVS/Root in all subdirectories
to the given value."
--Jeff
On Fri, Jul 20, 2001 at 12:22:32AM
On Thu, 19 Jul 2001, Jonathan Reichhold wrote:
> > This hack definitely works. As long as you're willing to pay the overhead
> > for the method call, it's essentially equivalent to asking Log4J whether
> > or not debugging output is enabled, which does something similar (but asks
> > the insta
pier01/07/19 16:34:07
Added: webapp/java WarpEngine.java
Log:
Re-enabling WARP engine.
Revision ChangesPath
1.12 +9 -163jakarta-tomcat-connectors/webapp/java/WarpEngine.java
pier01/07/19 16:34:35
Added: webapp/java WarpHost.java
Log:
Re-enabling Warp Host.
Revision ChangesPath
1.9 +13 -115 jakarta-tomcat-connectors/webapp/java/WarpHost.java
pier01/07/19 16:35:07
Added: webapp/java WarpRequest.java
Log:
Re-enabling WarpRequest
Revision ChangesPath
1.6 +16 -101 jakarta-tomcat-connectors/webapp/java/WarpRequest.java
pier01/07/19 16:35:26
Added: webapp/java WarpRequestHandler.java
Log:
Re-enabling WarpRequestHandler
Revision ChangesPath
1.9 +125 -126 jakarta-tomcat-connectors/webapp/java/WarpRequestHandler.java
pier01/07/19 16:35:56
Added: webapp/java WarpResponse.java
Log:
Re-enabling WarpResponse
Revision ChangesPath
1.5 +139 -131 jakarta-tomcat-connectors/webapp/java/WarpResponse.java
pier01/07/19 16:36:57
Modified:webapp/java WarpConfigurationHandler.java
Log:
Creating WarpContainers instead of standard ones (but the standard ones are
still allowed)
Revision ChangesPath
1.9 +19 -13
jakarta-tomcat-connectors/webapp/java/WarpConfigurati
pier01/07/19 16:37:55
Modified:webapp/java WarpConnection.java
Log:
Handle requests.
Revision ChangesPath
1.16 +6 -2 jakarta-tomcat-connectors/webapp/java/WarpConnection.java
Index: WarpConnection.java
FUCK! Why does MacOS/X crashes right in the middle of a commit?
Back in one minute after restart...
Pier
Craig wrote:
> - The typical approach with the JSR47 API or with Log4J is to let the
> logger decide whether to really output the message or not. So, you
> would instrument your code with things like (conceptual, not real API):
>
> logger.log("The object is " + myObject, Logger.DEBUG);
pier01/07/19 16:45:30
Modified:webapp/java WarpConnector.java WarpPacket.java
Log:
Forgot bean method to set port.
Added applications table.
Revision ChangesPath
1.16 +34 -0 jakarta-tomcat-connectors/webapp/java/WarpConnector.java
Index: WarpConnector
pier01/07/19 16:46:30
Modified:webapp/java Constants.java.in
Log:
Added types.
Revision ChangesPath
1.4 +15 -0 jakarta-tomcat-connectors/webapp/java/Constants.java.in
Index: Constants.java.in
==
pier01/07/19 16:47:31
Modified:webapp/include wa_request.h
Log:
Added content-type to the request structure.
Revision ChangesPath
1.6 +3 -1 jakarta-tomcat-connectors/webapp/include/wa_request.h
Index: wa_request.h
===
pier01/07/19 16:49:00
Modified:webapp/lib pr_warp.h
Log:
Added WARP header structure to process headers from table.
Added packet types for request.
Changed function names for configuration.
Revision ChangesPath
1.4 +24 -3 jakarta-tomcat-connectors/webap
pier01/07/19 16:50:03
Modified:webapp/lib wa_main.c
Log:
Better debugging output.
Revision ChangesPath
1.9 +8 -4 jakarta-tomcat-connectors/webapp/lib/wa_main.c
Index: wa_main.c
===
RC
pier01/07/19 16:50:48
Modified:webapp/lib wa_request.c
Log:
Set default content-type string.
Revision ChangesPath
1.14 +2 -1 jakarta-tomcat-connectors/webapp/lib/wa_request.c
Index: wa_request.c
===
pier01/07/19 16:51:48
Modified:webapp/lib pr_warp_config.c
Log:
Changed names for configuration functions.
Revision ChangesPath
1.4 +13 -5 jakarta-tomcat-connectors/webapp/lib/pr_warp_config.c
Index: pr_warp_config.c
=
pier01/07/19 16:52:40
Modified:webapp/lib pr_warp_packet.c
Log:
Fixed bug truncating strings at the end.
Revision ChangesPath
1.4 +3 -3 jakarta-tomcat-connectors/webapp/lib/pr_warp_packet.c
Index: pr_warp_packet.c
===
pier01/07/19 16:53:41
Modified:webapp/lib pr_warp.c
Log:
Readded request handling.
Revision ChangesPath
1.10 +182 -4jakarta-tomcat-connectors/webapp/lib/pr_warp.c
Index: pr_warp.c
===
R
"Pier P. Fumagalli" wrote:
>
> FUCK! Why does MacOS/X crashes right in the middle of a commit?
(Comment on Apple being able to find it with both hands and a flashlight
withheld ;-)
pier01/07/19 16:55:01
Modified:webapp/apache-1.3 mod_webapp.c
Log:
Added Content-Type direct handling thru wa_request.
Revision ChangesPath
1.20 +4 -1 jakarta-tomcat-connectors/webapp/apache-1.3/mod_webapp.c
Index: mod_webapp.c
==
pier01/07/19 16:59:15
Added: catalina/src/share/org/apache/catalina/connector/warp
Constants.java WarpConfigurationHandler.java
WarpLogger.java
Log:
New WARP classes.
Revision ChangesPath
1.1
jakarta
pier01/07/19 17:00:54
Modified:catalina/src/share/org/apache/catalina/connector/warp
WarpConnection.java
Log:
New WARP implementation from Jakarta-Tomcat-Connectors
Revision ChangesPath
1.8 +137 -260
jakarta-tomcat-4.0/catalina/src/sha
pier01/07/19 17:01:00
Modified:catalina/src/share/org/apache/catalina/connector/warp
WarpConnector.java
Log:
New WARP implementation from Jakarta-Tomcat-Connectors
Revision ChangesPath
1.12 +356 -233
jakarta-tomcat-4.0/catalina/src/shar
pier01/07/19 17:01:06
Modified:catalina/src/share/org/apache/catalina/connector/warp
WarpEngine.java
Log:
New WARP implementation from Jakarta-Tomcat-Connectors
Revision ChangesPath
1.11 +9 -163
jakarta-tomcat-4.0/catalina/src/share/o
pier01/07/19 17:01:12
Modified:catalina/src/share/org/apache/catalina/connector/warp
WarpHost.java
Log:
New WARP implementation from Jakarta-Tomcat-Connectors
Revision ChangesPath
1.8 +13 -115
jakarta-tomcat-4.0/catalina/src/share/org
pier01/07/19 17:01:19
Modified:catalina/src/share/org/apache/catalina/connector/warp
WarpPacket.java
Log:
New WARP implementation from Jakarta-Tomcat-Connectors
Revision ChangesPath
1.6 +171 -53
jakarta-tomcat-4.0/catalina/src/share/o
pier01/07/19 17:01:26
Modified:catalina/src/share/org/apache/catalina/connector/warp
WarpRequest.java
Log:
New WARP implementation from Jakarta-Tomcat-Connectors
Revision ChangesPath
1.5 +16 -101
jakarta-tomcat-4.0/catalina/src/share/
pier01/07/19 17:01:32
Modified:catalina/src/share/org/apache/catalina/connector/warp
WarpRequestHandler.java
Log:
New WARP implementation from Jakarta-Tomcat-Connectors
Revision ChangesPath
1.8 +125 -126
jakarta-tomcat-4.0/catalina/src
pier01/07/19 17:01:38
Modified:catalina/src/share/org/apache/catalina/connector/warp
WarpResponse.java
Log:
New WARP implementation from Jakarta-Tomcat-Connectors
Revision ChangesPath
1.4 +139 -131
jakarta-tomcat-4.0/catalina/src/share
pier01/07/19 17:05:36
Removed: catalina/src/share/org/apache/catalina/connector/warp
WarpConnectionHandler.java WarpConstants.java
WarpContext.java WarpDebug.java
WarpEngineMapper.java WarpHandler.java
[EMAIL PROTECTED] at [EMAIL PROTECTED] wrote:
> pier01/07/19 17:05:36
>
> Removed: catalina/src/share/org/apache/catalina/connector/warp
> WarpConnectionHandler.java WarpConstants.java
> WarpContext.java WarpDebug.java
>
On Thu, Jul 19, 2001 at 01:43:32PM -0700, Jonathan Reichhold wrote:
> Actually I've got a thought on how to add in debug messages without recompiling.
>For a horrible hack say I've got a java class
> like:
>
> //Constants.java
> public class Constants{
> public static boolean isDebug(){retu
craigmcc01/07/19 17:32:36
Modified:jasper/src/share/org/apache/jasper/compiler Compiler.java
Log:
Don't get confused by the ":" character that javac includes in the pathname on
error messages (at least on Win2K and XP).
PR: Bugzilla #2693
Submitted by: James Turner <[EMAIL
Neat!
It might be better to split "INSTALLATION" into two separate sections,
one for Windows, one for Unix. HOWTOs work best with fewer
conditionals.
- A
On Tue, Jul 17, 2001 at 08:23:10PM -0400, Rob S. wrote:
> Along the right line? Used the formatting from the TC4 readme files.
>
> Needs
Agreed... (re: Win/Unix sections). Is a Mac section worth it? I don't have
access to a Mac and haven't the slightest clue how they work =)
I also redid the default homepage (ROOT/index.html) but forgot to send a
copy home from work =(
- r
> -Original Message-
> From: [EMAIL PROTECTED]
I'm going to include this in the beta 6 release tonight, after a couple of
tweaks (and a mention of the new Windows-installer based version that Remy
has created). Also, we'll need pointers to the RPMs that Henri so
graciously creates, and corresponding directions to install them.
MacOS X is, AF
On Fri, Jul 20, 2001 at 12:22:32AM +0200, Martin van den Bemt wrote:
> Has anyone got a nice script to replace the jakarta.apache.org cvsroot to
> the cvs.apache.org cvs root?
This does all and only what you want:
find . -name Root -print | grep CVS | xargs perl -pi -e
's/jakarta\.apache\.org/
Pier P. Fumagalli at [EMAIL PROTECTED] wrote:
> [EMAIL PROTECTED] at [EMAIL PROTECTED] wrote:
>
>> pier01/07/19 17:05:36
>>
>> Removed: catalina/src/share/org/apache/catalina/connector/warp
>> WarpConnectionHandler.java WarpConstants.java
>>
Rob S. at [EMAIL PROTECTED] wrote:
> Agreed... (re: Win/Unix sections). Is a Mac section worth it? I don't have
> access to a Mac and haven't the slightest clue how they work =)
Mac? Under OS/9 it doesn't work (only Java platform 1 over there)... OS/X is
basically a unix box, so, no worries th
Pier P. Fumagalli at [EMAIL PROTECTED] wrote:
>
> Must have done something in the last updates (SHIT!)... It serves one
> request (perfectly), but the following ones are just headers...
>
> DAMN ME!
>
> Working on it... (SHIT!)
Ok, now I'm talking to myself, and that's SCARY...
The bitch serve
The build files for tc4 refer to jakarta-regexp-1.2.jar.
However, the regexp project currently builds a file called
"jakarta-regexp-1.3-dev.jar". The jakarta-regexp-1.2.jar is nowhere
to be found, so the build breaks for someone (like me) following the
instructions for a clean checkout-and-build
pier01/07/19 19:31:07
Modified:webapp/java WarpConnection.java
Log:
Better debugging output (packet types dumped in HEX)
Revision ChangesPath
1.17 +4 -2 jakarta-tomcat-connectors/webapp/java/WarpConnection.java
Index: WarpConnection.java
pier01/07/19 19:32:12
Modified:webapp/java WarpRequest.java
Log:
Removed private context (which might have caused some troubles).
Revision ChangesPath
1.7 +0 -1 jakarta-tomcat-connectors/webapp/java/WarpRequest.java
Index: WarpRequest.java
=
pier01/07/19 19:33:52
Modified:webapp/java WarpRequestHandler.java
Log:
Fixed small bug with content type/length.
Now the request and response objects are "finished" properly.
Revision ChangesPath
1.10 +4 -3 jakarta-tomcat-connectors/webapp/java/WarpReque
pier01/07/19 19:34:42
Modified:webapp/java WarpResponse.java
Log:
Response handles the finishResponse() method correctly, now.
The outputStream instance is recycled between requests.
Revision ChangesPath
1.6 +97 -17jakarta-tomcat-connectors/webapp/java/Wa
pier01/07/19 19:36:10
Modified:webapps/examples/WEB-INF/classes TroubleShooter.java
Log:
Fixed some NullPointerExceptions and display aesthetics.
Revision ChangesPath
1.2 +21 -16
jakarta-tomcat-4.0/webapps/examples/WEB-INF/classes/TroubleShooter.java
I
[EMAIL PROTECTED] at [EMAIL PROTECTED] wrote:
>
> Response handles the finishResponse() method correctly, now.
Ok, I admit it, I'm an idiot... :(
Pier
larryi 01/07/19 19:59:33
Modified:src/etc/jk mod_jk.conf
Log:
Fix invalid log level. Supported values are debug, info, error, and emerg.
Revision ChangesPath
1.2 +1 -1 jakarta-tomcat/src/etc/jk/mod_jk.conf
Index: mod_jk.conf
==
alex01/07/19 19:48:06
Modified:xdocsindex.xml
Log:
Finish replacing 3.2.1 with 3.2.3
Revision ChangesPath
1.4 +2 -2 jakarta-tomcat-site/xdocs/index.xml
Index: index.xml
===
RCS fi
alex01/07/19 19:49:48
Modified:xdocsindex.xml
Log:
Tocmat -> Tomcat
Revision ChangesPath
1.5 +1 -1 jakarta-tomcat-site/xdocs/index.xml
Index: index.xml
===
RCS file: /home/cvs/jak
craigmcc01/07/19 20:20:09
Modified:catalina/src/share/org/apache/catalina Globals.java
webapps/ROOT index.html
Log:
Updates for Tomcat 4.0-beta-6 release.
Revision ChangesPath
1.29 +5 -5
jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/
1 - 100 of 115 matches
Mail list logo