In fact, I am able to redirect from the URL I want but I can't rewrite the URL.
When I write the following URL : http://localhost:8080/mywebapp/ The redirection to "http://localhost:8080/nuxeo/nxstartup.faces" is ok but I would like to see my own URL "http://localhost:8080/mywebapp/nxstartup.faces" Selon Tiry <[EMAIL PROTECTED]>: > Le mardi 17 avril 2007 à 18:30 +0200, [EMAIL PROTECTED] a écrit : > > Thanks for your help but for the moment I did'nt succeed ! > What was the problem ? > Can you be more specific ? > > Tiry > > > > > > Selon Tiry <[EMAIL PROTECTED]>: > > > > > Hi, > > > > > > Florent is right that mod_jk is probably the best solution. > > > But you can also use plain apache with ProxyPass and ProxyPassReverse > > > directive. > > > sample : > > > ProxyPass /mywebapp/ http://127.0.0.1:8080/nuxeo/ > > > ProxyPassReverse /mywebapp/ http://127.0.0.1:8080/nuxeo/ > > > > > > In the current trunk there may still be some issues regarding GET urls > > > generation and virtual hosting : > > > some of them where solved today, everything should be totally fixed > before > > > the end of the week. > > > > > > Tiry > > > > > > Le lundi 16 avril 2007 à 19:32 +0200, Florent Guillaume a écrit : > > > > Hi, > > > > > > > > An apache front-end with mod_jk rewriting is probably the best thing > > > > for this. > > > > Please see the standard JBoss documentation, > > > > http://wiki.jboss.org/wiki/Wiki.jsp?page=UsingMod_jk1.2WithJBoss > > > > > > > > Florent > > > > > > > > On 16 Apr 2007, at 13:58, [EMAIL PROTECTED] wrote: > > > > > > > > > Hello ! > > > > > > > > > > Could you please explain me how I can simply change the webapp name > > > > > replacing > > > > > "nuxeo" at the URL address by my own name ? > > > > > Thanks in advance. > > > > > > > > > > Grunvald > > > > > > > > > > > > > > > > > > _______________________________________________ ECM mailing list [email protected] http://lists.nuxeo.com/mailman/listinfo/ecm
