> -----Urspr�ngliche Nachricht-----
> Von: Age Mooy [mailto:[EMAIL PROTECTED]]
> Gesendet: Donnerstag, 12. Dezember 2002 11:38
> An: 'Turbine Users List'
> Betreff: RE: Setting up Maven-driven Turbine-webapp HOW-TO
>
>
>
> > 4) setting up Tomcat and deploying your webapp
> > If you use a recent Tomcat-edition (4.1.12 for example) you
> > have to uncomment SSI and CGI entries in conf/web.xml. (see
> > RELEASE-NOTES-4.1.txt in
> > tomcat/)
> >
> > If you use Linux you can symlink your webapp to tomcat,
> > otherwise you need to copy it from target/ to tomcat/webapps/.
>
> The much easier way is to create a <Context> in tomcat's server.xml conf
> file that points to your
> webapp dir. That way your webapp is always deployed and you don't have
> to manually copy your changes to tomcat al the time. See the Tomcat docs
> for more details but here's my entry:
>
> <Context path="/freya" docBase="E:/src/Wisdom/freya/target/freya"
> debug="0"/>
That's a nice idea, however when I use this, instead of the webapp, only the
index.html from target/myproject/ is being loaded:
In my app-web.xml I have this:
<servlet-mapping>
<servlet-name>audiotex</servlet-name>
<url-pattern>/audiotex</url-pattern>
</servlet-mapping>
So, url /audiotex/audiotex should work, but it doesn't.
Idea?
Marc
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>