On Thu, Mar 27, 2003 at 02:27:02PM +0100, Ines Robbers wrote:
> Hi again,
>
> I'm progressing to forrest webapps now and am reading that use of tomcat
> 3.3 is recommended.
Um. Only be me ;)
> Is that still up-to-date or does Tomcat 4.1, which I already have on my
> system, work fine too?
For the last few weeks I've been using 4.1.18 without problems. 4.1.x is
much faster than I expected.
> And if so where do I stick:
>
> <Context path='/MyProject'
> docBase='/tmp/myproj/build/webapp'
> reloadable='true'/>
>
> In Tomcat 4.1 there is a folder config/ with no apps.xml but server.xml
> so I thought that might be the right file.
About halfway, you should see the 'examples' context defined:
<Context path="/examples" docBase="examples" debug="0"
....
Add your context definition just before that.
--Jeff
> But I am not sure where to insert the <context> stuff since there are no
> tags such as <webapps>.
>
> Again, I'd enormously appreciate your kind help!!!
>
>
> Ines
>
>
|