Classloading Mysteries: WHATSUP?

2003-03-28 Thread Micael
I have created a daemon which I want to startup when Tomcat is started up. If I configure the daemon to be started with a servlet in web.xml or by using a PlugIn interface and struts-config.xml, I get two daemons running. How I don't know. If I don't start the daemon at startup but by tweaki

Tomcat without DOS Window on Win XP, i.e. like an NT Service?

2002-12-09 Thread micael
Anyone know how to start Tomcat without the DOS window on Win XP? Micael --- This electronic mail transmission and any accompanying documents contain information belonging to the sender which may be confidential and legally privileged

Re: [VOTE] minimal JSR 154 only distribution

2002-12-07 Thread micael
I am not a committer, and I am not against JSP at all, but I cannot see how having options and alternatives (without insane proliferation, of course) could be a bad thing. Micael At 05:56 PM 12/7/2002 -0600, you wrote: Jon Scott Stevens wrote: Create a separate minimal JSR 154 only

RE: [ANNOUNCEMENT] JK2-2.0.2 released

2002-11-27 Thread micael
;) -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> Micael --

Re: Tomcat 5.0: Source Code

2002-11-26 Thread micael
Great, thanks! That wasn't as hard as I feared. Micael At 05:01 PM 11/26/2002 -0800, you wrote: On Tue, 26 Nov 2002, micael wrote: > Date: Tue, 26 Nov 2002 16:30:50 -0800 > From: micael <[EMAIL PROTECTED]> > Reply-To: Tomcat Developers List <[EMAIL PROTECTED]&

Tomcat 5.0: Source Code

2002-11-26 Thread micael
Okay, taking a chance on public humiliation here. Why are the javadocs for Tomcat 5.0 available but the source code seems not to be? Are you all hiding the read stuff from me? Micael --- This electronic mail transmission and any

Re: [OT] Servlet Performance Benchmark Released

2002-11-22 Thread micael
bscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> Micael --- This electronic mail transmission and any accompanying documents contain information belonging to the sender which m

readable bugzilla? tomcat-dev

2002-11-16 Thread micael
Is there some readable list on tasks needed to be performed and bugs needed to be fixed on Tomcat? I would love to work on some stuff but I don't have time to open all the bugzilla urls to see what the problems are for hours before beginning on a task. M

Why No Digester in SRC Release?

2002-11-07 Thread Micael
What is the philosophy behind Digester (commons stuff required by Tomcat) not being in the source release for Tomcat? For people trying to understand how this all works and needing to know the details, this is a bit of a runaround. I am sure there is a good reason, but cannot see it. Micael

[OT] Digester Not In Tomcat SRC

2002-11-07 Thread micael
What is the philosophy behind Digester (commons stuff required by Tomcat) not being in the source release for Tomcat? For people trying to understand how this all works and needing to know the details, this is a bit of a runaround. I am sure there is a good reason, but cannot see it. Micael

Re: Tomcat Architecture: XML

2002-11-05 Thread micael
Merci monsieur aimable. Mes mercis! Micael At 04:26 PM 11/5/2002 -0500, you wrote: Micael, all the magic reside under the Digester component used by Tomcat to parse xml file. http://jakarta.apache.org/commons/digester.html Enjoys! -- Jeanfrancois micael wrote: I am interested in a

Tomcat Architecture: XML

2002-11-05 Thread micael
. across the jakarta platforms. I keep trying to find this stuff out, and have had little luck. I need to know the details before I understand something. I hope this is not too dumb of a question. Micael --- This electronic mail transmission and

[OT]Re: TOMCAT memory usage : how to manage and benchmark ?

2002-10-28 Thread micael
ubscribe, e-mail: <mailto:tomcat-dev-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:tomcat-dev-help@;jakarta.apache.org> Micael --- This electronic mail transmission and any accompanying documents contain

Re: JSP Compile Errors

2002-10-27 Thread micael
l commands, e-mail: <mailto:tomcat-dev-help@;jakarta.apache.org> Micael --- This electronic mail transmission and any accompanying documents contain information belonging to the sender which may be confidential and legally privileged.

RE: Vote results + Security Audit redirection

2002-10-16 Thread micael
ource and closed discussions are not exactly in tune. That is especiallys so when the closed discussions are open-ended. Just my two "sense". I would suggest that you have the vote only on the issues that are articulated, and not on issues that will be articulated in private. Micael

Re: Tomcat 4.1.12 and Servlet Access 404 Errors: BUG?

2002-10-01 Thread micael
Okay, I got it. It is in the conf/web.xml file. My searches for InvokerServlet were returning nothing. XP sucks. TextPad is not doing that well on this either. At 12:26 PM 10/2/2002 +1000, you wrote: >For security reasons (see the release notes for details), the invoker >servlet is disabled

Re: Tomcat 4.1.12 and Servlet Access 404 Errors: BUG?

2002-10-01 Thread micael
I cannot see any difference relative to the invoker filter, ExampleFilter, in the web.xml for Tomcat 4.1.10 versus 4.1.12. Nothing seems to be commented out. I must be missing some point here. What is it? At 12:26 PM 10/2/2002 +1000, you wrote: >For security reasons (see the release notes

Re: Tomcat 4.1.12 and Servlet Access 404 Errors: BUG? One Last Assurance

2002-10-01 Thread micael
So I can understand, where is the difference in the code between Tomcat 4.1.10 and 4.1.12? And, do you mean that servlet mappings rather than being generic to some "servlet/*" path be individualized? At 12:26 PM 10/2/2002 +1000, you wrote: >micael wrote: > > > > I ca

Re: Tomcat 4.1.12 and Servlet Access 404 Errors: BUG?

2002-10-01 Thread micael
Thanks, Michael. Actually, I think this is a good thing. Micael At 12:26 PM 10/2/2002 +1000, you wrote: >micael wrote: > > > > I cannot access a webapp with the normal > > http://localhost:8080/myapp/servlet/mydirectory.MyServlet with Tomcat > > 4.1.12. (Also, th

Tomcat 4.1.12 and Servlet Access 404 Errors: BUG?

2002-10-01 Thread micael
I cannot access a webapp with the normal http://localhost:8080/myapp/servlet/mydirectory.MyServlet with Tomcat 4.1.12. (Also, the embedded Tomcat 4.1.12 in JBoss 3.0.3 runs fine except that it won't access the examples servlets.) The error shown is a 404 "The requested resource (/myapp/servl

Re: THE SOURCE, LUKE: JBoss/Tomcat Mystery

2002-10-01 Thread micael
Okay. I did not know what the problem was until I got the answer, is the reason. (What a mouthful.) I now see it was an integration problem and not a tomcat problem. mea culpa, sorry ladies and gents. At 01:09 AM 10/1/2002 -0700, you wrote: >On Mon, 30 Sep 2002, micael wrote: > &g

THE SOURCE, LUKE: JBoss/Tomcat Mystery

2002-09-30 Thread micael
0:00 -0800] "GET /tomcat.gif HTTP/1.1" 200 1934 127.0.0.1 - - [30/Sep/2002:21:50:00 -0800] "GET /jakarta-banner.gif HTTP/1.1" 200 8006 This is nuts. There is clearly something I don't know about going on. I thought I was a smarty pants. I am a dummy pants. Micae

Catalina/JBoss Integration -- mysterious index.html

2002-09-30 Thread micael
? Micael --- This electronic mail transmission and any accompanying documents contain information belonging to the sender which may be confidential and legally privileged. This information is intended only for the use of the individual or entity to

Re: cvs and 4.1

2002-09-26 Thread micael
Amy, I am using jCVS. When I export and want to specify a tag, how is that done? I am asking for later. Do I do something in the arguments text box? At 01:52 PM 9/26/2002 -0700, you wrote: >micael wrote: > > > If I cvs to tomcat-4.0, am I going to get the latest of 4.1? >

Re: cvs and 4.1

2002-09-26 Thread micael
Thanks. Much appreciated. At 01:52 PM 9/26/2002 -0700, you wrote: >micael wrote: > > > If I cvs to tomcat-4.0, am I going to get the latest of 4.1? > >Yes. If you checkout jakarta-tomcat-4.0 with no tag specified, you'll get the >latest HEAD of 4.1. > > > If

cvs and 4.1

2002-09-26 Thread micael
If I cvs to tomcat-4.0, am I going to get the latest of 4.1? If not, how do I pick the branches off tomcat-4.0? Micael --- This electronic mail transmission and any accompanying documents contain information belonging to the sender which

JBoss 3.0 and Tomcat 4.1

2002-09-23 Thread micael
Is there any particular reason why I could not configure Tomcat 4.1 instead of 4.0 to the JBoss 3.0 j2ee server setup? Micael --- This electronic mail transmission and any accompanying documents contain information belonging to the sender

Re: [5][PATCH]catalina-tester assumes that ServletExceptions are NOT unwrapped

2002-09-23 Thread micael
Er, I mean, Steve. At 02:01 PM 9/23/2002 -0400, you wrote: >Per Servlet 2.3, if a servlet throws a wrapped exception, the error handler >that receives it gets the underlying root cause as the exception. That is, if >ServletException(new TesterException()) is thrown, the exception in the >request

Re: [5][PATCH]catalina-tester assumes that ServletExceptions are NOT unwrapped

2002-09-23 Thread micael
That would be appreciated, John. At 02:01 PM 9/23/2002 -0400, you wrote: >Per Servlet 2.3, if a servlet throws a wrapped exception, the error handler >that receives it gets the underlying root cause as the exception. That is, if >ServletException(new TesterException()) is thrown, the exception in

JMX - Catalina/Tomcat builds

2002-09-20 Thread micael
; import org.apache.catalina.LifecycleException; import org.apache.catalina.Realm; import org.apache.catalina.Service; import org.apache.catalina.startup.Embedded; work? Where are these classes, and how are they referenced? Thanks for any assistance. Micael -- To unsubscribe, e-mail: <mai

Re: [linux CP COMMAND options]

2002-09-09 Thread micael
Because of the "samba" in the tool you recommended, I made some faulty assumptions. Sorry. I will investigate this and do thank you. At 04:18 PM 9/9/2002 +1000, you wrote: >Quoting micael <[EMAIL PROTECTED]>: > > > I want to move > > particular files out

Re: [linux CP COMMAND options]

2002-09-08 Thread micael
bs the file while this is being done, there's going to be >trouble), >which makes rsync a better choice for this kind of work, especially if you're >doing it while Tomcat is running. Also, rsync has sophisticated pattern >matching, which makes it, well, suitable for (remote) synci

Re: [linux CP COMMAND options]

2002-09-08 Thread micael
place/ is what I need. Micael At 09:45 AM 9/9/2002 +1000, you wrote: >http://rsync.samba.org/ > >Bojan > >On Mon, 2002-09-09 at 08:37, micael wrote: > > I need to copy all the files (drilled down in directories recursively) > that > > end in ".jsp" to anot

[linux CP COMMAND options]

2002-09-08 Thread micael
I need to copy all the files (drilled down in directories recursively) that end in ".jsp" to another location and write over the files in that location. Anyone have the command for a Red Hat 7.2 Linux environment? It is irrelevant, but connected to this list, that I am running Tomcat 4 and S

Errata: Rebo instead of Rebi

2002-08-20 Thread micael
Sorry, Joe, Typo on Teresa's name fixed here. Micael business_card.doc Description: MS-Word document -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Adding Jasper 2 to Tomcat 4.0

2002-08-14 Thread micael
Can we do this? If so, how? -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: Servlet Compilation Takes Way Too Long

2002-08-13 Thread micael
That is very helpful, Glenn. Thanks for your response. Can I pretty much slip Tomcat 4.1 into my setup and expect reasonable results, or will I go through a serious recoding period? Also, can I Jasper 2 be added to Tomcat 4.0? Micael At 03:57 PM 8/12/2002 -0500, you wrote: >Tomcat 4.

Servlet Compilation Takes Way Too Long

2002-08-12 Thread micael
ng code in server.xml, where the code for "/anniversaries" is reapeated for 24 different sites. ... Am I doing something dumb, or am I misusing one of the applications? Or, what? Thanks. Micael -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional

X11 Windows System and Tomcat

2002-05-12 Thread Micael Padraig Og mac Grene
d a substitute Toolkit for the JDK. Thanks, Micael -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

More W32Klez.gen@mm Viruses: mnavarro@bdoc.com

2002-04-24 Thread Micael Padraig Og mac Grene
This will be my last post of these viruses, since they seem to be proliferating here. -- To unsubscribe, e-mail: For additional commands, e-mail:

VIRUS: sent by issa@infotel.opt.mr = W32Klez.gen@mm

2002-04-24 Thread Micael Padraig Og mac Grene
Heads up on this virus. -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: ResultSet

2002-03-11 Thread Micael Padraig Og mac Grene
If you want to compare String objects as literals, use the intern() method. Micael At 03:58 PM 3/11/02 +0700, you wrote: >Hi, > For the brave, can anyone guess why with this rather unsociable code: > > > if ((res.getString(3) == null) || (res.getString(3) == ""

Re: [4.0.2] Binaries online

2002-02-11 Thread Micael Padraig Og mac Grene
The site is purring away with this new cat. At 11:13 AM 2/11/02 -0800, you wrote: >on 2/10/02 12:46 PM, "Remy Maucherat" <[EMAIL PROTECTED]> wrote: > > > Hi, > > > > The binaries for 4.0.2 are now online. This includes the new LE for JDK > 1.4. > > http://jakarta.apache.org/builds/jakarta-tomcat

Re: Development Documents

2002-02-05 Thread Micael Padraig Og mac Grene
Hi, Gunnar. I think that this is what JSP itself does already, i.e. return HTML content. So, I am not sure what you are asking. If you don't want to use JSP pages, then don't. I am sure that is not what you wanted to say, so, again, I misunderstood what you are saying. Could you be more

Do different virtual hosts have to have different appBase values?

2002-02-04 Thread Micael Padraig Og mac Grene
[ ] They do. Reason: [ ] They don't. Reason: -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: Multiple URLs/Single IP

2002-02-04 Thread Micael Padraig Og mac Grene
Well, I assumed it was good, and even if not, that you were meaning good. So, no problem, my friend! ;-) At 09:14 AM 2/5/02 +1100, you wrote: >On Tue, 2002-02-05 at 08:38, Micael Padraig Og mac Grene wrote: > > Thank you, Bojan. I am going to try that, and will try to figure out a

Re: Multiple URLs/Single IP

2002-02-04 Thread Micael Padraig Og mac Grene
Thank you, Bojan. I am going to try that, and will try to figure out a favor for you if it works. My father told me to always pay back ten times: ten times more for a good turn, and ten times more for a bad. Micael At 08:06 AM 2/5/02 +1100, you wrote: >Now you have me totally confu

Re: Multiple URLs/Single IP

2002-02-03 Thread Micael Padraig Og mac Grene
n" >ServerName www.somehost.domain >ServerAdmin [EMAIL PROTECTED] > > >-- > >This is, of course, if you mix static files with Tomcat files (I use Velocity >templates, which I also recommend :-) in the same directory. Otherwise,

Re: Multiple URLs/Single IP

2002-02-03 Thread Micael Padraig Og mac Grene
en you >can use mod_rewrite (within the VirtualHost) to direct to the correct >Context. >- Original Message - >From: "Micael Padraig Og mac Grene" <[EMAIL PROTECTED]> >To: "Tomcat Developers List" <[EMAIL PROTECTED]> >Sent: Sunday, February

Apache 1.3.22 and 1.3.23 LoadModule Error with Tomcat 4.0.1

2002-02-03 Thread Micael Padraig Og mac Grene
loaded the appropriate mod_webapp.so and copied it to libexec. Then I added LoadModule and AddModule to the httpd.conf file as directed. Still, it get this error. Any ideas? Micael -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: Multiple URLs/Single IP

2002-02-03 Thread Micael Padraig Og mac Grene
Thanks, Bill. However, I looked at the documentation. What makes you think that solves this problem? I am not saying you are wrong, but I don't see how that does it. Micael At 03:44 PM 2/3/02 -0800, you wrote: >This is largely what NameVitualHost(s) are for in Apache. Se

Multiple URLs/Single IP

2002-02-03 Thread Micael Padraig Og mac Grene
How can I map multiple URLs, e.g. www.aa.com and www.bb.com, which are pointed to a single IP address, e.g. 210.34.247.21, to multiple web applications, e.g. webapps/aa and webapps/bb? Many thanks for any help. I have had a solution offered with a Layer-7 Switch and a squid proxy, but I woul

Re: Tomcat 4.0 Beginner's Guide

2002-01-21 Thread Micael Padraig Og mac Grene
Marty Hall you are a good guy. Thanks! At 03:00 PM 1/21/02 -0500, you wrote: >Hi- > Daniel Savarese suggested I contact [EMAIL PROTECTED] > with >this info. I've discovered that a surprising number of readers of my servlet >and JSP books (Core Servlets and JSP, More Servlets & JSP) need

RE: Minimalistic Docs

2002-01-17 Thread Micael Padraig Og mac Grene
" as the name of a publication, your English is wrong. In that case, "Minimalist's" is a nominative-adjective and it should be "A Minimalists Guide". This is a standard mistake, usually not made by good sign companies, however. Also, the conclusions you draw about "Minimalist User's Guide" (should be "Minimalist Users Guide") and "A Minimalist's Guide" (should be "A Minimalists Guide") are backward. The latter could be a use of the noun, although that would be unlikely, while the former could not be such a use. You guys have too much time on your hands, like me. ;-) How about, if you want not to be pedantic, "An Austere Guide"? Of course, I don't know what the hell you are talking about. Micael -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: shell connector

2002-01-10 Thread Micael Padraig Og mac Grene
ot;The Naming Shell Application", and convert it for the web. -- micael -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

CS143

2001-11-19 Thread Micael Padraig Og mac Grene
anbeek might find it helpful.  Hope he can join us Tuesday.   Micael cs143.zip Description: Zip compressed data -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: Tomcat4, taglibs, and pageContext.include

2001-10-28 Thread Micael Padraig Og mac Grene
To: Tomcat Developers List <[EMAIL PROTECTED]> Date: Sunday, October 28, 2001 12:15 AM Subject: Re: Tomcat4, taglibs, and pageContext.include >Micael Padraig Og mac Grene wrote: > >> Would you please expand on the ramifications? >> >> Surely this does not mean tha

Re: Tomcat4, taglibs, and pageContext.include

2001-10-28 Thread Micael Padraig Og mac Grene
text.include >Micael Padraig Og mac Grene wrote: > >> Would you please expand on the ramifications? >> >> Surely this does not mean that we won't be able to use >> tags? Does this mean that we won't be able to use code like: >> >>

Re: Tomcat4, taglibs, and pageContext.include

2001-10-27 Thread Micael Padraig Og mac Grene
Would you please expand on the ramifications? Surely this does not mean that we won't be able to use tags? Does this mean that we won't be able to use code like: try { pageContext.include(content.toString()); } catch(Exception e) {