Howdy. Are you implying that CATALINA_HOME/conf/Catalina/localhost/ is
actually the correct directory for it in 5.x?
Thanks
Adam
On 12/09/2003 03:09 PM Shapira, Yoav wrote:
> Howdy,
> It's different between different major releases (tomcat 4.x and 5.x).
>
> Yoav Shapira
> Millennium ChemInformatics
>
>
>
>>-----Original Message-----
>>From: Altankov Peter [mailto:PAltankov@(protected)]
>>Sent: Tuesday, December 09, 2003 8:20 AM
>>To: Tomcat Users List
>>Subject: RE: where to put context myapp.xml files
>>
>>It must be put in TOMCAT_HOME/<webapps>, where <webapps> is defined in your
>>server.xml 's <Host> tag, i.e.:
>>
>><Host name="localhost" debug="0" appBase="path_to_webapps_folder"/>
>>
>>---AND ---
>>
>>Your context is marked as reloadable i.e:
>>
>><Context debug="0"
>> docBase="/path/to/your_app"
>> path="/desired_mapping"
>> reloadable="true"> <---- this property set to true
>>
>>
>>
>>-----Original Message-----
>>From: Adam Hardy [mailto:ahardy.struts@(protected)]
>>Sent: 09 О©╫О©╫О©╫О©╫О©╫О©╫О©╫О©╫ 2003 ? 13:09
>>To: Tomcat Users List
>>Subject: where to put context myapp.xml files
>>
>>
>>Hi,
>>I thought that xml context configuration files had to reside in
>>tomcat/webapps, but it seems they only take effect when they are placed
>>in tomcat/conf/Catalina/localhost.
>>
>>Is this correct or am I doing something that prevents tomcat from using
>>it when I place it in webapps?
>>
>>Thanks
>>Adam
--
struts 1.1 + tomcat 5.0.16 + java 1.4.2
Linux 2.4.20 Debian
---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected)
For additional commands, e-mail: tomcat-user-help@(protected)