Pier pointed to the nightly builds but I would like to find the binaries of that build somewhere because I cannot build it myself, hence that's for Unix.
> -----Original Message----- > From: Lauer, Oliver [mailto:[EMAIL PROTECTED]] > Sent: Friday, November 02, 2001 6:36 PM > To: 'Tomcat Users List' > Subject: AW: Tomcat 4.0/Apache 1.3.22/WebApp problem > > > No, not yet, I hope the nightly build of webapp would do it. > Where can I > find it ? > > > AXA eSolutions GmbH > > AXA Konzern AG Germany > > Oliver Lauer > > Web Architect > > W�rthstra�e 34 > > D-50668 K�ln > > Germany > > Tel.: +49 221 148 31277 > > Fax: +49 221 148 43963 > > Mobil: +49 179 59 064 59 > > e-Mail: [EMAIL PROTECTED] > > _____________________________ > > > > > -----Urspr�ngliche Nachricht----- > Von: Doina Popa [mailto:[EMAIL PROTECTED]] > Gesendet: Freitag, 2. November 2001 17:34 > An: 'Tomcat Users List' > Betreff: RE: Tomcat 4.0/Apache 1.3.22/WebApp problem > > > My system is WIN NT SP 6... How can I get around it, do you > have any ideas? > > Thanks > > > -----Original Message----- > > From: Lauer, Oliver [mailto:[EMAIL PROTECTED]] > > Sent: Friday, November 02, 2001 6:30 PM > > To: 'Tomcat Users List' > > Subject: AW: Tomcat 4.0/Apache 1.3.22/WebApp problem > > > > > > I've nearly the same problem if that concerns to WIN NT SP5, > > on XP and SunOS > > it works. > > > > > AXA eSolutions GmbH > > > AXA Konzern AG Germany > > > Oliver Lauer > > > Web Architect > > > W�rthstra�e 34 > > > D-50668 K�ln > > > Germany > > > Tel.: +49 221 148 31277 > > > Fax: +49 221 148 43963 > > > Mobil: +49 179 59 064 59 > > > e-Mail: [EMAIL PROTECTED] > > > _____________________________ > > > > > > > > > -----Urspr�ngliche Nachricht----- > > Von: Doina Popa [mailto:[EMAIL PROTECTED]] > > Gesendet: Freitag, 2. November 2001 17:24 > > An: Tomcat Users List (E-mail) > > Betreff: Tomcat 4.0/Apache 1.3.22/WebApp problem > > > > > > Hello, > > > > I have a problem connecting Tomcat 4.0.1 and Appache HTTP > > Server 1.3.22 > > through WebApp module. They however seem to connect but the > > HTTP server > > doesn't seem to redirect the servlet calls to the Tomcat Engine. > > > > I have loaded the WebbApp module and added it in the > > httpd.conf. Here is > > also how I define the connection between the two in that file: > > <IfModule mod_webapp.c> > > WebAppConnection conn warp doinap:8008 > > WebAppDeploy sivadoc conn /sivadoc > > </IfModule> > > > > In the Tomcat server.xml file I have commented out the > > standalone service > > and tried to configure the Tomcat-Apache service. Here is > > what my service > > looks like: > > <Service name="Tomcat-Apache"> > > > > <Connector > > className="org.apache.catalina.connector.warp.WarpConnector" > > port="8008" minProcessors="5" maxProcessors="75" > > enableLookups="true" > > acceptCount="10" debug="0"/> > > > > <!-- Replace "localhost" with what your Apache > > "ServerName" is set to > > --> > > <Engine > className="org.apache.catalina.connector.warp.WarpEngine" > > name="Apache" debug="0" defaultHost="doinap" docBase="webapps"> > > > > <!-- Global logger unless overridden at lower levels --> > > <Logger className="org.apache.catalina.logger.FileLogger" > > prefix="apache_log." suffix=".txt" > > timestamp="true"/> > > > > <!-- Because this Realm is here, an instance will be > > shared globally > > --> > > <Realm className="org.apache.catalina.realm.MemoryRealm" /> > > > > </Engine> > > </Service> > > > > The servlets initialize, the tomcat apache_log file says that > > the connection > > has been made, I can connect to the system on the 8080 port > > defined for the > > HTTP server, everything seems ok but when I try to use a > > servlet it says > > that the page is unavailable and the Apache seems to get > > hanged. I guess > > something is wrong in my configuration files... > > > > I understand that there are problems with the webapp module > > and that we are > > recommended to get a nightly version. Where can I find a > > build of one of > > them? > > > > Thanks a lot for the support, > > Doina > > > > > > -- > > To unsubscribe: > <mailto:[EMAIL PROTECTED]> > > For additional commands: > <mailto:[EMAIL PROTECTED]> > > Troubles with the list: > <mailto:[EMAIL PROTECTED]> > > > > > > ---------------------------- > > Aus Rechts- und Sicherheitsgruenden ist die in dieser E-Mail > > gegebene Information nicht rechtsverbindlich. Eine > > rechtsverbindliche Bestaetigung reichen wir Ihnen gerne auf > > Anforderung in schriftlicher Form nach. Beachten Sie bitte, > > dass jede Form der unautorisierten Nutzung, > > Veroeffentlichung, Vervielfaeltigung oder Weitergabe des > > Inhalts dieser E-Mail nicht gestattet ist.Diese Nachricht > > ist ausschliesslich fuer den bezeichneten Adressaten oder > > dessen Vertreter bestimmt. Sollten Sie nicht der vorgesehene > > Adressat dieser E-Mail oder dessen Vertreter sein, so bitten > > wir Sie, sich mit dem Absender der E-Mail in Verbindung zu setzen. > > ---------------------------- > > For legal and security reasons the information provided in > > this e-mail is not legally binding. Upon request we would be > > pleased to provide you with a legally binding confirmation in > > written form. Any form of unauthorised use, publication, > > reproduction, copying or disclosure of the content of this > > e-mail is not permitted. This message is exclusively for the > > person addressed or their representative. If you are not the > > intended recipient of this message and its contents, please > > notify the sender immediately. > > --------------------------- > > > > > > > > -- > > To unsubscribe: > <mailto:[EMAIL PROTECTED]> > > For additional commands: > <mailto:[EMAIL PROTECTED]> > > Troubles with the list: > <mailto:[EMAIL PROTECTED]> > > > > -- > To unsubscribe: <mailto:[EMAIL PROTECTED]> > For additional commands: <mailto:[EMAIL PROTECTED]> > Troubles with the list: <mailto:[EMAIL PROTECTED]> > > > > -- > To unsubscribe: <mailto:[EMAIL PROTECTED]> > For additional commands: <mailto:[EMAIL PROTECTED]> > Troubles with the list: <mailto:[EMAIL PROTECTED]> > -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
