Re: [VOTE] Release Tomcat 3.2.4

2001-11-13 Thread Remy Maucherat
Vote to release the tomcat_32 branch as Tomcat 3.2.4. [ ] +1. I agree with the proposal and I will help support the release. [X] +0. I agree with the proposal but I will not be able to help support the release. [ ] -0. I don't agree with the proposal but I won't stop

Re: Asking Tomcat 4.x to accept a different JNDI initial factory

2001-11-17 Thread Remy Maucherat
. thanks a lot!!! Oops. I forgot. Sorry. Remy On Monday, November 5, 2001, at 03:53 PM, Remy Maucherat wrote: Hi folks, Tomcat 4.x has its own JNDI server. But I would like it to use a different initial factory. One of the ways is to pass the value -Djava.naming.factory.initial

[VOTE] New committer: Michael Smith

2001-11-19 Thread Remy Maucherat
Hi, I'd like to nominate Michael Smith [msmith at apache.org] as a committer on the Tomcat subproject. Michael already has commit access on the Slide subproject, and has contributed important bug fixes for Tomcat 4 as well as mod_jk. He has my +1. Remy -- To unsubscribe, e-mail:

Re: PATCH: jakarta-tomcat-connectors build on MSVC6

2001-11-19 Thread Remy Maucherat
On Mon, 19 Nov 2001, Remy Maucherat wrote: In general, I think all jakarta commiters should have cross-project permissions - maybe with the additional requirement that you need a review-then-commit process when commiting to a project you are not 'regular' commiter. There are many

Re: [PROPOSAL] Tomcat 4.1 Security Changes

2001-11-25 Thread Remy Maucherat
Currently, all supporting jar files for servlets which come with Tomcat 4 are placed in the $CATALINA_HOME/server/lib directory with the Tomcat 4 core jar files. This is a potential security problem because the default catalina.policy grants AllPermission to all jar files located in

Re: 4.0.1 ClassLoader breaks singletons on webapp reload.

2001-11-25 Thread Remy Maucherat
OK. I have a webapp deployed with the main package under WEB-INF/classes and all dependent libraries under WEB-INF/lib as .jars. If I recompile my application, update the necessary classes in WEB-INF/classes, Tomcat does manage to reload the app but my application is now totally hosed.

Re: 4.0.1 ClassLoader breaks singletons on webapp reload.

2001-11-25 Thread Remy Maucherat
Remy Maucherat [EMAIL PROTECTED] writes: OK. snip No. Of course, there's a reason for this, as a selective reloading would be a very complex thing to do. So what patterns do developers follow when the want to deploy webapps with singletons that have support for reloading? You can

Re: [PROPOSAL] Tomcat 4.1 Security Changes

2001-11-26 Thread Remy Maucherat
Remy Maucherat wrote: If you give the appropriate permissions to allow SSI and CGI, you're actually giving AllPermissions anyway (since you're allowing a native script or executable to run, which is not constrained by the Java sandbox), so I'm missing the point here. Yes, once

Re: cvs commit: jakarta-tomcat-4.0/catalina/src/binsetenv.shcatalina.sh tool-wrapper.sh

2001-11-27 Thread Remy Maucherat
on 11/27/01 3:09 PM, Patrick Luby [EMAIL PROTECTED] wrote: Jon, What I could do is not distribute the setenv.sh file and, instead, check for the existence of this file. If it exists (which would only occur if the user has created the file), then catalina.sh and tools-wrapper.sh would

[VOTE] Tomcat 4.0.2 Release Plan

2001-11-27 Thread Remy Maucherat
Hi, I think it's the appropriate time to consider starting a new release cycle for Tomcat 4.0. There has been a variety of significant bugs fixed since 4.0.1 (although there hasn't been any fixes for any showstopper bug). I don't plan to propose a formal release plan for this release, as it is

Re: [VOTE] Tomcat 4.0.2 Release Plan

2001-11-28 Thread Remy Maucherat
On Tue, 27 Nov 2001, Remy Maucherat wrote: - A few more code merge will happen between now and the first beta release (at least one to add JAVA_HOME support in the install script). - The release notes will document all the fixes which occured since 4.0.1. - The release notes will list

Re: [VOTE] Tomcat 4.0.2 Release Plan

2001-11-28 Thread Remy Maucherat
There are few things I would like to see fixed before releasing: - the jvmroute ( I'll do a patch if nobody else does it ) YES PLEASE +1, will give tomcat 4.0 access to load balancing feature of mod_jk ;) Ok, I'm all for it, but one of you guys will have to implement it ;) -

Re: [VOTE] New Committer: Jazmin Jonson

2001-11-28 Thread Remy Maucherat
As Bill Barker suggested, I would like to propose Jazmin Jonson as a new committer. She has contributed a numerous patches to Tomcat4 admin application. Votes please? +1. Remy -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL

Re: [VOTE] Tomcat 4.0.2 Release Plan

2001-11-28 Thread Remy Maucherat
[EMAIL PROTECTED] wrote: - backporting the 'trusted apps having access to catalina internals' from 4.1 How exactly is the 'trusted apps having access to catalina internals' implemented? The parent CL is the Catalina CL (instead of being the shared CL). Recently some of that code in the

Re: cvs commit: jakarta-tomcat-4.0/jasper/src/share/org/apache/jasper/servlet JspServlet.java

2001-11-29 Thread Remy Maucherat
kinman 01/11/29 11:40:52 Modified:jasper/src/share/org/apache/jasper/servlet JspServlet.java Log: PR: 5169 Submitted by: [EMAIL PROTECTED] (Ryan Lubke) -- Spec says jsp_precompile=false means jsp_precompile=true (weird, huh?). Fix to conform. I'm confused ! Why

Re: cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/startup Catalina.java

2001-11-29 Thread Remy Maucherat
patrickl01/11/29 09:18:10 Modified:catalina/src/share/org/apache/catalina/startup Catalina.java Log: Fix for situation where an SSL connector is enabled but external dependencies (e.g. no .keystore file, etc.) are not correctly installed. Previous to this change, Tomcat would

Re: Tomcat classloader problem?

2001-11-29 Thread Remy Maucherat
I'm hoping someone here can help me with this. The folks on soap-user directed me to tomcat-user, and the tomcat-user folks suggested I try tomcat-dev. So here I am... I'm experiencing a problem with SOAP message-style services when using Tomcat 4.01. When trying to access any

Re: tomcat 4.0.1 and persistent connection problem

2001-11-30 Thread Remy Maucherat
Dear Sir I already did some research about this problem. But still be confused. I want to take advantage of the persistent connection of Http/1.1. In my experiement, if HTTP/1.1 client connects to the tomcat 4.0.1 Http/1.1 directly, the persistent connection can be established. However,

Re: JK versions

2001-12-01 Thread Remy Maucherat
There is an important issue to discuss - labeling mod_jk. As you know, we are trying to make some improvements in jk, start using APR, etc. That will involve few significant changes - and some people may want to have a more 'stable' jk. There are 4 versions of jk: Let's call 1.0 what is

Re: [PATCH] about kjc

2001-12-01 Thread Remy Maucherat
Hi, tomcat users and developrs! /* I have post this patch twice. This is third time. */ Do you know kjc which is one of the completely opensource Java compiler? If not, you can see detail at http://www.dms.at/kopi. Accoding to Edouard G. Parmelan's report

Re: [PATCH] about kjc

2001-12-01 Thread Remy Maucherat
On Sat, 1 Dec 2001, Jon Stevens wrote: +1 for this patch as it is legal since it uses reflection. Remy I thought that using reflection to work with GPL code was still considered illegal by the FSF. As long ASF/jakarta doesn't have a list of 'accepted licences' that we can

AJP Todo

2001-12-01 Thread Remy Maucherat
Hi, On the TODO list for AJP, there is: - Implementing jvmroute. - Adding a mechanism like there is in Tomcat 3.3 to automatically generate a configuration file. That should be relatively easy to do using a server listener (or a host listener). I'm not going to do either of these. I have no

Re: AJP Todo

2001-12-01 Thread Remy Maucherat
On Sat, 1 Dec 2001, Bill Barker wrote: I have no objection to help porting ${Server}Config to 4.x, but I'm still a Catalina novice. The 3.3 API is more command and control, so it is easier to get to the information. It will take me a little time to find out how to get the

Re: JK versions

2001-12-03 Thread Remy Maucherat
I will not check anything else into mod_jk until this is decided ( since my next commit is pretty big and likely to brake things, I did a lot of changes in uri_map, etc. - I need a stable branch labeled before doing the commit ). Ok, let's release mod_jk to 1.2 and start 2.0. The

Re: ErrorReportValve

2001-12-06 Thread Remy Maucherat
Em Quinta, 6 de Dezembro de 2001 10:54, Pedro Morais escreveu: Hi! I've being looking at the code for TC 4.0.1 and I think it's impossible to disable the ErrorReportValve. Ok, replying to my own email. I've found out that I can set the errorReportValve value on an Host element; there

Re: [j-t-c] ajp and headaches

2001-12-09 Thread Remy Maucherat
- Original Message - From: Kevin Seguin [EMAIL PROTECTED] To: Tomcat-Dev (E-mail) [EMAIL PROTECTED] Sent: Sunday, December 09, 2001 12:07 PM Subject: [j-t-c] ajp and headaches after many months of being away, i've recently gotten back into the fray of jakarta-tomcat-connectors. my

Re: AJP Todo

2001-12-10 Thread Remy Maucherat
If the web app is deployed as a directory, you can call context.getDocBase() for this. If the context is deployed as a WAR file, there is no such thing as the document base as an absolute path. In such a scenario, you need to choose one of the following options: Unfortunately, if the

Re: Strange Thread Behaviour

2001-12-10 Thread Remy Maucherat
It seems like tomcat has no control about the threads that were opened, any suggestions, please? Yes, no attempt is being made at killing processing threads that were created. OTOH, they should be reused if some high load situation occurs again (no new threads will be created). Unless you're

Re: cvs commit: jakarta-tomcat-connectors/webapp/java WarpConnector.java

