apache/mod_jk/tomcat/jsp-compression

2004-11-01 Thread Christoph Fischer
-- Hello, I'm forwarding servlet-data to jsp-pages which do the final html design. Is it enough to activate compression in the apache-conf to compress all data coming from tomcat or is there an additional setting in an tomcat file? Thanks Chris

Re: Problems wth Apache, mod_jk2 and Tomcat

2004-10-26 Thread Christoph Fischer
Hi, this seems also to be a problem in mod_jk , tomcat4.1.10, apache 1.3 on a linux server however it does build up slowly over the day. The problem seems to be that the connection via mod_jk (Port 8009) does not close, so the java/tomcat processes will not quit after responding to the request

Re: Hanging tomcat processes on heavy access

2004-02-26 Thread Christoph Fischer
, it does not appear that you've read the maximum number of socket connections (338, if I remember correctly). Did this problem start after having installed new software or changing the environment? Perhaps you can try rolling back to see if the problem disappears Cordially, Oswald Christoph

Hanging tomcat processes on heavy access

2004-02-25 Thread Christoph Fischer
Hello everyone, here is my configuration: linux server with tomcat 4.1.29 connected to apache 1.3.29 via nod_jk java version 1.4.2_03 from tomcat server.xml !-- Define an AJP 1.3 Connector on port 8009 -- Connector className=org.apache.ajp.tomcat4.Ajp13Connector port=8009

Update Problem / accessing servlet

2003-03-12 Thread Christoph Fischer
Hi, after update from tomcat 4.1.10 to 4.1.18 I have the proplem that I can not access my servlets anymore (Error 404). The path to the servlet is http://www.myhost.com/test/servlet/myservlet.out in the tomcat directory the servlet is located under

Re: Update Problem / accessing servlet

