Application manager : reload a WAR

2003-01-16 Thread Elisabeth Julg
It's possible to reload a application with the application manager when it was delpoyed by a War file ? When I do it, I have a error : ECHEC - Rechargement non supporté par le WAR déployé au chemin . The configuration in server.xml is : Context path=/ademisdev

Applet with a War

2003-01-16 Thread Elisabeth Julg
Hello list, In my application, I use an applet. The class corresponding at my applet is in jar file located in WEB-INF\lib. When I deploy this application as a directory, it works fine, by if a use a war file, it doesn't work. The class isn't found ! Why ? Thanks for your help, Elisabeth

RE: CATALINA_BASE Error ContextConfig.tldScanJar

2002-12-12 Thread Elisabeth Julg
. There is a bug with Xerces 2.2.0, 2.2.1, 2.0.2. If you are not using Xerces, please post the entire stack trace. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13282 -- Jeanfrancois ( vive Tomcat francais!) Elisabeth Julg wrote: Hi, I have set CATALINA_BASE, but when I start tomcat, I have

CATALINA_BASE Error ContextConfig.tldScanJar

2002-12-11 Thread Elisabeth Julg
Hi, I have set CATALINA_BASE, but when I start tomcat, I have error. Have you an idea ? Settings : CATALINA_HOME : D:\Programmes\jakarta-tomcat-4.1.16-LE-jdk14 CATALINA_BASE : D:\Base Directory : conf and webapps copied from CATALINA_HOME. (admin.xml and manager.xml changed to point

checkError with Coyote

2002-11-26 Thread Elisabeth Julg
Hi, I have a lot of problem using the method PrintWriter.checkError when I use the connector Coyote. Can'you help me ? My servlet can be long (extraction), and if the user close the window, I want to stop my servlet. public class IndicateursDemandeSrvl extends HttpServlet { public void

4.1.x BodyTagSupport

2002-11-26 Thread Elisabeth Julg
Hi, I have problem using the same Tag with body and without body. In my application, I use BodyTagSupport : - Declaration : tag nameselect/name tag-classappli.jsp.HtmlSelectTag/tag-class body-contentJSP/body-content

JNDI - Custom Factory

2002-03-21 Thread Elisabeth Julg
Hi, I have a problem with NamingException : Cannot create resource instance with code : initCtx = new InitialContext(); } envCtx = (Context) initCtx.lookup(java:comp/env); System.out.println(envCtx.lookup(bean/MemoireFactory)); || NamingException : Cannot create

Apache + getInstance

2002-03-12 Thread Elisabeth Julg
Hi, I have a problem with servlet and apache : A servlet (started at the initialisation of my application) creates a share object HD_Memoire _Memoire build as : public class HD_Memoire implements Runnable { private static HD_Memoire instance = new HD_Memoire(); private HD_Memoire() {}

Apache + Tomcat : Welcome-file

2002-03-11 Thread Elisabeth Julg
Hi, I would like integrate a Tomcat's application with Apache (version : tomcat 4.0.2, apache 1.3.23). In the Apache's config file : http.conf : VirtualHost localhost ServerAdmin [EMAIL PROTECTED] DocumentRoot D:/Programmes/jakarta-tomcat-4.0.3/webapps/ ServerName localhost