costin 01/07/26 21:03:29
Modified:src/share/org/apache/tomcat/modules/config
TrustedLoader.java
Log:
That's the big fix - TrustedLoader didn't worked as expected, due to
class loader problems in some special cases. Now it does.
The trick is to add the
costin 01/07/26 21:00:19
Modified:src/share/org/apache/tomcat/modules/config
ServerXmlReader.java
Log:
I'm after config problems, this is a small fix in server.xml reading.
We need to collect all modules declarations from modules.xml, so
context.xml d
costin 01/07/26 20:57:31
Modified:src/share/org/apache/tomcat/modules/config AutoWebApp.java
Log:
Changed a bit the message ( displayed if an app is declared explicitely
with a config, and auto-webapp doesn't need to add it automatically )
We could just remove the message,
> 1) How hard would it be to remove the !(*.bat) files from /bin for
.zip
> builds, and the same for the .gz builds !(*.sh)? Might make it a bit
less
> confusing for people to see less files in there.
As we're working with Java here - lots of us out here tend to work on
multiple platforms (perso
On Thu, Jul 26, 2001 at 04:35:59PM -0700, David Rees wrote:
>
> I found the problem, below is the simplest patch to fix it, although not
> 100% correct. I'll explain why in a few minutes.
Never mind, I should have looked at openThreads first. As far as I can
tell, the ThreadPool works as adv
costin 01/07/26 18:07:34
Modified:src/share/org/apache/tomcat/modules/config PathSetter.java
Log:
Fix the paths for all contexts that are loaded via explicit config
when tomcat becomes stable ( i.e. all core modules were loaded, and
tomcat is ready to start )
Revision Cha
costin 01/07/26 18:06:23
Modified:src/share/org/apache/tomcat/core ContextManager.java
Log:
Reset the interceptors, it may have changed.
Display a message when tomcat is in stable state.
Revision ChangesPath
1.186 +3 -1
jakarta-tomcat/src/share/org/apache
Thanks Craig,
> because the error page itself is inside the protected area
Ahh - a light's just come on - I see what you mean now.
I'm away from home right now - I'll be sure to try this as soon as I get
back
Kevin Jones
DevelopMentor
www.develop.com
> -Original Message-
> From: Craig
On Thu, Jul 26, 2001 at 03:07:55PM -0700, Renato Weiner wrote:
>
> I was running some volume tests with Tomcat 3.2.3 using the 'ab'
> application that comes with apache. I simulated diffent loads of
> concurrent users. If set the concurrency to 5 it runs fine my
> Servlets, but if I set to more t
+1 for this two patches..
> -Mensaje original-
> De: GOMEZ Henri [mailto:[EMAIL PROTECTED]]
> Enviado el: jueves 26 de julio de 2001 22:17
> Para: [EMAIL PROTECTED]
> Asunto: RE: Date in HTTP headers
>
>
> >First at all i'm +1 on adding Date header aswell ( is on my todo list
> >for 3 m
Eryq at [EMAIL PROTECTED] wrote:
>
> webapp-module-1.0-tc40b6
> SunOS clin5 5.8 Generic_108528-07 sun4u sparc SUNW,Ultra-60
> Apache 1.3.20
> gcc 2.95.2
> tomcat 4b6
Ok
> I built an Apache with dynamic loading, which is
> definitely working. I build mod_webapp, and
> try to start Apache.
Yep, you'll definitely have a problem before nightly build 20010727,
because the error page itself is inside the protected area. It should be
fixed now.
Craig
On Thu, 26 Jul 2001, Kevin Jones wrote:
> I've tried the latest nightly and I still get the same problem. I've
> attached a webapp for
webapp-module-1.0-tc40b6
SunOS clin5 5.8 Generic_108528-07 sun4u sparc SUNW,Ultra-60
Apache 1.3.20
gcc 2.95.2
tomcat 4b6
---
I built an Apache with dynamic loading, which is
definitely working. I build mod_webapp, and
try to start Apache. Thi
I've tried the latest nightly and I still get the same problem. I've
attached a webapp for you to try.
Could be I'm doing something stupid of course
Kevin Jones
DevelopMentor
www.develop.com
> -Original Message-
> From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]]
> Sent: 26 July 2001
Sorry Craig,
I missed this post.
I'll try the latest nightly, if it doesn't work I'll try and create a small
web-app that shows it,
Kevin Jones
DevelopMentor
www.develop.com
> -Original Message-
> From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]]
> Sent: 25 July 2001 23:06
> To: [EM
Hi all,
I was running some volume tests with Tomcat 3.2.3 using the 'ab' application that
comes with apache. I simulated diffent loads of concurrent users. If set the
concurrency to 5 it runs fine my Servlets, but if I set to more than 8, I got an
exception in the ThreadPool. Here is the mess
"Pier P. Fumagalli" wrote:
[snip]
> > I'll do some reading. Do you recall whether the problems where specific
> > to that implementation of the startup code or more generically related
> > to having the servlet container autostart?
>
> Oh, I remember it was about invoking the startup script, and
>> With TC4 we could do with a JNI connector in mod_webapp
>(even though Pier
>> probably doesn't want to do this). We will use mod_webapp in
>preference to
>> mod_jk for simplicity of setting up.
>
>I'm not sure I understand how jk is "more difficult" to set up - it's
>just a:
>"JkMount /conte
>First at all i'm +1 on adding Date header aswell ( is on my todo list
>for 3 months now ;)
Done, I attached 2 diff one for TC 3.3 CVS and one against TC 3.2.3.
Note the little hack to speedup date generation in rfc1123 format :)
PS: TC 3.2.3 expose Servlet-Engine but not TC 3.3. What about addi
On Thu, 26 Jul 2001, Dave Oxley wrote:
> With TC4 we could do with a JNI connector in mod_webapp (even though Pier
> probably doesn't want to do this). We will use mod_webapp in preference to
> mod_jk for simplicity of setting up.
Can you explain this - are you talking about building the module,
Andy Armstrong at [EMAIL PROTECTED] wrote:
> "Pier P. Fumagalli" wrote:
>>
>> Andy Armstrong at [EMAIL PROTECTED] wrote:
>>>
>>> I only used JServ briefly before switching to Tomcat and "it worked for
>>> me"(tm). Can you recall any of the specific problems?
>>
>> It was back in 1997, and I re
craigmcc01/07/26 12:42:44
Modified:webapps/examples/WEB-INF web.xml
webapps/examples/jsp/security/protected index.jsp
Added: webapps/examples/jsp/security/protected error.jsp login.jsp
Removed: webapps/examples/jsp/security/login error.jsp login.jsp
Log:
Remy Maucherat wrote:
>
> Quoting Andy Armstrong <[EMAIL PROTECTED]>:
>
> > Hi Joe et al,
> >
> > Joe Flowers wrote:
> > [snip cogent words about running TC as a service]
> >
> > I agree with you 100% WRT the difficulty of getting JavaService to work
> > -- a sysadmin here pulled most of his few
"Pier P. Fumagalli" wrote:
>
> Andy Armstrong at [EMAIL PROTECTED] wrote:
> >
> > I only used JServ briefly before switching to Tomcat and "it worked for
> > me"(tm). Can you recall any of the specific problems?
>
> It was back in 1997, and I remember several patches across 2 months from Ed
> Ko
Quoting Mark Alexander <[EMAIL PROTECTED]>:
> Hello:
>
> I followed Aruns Jamwal's advice and was able to get further than
> before, I think.
>
> My problem now is that when try and start it as a service I get this
> error
>
> "Could not start "tomcat" service on local computer"
>
> "Error
About the latest CVS... I'm pretty happy...
Thank you Brian for the excellent feedback you gave in the last few
weeks/months...
Pier
-- Forwarded Message
From: Brian P Millett <[EMAIL PROTECTED]>
Date: Thu, 26 Jul 2001 14:17:32 -0500
To: "Pier P. Fumagalli" <[EMAIL PROTECTED]>
Subject:
Quoting Andy Armstrong <[EMAIL PROTECTED]>:
> Hi Joe et al,
>
> Joe Flowers wrote:
> [snip cogent words about running TC as a service]
>
> I agree with you 100% WRT the difficulty of getting JavaService to work
> -- a sysadmin here pulled most of his few remaining hairs one day
> trying
> to ge
pier01/07/26 12:30:28
Modified:java/org/apache/service ServicePermission.java
Log:
- Updated JavaDOC descriptions for those methods which didn't have one.
- Modified how the toString() and hashCode() methods work, by storing a
copy of the description of this permission ins
On Wed, 25 Jul 2001, Craig R. McClanahan wrote:
>
>
> On Wed, 25 Jul 2001, Kevin Jones wrote:
>
> > OK
> >
>
> Hmm, without a reproducible test case, I don't know how to debug this,
> because it works for me. Can you create a simple web application that
> illustrates the problem, and add
Andy Armstrong at [EMAIL PROTECTED] wrote:
>
> I only used JServ briefly before switching to Tomcat and "it worked for
> me"(tm). Can you recall any of the specific problems?
It was back in 1997, and I remember several patches across 2 months from Ed
Korthof just to "make it work". But you shoul
Dave Oxley at [EMAIL PROTECTED] wrote:
>
> With TC4 we could do with a JNI connector in mod_webapp (even though Pier
> probably doesn't want to do this).
Actually, Pier is already writing that piece of thing... :) I got distracted
because the only safe multithreaded environment I have was my Win
craigmcc01/07/26 12:11:36
Modified:catalina/src/share/org/apache/catalina/authenticator
FormAuthenticator.java
Log:
Fix an endless loop that would occur if the page was
within the protected area of the web application. There was already a
special check
"Pier P. Fumagalli" wrote:
>
> Andy Armstrong at [EMAIL PROTECTED] wrote:
> >
> > If there's interest I can investigate adding the same functionality to
> > the other connectors.
>
> I would not want to see it in webapp... Autostart was the major headache
> back in JServ days... I wouldn't want
GOMEZ Henri wrote:
[snip]
> >This is a simple solution for all platforms in all cases
> >except the one where you want to have Tomcat autostart in stand-alone
> >mode, and I would assume that that's a relatively rare requirement.
>
> No so rare since many sites use a farm a Tomcat behind their we
Hola Henri:
First at all i'm +1 on adding Date header aswell ( is on my todo list
for 3 months now ;)
But just a comment: RFC2616 is the "Hypertext Transfer Protocol --
HTTP/1.1" RFC, AFAIK HTTP 1.0 doesnt have a real RFC, well it has one,
the RFC1945 but this as the RFC itself recognizes is not
Oh and by the way. We never use Tomcat in standalone mode, even on
Developers machines!
Dave
[EMAIL PROTECTED]
_
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp
>BTW, jk already has the feature if JNI connector is used - but it would be
>great to be able to do the same for ajp connectors. Probably using the
>same config file ( most of the information to start tomcat is similar -
>the jni configuration file allows you to specify env variables,
>classpaths,
Yes. With a patch applied to avoid the NT Logout snafu that causes the VM to
shutdown.
Glenn.
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
One question - is anyone using the jk_service ( the NT service starter
that is included with tomcat3.x ) ?
Costin
Ahhh... I am not running with that configuration.
Glenn.
-Original Message-
From: Pier P. Fumagalli [mailto:[EMAIL PROTECTED]]
Sent: Thursday, July 26, 2001 1:28 PM
To: [EMAIL PROTECTED]
Subject: Re: Different approach to TC as a service (was: Separating
Servic e code from Tomcat 4.0)
TomCat,
Difficulties,
I don't get to do to rotate in IIS Microsoft! ! ! Win2000Professional.
I placed the files of TomCat in the root of IIS.
I already installed Java.
I don't just see the screen directories.
Uriel
ERROS
2001-07-26 14:57:23 - ContextManager: Adding
Twiggs, Glenn at [EMAIL PROTECTED] wrote:
> Not a safe assumption. My company is using Tomcat in standalone mode within
> a large project.
I believe he's talking about when tomcat is ran standalone AND thru a
connector...
Pier
Hello:
I followed Aruns Jamwal's advice and was able to get further than
before, I think.
My problem now is that when try and start it as a service I get this
error
"Could not start "tomcat" service on local computer"
"Error 997: Overlapped I/O operation is in progess."
I assume that it is
>
> Not a safe assumption. My company is using Tomcat in
> standalone mode within
> a large project.
>
with the advent of tomcat 4, i too will (hopefully) being tomcat standalone.
> -Original Message-
> From: Andy Armstrong [mailto:[EMAIL PROTECTED]]
>
> [snip]
>
> It would be easy
Not a safe assumption. My company is using Tomcat in standalone mode within
a large project.
-Original Message-
From: Andy Armstrong [mailto:[EMAIL PROTECTED]]
[snip]
It would be easy enough to add the same functionality to the other
connectors. This is a simple solution for all platfor
pier01/07/26 11:13:31
Added: ..cvsignore
java .cvsignore
java/org .cvsignore
java/org/apache .cvsignore
java/org/apache/service .cvsignore
Log:
Adding .cvsignore files.
Revision ChangesPath
1.1
+1
Mike Anderson
>>> [EMAIL PROTECTED] 07/26/01 12:03PM >>>
Hi,
TC 3.2.3 and 3.3b1 didn't send the actually the Date header
in http 1.0 connector.
RFC2616 indicate that the Date header should be present.
What's your opinion adding it to both implementation ?
FYI, Tomcat 4.0 send the Date head
pier01/07/26 11:09:44
Added: java/org/apache/service ServicePermission.java
Log:
Added a permission class to control access to the Service.
Revision ChangesPath
1.1
jakarta-tomcat-service/java/org/apache/service/ServicePermission.java
Index:
pier01/07/26 11:08:47
jakarta-tomcat-service/java/org/apache/service - New directory
pier01/07/26 11:08:30
jakarta-tomcat-service/java/org/apache - New directory
pier01/07/26 11:08:02
jakarta-tomcat-service/java/org - New directory
pier01/07/26 11:00:48
jakarta-tomcat-service/native - New directory
pier01/07/26 11:00:48
jakarta-tomcat-service/java - New directory
Hi,
TC 3.2.3 and 3.3b1 didn't send the actually the Date header
in http 1.0 connector.
RFC2616 indicate that the Date header should be present.
What's your opinion adding it to both implementation ?
FYI, Tomcat 4.0 send the Date header :)
On Thu, 26 Jul 2001, Andy Armstrong wrote:
> By "conceptually portable" I mean that while the code in the connector
> to implement Tomcat startup and shutdown isn't the same for all
> platforms the concept of running Tomcat in that way is -- you can safely
> assume that whatever the platform the
Andy Armstrong at [EMAIL PROTECTED] wrote:
>
> If there's interest I can investigate adding the same functionality to
> the other connectors.
I would not want to see it in webapp... Autostart was the major headache
back in JServ days... I wouldn't want to have to deal with the same thing
again.
>Hi Joe et al,
>
>Joe Flowers wrote:
>[snip cogent words about running TC as a service]
>
>I agree with you 100% WRT the difficulty of getting JavaService to work
>-- a sysadmin here pulled most of his few remaining hairs one
>day trying
>to get it working, so while I haven't personally looked at
pier01/07/26 10:27:01
Modified:webapp README.txt
Log:
Added description of what we should do with the generated warp.jar file.
Revision ChangesPath
1.12 +4 -0 jakarta-tomcat-connectors/webapp/README.txt
Index: README.txt
===
Hi Joe et al,
Joe Flowers wrote:
[snip cogent words about running TC as a service]
I agree with you 100% WRT the difficulty of getting JavaService to work
-- a sysadmin here pulled most of his few remaining hairs one day trying
to get it working, so while I haven't personally looked at it I can
>I would like to know the status of this bug and what release
>it is going to
>be addressed in ?
>I found another person had filed bug 345 quite awhile back.
>We need the
>proper date header response back to browser so it won't reload
>staic files
>all the time. We don't want to use the IIS re
I would like to know the status of this bug and what release it is going to
be addressed in ?
I found another person had filed bug 345 quite awhile back. We need the
proper date header response back to browser so it won't reload staic files
all the time. We don't want to use the IIS redirect as a
pier01/07/26 08:39:37
Modified:webapp README.txt
webapp/lib pr_warp_network.c
Log:
Aesthetics.
Revision ChangesPath
1.11 +1 -1 jakarta-tomcat-connectors/webapp/README.txt
Index: README.txt
I'm +1 for jakarta-service and -1 for jakarta-tomcat-service
>>>
>>> Still of this idea? I can't open jakarta-service as I have to
>>> get down to
>>> the PMC to do it, and I'd like to commit some code...
>>> Thanks...
>>
>> Argh, if you need the PMC agreement, it will delay that piece
pier01/07/26 08:18:15
Modified:webapp/java Constants.java.in
Log:
Forgot to include new constants in the .in file. Thanks to Mark Dzmura
<[EMAIL PROTECTED]> for noticing.
Revision ChangesPath
1.6 +4 -0 jakarta-tomcat-connectors/webapp/java/Constants.java
GOMEZ Henri at [EMAIL PROTECTED] wrote:
>> GOMEZ Henri at [EMAIL PROTECTED] wrote:
>>>
>>> I'm +1 for jakarta-service and -1 for jakarta-tomcat-service
>>
>> Still of this idea? I can't open jakarta-service as I have to
>> get down to
>> the PMC to do it, and I'd like to commit some code...
Corrected in CVS.
hgomez 01/07/26 04:14:11
Modified:src/share/org/apache/tomcat/modules/server
Http10Interceptor.java
Log:
Correct getRemoteAddr() bug in native http 1.0 connector
Bug report from Clayton Vernon
Revision ChangesPath
1.18 +
hgomez 01/07/26 04:14:11
Modified:src/share/org/apache/tomcat/modules/server
Http10Interceptor.java
Log:
Correct getRemoteAddr() bug in native http 1.0 connector
Bug report from Clayton Vernon
Revision ChangesPath
1.18 +2 -0
jakarta-
I'm working on the fix, you could assign me the bugs !!!
>-Original Message-
>From: Mike Anderson [mailto:[EMAIL PROTECTED]]
>Sent: Wednesday, July 25, 2001 6:43 PM
>To: [EMAIL PROTECTED]
>Subject: Re: bug? does getRemoteAddr() work in tc3.3-beta 1?
>
>
>Clayton,
>
>This does seem to be a
>GOMEZ Henri at [EMAIL PROTECTED] wrote:
>>
>> I'm +1 for jakarta-service and -1 for jakarta-tomcat-service
>
>Still of this idea? I can't open jakarta-service as I have to
>get down to
>the PMC to do it, and I'd like to commit some code...
>Thanks...
Argh, if you need the PMC agreement, it
68 matches
Mail list logo