request to static file served by /* mapped servlet

2004-01-13 Thread Dietmar . Mueller
Hello list, I use some servlets in my context. All servlets, except one, are mapped with an unique name. On servlet is mapped with /*. Then I will request a servlet with the unique name the servlet is answer. If no mapped name exist the servlet with /* answer. Now I put a static file in the

RESOLVED Antwort: RE: request to static file served by /* mapped servlet

2004-01-13 Thread Dietmar . Mueller
Thanks Dietmar Shapira, Yoav [EMAIL PROTECTED] am 13.01.2004 15:00:18 Bitte antworten an Tomcat Users List [EMAIL PROTECTED] An:Tomcat Users List [EMAIL PROTECTED] Kopie: Thema: RE: request to static file served by /* mapped servlet Howdy, This is not a bug, it's the behavior you

Antwort: Tomcat and Apache

2003-02-06 Thread Dietmar . Mueller
You have to define an ajp Connector like this in your server.xml !-- Define an AJP 1.3 Connector on port 8009 -- Connector className=org.apache.ajp.tomcat4.Ajp13Connector port=8009 minProcessors=5 maxProcessors=75 acceptCount=10 debug=0/ Then it should work.

Antwort: Debugging JSPs

2003-01-29 Thread Dietmar . Mueller
I use Netbeans. You can get it at www.netbeans.org. NetBeans (current Version 3.4.1) use the integratet tomcat4.0.4 but I read somewhere that you can also debug remote. Dietmar Ron van Pol [EMAIL PROTECTED] am 29.01.2003 11:24:30 Bitte antworten an Tomcat Users List [EMAIL PROTECTED]

Antwort: Re: Antwort: PersistentManager with FileStore

2003-01-28 Thread Dietmar . Mueller
Hey Kief, thanks for your answer. I try without my wrapper and get also the Exception. I got: D:\tomcat\bincatalina run Using CATALINA_BASE: .. Using CATALINA_HOME: .. Using CATALINA_TMPDIR: ..\temp Using JAVA_HOME: d:\jdk1.3 Starting service kbhsrv03 Apache Tomcat/4.0.6 Starting

Antwort: Re: Upgrading to new version of Tomcat

2003-01-28 Thread Dietmar . Mueller
How important is /bin/bootstrap.jar? Dietmar David Boyer [EMAIL PROTECTED] am 28.01.2003 16:27:31 Bitte antworten an Tomcat Users List [EMAIL PROTECTED] An:[EMAIL PROTECTED] Kopie: Thema: Re: Upgrading to new version of Tomcat Copy the 4.1.18 jars from /common/lib and /server/lib to

Antwort: PersistentManager with FileStore

2003-01-27 Thread Dietmar . Mueller
2nd attempt Is nobody useing this feature with tomcat and have some experience and want to give me some hint? Dietmar [EMAIL PROTECTED] am 24.01.2003 15:57:45 Bitte antworten an Tomcat Users List [EMAIL PROTECTED] An:[EMAIL PROTECTED] Kopie: Thema: PersistentManager with FileStore

PersistentManager with FileStore

2003-01-24 Thread Dietmar . Mueller
Hy, first sorry for my bad english! I use 4.0.6 / jdk1.3.1 / win32. I want to store session information on filesystem so that it is possible for me to restart tomcat without loosing all sessioninformations. To start tomcat as service with my runtime parameter I use an wrapper from Silver Egg

Antwort: RE: byte serving PDFs

2002-12-16 Thread Dietmar . Mueller
Yes, this is enough. But becouse a bug in InternetExplorer you have to set the contentLength. You can see some samples under: http://www.lowagie.com/iText/ There is also an explain from some bugs with PlugIn in http://www.lowagie.com/iText/faq.html regards Dietmar Wagoner, Mark [EMAIL

Antwort: Antwort: RE: byte serving PDFs

2002-12-16 Thread Dietmar . Mueller
Sorry for my stupid englisch. Yes it is possible to send(create) pdf via tomcat. -- set the mime/type -- setContentLength Dietmar [EMAIL PROTECTED] am 16.12.2002 14:18:22 Bitte antworten an Tomcat Users List [EMAIL PROTECTED] An:Tomcat Users List [EMAIL PROTECTED] Kopie: Thema: