File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
A friendly place for programming greenhorns!
Big Moose Saloon
Search
|
Java FAQ
|
Recent Topics
Register / Login
Win a copy of
Arduino in Action
this week in the
General Computing
forum!
A special promo:
Enter your blog post or vote on a blogger to be featured in an upcoming Journal
JavaRanch
»
Java Forums
»
Products
»
Tomcat
Author
What is the term? A redirect at the server level...
Lisa Modglin
Ranch Hand
Joined: Oct 28, 2003
Posts: 46
posted
Jul 10, 2008 08:38:00
0
What is it called when I want to change where a page request goes, but it's within the same host? I want to do it at the server level and I don't know what to search on. I don't want my users to have to use tiny url.
Example:
I want this request:
http://mydomain.com/page.jsp
to resolve to:
http://mydomain.com/onedir/twodir/page.jsp?param=1¶m=2¶rm=3
Thanks!
David O'Meara
Rancher
Joined: Mar 06, 2001
Posts: 13459
I like...
posted
Jul 10, 2008 08:49:00
0
rewrite, as in mod_rewrite
Lisa Modglin
Ranch Hand
Joined: Oct 28, 2003
Posts: 46
posted
Jul 10, 2008 09:09:00
0
Thanks. I have looked around and am I understanding it right that Apache can rewrite URLs, but
Tomcat
alone cannot? We are not using Apache.
I agree. Here's the link:
http://aspose.com/file-tools
subject: What is the term? A redirect at the server level...
Similar Threads
Question about portforwarding and tomcat
AJAX
cookies and domains problem ?
tomcat-apache context problem?
File root config problem
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter