Re: apache tomcat mod_webapp

2003-07-21 Thread Nicolas Stienne
ok. So I try with Tomcat 4.1.24 : [root /home]# tail -f /home/tomcat/logs/catalina.out at org.apache.catalina.core.StandardServer.stop(StandardServer.java:2213) at org.apache.catalina.startup.Catalina.start(Catalina.java:543) at

Re: apache tomcat mod_webapp

2003-07-21 Thread Nicolas Stienne
I just had to uncomment the part that talk about the warp connection in the server.xml file... Now, I will search some information about virtualHost... ok. So I try with Tomcat 4.1.24 : [root /home]# tail -f /home/tomcat/logs/catalina.out at

apache tomcat mod_webapp

2003-07-18 Thread Nicolas Stienne
Hello I have got a problem ! I want to use Tomcat to run my jsp pages and Apache to serve other pages. My configuration : - jakarta-tomcat-5 (cvs) - apache 1.3 - j2sdk-1_4_2 What I did : (apache was installed) - install jdk - install tomcat - test it : www.monserver.com:8080/

Re: apache tomcat mod_webapp

2003-07-18 Thread Bill Barker
The configuration for mod_webapp in server.xml in TC 5 has been removed. You could try re-adding it, but it likely won't work. mod_webapp is simply not going to be supported in TC 5 (unless, possibly, there is someone that wants to take charge of it and get it to work ;-). Nicolas Stienne [EMAIL

FIREWALL AND APACHE + TOMCAT MOD_WEBAPP : RESTART APACHE IF RESTART FIREWALL

2002-09-25 Thread Fabio Marsilio
Hi all, I have a box with apache 1.3.26 in the DMZ network of my firewall and a box with tomcat 4.0.5 in the trusted network of the firewall. they are connected by mod_webapp (tcp traffic on port 8008 is allowed between the two boxes.) The problem : if I reboot my firewall (ex: because

apache/tomcat/mod_webapp: Premature packet header end

2002-07-17 Thread Thies Edeling
Hey there, Got this weird problem with mod_webapp giving me tons of IOExceptions in the logfiles. It seems to degrade performance also hence these exceptions worry me a bit. From the logfile: 2002-07-17 18:44:22 [org.apache.catalina.connector.warp.WarpConnection] Exception on socket

Apache+Tomcat, mod_webapp or mod_proxy?

2002-06-10 Thread Alex Short
Just wondering what people's experiences are with mod_webapp and mod_proxy. I've been able to see two configurations for Tomcat4 with apache. One using mod_proxy and ProxyPass to send requests to Tomcat, others using mod_webapp's warpConnection. Is one a better solution then the other? Our

HttpResponse.sendRedirect problem with apache tomcat mod_webapp

2002-02-14 Thread remy menetrieux
Hi, I have this configuration : Apache 1.3.19 on port 80 mod_webapp (downloded with tomcat 4.0.1) tomcat 4.0.2 on port 8080 and warp connector on 8008 When I 'm connect to apache all seems ok but when a servlet make a HttpResponse.sendRedirect i have an dns error to display. but when i