On Jun 21, 2009, at 12:09 AM, caof2005 wrote:
>
> Thanks viola
> So just to confirm.
>
> I can see the $your_geronimo_install_Dir\repository\org\apache\tomcat
> directory you indicate me,... but please excuse my clumsiness
> because I see
> inside "tomcat" directory others subdirectories:
>
> -catalina
> ----6.0.14-G614585
> -------catalina-6.0.14-G614585
> -catalina-ha
> -coyote
> -extras
> -jasper
> -jasper-el
> -jasper-dt
> -juli
> -tribes
>
> So I found difficult to know which is the correct one... (I mean the
> one
> that I should consider as CATALINA_HOME/webapps ).
>
> If I use catalina as CATALINA_HOME, do I have to define inside the
> webapps
> directory ?
There is no "webapps" directory in Geronimo. However, you can treat
the <geronimo-home>/deploy directory as the equivalent. Place your war
or MyApp_Directory in the <geronimo-home>/deploy/ directory, instead.
--kevan