2003-03-12 Thread Christoph Fischer
wrote: Hi, That migth be because the /servlet/* mapping to the InvokerServlet is remarked in tomcat/conf/web.xml Remove the remark tags, and try again. Hope it helps -reynir -Original Message- From: Christoph Fischer [mailto:[EMAIL PROTECTED] Sent: 12. mars 2003 11:08 To: Tomcat Users

Re: Update Problem / accessing servlet - solved

2003-03-12 Thread Christoph Fischer
Message- From: Christoph Fischer [mailto:[EMAIL PROTECTED] Sent: 12. mars 2003 11:08 To: Tomcat Users List Subject: Update Problem / accessing servlet Hi, after update from tomcat 4.1.10 to 4.1.18 I have the proplem that I can not access my servlets anymore (Error 404). The path to the servlet

Re: Shutdown sequence of Apache and Tomcat

2003-03-12 Thread Christoph Fischer
I don't know if there is a graceful way to exit. If you stop tomcat first, users will get an error-Message that tomcat is not available, on the other side if you stop apache first, results from tomcat may leave an uncomplete page for the user. Personally I prefer apache and then tomcat shutoff.

Apache+Tomcat+Ldap

2003-02-05 Thread Christoph Fischer
Hello, I have tomcat linked to apache server. To get to the tomcat server the user has to authenticate himself to a web-site on the apache server which checks the password against a ldap-server. Is it possible to get the user name from the apache/ldap login in my tomcat application ? Chris

Re: Creating a signed SSL certificate with my own CA

2002-12-12 Thread Christoph Fischer
Maybe you have an entry for a special proxy-server in you IE for SSL-connections ? I've created a key with the keytool from j2sdk1.4.1 and it works without problem Chris Donie Kelly wrote: Hi all I'm really stuck here and I'd appreciate some help. To summarise, I've followed the instructions

Re: Apache+tomcat configuration

2002-08-15 Thread Christoph Fischer
Hi, take a look at this page: http://www.ubeans.com/tomcat/ it's all in there. Chris Alarcon, Fabio wrote: Hi guys Is there a page or an archive list where I can found in order to run apache together with Tomcat? I know some of you has already configured sucessfuly Thanks in advance for

Re: AW: Apache+Tomcat+mod_jk

2002-08-14 Thread Christoph Fischer
are diabled. -Ursprüngliche Nachricht- Von: Christoph Fischer [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 13. August 2002 17:19 An: [EMAIL PROTECTED] Betreff: Apache+Tomcat+mod_jk I'm using apache connected to two tomcat's via mod_jk and ajp13. My webpages sends some formular

Re: WG: AW: Apache+Tomcat+mod_jk

2002-08-14 Thread Christoph Fischer
to the surfer if he enables or disables cookies. -Ursprüngliche Nachricht- Von: Christoph Fischer [mailto:[EMAIL PROTECTED]] Gesendet: Mittwoch, 14. August 2002 09:00 An: Tomcat Users List; Ralph Einfeldt Betreff: Re: AW: Apache+Tomcat+mod_jk Thanks for the reply, I did define the jvmRoute

Apache+Tomcat+mod_jk

2002-08-13 Thread Christoph Fischer
Hello, I need some help considering session affinity. I'm using apache connected to two tomcat's via mod_jk and ajp13. My webpages sends some formular-data to tomcat which generates a new html-form. The problem is that when sending the new html-form back, apache redericts it to the second

Re: intranet application - plz help

2002-07-12 Thread Christoph Fischer
make an additional conncetor in server.xml: !-- Define a non-SSL HTTP/1.1 Connector on port 8080 -- Connector className=org.apache.catalina.connector.http.HttpConnector port=80 minProcessors=5 maxProcessors=75 enableLookups=false redirectPort=8443

Tomcat404 calls init of servlet twice on startup

2002-07-03 Thread Christoph Fischer
Hi, I have the following simple servlet running under tomcat 404, java 1.4: Unfortunately the init-procedure is called twice ??? Under tomcat 401 this was only done once. Did I miss any setting in server.xml ? Chris public class test extends HttpServlet implements SingleThreadModel { private

Re: Antw: AW: Antw:Antw:Antw:Re:Re[2]:TomcatBook-wasTOMCATSUCKS(Abwesenheitsnotiz)(Abwesenheitsnotiz)(Abwesenheitsnotiz)(Abwesenheitsnotiz)(Abwesenheitsnotiz)(Abwesenheitsnotiz)(Abwesenheitsnotiz)(Abwesenheitsnotiz)

2001-06-29 Thread Christoph Fischer
I've send a mail to their infowebmaster account hopes it will stop this nonsense Chris

Re: problems with wml pages

2001-04-09 Thread Christoph Fischer
Did you set the following parameters in you java-program? Chris CONTENT_TYPE = "text/vnd.wap.wml"; DOC_TYPE = "!DOCTYPE wml PUBLIC \"-//WAPFORUM//DTD WML 1.1//EN\"\n" + " \"http://www.wapforum.org/DTD/wml_1.1.xml\""; [EMAIL PROTECTED] wrote: HI. I am trying to open a simple wml file. But I

Virtual Host serving on ip only

2001-02-20 Thread Christoph Fischer
Hi, I have tomcat running standalone on a server with two network cards (two different IP's). How can I configure tomcat to serve only one ip and disregard the other? I tried with virtual host but it didn't work out. Thanks Chris

Re: wml

2001-02-07 Thread Christoph Fischer
Hi Carlos, You have to add the following mime-types For .WML files: "text/vnd.wap.wml" For .WMLC files: "application/vnd.wap.wmlc" For .WMLS files: "text/vnd.wap.wmlscript" For .WMLSC files: "application/vnd.wap.wmlscriptc" For .WBMP files: "image/vnd.wap.wbmp" e.g. mime-mapping !-- WAP/WML

Logfile root-directory-setting

2001-01-02 Thread Christoph Fischer
Hello, I have created my own log file via setting the System.setErr with a new FileOutputStream. FileOutputStream fout = new FileOutputStream("mylog.txt", true); System.setErr(new PrintStream(fout)); Giving it only the file-name, the log-file will be created in the tmocat/bin

Re: tomcat and wml

2000-12-22 Thread Christoph Fischer
You have to add the following mime-types For .WML files: "text/vnd.wap.wml" For .WMLC files: "application/vnd.wap.wmlc" For .WMLS files: "text/vnd.wap.wmlscript" For .WMLSC files: "application/vnd.wap.wmlscriptc"