I too am having the same problem ... I haven't figured out a proper fix yet, What I end up doing is restarting apache (once maybe, twice) and then bouncing around the examples page a bit. One of the other things I'm experiencing along with the gifs not loading is that atfirst the individual examples won't initially load .. Until I hit the refresh/reload button in the browser (IE5.5 SP2) I've found that if I load the source pages a few times the icons/gifs will finally load. Once they load they stick and the http://localhost/examples/jsp/index.html will work great from there on out, and every individ example will load "first time" from there on out (till I shut down and restart ... Then everything begins anew)
One thing I did run across was in the tutorial I followed to install TC & Apache I installed TC as a service, well server xml causes (I think, someone correct me if I'm wrong) two TC's to start up ... The standalone and the Apache Tomcat mix ... I'm beginning to think there is some kind of conflict between those two ... This reasoning comes from my install of TC as a service ... I noticed under the services window (control panel>administrative tools>services) that I had a tomcat service Along WITH Apache Tomcat, Once I turned Tomcat into a manual load service and just ran Apache & Apache Tomcat, things seemed to actually load better ... I still have the gif problems but they will eventually load with enough browsing ... I know I have provided no fix but maybe one of our more experienced Apache, TC, Win2K users knows the answer ... Or at least recogmizes the symptoms MK -----Original Message----- From: Lauer, Oliver [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 28, 2001 10:19 AM To: Tomcat Users List (E-Mail) Subject: [Wed Nov 28 17:39:40 2001] [error] K! mod_webapp with TC4 and A pache1.3.20/22 Hi, I'm still having an unsolved (since 3 weeks now) problem with TC 4, mod_webapp and Apache1.3.22 with JDK.1.3. The example servlet is invoked but the response never comes back. The same with the gifs and I get the error message (Apache log): [Wed Nov 28 17:39:40 2001] [error] K! I can see in the TC logs that the servlet has been invoked. The same with the gifs frome the example page http://localhost:7070/examples/servlets/index.html. I see the page but the gifs don't stop loading...!? We're using Win NT SP5 Does anybody know how to solve that or has a similar problem ? Thanks Oliver http.conf: ------------- #TOMCAT <IfModule mod_webapp.c> WebAppConnection conn warp localhost:8008 WebAppDeploy examples conn /examples WebAppInfo /webapp-info </IfModule> server.xml --------------- <Service name="Tomcat-Apache"> <Connector className="org.apache.catalina.connector.warp.WarpConnector" port="8008" minProcessors="5" maxProcessors="75" enableLookups="true" acceptCount="10" debug="99"/> <!-- Replace "localhost" with what your Apache "ServerName" is set to --> <Engine className="org.apache.catalina.connector.warp.WarpEngine" name="localhost" debug="99" appBase="webapps"> <!-- Global logger unless overridden at lower levels --> <Logger className="org.apache.catalina.logger.FileLogger" prefix="apache_tomcat_connection_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> > 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] > _____________________________ > > ---------------------------- 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]>