DTD doesn't apply to included JSP file

2003-01-20 Thread Ludovic Maitre
Hello, I have a JSP 1.2 page who include some french character like ocirc; . The problem is that i have added the entity ocirc; to the dtd of my JSP and it seems that the DTD doesn't apply to the JSP files included from this page. I have the following pages : index.jsp recherche.jsp My

Sample test case : Unresolved entities in included JSP file

2003-01-20 Thread Ludovic Maitre
thanks per advance. Regards, Ludo Ludovic Maitre wrote: Hello, I have a JSP 1.2 page who include some french character like ocirc; . The problem is that i have added the entity ocirc; to the dtd of my JSP and it seems that the DTD doesn't apply to the JSP files included from this page. I have

Re: JSP/Servlet --EJB

2001-11-23 Thread Ludovic Maitre
you can instantiate a bean from a JSP page with the jsp:use-bean statements as mentionned in the example packaged with tomcat 4 (and 3). For more informations read the fine manual or specification of JSP on the Sun website (their tutorial are also very good). in tomcat 4, file

JSP files not always reloaded ?

2001-08-29 Thread Ludovic Maitre
) Thanks per advance for any answer, Ludovic MAITRE

Re: newbies question: tomcat jaxp-1.1

2001-08-29 Thread Ludovic Maitre
Hello, you can rename your crimson.jar file to parser.jar, it should be work (this trick work for Cocoon2 who use jaxp1.1 or xerces, i don't remember, read xml.apache.org/cocoon2 for more info). [EMAIL PROTECTED] wrote: hi, i have just a little problem, i'm using jaxp-1.1. But jaxp-1.1

Re: PROBLEM with...

2001-08-01 Thread Ludovic Maitre
Loïc Lefèvre wrote: Hem sorry, I should have say more: When the server receive the log request, a session is created (with true) and a redirection is made to an other page, in this page, the following code is executed: HttpSession session = req.getSession(false); and it return null

Where are the pgp public keys for Tomcat ?

2001-07-31 Thread Ludovic Maitre
Hello Tomcat users, I want to verify an archive of Tomcat and i type this command (Solaris 2.6, gpg (GnuPG) 1.0.6) : ubik-16% gpg --verify jakarta-tomcat-3.2.3-src.tar.gz.asc jakarta-tomcat-3.2.3-src.tar.gz gpg: Warning: using insecure memory! gpg: Signature made Tue Jul 17 19:38:39 2001 MET DST

Tomcat on FreeBSD

2001-07-27 Thread Ludovic Maitre
Hello all, I try to install Tomcat on a Freebsd 5.0 and i don't find a recent jdk. Could you tell me what version you use if you're on FreeBSD ? [only jdk1.18 is available for FreeBSD no ?] (for exemple i will try the JDK + Linux emulation but i'm afraid by the performance : if somebody could

Re: Default folder in Tomcat

2001-07-27 Thread Ludovic Maitre
hello, you can obtain the path where your application is located with the following function : WEBAPP_ROOT = getServletConfig().getServletContext().getRealPath() this is obtained from the sample file realpath.jsp, that i sugger you read. After obtaining the location of your webapp, simply add

Re: Direct servlet Access ?

2001-07-27 Thread Ludovic Maitre
Hello, Have you try to access http://lol.fivia.com:8080/adfront/adfront ? [with your parameter after] It seems that you webapps can be reached by /adfront and the name of your servlet is the same. Loïc Lefèvre wrote: The story continue... I've reinstalled Tomcat 3.2.3 on my server and

Re: hotspot jvm crashes in production

2001-05-03 Thread Ludovic Maitre
Hello, I have the same problem with exactly the same software configuration and i have no answer. PS : Are you using the Hotspot JVM with the -server switch ? Java Poop wrote: Hi - We have recently moved our production site to use JSPs with Tomcat 3.2.1/Apache 1.3.17/Sun JDK

Re: Tomcat 3.2.1 not reading web.xml

2001-04-27 Thread Ludovic Maitre
Hello, For giving your init parameter and read a default configuration file in tomcat 3.2.1 you could patch the file /tomcat-src/src/share/org/apache/tomcat/context/WebXmlReader.java and recompile your tomcat. Take attention to the private void setDefaults( Context ctx ) method (for init

Re: AJP13 file upload problems persist in 3.2.2b3 ?

2001-04-27 Thread Ludovic Maitre
Ulf Leonhardt wrote: False alert. File upload in 3.2.2b3 is working. BTW, if anyone wants the source for an AJP13 Java client, it can be found on jtrix.org (buried in the Webtrix project). Ulf http://jtrix.org I haven't find the sourcecode for the AJP13 Java client. Have you a more

Re: Apache-tomcat: JVM dies

2001-04-25 Thread Ludovic Maitre
this policy... but i haven't spent a lot of time about this for the moment. regards, Ludovic Maitre Animesh Chaturvedi - US wrote: Hi I posted this question earlier too but did not get any answer. Sorry for repeating it again but its really urgent for me. I have tried searching for an answer

Re: Apache-Tomcat RewriteRule..

2001-04-24 Thread Ludovic Maitre
Hello, I had had the same problem than you and the only solution that i have found was to re-create each folder (under my Apache document root) who need JSP publication as a context for tomcat, because i have never find a trick for giving the request to tomcat AFTER the URI-to-filename

Re: chart in jsp

2001-03-26 Thread Ludovic Maitre
Altu Altnta (Ko.Net) wrote: are there any way to draw a dynamic chart in jsp ? any source or idea ? thanks .. Altug Perhaps that you can generate an SVG image (cf www.w3.org) from your data but it's more easy with XML than with JSP. And your public must have a SVG plugin on their

Re: Cannot buiild mod_jserv.so

2001-02-22 Thread Ludovic Maitre
Hello, From http://www.webdav.org/mod_dav/install.html : Note: if using APXS and your Apache installation does not support loadable modules, then APXS will terminate with an error. Typically, we have seen the following error when this happens: apxs:Break: Command failed with rc=16711680 If

Redirect errors from Tomcat to Apache

2001-02-22 Thread Ludovic Maitre
Hello, I use Tomcat 3.2.1/Apache 1.3.17 with mod_jserv on Solaris 2.6. I want to redirect the 404 error (or others) from Tomcat to Apache when a jsp page is called and don't exist. For a folder who is managed by Tomcat and Apache i have no problem with files who are managed by Apache (shtml,

Re: How to measure Apache-Tomcat performance?

2001-02-21 Thread Ludovic Maitre
Hello, Perhaps that you can use the ab tool from Apache (part of the support tools optionnaly installed with apache 1.3) After you can use it with command like : ab -n 2100 -c 300 http://monserveur/mapage.jsp (-n : number of connection, -c : number of concurrent connection) After you have test a

Disbling -auto files generation

2001-02-21 Thread Ludovic Maitre
Hello all, Is there an option to prevent the generation of -auto files in /conf (e.g. mod_jk.conf-auto,...) without modifying the code of Tomcat ? This files aren't needed on a production server. Thanks per advance for your answers, -- [EMAIL PROTECTED] INRIA - 2004 route des lucioles -

Re: configuring web.xml

2001-02-15 Thread Ludovic Maitre
Hello, Alex Fernndez wrote: Don't forget that you must change the web.xml file inside your WEB-INF directory, the one in /conf is just for shows. Alex. I think that i haven't good understand how work tomcat because i was thinking that the web.xml file provided in the /conf directory

Tomcat don't like URL rewriting from Apache

2001-02-15 Thread Ludovic Maitre
Hello, I have a problem for "integrate" tomcat 3.2.1 with apache 1.3.17 under solaris 2.6. The only module of apache who is build as DSO is mod_jk (or mod_jserv, i test with the 2). Briefly we have 2 website on the same Apache, managed with virtual host and a lot of rewrite rules. It seems that

URL Rewrite between Apache Tomcat (ah,ah it's very funny to configure)

2001-02-09 Thread Ludovic Maitre
Hello all, I have convince my boss that we must use Tomcat for our institutionnal webserver but there is a really bad news what i haven't detected before : mod_jserv don't manage the rewrite rules of Apache :- So my question is : will i have more luck with mod_jk ? (the handler could

Re: 'Dir checksum error' untarring jakarta-tomcat-3.2.1-src.tar onSolaris .. ??

2001-01-23 Thread Ludovic Maitre
Tim Darling wrote: Same error untarring jakarta-tomcat-3.1.1-src.tar on Solaris. Anyone seen this? If I untar on Linux and retar then ftp to Solaris, I get the same error. Please help! - To unsubscribe, e-mail:

Corrupted files on jakarta server ?

2001-01-19 Thread Ludovic Maitre
Hello, if have problems to retrieve tomcat 3.2.1 on the Jakarta website (http://jakarta.apache.org/builds/tomcat/release/v3.2.1/src/). I have downloaded it by three time and (.Z, .2 times .gz and one time .zip) and with the tar extraced form .Z and .gz i have always the same message during the

Re: Mailing List Archives?

2001-01-03 Thread Ludovic Maitre
Peter Brandt-Erichsen wrote: Sorry for the dumb question, but how do I access the archives for this mailing list? you can find this at http://marc.theaimsgroup.com/ (Apache section) -- [EMAIL PROTECTED] INRIA - 2004 route des lucioles - BP 93Tel: (33/0) 4 92 38 50 41 06902

How manage multiples developers with Tomcat ?

2001-01-03 Thread Ludovic Maitre
Hello and happy new year ! We have a lot of developers who needs to develop java servlets and we have chosen Tomcat 3.2.1 Apache 1.3.14 as servers. (because they are open source and a lot of stuff are developped for this (Cocoon, Jetspeed)). [for the moment i've used only Tomcat 3.1] But we

Re: Rare problem

2000-12-12 Thread Ludovic Maitre
[EMAIL PROTECTED] wrote: Pls create a handler for *.JSP files in web.xml file. i think this prob occurs on Linux. Hope this helps. rahul Hello, Did you know if this problem is fixed in 3.2 ? Regards, -- [EMAIL PROTECTED] INRIA - 2004 route des lucioles - BP 93Tel: (33/0) 4