Include Files 2004-02-10 - By De Toffoli Garry
Back Chris Daly ha scritto:
> everyhting under the work directory, all the directories > > work/Standalone/localhost etc etc ? wont this delete the standlone > server ? > > > > At 10:09 10.02.2004 +0000, you wrote: > >> If you think everything else is working ok, stop tomcat delete >> everything >> under the work directory and start again. >> >> -- --Original Message-- -- >> From: Chris Daly [mailto:C.daly@(protected)] >> Sent: 10 February 2004 09:19 >> To: tomcat-user@(protected) >> Subject: include files >> >> >> hi >> >> i've tested a new version of my jsp include file (a header which is >> referenced by about 40 pages) on one jsp page, and its wokred ok. i've >> changed the coding of the include page though none of the other jsp >> pages >> have picked up the new include and are still looking to teh old one >> ? i've >> stopped and started tomcat but its till not changed. >> >> does anyone have any ideas ? i've included a couple of new tag >> libraries >> but they are working ok and i cant see why it would be anything other >> than >> tomcat ? >> >> cheers >> >> chris >> >> >> -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ >> To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected) >> For additional commands, e-mail: tomcat-user-help@(protected) >> >> >> __ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ >> This e-mail has been scanned for all viruses by Star Internet. The >> service is powered by MessageLabs. >> >> >> Note:__ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ___ >> This message is for the named person's use only. It may contain >> confidential, proprietary or legally privileged information. No >> confidentiality or privilege is waived or lost by any mistransmission. >> If you receive this message in error, please immediately delete it and >> all copies of it from your system, destroy any hard copies of it and >> notify the sender. You must not, directly or indirectly, use, disclose, >> distribute, print, or copy any part of this message if you are not the >> intended recipient. Jaguar Freight Services and any of its subsidiaries >> each reserve the right to monitor all e-mail communications through its >> networks. >> Any views expressed in this message are those of the individual sender, >> except where the message states otherwise and the sender is authorized >> to state them to be the views of any such entity. >> __ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ >> This e-mail has been scanned for all viruses by Star Internet. The >> service is powered by MessageLabs. > > > > -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ > To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected) > For additional commands, e-mail: tomcat-user-help@(protected) > > You would delete only the directory relative of your site, under the work directory of tomcat;
for example, if you site is called www.test.org, you must delete the directory under tomcat work/www.test.org_8080;
probably the name may be different from release;
after delete it, you must restart tomcat;
But have you tried to use the touch cmd on all .jsp file that include your include.jsp? I use this mode, and all is OK, and I doesn't delete the work directory;
Best regards.
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected) For additional commands, e-mail: tomcat-user-help@(protected)
|
|