-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Monday 03 February 2003 23:29, Lester Ward wrote: > Um... can't you just add a mapping into your web.xml file? That's what it > is there for. Should look something like this: > > <servlet> > <servlet-name>myapp</servlet-name> > <servlet-class>org.apache.turbine.Turbine</servlet-class> > </servlet> > <servlet-mapping> > <servlet-name>myapp</servlet-name> > <url-pattern>/*</url-pattern> > </servlet-mapping> > > This works in most app servers. I don't use Tomcat, though, so I'm not > sure.
i used http://jakarta.apache.org/turbine/turbine-2.2.1/howto/url-rewriting-howto.html as a basis of my approach, and apparently this is not possible in tomcat. or is it? any tomcat people out there? rick |- | peter riegersperger <[EMAIL PROTECTED]> |- | ein windows switcher tagebuch: | http://forum.subnet.at/viewforum.php?f=22 |- | subnet | platform for media art and experimental technologies |- | http://www.subnet.at/ |- | muehlbacherhofweg 5 // 5020 salzburg // austria |- | fon/fax +43/662/842 897 |- -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (GNU/Linux) iD8DBQE+Pu9wIMP39JYOy9IRAlgLAKD5eQ+7DalGNMiJPzfs8oaxY67h3gCg37zG WJOV7ToeyFNNq0jJAt2kVBM= =rB/d -----END PGP SIGNATURE----- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
