Results 1 to 3 of 3
Thread: url rewriting
- 06-17-2008, 01:39 PM #1
Member
- Join Date
- Jun 2008
- Posts
- 39
- Rep Power
- 0
url rewriting
hello friends,
i want to pass some information with my base url.
example:/testing/admin it displays the login page then user enter and password
. then i submit values......... and it displays home page...... now url is same......... testing/admin but i want add some information with url....... pls help me.......
Thanks in advance....
- 06-23-2008, 05:18 AM #2
Can you please be a little more specific?
I don't think you mean URL rewriting the way most folks use it, which is generally from the Apache mod-rewrite style. Since lots of folks use Apache to front end Tomcat to deploy servlets, its common to talk about them.
Are you doing a servlet redirect to the JSP output?
Do you want to just add extra query parameters?
/test/login?queryparam1=foo¶m2=baz
can work.
- 06-23-2008, 06:11 AM #3
Member
- Join Date
- Jun 2008
- Posts
- 39
- Rep Power
- 0


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks