Re: Setting Up PHP on Tomcat

2009-01-01 Thread michel
- Original Message - From: André Warnier a...@ice-sa.com To: Tomcat Users List users@tomcat.apache.org Sent: Thursday, January 01, 2009 1:57 PM Subject: Re: Setting Up PHP on Tomcat michel wrote: I am following the instructions at Using PHP With Tomcat from http://wiki.apache.org

Re: Setting Up PHP on Tomcat

2009-01-01 Thread michel
- Original Message - From: Mark Thomas ma...@apache.org To: Tomcat Users List users@tomcat.apache.org Sent: Thursday, January 01, 2009 2:12 PM Subject: Re: Setting Up PHP on Tomcat michel wrote: I am following the instructions at Using PHP With Tomcat from http://wiki.apache.org

Re: Setting Up PHP on Tomcat

2009-01-01 Thread michel
- Original Message - From: Hassan Schroeder hassan.schroe...@gmail.com To: Tomcat Users List users@tomcat.apache.org Sent: Thursday, January 01, 2009 2:38 PM Subject: Re: Setting Up PHP on Tomcat On Thu, Jan 1, 2009 at 11:22 AM, michel compu...@videotron.ca wrote: ouch, I got

Re: Setting Up PHP on Tomcat

2009-01-01 Thread michel
- Original Message - From: Mark Thomas ma...@apache.org To: Tomcat Users List users@tomcat.apache.org Sent: Thursday, January 01, 2009 2:51 PM Subject: Re: Setting Up PHP on Tomcat michel wrote: - Original Message - From: Mark Thomas ma...@apache.org To: Tomcat Users List

Re: Fresh install problems

2009-01-25 Thread michel
OK, here is a stupid question, but isn't he JDK included in Tomcat? - Original Message - From: Shaolin shaolinfin...@gmail.com To: users@tomcat.apache.org Sent: Sunday, January 25, 2009 9:15 AM Subject: Fresh install problems Hi Guys I downloaded Tomcat 6.0.18 and JDK 6 Update

Re: Fresh install problems

2009-01-25 Thread michel
make that one more stupid assumption for moi! - Original Message - From: Ken Bowen kbo...@als.com To: Tomcat Users List users@tomcat.apache.org Sent: Sunday, January 25, 2009 9:43 AM Subject: Re: Fresh install problems No. On Jan 25, 2009, at 9:18 AM, michel wrote: OK, here

Installing Tomcat

2009-01-29 Thread michel
I have been trying to install Tomcat 4.1.39 and failing miserably. My fault, fair enough for that. But I am struck that when I installed Apache HHTP there was an installer that gave me some warnings about why it failed. I had messages that I could do a net search and learn to fix. The only

Re: Installing Tomcat

2009-01-29 Thread michel
: Installing Tomcat What are you trying to install it on? We can help point you in the right direction. Warm regards, Jordan Michaels Vivio Technologies http://www.viviotech.net/ Open BlueDragon Steering Committee Adobe Solution Provider michel wrote: I have been trying to install Tomcat 4.1.39

Re: Installing Tomcat

2009-01-29 Thread michel
users@tomcat.apache.org Sent: Thursday, January 29, 2009 9:34 PM Subject: RE: Installing Tomcat From: michel [mailto:compu...@videotron.ca] Subject: Re: Installing Tomcat But I am just frustrated that installing Tomcat involves so much guess-work as oppossed to having some clues. I'm really

Re: Installing Tomcat

2009-01-29 Thread michel
. - Original Message - From: Caldarale, Charles R chuck.caldar...@unisys.com To: Tomcat Users List users@tomcat.apache.org Sent: Thursday, January 29, 2009 10:01 PM Subject: RE: Installing Tomcat From: michel [mailto:compu...@videotron.ca] Subject: Re: Installing Tomcat I set up java and it runs

Running Derby on Tomcat

2009-02-06 Thread michel
Hi, I've been trying to get Derby running on Tomcat with no luck. When I try to get a java server page to connect it keeps telling me that it can't find the derby client driver. I start Tomcat with this: #!/bin/sh JAVA_HOME=/lib/sun-jdk-1.5.0 JAVA_OPTS=-server

Re: Running Derby on Tomcat

