Hi Kevin,
>Hello Andreas, I don't think I communicated what I want to do very >effectively. > >If I set a new Context in tomcat, that just sets up an alias/file mapping >(no knowlege of my classes, jars, and other resources)...I want to deploy >multiple application WAR files (without cocoon.war/jars inside) and deploy >one instance of cocoon(war) to support them all. Could you explain this a little more in detail? For instance, I use a news and a forum WebApp that I access from Cocoon (something like <map:generate src=/news/{1}>) as XML sources. Or do you want to mount subsitemaps in different directorys? That's no problem at all, just look at the sitemap documentation. >Do I need to configure the dependency in web.xml? Anyone have any >references they can point me to? This is common right? I must confess that I don't know exactly how this should work. How do you want to use your resources in Cocoon? Not as XML sources? Greetings, Andreas > > > > > > > > "Andreas > > Hartmann" To: >[EMAIL PROTECTED] > > <t-rex@dinobas cc: > > e.de> Subject: Re: How To Mount My >WebApp (powered by cocoon) > > > 02/25/2002 > > 04:06 PM > > Please respond > > to > > cocoon-users > > > > > > > > > > >Two additions ... > >*********** REPLY SEPARATOR *********** > >On 25.02.2002 at 22:47 Andreas Hartmann wrote: > >>*********** REPLY SEPARATOR *********** >> >>On 25.02.2002 at 15:20 [EMAIL PROTECTED] wrote: >> >>>Can someone point me to a document describing how to mount my own WebApps >>>(powered by cocoon). I want to deploy several, but not under the cocoon >>>heirarchy. >>> >> >>Just add a context entry to your tomcat/server.xml file: >It's located at (tomcat-path)/conf/server.xml. > >> >> <!-- Intranet Context --> >> <Context path="/intranet" docBase="/intranet" debug="0" >> reloadable="true" crossContext="true"/> >> > >path="/intranet" means: every URI starting with /intranet >(e.g., http://localhost:8080/intranet/index.html is mapped to the Intranet >WebApp. > >docBase="/intranet" points to the file system path. > >Greetings, >Andreas > > >--------------------------------------------------------------------- >Please check that your question has not already been answered in the >FAQ before posting. <http://xml.apache.org/cocoon/faqs.html> > >To unsubscribe, e-mail: <[EMAIL PROTECTED]> >For additional commands, e-mail: <[EMAIL PROTECTED]> > > > > > > >--------------------------------------------------------------------- >Please check that your question has not already been answered in the >FAQ before posting. <http://xml.apache.org/cocoon/faqs.html> > >To unsubscribe, e-mail: <[EMAIL PROTECTED]> >For additional commands, e-mail: <[EMAIL PROTECTED]> --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faqs.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]>