-
SEO and URL String? (2 messages)
- Posted by: Baden .
- Posted on: November 21 2006 17:22 EST
We've experienced a Websphere issue where we need do mod URL rewrites as follows: www.server.com/location.jsp (or .htm) INSTEAD of www.server.com/servletdir/location.jsp . Has anyone attempted this successfully, and if not with Websphere, any other server architectures like JBoss, Apache/Catalina(Tomcat)? Thanks.Threaded Messages (2)
- Re: SEO and URL String? by arijit dey on November 22 2006 09:00 EST
- Re: SEO and URL String? by arijit dey on November 22 2006 09:01 EST
-
Re: SEO and URL String?[ Go to top ]
- Posted by: arijit dey
- Posted on: November 22 2006 09:00 EST
- in response to Baden .
You want your location.jsp in the root context, so change the context root from servletDir to /. And deploy the application. cheers, javascript:submitAction_win0(document.win0,'POSTINGTITLE$2'); -
Re: SEO and URL String?[ Go to top ]
- Posted by: arijit dey
- Posted on: November 22 2006 09:01 EST
- in response to Baden .
You want your location.jsp in the root context, so change the context root from servletDir to /. And deploy the application. cheers, http://www.javaicillusion.blogspot.com/