2001-12-18 Thread Remy Maucherat
Ah! That is why it stops building against 4.0.1 ;-( That's a backward compatible change, and it's very low impact. If you add the method, it will still build with 4.0, 4.0.x, and the HEAD branch. Remy [EMAIL PROTECTED] wrote: remm01/11/30 23:20:29 Modified:webapp/java

[VOTES] Tomcat 4.0.2 beta 1

2001-12-19 Thread Remy Maucherat
Hi, After some delay, I'd like to release the first beta of Tomcat 4.0.2 this week (the sooner, the better, so I plan to package the release as soon as this vote is considered approved). This release has already been approved, and although there are some issues which will need to be addressed

Re: [VOTES] Tomcat 4.0.2 beta 1

2001-12-19 Thread Remy Maucherat
The stuff I'd like to see added in TC 4.0.2 (release) is vmroute for supporting load-balancing via mod_jk ? What about ? I thought Costin wanted to do it in another way in his JK2 connector ? There's also the auto configuration which isn't going to be very well documented or working in the

JK binaries

2001-12-20 Thread Remy Maucherat
Hi, I'm trying to figure out what I should do with the AJP binaries, as the CVS is a bit messy at the moment (and it includes two versions of the sources). I can: - keep the current binary for b1 - try to upgrade, but I'd like to know which one I should use (and the build script should be

Connector compatibility between TC 4.0 and 4.1

2001-12-20 Thread Remy Maucherat
Hi, After a lot of efforts, it turns out the connectors (in j-t-c) still can't be compiled against both the 4.0 branch and the HEAD branch of the Tomcat CVS. There are a few solutions to this: 1) Force the connectors to be built against the HEAD branch. They should run fine on Tomcat 4.0

4.0.2-b1 binaries uploaded

2001-12-20 Thread Remy Maucherat
Hi, I've finished uploading the 4.0.2-b1 binaries: http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0.2-b1/ All known packaging issues over 4.0.1 should have been fixed (gifs corruption, installer not finding JDK, and probably others). The RPMs and the connector native binaries

Re: JK binaries

2001-12-20 Thread Remy Maucherat
i take it all back :) i just updated j-t-c/jk and i can't build it. and i don't have time to try to figure it out right now. sorry. so, maybe it's best for now to go with the current binary. Yes, we're in the middle of Costin's refactoring, so it's not a very good time to upgrade. Remy

Re: Connector compatibility between TC 4.0 and 4.1

2001-12-20 Thread Remy Maucherat
[EMAIL PROTECTED] wrote: Keeping all container adapters in j-t-c has the extra benefit that we can share more code among them. It still feels wierd to me. Imagine if JNDI did things this way... we'd have to have every provider installed just to build it. :) I think if the layer of

Re: Connector compatibility between TC 4.0 and 4.1

2001-12-20 Thread Remy Maucherat
On Thu, 20 Dec 2001, Remy Maucherat wrote: Hi, After a lot of efforts, it turns out the connectors (in j-t-c) still can't be compiled against both the 4.0 branch and the HEAD branch of the Tomcat CVS. There are a few solutions to this: 1) Force the connectors to be built

Re: cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/generators ErrorHandler.java

2001-12-20 Thread Remy Maucherat
A 4.x person might want to take a look to make sure this doesn't happen there, too. It doesn't. GET /index.html HTTP/1.1 Host: localhost If-modified-since: Thu, 20 Dec 2001 21:37:49 GMT HTTP/1.1 304 Not Modified Date: Thu, 20 Dec 2001 21:40:01 GMT Server: Apache Tomcat/4.1-dev (HTTP/1.1

Re: cvs commit: jakarta-tomcat-4.0/catalina build.xml

2001-12-21 Thread Remy Maucherat
craigmcc01/12/21 10:42:23 Modified:catalina build.xml Log: Do not compile org.apache.naming.NamingService unless JMX is present. It looks like I had missed that one. Thanks for fixing it :) Remy -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands,

Re: cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/startup Catalina.java

2001-12-26 Thread Remy Maucherat
glenn 01/12/26 03:00:55 Modified:catalina/src/share/org/apache/catalina/startup Catalina.java Log: Something changed recently causes the catalina java process to hang at this point on shutdown unless there is an explicit System.exit(). Could this have something to do

Re: cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/startup Catalina.java

2001-12-26 Thread Remy Maucherat
Remy Maucherat wrote: It does work fine for me. The change is a bad idea anyway, since the shutdown is asynchronous (it would be almost equivalent to not attemping to shutdown and kill the process). The way I am using Tomcat isn't typical, the instance that fails to terminate

Re: [Beta5]HttpRequestBase POST buglet

2001-05-21 Thread Remy Maucherat
[I sent this to the users list on Friday - someone sent me email telling me I should send it to this group - sorry for the double post] I just started using TomCat B5 using the builtin HTTPConnector. When POST-ing a form, none of the name-value pairs of the Query string make it through.

Re: [Tomcat 4] PROPOSAL: Revision to Build Procedures

2001-05-21 Thread Remy Maucherat
Quoting Craig R. McClanahan [EMAIL PROTECTED]: I'd like to propose a modification to the way that the build scripts for Tomcat 4 work, based on experience gained in the Jakarta Commons project, Struts, and a couple of non-Jakarta projects that use the same approach. +1 Remy

Re: Packaged tag libraries

2001-05-21 Thread Remy Maucherat
I have been having some problems with packaged tag libraries and have seen other mentions of this problem on the tomcat-user list. Basically the problem is that when a taglib is packaged as specified in the JSP 1.2 spec the following error is returned when trying to use a tag in that

Re: Packaged tag libraries

2001-05-22 Thread Remy Maucherat
Maybe I'm running a version that is too old (daily build from 5/12/2001) but I cant find the method you sugest. What object is getResourcePaths on? ServletContext. Remy

Re: cvs commit:jakarta-tomcat/src/share/org/apache/tomcat/util/buf DateTool.java

2001-05-27 Thread Remy Maucherat
[EMAIL PROTECTED] at [EMAIL PROTECTED] wrote: It has all to do with standards. Tabs have been used for indentation for at least the last 15 years ( that's when I started playing with computers- and the tab was there ). But the point is that we're using SPACES... Since _EVER_...

RE: Filter Chains slow first time it is called

2001-05-30 Thread Remy Maucherat
Quoting Craig R. McClanahan [EMAIL PROTECTED]: On Wed, 30 May 2001, Craig R. McClanahan wrote: Hello Paul, This definitely sounds like something wrong with Tomcat 4 -- most likely a combination of things related to the browser (which can affect which HTTP version is in use), your

Re: [PATCH] RE: Packaged tag libraries

2001-05-30 Thread Remy Maucherat
Ok well here is a patch to TldLocationsCache that should all Jasper to correctly process packaged tab libraries. I tested on my system and it works well. I changed processJars() to use the getResourcePaths method as Remy suggested. I pulled tldConfigJar() as it did a bunch of stuff with

Re: [T4] Classloader funk

2001-05-30 Thread Remy Maucherat
I'm using T4b5. So, what I did was re-compile some Scarab classes. Those classes are located in scarab/WEB-INF/classes. I have class reloading turned on and when Catalina reloaded the classes, this got output to System.out.println() in my terminal window... What it *looks* like is that

Re: [T4] Classloader funk

2001-05-30 Thread Remy Maucherat
On Wed, 30 May 2001, Remy Maucherat wrote: CL was indeed broken when stopping the manager. I have committed something which should fix it. [Note : My build environment is totally messed up, so I wasn't able to test with Watchdog or the tester] Downloading as I type. I'll let you

Re: [T4] Classloader funk

2001-05-31 Thread Remy Maucherat
on 5/30/01 9:16 PM, Remy Maucherat [EMAIL PROTECTED] wrote: I have committed something which should fix it. Note: In the future, giving credit for the find in the CVS commit message is appreciated. :-) Sorry. The latest nightly (05/31) should have the fix. Does it work now ? Remy

Re: tomcat-4.0 and JSP class reloading

2001-05-31 Thread Remy Maucherat
Quoting Craig R. McClanahan [EMAIL PROTECTED]: See below. On Thu, 31 May 2001, Remy Maucherat wrote: I'm not sure this proposed change would really make any difference. The parent classloader here is the web app classloader already, which is the same thing that the context class

Re: [T4] Nightly snapshots aren't working...

2001-06-06 Thread Remy Maucherat
Quoting Jon Stevens [EMAIL PROTECTED]: I need my fix man! http://jakarta.apache.org/builds/jakarta-tomcat-4.0/nightly/ I think that's because of a few files which won't build with 1.2 (but will with 1.3), which is a problem with Craig's build env (he's using 1.2.2). Wait until he gets back

Re: [T4] Three things

2001-06-07 Thread Remy Maucherat
Quoting Jon Stevens [EMAIL PROTECTED]: #1. I have been able to compile Tomcat 4 for the FIRST time in about 6 months without a lot of painful work. Woo hoo! Champagne ! The new build.properties based build is much easier :) #2. The latest cvs version fixes about 99% of the speed issues that

Re: buffers in jakarta-tomcat-connectors

2001-06-08 Thread Remy Maucherat
Hi, Unless someone has reasons not to, I will start changing the build process to use the buffers and low-level objects in j-t-c. Over the weekend I'll try to finish the move of all connector code into j-t-c, where it belongs. I would also try to add jasper34 ( as originally discussed

Re: javax.servlet.request.key-size/cipher-suite attributes aren't being set in Tomcat 4.0-b2 and later

2001-06-09 Thread Remy Maucherat
I submitted a bug report using the Apache Bug Database regarding this. However, something seems to be wrong with that database because I don't see it in there now. Anyone know what happened to this bug? There are some new attributes in Tomcat 4 which allow you to query for SSL related

Re: [T4] Strange error

2001-06-10 Thread Remy Maucherat
Not really sure what caused this, but I just saw it printed to my window that I'm running T4 in...this is from fairly recent CVS... java.util.ConcurrentModificationException at java.util.HashMap$HashIterator.next(HashMap.java:736) at

Re: [j-t-c] OS poll

2001-06-11 Thread Remy Maucherat
Quoting Glenn Nielsen [EMAIL PROTECTED]: Solaris 7 8 both Sparc and x86, and FreeBSD. Win2k / Cygwin / XEmacs. Remy GOMEZ Henri wrote: Hi, A quick poll to get informations about OS used by j-t-c developpers users ... I: Redhat 6.2 / 7.1 - Henri Gomez

RE: Problems with aliased hosts (ver 4.0b5) - please help

2001-06-11 Thread Remy Maucherat
Quoting Deacon Marcus [EMAIL PROTECTED]: Hi, Please, if you don't have the time to fix it or it's low priority let me know which classes control this behavior so I could try to fix it myself. Oops, sorry. It's the J1 effect : don't put any urgent requests that week. I think you should have

Re: Problems with aliased hosts (ver 4.0b5) - please help

2001-06-11 Thread Remy Maucherat
Hi, I think I got it, could someone please check and add it ? I've just committed the fix. Thanks ! Remy

Always loading default web.xml ?

2001-06-12 Thread Remy Maucherat
Hi, I have the impression that we're always loading the default web.xml, even if the webapp already contains one, and add to the mappings which are defined there. I think it's ok when no mapping are defined, or no mapping is defined on the root node, but it's not as soon as a mapping is defined

Re: Always loading default web.xml ?

2001-06-13 Thread Remy Maucherat
On Tue, 12 Jun 2001, Remy Maucherat wrote: Hi, I have the impression that we're always loading the default web.xml, even if the webapp already contains one, and add to the mappings which are defined there. Yep. Tomcat loads the default mappings from this file, then it loads your

[T4] Lifecycle problem

2001-06-13 Thread Remy Maucherat
Hi, I'm fighting a lifecycle problem at the moment. When stopping and then restarting the examples, I get : 001-06-13 18:52:00 ContextConfig[/examples] Configuration error in default web.xml java.lang.IllegalArgumentException: addChild: Child name 'default' is not unique at

Re: [T4] Lifecycle problem

2001-06-13 Thread Remy Maucherat
On Wed, 13 Jun 2001, Remy Maucherat wrote: Can we accomplish this by erasing all the defined servlets, servlet mappings, MIME mappings, security constraints, and so on? Recycling the Context object would mean we're impacting the surrounding environment (i.e. the Host objects that contain

Re: cvs commit: jakarta-tomcat-connectors/coyote - Imported sources

2001-06-14 Thread Remy Maucherat
Yep, yep :) What about the native part ? Since you plan to use http/1.1 as protocol, I feel you may didn't need a strong connector only something like proxy ? Whatever, happy to see you in j-t-c Remy ;) The goals with those new objects are : - Remove any dependencies with the rest of

[T4] More mapping problems

2001-06-14 Thread Remy Maucherat
Hi Craig, (putting on my Catalina user hat) I found a case where I think adding the default configuration mapping is done wrong. For example, you can choose to map a servlet to /*, in which case you would expect it to handle all requests. That's not what happens because the default config

Re: Initial comments on coyote

2001-06-14 Thread Remy Maucherat
Hi Remy, I looked at coyote, and it looks good ( the Request and Response are simplified and have no deps on a higher layer ). Few issues: - Note - the user should be able to store any object as a note, there is no reason to require recycle on it ( if you want you could turn it into

Re: [t4] FYI: usual problems building according to README...

2001-06-14 Thread Remy Maucherat
Hi tc4 people, I'm putting myself through the regular build TC4 from source hell that I do whenever I want to test the latest version. (this is on WinNT4) It's a lot easier now, actually :) I came across the following issues, you may be aware of them already but I thought I'd report 'em

Re: [t4] FYI: usual problems building according to README...

2001-06-14 Thread Remy Maucherat
Hi remy, Thanks for the reply. It's a lot easier now, actually :) It wasn't that hard b4, just the README was always a little out of date... 2) it seems to be depending on old versions of the projects it depends on: It looks like you're still using the build scripts. You

Re: cvs commit:jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/loaderWebappClassLoader.java

2001-06-18 Thread Remy Maucherat
on 6/18/01 7:12 PM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: - All the JARs in /WEB-INF/lib are extracted and copied to the work directory, even if the resources are filesystem based. Otherwise, it is not possible to actually manipulate the JARs which are in the webapp while they're

Re: [t4] yet another classloader muckup...

2001-06-19 Thread Remy Maucherat
Quoting Jon Stevens [EMAIL PROTECTED]: I haven't tried a recent snapshot of Catalina (after remy's recent classloader changes)...but, this is something that is being reported on the Turbine mailing list as well as I have seen it on my own... What happens is that when the classloader

Re: [t4] weird build error...

2001-06-19 Thread Remy Maucherat
With Jikes... build-main: [javac] Compiling 280 source files to /Users/jon/checkout/jakarta-tomcat-4.0 /catalina/build/classes [javac] /Users/jon/checkout/jakarta-tomcat-4.0/catalina/src/share/org/apache /catalina/loader/WebappLoader.java:806: class

Re: cvscommit:jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/loaderWebappClassLoader.java

2001-06-19 Thread Remy Maucherat
on 6/18/01 7:30 PM, Remy Maucherat [EMAIL PROTECTED] wrote: Obviously, the side effect is not that huge. Try it first, and complain later if it's really a problem :) I'm not sure I like a hack like this that is clearly winblows specific. Can you do this conditionally depending

Re: Re:cvscommit:jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/loaderWebappClassLoader.java

2001-06-19 Thread Remy Maucherat
And it's still loading the classes ? Yup, everything is running fine... Weird. I'm serious...nothing is going into my work/localhost/scarab (the only directories in the work directory) directory... Do you have version 1.63 of StandardContext, as well as 1.4 (or 1.3, it's the same minus

Re: cvs commit:jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/loaderLocalStrings.properties WebappLoader.java

2001-06-20 Thread Remy Maucherat
on 6/20/01 6:39 PM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: - Add additional log info so that I can figure out what's up with Scarab running on Jon's box. It's no longer displayed on the console, but instead put in the log files. - Rename StandardLoader - WebappLoader in the

Re: cvs commit:jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/startupCatalina.java

2001-06-20 Thread Remy Maucherat
on 6/20/01 8:42 PM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: - Whenever a Loader element was specified in a Context, a StandardLoader was created, regardless on whether or not a className attribute was specified. This is now fixed, and the className attribute now works correctly.

Re: cvscommit:jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/startupCatalina.java

2001-06-21 Thread Remy Maucherat
on 6/20/01 9:14 PM, Remy Maucherat [EMAIL PROTECTED] wrote: Lol. I thought it was really weird at first, then I added some traces, then I finally figured out something was hardcoded somewhere in the mapper. Still nothing in the work directory. I really don't understand how this has

Re: Re:cvscommit:jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/startupCatalina.java

2001-06-21 Thread Remy Maucherat
on 6/21/01 5:45 PM, Remy Maucherat [EMAIL PROTECTED] wrote: If you think the bug isn't fixed fast enough, you can either : I never said or even implied such a thing. Speed isn't the issue. - send new logs instead of just saying it still doesn't work The log files are the same as before

Re: [t4] again...classloader stuff...

2001-06-22 Thread Remy Maucherat
Quoting Jon Stevens [EMAIL PROTECTED]: on 6/21/01 7:13 PM, Remy Maucherat [EMAIL PROTECTED] wrote: If you're paranoid, you can do as I did and delete StandardLoader from your tree. Remy Or I can check out your recent fixes... - Forgot to rename StandardClassLoader

Re: [t4 patch] delete the damn file. :-)

2001-06-22 Thread Remy Maucherat
Quoting Jon Stevens [EMAIL PROTECTED]: Untested... If there is an exception thrown during the processing, the file won't get deleted because it isn't in a try/finally statement... That looks like a good idea (more robust). I would add the finally block to the second try (the one in the

Re: cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/naming/resources FileDirContext.java

2001-06-22 Thread Remy Maucherat
Quoting [EMAIL PROTECTED]: glenn 01/06/22 13:20:54 Modified:catalina/src/share/org/apache/naming/resources FileDirContext.java Log: Fix path for windows file separator @@ -843,6 +842,8 @@ * @param name Normalized context-relative path

Re: cvs commit: jakarta-tomcat-4.0/tester/src/tester/org/apache/tester/unshared UnsharedSessionBean.java

2001-06-22 Thread Remy Maucherat
craigmcc01/06/22 14:57:08 Log: Add some unit tests for bean references from a servlet (Session01 or Session03) to beans in the following locations: * SessionBean is in the same /WEB-INF/lib/tester.jar JAR file as the servlet classes are * UnsharedSessionBean is unpacked

Re: cvs commit:jakarta-tomcat-4.0/tester/src/tester/org/apache/tester/unsharedUnsharedSessionBean.java

2001-06-22 Thread Remy Maucherat
on 6/22/01 5:09 PM, Remy Maucherat [EMAIL PROTECTED] wrote: I'm not too sure about that yet ... Jon's case is quite complex, and is definitely not the same thing as your test case. Remy I don't think that my case is that out of the ordinary though. Essentially, classes in a .jar

Re: [jtc - coyote] couple questions about the Request object

2001-06-23 Thread Remy Maucherat
1) why is Request final? i was planning on extending it in org.apache.ajp.AjpRequest, but can't do so since it's final. it's no big deal, i can create org.apache.ajp.AjpRequestAdapter instead, just kind of curious. Well, before, the primary use for extending the request and response was

Re: DirContextURLStreamHandlerFactory

2001-06-26 Thread Remy Maucherat
Hey Folks, this is a follow-up question to a post made by Kavi on 6/25 regarding running Tomcat on HP's Core Services Framework. We encountered a problem with a dual URLStreamHandlerFactory - Catalina installs its own, in order to provide the jndi: URL for e.g. reading WEB-INF/web.xml -

Re: Hot Deploy?

2001-06-30 Thread Remy Maucherat
Quoting Vinay Menon [EMAIL PROTECTED]: Hello Folks, Is 'hot deploy' something that is being planned for Tomcat 4.0. I use Tomcat with JBoss and do not use an EAR file to deploy to the combination ... instead deploy a server side jar for JBoss and the compiled classes for Tomcat. If I

Re: [PRE-PROPOSAL] jakarta-tomcat-doc sub-project : WAS:[TomcatDocu mentation Redactors To Hire]

2001-07-02 Thread Remy Maucherat
We've started writing some new docs in XML (catalina/docs/dev/xdocs). The HTML generation is done with XSL, but the DTD should be the same as the one used by Anakia. I noticed the xdocs directory, but I didn't see anything in there. I sent Craig an email about it a week ago, but

Re: Probably a simple problem with an equally simple solution...

2001-07-09 Thread Remy Maucherat
Quoting Kedar Hirve [EMAIL PROTECTED]: I was trying to develop my own valve to plug into Catalina, but running into some problems. I wrote up a little class that implements Valve and has empty code for getInfo() and invoke(). I put it in its own package called valvetest, compiled it

Re: My small, simple problem continued... (null container for my valve)

2001-07-09 Thread Remy Maucherat
Oh, WOW. It did work, and I didn't even have to modify Catalina's startup classpath. I had tried putting the class under common\lib and server\lib, but I didn't know that common\classes would work. But now I've got another problem... In the lib folders, you can only put jars. Un-jarred

Re: InstanceListener syntax?

2001-07-09 Thread Remy Maucherat
Hi folks, can someone give me the definitive syntax for the InstanceListener? Also, is it possible to setup an Engine (or Host) level InstanceListener that would get applied to all context's within said Engine or Host? Having to add a InstanceListener to every context just to get the old

Re: t4 - status check

2001-07-09 Thread Remy Maucherat
What is the status of T4? I haven't seen a huge amount of commits from Craig and Remy recently Did you hear about Sun's shutdown last week ? ;-) Just before the shutdown, I rewrote the CL, and then waited to see if people would get back at me with problems. Nobody did, so I assume there's no

Re: StandardContext.getNamingContextName returns non unique name

2001-07-12 Thread Remy Maucherat
StandardContext.getNamingContextName() returns name of the form /host/context no matter which engine the context is part of. This will create a problem for running multiple services serving the same webapp. It should be returning the name of the form /engine/host/context Let me know if

Re: cvs commit:jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/loaderWebappClassLoader.java

2001-07-12 Thread Remy Maucherat
on 7/12/01 2:22 PM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: - Implementation note : class and JAR reloading is not supported in non standard class repositories. Define non standard. Not in the webapp repositories. Remy

Re: Tomcat 4.0 (7/11) nightly build

2001-07-12 Thread Remy Maucherat
Prasad Subramanian [Contractor] at [EMAIL PROTECTED] wrote: Hi , I was trying to get the latest nightly build for Tomcat 4.0 from the website and I found that there are two files a tar.Z and a tar.gz with a size of 1 k. I am unable to get the build from these. I would appreciate

Tomcat 4 installer - testers needed

2001-07-14 Thread Remy Maucherat
Hi all, 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 should run on Win9x and up, although I only tested it on Win2k. (This binary

Re: [PATCH] Splash screen for Tomcat 4.0 Windows Installer

2001-07-14 Thread Remy Maucherat
hi everyone, hope everyone is fine and fit, I hope this patch gets accepted... its a splash screen for the jakarta-tomcat 4.0 nullsoft based installer. i made this splash screen because when i got a mail from Remy, in the morning, i thought to make something for the project, so i made a nice

Re: Alternative to NSI

2001-07-14 Thread Remy Maucherat
Quoting Daniel Ritchey [EMAIL PROTECTED]: Microsoft has its own installation mechanism built in to Win2000 WinXP and offers a download to add it Win9x. Its the same thing that the binary release of Apache for windows is packaged in. Just thought I would throw that out there, I don't

RE: Tomcat 4 installer - testers needed

2001-07-14 Thread Remy Maucherat
Quoting [EMAIL PROTECTED]: Remy, I tried the Installation both win2K and win98. They did work pretty well. The only problem I noticed is that when JAVA_HOME is not set before installation some how start Tomcat Menu Item items Target is set to something like

Re: Tomcat 4 installer - testers needed

2001-07-15 Thread Remy Maucherat
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

RE: Tomcat 4 installer - testers needed

2001-07-15 Thread Remy Maucherat
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

<    1   2   3   4   5   6   7   8   9   10   >