Hi all,
If you dont remember I guessed for a portal with many default, even for each
user.
Thanks for all reply, Paul, Raphael and others..

With the Raphael's idea (mod_rewrite) we didnt get good solution. It only
works for redirection. For post or other jobs it fails. But if you need only
one page it is usefull.
Also tomcat has to alternative for rewrites. Some one guessed fiter which
comes with servlet spec 2.3. This applied to webapp context and from here
you cant reach (of course addind catalina classes its possible but...)
org.catalina.HttpServlet class which is only class with setRequestUri funct.
The second is Valve method which applies to Engine context. From here we
used to parse incoming host header and produced new URI. For example

ender.x.com/jetspeed/portal ---->  ender.x.com/jetspeed/portal/user/ender

So It is working for know even for post.
I cant share my job someone interested.

At the end of the project I will (if Its possible) write some modrewrite
like valve module.

Ender


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to