Re: German character problem

2002-07-19 Thread Henner Zeller
Hi Andreas, just add -Dfile.encoding=ISO-8859-1 to the JAVA_OPTS --- JAVA_OPTS=-Dfile.encoding=ISO-8859-1 export JAVA_OPTS $CATALINA_HOME/bin/catalina.sh run --- On Fri, 19 Jul 2002, Andreas Schlegel wrote: [...] All specific german characters (ä, ö, ü, ß, ...) return to the Client

Re: Question about upgrading Tomcat

2002-07-19 Thread Henner Zeller
Hi, Context context = ((ServletContextFacade) conf.getServletContext()). getRealContext(); .. conf.getServletContext().getRealPath(/my/path/to/the/config/file.xyz); resolves names relative to your context. This is part of the servlet spec. ciao, -hen -- To

Re: How do I Hide version specific information

2002-07-18 Thread Henner Zeller
mail.NoSuchExplainingContentException at task.reading.MailReader(MailReader.java:42) ;-) Anyway .. what version specific information of what you want to hide .. from whom ? On Thu, 18 Jul 2002, Kevin Passey wrote: Thanks Kevin Passey -hen -- To unsubscribe, e-mail: mailto:[EMAIL

Re: Tomcat 4.1.7 Beta / jsp:include

2002-07-17 Thread Henner Zeller
Hi, I have a problem that has materialised after we upgraded our development web server to tomcat 4.1.7. the jsp:include tag is ignored no errors are generated and the page is simply not loaded/included. I had a similar problem when upgrading to jasper2 (which is the JSP compiler

Re: Cobranding - Share Controller, Split View

2002-07-15 Thread Henner Zeller
Hi, I know I can treat the servlets as a separate webapp and deploy them to each separate host, but if I do this, will they be able to access the different configuration ( context-param and JNDI resources ) specified in the each ROOT context's web.xml? What about having the same servlet

Re: setenv.sh

2002-07-15 Thread Henner Zeller
Hi, In my Linux machine, it doesn't have the setenv.sh inside $TOMCAT/bin directory. How can I set up setenv.sh inside Tomcat? Is there any online reference site which I can refer to? You don't need to. Everything is done already in catalina.sh; so if you call

Re: Tomcat Performance question

2002-07-08 Thread Henner Zeller
Hi Sean, My problem is that my sys admin person who needs to deploy this system on a production box is concerned that Tomcat cannot be performant enough to satisfy the high volume of requests on the server. He is convinced that Tomcat is loaded every time anyone accesses the html, even

RE: Garbage in Context Attributes

2002-07-04 Thread Henner Zeller
Hi, I am not familiar with the example you mention, but the contents of your attributes is not garbage. The WELCOME_FILES contains a String array. The resources contains a class named org.apache.naming.resource.ProxyDirContext. ..and toString() (which is called implicitly if you try to