2009-02-06 Thread michel
Users List users@tomcat.apache.org Sent: Friday, February 06, 2009 9:07 PM Subject: RE: Running Derby on Tomcat From: michel [mailto:compu...@videotron.ca] Subject: Running Derby on Tomcat export CLASSPATH=$CLASSPATH:$DERBY_INSTALL/lib/derby.jar:$DERBY_INSTA LL/lib/derbyclient.jar:$DERBY_INSTALL

Re: Running Derby on Tomcat

2009-02-06 Thread michel
Chuck, I will do that and thanks! - Original Message - From: Caldarale, Charles R chuck.caldar...@unisys.com To: Tomcat Users List users@tomcat.apache.org Sent: Friday, February 06, 2009 9:30 PM Subject: RE: Running Derby on Tomcat From: michel [mailto:compu...@videotron.ca

Re: Simple Tomcat 6, servlet tutorial. First draft for comment

2009-02-08 Thread michel
Dave, I would suggest that section headings can be a bit clearer, as in the following: Install location. For this I'm going to use /tc since it is short to write. See for more, I found that quite clear. I installed as root to keep it all straightforward. As with the Tomcat documentation, I

Still trying to get Tomcat 6 to work

2009-02-08 Thread michel
It looks like I have it set up when I run it with the following script: export JAVA_HOME=/home/qsys/jdk1.6.0_12 /home/qsys/apache-tomcat-6.0.18/bin/startup.sh ps and I get the following Using CATALINA_BASE: /home/qsys/apache-tomcat-6.018 Using CATALINA_HOME:

Re: Still trying to get Tomcat 6 to work

2009-02-08 Thread michel
wondering about why port 8080 is used because I don't have any other server going that I know about, so I would expect that it might be a better idea to figure out what is going on with port 8080. Michel - Original Message - From: ovidiu asiminei ovid...@gmail.com To: Tomcat Users List users

Re: Simple Tomcat 6, servlet tutorial. First draft for comment

2009-02-10 Thread michel
One idea might be to have specific case studies. By that I mean way to opften when some things are explained some details are assumed and not really explained, such as what directory to put things in; it leave people trying to figure out what is implied by put in class directory or such,

Fw: Still trying to get Tomcat 6 to work

2009-02-10 Thread michel
any other server going that I know about, so I would expect that it might be a better idea to figure out what is going on with port 8080. Michel - Original Message - From: ovidiu asiminei ovid...@gmail.com To: Tomcat Users List users@tomcat.apache.org Sent

Re: Still trying to get Tomcat 6 to work

2009-02-10 Thread michel
redirectPort=8443 / Server address=91.203.57.197 port=8005 shutdown=SHUTDOWN Thanks for all the help! - Original Message - From: michel To: Tomcat Users List Sent: Tuesday, February 10, 2009 7:45 AM Subject: Fw: Still trying to get Tomcat 6 to work Much thanks

Re: Still trying to get Tomcat 6 to work

2009-02-10 Thread michel
Message - From: Caldarale, Charles R chuck.caldar...@unisys.com To: Tomcat Users List users@tomcat.apache.org Sent: Tuesday, February 10, 2009 10:28 AM Subject: RE: Still trying to get Tomcat 6 to work From: michel [mailto:compu...@videotron.ca] Subject: Re: Still trying to get Tomcat 6

Re: Fw: Still trying to get Tomcat 6 to work

2009-02-10 Thread michel
Hi Chris, Connector address=91.203.57.197 port=8080 protocol=HTTP/1.1 connectionTimeout=2 redirectPort=8443 / Server address=91.203.57.197 port=8005 shutdown=SHUTDOWN - Original Message - From: Christopher Schultz ch...@christopherschultz.net Sorry, I can't see the original

Re: Fw: Still trying to get Tomcat 6 to work

2009-02-10 Thread michel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Michel, On 2/10/2009 4:53 PM, michel wrote: Connector address=91.203.57.197 port=8080 protocol=HTTP/1.1 connectionTimeout=2 redirectPort=8443 / That looks fine to me. Does Tomcat startup cleanly? With an empty log directory and Tomcat stopped

Re: Fw: Still trying to get Tomcat 6 to work

2009-02-11 Thread michel
...@christopherschultz.net To: Tomcat Users List users@tomcat.apache.org Sent: Tuesday, February 10, 2009 10:18 PM Subject: Re: Fw: Still trying to get Tomcat 6 to work -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Michel, On 2/10/2009 9:30 PM, michel wrote: I get some messages in the catalina.out log but they don't

Re: Hello (Dave's not here!)

2009-02-13 Thread michel
Can people please use something a little more descriptive than Hello? - Original Message - From: Mark Thomas ma...@apache.org To: Tomcat Users List users@tomcat.apache.org Sent: Friday, February 13, 2009 10:19 AM Subject: Re: Hello Caldarale, Charles R wrote: From: André Warnier

Getting PHP to work on Tomcat

2009-02-25 Thread michel
I am running Tomcat (finally got it set up!) , and I would like to run some PHP software on it also. I tried Quercus and ran into some bugs, seemingly because the Quercus implementation isn't complete. Has anybody really gotten a reliable PHP going on Tomcat? Thanks!

Re: Getting PHP to work on Tomcat

2009-02-25 Thread michel
. Michel - Original Message - From: Martin Gainty mgai...@hotmail.com To: Tomcat Users List users@tomcat.apache.org Sent: Wednesday, February 25, 2009 2:20 PM Subject: RE: Getting PHP to work on Tomcat you have to feed your PHP script to Tomcat CGIServlet Not to belabor the point

Re: Getting PHP to work on Tomcat

2009-02-25 Thread michel
Ok, thanks all for all the great help! I will be taking a wack at these very helpful ideas and I hope that I can figure it out and make it work. - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional

Re: mysite.com:8080 not loading - install problem?

2009-03-23 Thread michel
the 'ps' command should tell you if Tomcat is even running ... - Original Message - From: Caldarale, Charles R chuck.caldar...@unisys.com To: Tomcat Users List users@tomcat.apache.org Sent: Monday, March 23, 2009 8:40 PM Subject: RE: mysite.com:8080 not loading - install problem?

Re: SOMEONE REMOVE ME FROM THIS LIST

2009-04-02 Thread michel
Not to be too obvious, but what about the instructions at the bottom? - Original Message - From: ks...@yahoo.com To: users@tomcat.apache.org Sent: Thursday, April 02, 2009 3:47 PM Subject: SOMEONE REMOVE ME FROM THIS LIST

weird bug?

2010-07-13 Thread michel
% but if I have the JSP in webapps/supergrow/canscale it stops working ... Thank you Michel - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: weird bug?

2010-07-13 Thread michel
Please don't hijack threads. If you'd like to try again in a new thread... Mark Please explain how to start a new thread, versus hijacking one. Michel - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org

Re: weird bug?

2010-07-13 Thread michel
You could have just answered my question, instead of making such a snarky reply. Michel - Original Message - From: Caldarale, Charles R chuck.caldar...@unisys.com To: Tomcat Users List users@tomcat.apache.org Sent: Tuesday, July 13, 2010 5:42 PM Subject: RE: weird bug? From

Seem to have it fixed ...

2010-07-13 Thread michel
=compukat.io.FileUtil % worked. Thanks for the great help! Michel - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Seem to have it fixed ...

2010-07-13 Thread michel
- Original Message - From: Caldarale, Charles R chuck.caldar...@unisys.com To: Tomcat Users List users@tomcat.apache.org Sent: Tuesday, July 13, 2010 7:42 PM Subject: RE: Seem to have it fixed ... From: michel [mailto:compu...@videotron.ca] Subject: Seem to have it fixed ... Host

Re: Seem to have it fixed ...

2010-07-13 Thread michel
- Original Message - From: michel compu...@videotron.ca To: Tomcat Users List users@tomcat.apache.org Sent: Tuesday, July 13, 2010 9:29 PM Subject: Re: Seem to have it fixed ... - Original Message - From: Caldarale, Charles R chuck.caldar...@unisys.com To: Tomcat Users

manual reloading a class

2010-07-23 Thread michel
I don't want to use the automatic class reload for performance reasons, but is there some code or such that will reload a specific class? Thank you!

Running PHP?

2010-08-02 Thread michel
I tried Quercus, but it gave me some pretty bad results when it failed to properly interpret a lot of the PHP code. I am expecting that the best way to go is with a real PHP setup, and that would require setting up a second server, such as Lighttpd ... Michel

Re: Running PHP?

2010-08-02 Thread michel
Hi, Maybe I should not ask, but why post with the text as an attachment? Michel - Original Message - From: Pid p...@pidster.com To: Tomcat Users List users@tomcat.apache.org Sent: Monday, August 02, 2010 10:49 AM Subject: Re: Running PHP

Re: Running PHP?

2010-08-03 Thread michel
sorry, another empty email with just attachments ... Michel Original Message - From: Pid p...@pidster.com To: Tomcat Users List users@tomcat.apache.org Sent: Tuesday, August 03, 2010 7:15 AM Subject: Re: Running PHP

Re: UTF-8 encoding in Tomcat 6.0

2010-08-03 Thread michel
with all kinds of variations of %@ page language=java errorPage=/ErrorPage.jsp pageEncoding=ISO-8859-1 contentType=text/html;charset=ISO-8859-1% with no change. I am assuming that my jsp to servlet is set wrong ... Michel - Original Message - From: Mark Thomas ma...@apache.org

Re: Running PHP?

2010-08-03 Thread michel
- Original Message - From: Markus Schönhaber tomcat-us...@list-post.mks-mail.de To: users@tomcat.apache.org Sent: Tuesday, August 03, 2010 12:00 PM Subject: Re: Running PHP? 03.08.2010 13:20, michel: sorry, another empty email with just attachments ... No. It's not Pid's fault

Re: UTF-8 encoding in Tomcat 6.0

2010-08-03 Thread michel
- Original Message - From: michel compu...@videotron.ca To: Tomcat Users List users@tomcat.apache.org Sent: Tuesday, August 03, 2010 9:35 AM Subject: Re: UTF-8 encoding in Tomcat 6.0 I am having a simmilar problem with Tomcat Version 6.0.26. I have a JSP with some french characters

Re: UTF-8 encoding in Tomcat 6.0 fixed

2010-08-03 Thread michel
- Original Message - From: michel compu...@videotron.ca To: Tomcat Users List users@tomcat.apache.org Sent: Tuesday, August 03, 2010 1:08 PM Subject: Re: UTF-8 encoding in Tomcat 6.0 - Original Message - From: michel compu...@videotron.ca To: Tomcat Users List users

Re: [OT] broken mail clients (was: Re: Running PHP?)

2010-08-03 Thread michel
- Original Message - From: Markus Schönhaber tomcat-us...@list-post.mks-mail.de To: users@tomcat.apache.org Sent: Tuesday, August 03, 2010 6:41 PM Subject: [OT] broken mail clients (was: Re: Running PHP?) 03.08.2010 18:14, michel: From: Markus Schönhaber tomcat-us...@list-post.mks

Re: help tomcat

2010-08-05 Thread michel
or a class it depends on How may I see which jdk I associated to the Tomcat installation? Thanks in advance and sorry for my bad english Paola You can try the command java -version. Michel - To unsubscribe

Re: UTF-8 encoding in Tomcat 6.0 fixed

2010-08-05 Thread michel
- Original Message - From: André Warnier a...@ice-sa.com To: Tomcat Users List users@tomcat.apache.org Sent: Tuesday, August 03, 2010 5:30 PM Subject: Re: UTF-8 encoding in Tomcat 6.0 fixed michel wrote: - Original Message - From: michel compu...@videotron.ca To: Tomcat

Re: Installation problem [newbie]

2010-08-18 Thread michel
Hi, I am under the impression that Tomcat is a bad choice to run PHP. Michel - Original Message - From: Jonathan Camilleri camilleri@gmail.com To: Tomcat Users List users@tomcat.apache.org Sent: Wednesday, August 18, 2010 4:36 PM Subject: Re: Installation problem [newbie

Re: How stable is Tomcat?

2010-08-21 Thread michel
I think that maybe you are mixing up stability and scalability. While they are connected, an unstable system can fail at low volume. Also, I don't think that 1500 hits a day is that much. Michel - Original Message - From: Yawar Khan khanya...@yahoo.com To: Tomcat Users users

Re: Tomcat 5.5 and Windows 7

2010-08-27 Thread michel
as run-as-admin-always. How do you make something as run-as-admin-always under windows? I have had problems with some apps, so that would be useful. Michel __ Confidentiality Notice: This Transmission (including any

PHP on Tomcat?

2010-08-27 Thread michel
nervous at all the different steps. have people had much success setting up PHP on Tomcat? Simple is best. Michel

Re: PHP on Tomcat?

2010-08-28 Thread michel
- Original Message - From: Pid p...@pidster.com To: Tomcat Users List users@tomcat.apache.org Sent: Saturday, August 28, 2010 7:45 AM Subject: Re: PHP on Tomcat? On 27/08/2010 23:30, michel wrote: I have tried running PHP using Quercus, and I may have screwed it up but it worked

Re: PHP on Tomcat?

2010-08-28 Thread michel
- Original Message - From: André Warnier a...@ice-sa.com To: Tomcat Users List users@tomcat.apache.org Sent: Saturday, August 28, 2010 5:02 PM Subject: Re: PHP on Tomcat? michel wrote: ... I can set up HTTPD, but I am working of a rented Linux box with limited resources and HTTPD

Re: URL rewrite

2010-09-02 Thread michel
- Original Message - From: Mohit Anchlia mohitanch...@gmail.com To: Tomcat Users List users@tomcat.apache.org Sent: Thursday, September 02, 2010 12:25 PM Subject: Re: URL rewrite On Wed, Sep 1, 2010 at 6:21 PM, Hassan Schroeder hassan.schroe...@gmail.com wrote: Is there a way to

URL Rewrite

2010-09-03 Thread michel
', but that didn't have any effect. I also did some reading, and there was some talk about internal and external rewrite, but I have no real clue on how and what to do with that either. Michel

Re: URL Rewrite

2010-09-03 Thread michel
- Original Message - From: Ognjen Blagojevic ognjen.d.blagoje...@gmail.com To: Tomcat Users List users@tomcat.apache.org Sent: Friday, September 03, 2010 6:42 AM Subject: Re: URL Rewrite On 3.9.2010 12:02, michel wrote: I have been using the tuckey urlrewrite with some results

Re: URL Rewrite

2010-09-03 Thread michel
- Original Message - From: Pid p...@pidster.com To: Tomcat Users List users@tomcat.apache.org Sent: Friday, September 03, 2010 6:29 AM Subject: Re: URL Rewrite On 03/09/2010 11:02, michel wrote: I have been using the tuckey urlrewrite with some results, in that if I want to have

Re: URL Rewrite

2010-09-05 Thread michel
- Original Message - From: Konstantin Kolinko knst.koli...@gmail.com To: Tomcat Users List users@tomcat.apache.org Sent: Saturday, September 04, 2010 11:06 AM Subject: Re: URL Rewrite 2010/9/4 michel compu...@videotron.ca: - Original Message - From: Ognjen Blagojevic

Re: URL Rewrite

2010-09-05 Thread michel
- Original Message - From: André Warnier a...@ice-sa.com To: Tomcat Users List users@tomcat.apache.org Sent: Sunday, September 05, 2010 10:25 AM Subject: Re: URL Rewrite Michel, michel wrote: ... Konstantin, I fixed the problem! The problem was in the links in the HTML code

Re: URL Rewrite

2010-09-05 Thread michel
. --- Sorry, but I don't understand why. In most cases relative links are great, simply because they are 'self-updating' when the page gets moved. Hard-coding is a last-resort solution. Michel

Re: URL Rewrite

2010-09-05 Thread michel
- Original Message - From: André Warnier a...@ice-sa.com To: Tomcat Users List users@tomcat.apache.org Sent: Sunday, September 05, 2010 11:38 AM Subject: Re: URL Rewrite michel wrote: ... André, I am not sure that I understand but I think that I do. In this case, I believe

Re: URL Rewrite

2010-09-06 Thread michel
- Original Message - From: Pid p...@pidster.com To: Tomcat Users List users@tomcat.apache.org Sent: Monday, September 06, 2010 5:02 AM Subject: Re: URL Rewrite On 05/09/2010 23:40, Hassan Schroeder wrote: On Sun, Sep 5, 2010 at 3:23 PM, michel compu...@videotron.ca wrote: Or, uh

Re: logging in problem in Tomcat 7

2010-09-06 Thread michel
Please specify the problem beyond I cannot login. - Original Message - From: Subrat Kumar Pattnaik patnaik.sub...@gmail.com To: Tomcat Users List users@tomcat.apache.org Sent: Monday, September 06, 2010 6:51 AM Subject: logging in problem in Tomcat 7 I can not login to Apache

Re: URL Rewrite

2010-09-06 Thread michel
:40, Hassan Schroeder wrote: On Sun, Sep 5, 2010 at 3:23 PM, michel compu...@videotron.ca wrote: Or, uh, just don't *ever* use relative links, period. Sorry, but I don't understand why. In most cases relative links are great, simply because they are 'self-updating' when the page gets moved

Re: WEB-INF

2010-09-10 Thread michel
access to any JSP if you specify the URL. Michel - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: WEB-INF

2010-09-10 Thread michel
- Original Message - From: Caldarale, Charles R chuck.caldar...@unisys.com To: Tomcat Users List users@tomcat.apache.org Sent: Friday, September 10, 2010 10:32 AM Subject: RE: WEB-INF From: michel [mailto:compu...@videotron.ca] Subject: Re: WEB-INF You get direct access to any

Re: Tomcat url redirection

2010-09-21 Thread michel
http://tuckey.org - Original Message - From: rujin raj rujin...@gmail.com To: users@tomcat.apache.org Sent: Tuesday, September 21, 2010 2:22 PM Subject: Tomcat url redirection *Support team, * * * * I'm working with an application that uses apache tomcat 6 to serve the website.

Re: Why an email list, and not a forum?

2010-09-23 Thread michel
web based means that people have to keep checking a website, instead of having the information sent to them as it happens ... like having pizza home delivered. Michel - Original Message - From: Brian bbprefix-m...@yahoo.com To: users@tomcat.apache.org Sent: Thursday, September 23

Re: Why an email list, and not a forum?

2010-09-23 Thread michel
I like that questions that I never though of asking can arrive in my email and I can see some great new-to-me topics and I try to answer when I can (not often, but I do try to help because I am so grateful when people help me out). - Original Message - From: Hassan Schroeder

Re: Why an email list, and not a forum?

2010-09-23 Thread michel
Maybe this is a time (good or bad) for me to chip in with my own complaint ... to many people are posting questions and make it obvious that they couldn't be bothered even doing some basic googling, reading and trying out stuff BEFORE asking questions. Michel - Original Message

Re: Why an email list, and not a forum?

2010-09-23 Thread michel
posted by Mark: http://slash7.com/2006/12/22/vampires/ On Sep 23, 2010, at 9:23 PM, michel wrote: Maybe this is a time (good or bad) for me to chip in with my own complaint ... to many people are posting questions and make it obvious that they couldn't be bothered even doing some basic googling

Re: Why an email list, and not a forum?

2010-09-24 Thread michel
Sorry, but I don't get why people can't delete emails on topics they aren't interested in; do some people here feel the need to read all the spam they get? Michel - Original Message - From: David kerber dcker...@verizon.net To: users@tomcat.apache.org Sent: Friday, September 24

Re: Tomcat Consultant

2010-09-24 Thread michel
I once worked for a consulting company that wasn't a big 5, but had some pretty good contact. They hired me out of Montreal on Friday, had me in Denver on Sunday and spending 2 weeks in a training center so I could become an instant 'expert' they could hire out for big $$$ on different

Re: Tomcat Consultant

2010-09-24 Thread michel
they billed a lot for my time. I was introduced as an experienced SAP consultant. -Original Message- From: michel [mailto:compu...@videotron.ca] Sent: Friday, September 24, 2010 07:35 PM To: Tomcat Users List Subject: Re: Tomcat Consultant I once worked for a consulting company that wasn't

Re: Tomcat Consultant

2010-09-24 Thread michel
, September 24, 2010 9:53 PM Subject: Re: Tomcat Consultant I was a PL-I expert. That's why I know it's spelled PL-I (roman numerals not arabic. I always thought this was funny) On Sep 24, 2010, at 9:49 PM, michel wrote: Don't know about you, but I was left really, really worried about actually

Re: Tomcat Consultant

2010-09-25 Thread michel
, being mostly a SunOS and DEC Ultrix (Berkeley UNIX) person. No crash course offered, just threw me into the pool and see if I could take a broken site / team and fix it. Fun times . . . /mde/ - Original Message From: michel compu...@videotron.ca To: Tomcat Users List users

Re: [OT] RE: Tomcat Consultant

2010-09-28 Thread michel
to hard to control it. 2. the compiler was really bad and generated some very ineffective machine code at a time when hardware cost . But no question that PL/I was a fantastic language for developers! Michel - Original Message - From: Jeffrey Janner jeffrey.jan...@polydyne.com

Problems Using Context Loader

2006-01-11 Thread Michel Costa
Hi everyone, I am trying to create a ClassLoader for my application so then I will not have to reload all the hibernate and struts when a new class is compiled. Then my problems started: I do not know where to put my special ClassLoader. I got lots of classcast exceptions until I found that a

Re: Problems Using Context Loader

2006-01-12 Thread Michel Costa
On 1/11/06, Michel Costa [EMAIL PROTECTED] wrote: Hi everyone, I am trying to create a ClassLoader for my application so then I will not have to reload all the hibernate and struts when a new class is compiled. Could you please explain why this is a problem ? Is the startup time an issue

Re: Last-Modified not updated when file is changed / touched.

2006-01-12 Thread Michel Costa
Some filesystems in linux/unix does not save date stuff, to speed up access... I am not sure about what tomcat does, but I think he sends the date of the cached resource... - Segue mensagem original! - De: hanasaki [EMAIL PROTECTED] Data: Wed, 11 Jan 2006 21:44:27 -0600

Re: Problems Using Context Loader

2006-01-12 Thread Michel Costa
The major problem is not about putting hibernate in the context's lib folder, but as you may know, hibernate does some mapping stuff, which means it reads a bunch of .hbm.xml files into memory, connects and validate these mappings everytime the context gets reloaded, and depending on how much

RE: Tomcat 6 clustering without mulicast

2007-10-29 Thread SANCHEZ, Michel
state transfer. No members active in cluster group. I carry on investigating Michel. -Message d'origine- De : Filip Hanik - Dev Lists [mailto:[EMAIL PROTECTED] Envoyé : vendredi 26 octobre 2007 19:13 À : Tomcat Users List Objet : Re: Tomcat 6 clustering without mulicast

RE: Tomcat 6 clustering without mulicast

2007-10-29 Thread SANCHEZ, Michel
className=org.apache.catalina.ha.session.ClusterSessionListener / /Cluster Michel. -Message d'origine- De : Filip Hanik - Dev Lists [mailto:[EMAIL PROTECTED] Envoyé : lundi 29 octobre 2007 16:44 À : Tomcat

RE: Tomcat 6 clustering without mulicast

2007-10-30 Thread SANCHEZ, Michel
or asynchronous. The traces below. Sorry for the length of this post. Thanks again for help. Michel. With channelSendOptions=8 Trace on Node 1 : -- WARNING SimpleTcpCluster::setProperty - Dynamic setProperty(className,value) has been disabled, please use explicit properties for the element you

Tomcat 5.5 classloading behavior

2008-01-16 Thread Michel Betancourt
Hi, I am wondering if someone may be able to point me in the right direction here... after reviewing the J2SE spec, and the Servlet 2.4 Spec, its not too clear whether circular dependecies such as the one I am investigating below are legal or supported by Tomcat. Sun J2SE 5.0 classloader does

Re: Tomcat 5.5 classloading behavior

2008-01-28 Thread Michel Betancourt
Thanks for the reply. This is tough to provide an example for. Let me see what I can work out. On Jan 16, 2008 11:08 PM, Caldarale, Charles R [EMAIL PROTECTED] wrote: From: Michel Betancourt [mailto:[EMAIL PROTECTED] Subject: Tomcat 5.5 classloading behavior its not too clear whether

Re: iSeries Installation

2006-05-02 Thread Michel Costa
on your OS. [], Michel Costa - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

reload a class file without restarting Tomcat

2011-02-01 Thread Michel Getraide
be reloaded without restarting the server (the server restarts once a day only since it is a shared host.) Thanks a lot, Michel

Re: reload a class file without restarting Tomcat

2011-02-01 Thread Michel Getraide
Thanks. But I cannot restart tomcat neither use the tomcat's manager since it is a shared host (godaddy) On Tue, Feb 1, 2011 at 4:01 PM, Caldarale, Charles R chuck.caldar...@unisys.com wrote: From: Michel Getraide [mailto:getra...@gmail.com] Subject: reload a class file without restarting

Re: Issue with Apache Tomcat /4.0.3

2015-03-05 Thread Michel Labarre
unsubscribe - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org