om]
>> Subject: Re: Tomcat URL Rewrite. Help with configuration.
>>
>> Though redirection didn't work, but furthermore when I try to see
>> http://localhost:8080/rewrite-status, I get the below error:
>> Estado HTTP 404 - /rewrite-status
>
> That would be expect
According to the documentation, such "context" should give you a "wellcome
page" to the urlrewriting service, but yes I don't need it indeed.
The error message in English is:
HTTP Status 404 - /rewrite-status
type S
> From: Rodro [mailto:rodrigo_alle...@ibi.com]
> Subject: Re: Tomcat URL Rewrite. Help with configuration.
>
> Though redirection didn't work, but furthermore when I try to see
> http://localhost:8080/rewrite-status, I get the below error:
> Estado HTTP 404 - /rewrit
Rodrigo,
What is the error message in English?
And i think this one is just an example config file coming with urlrewriter.
If you do not need it, you can just delete it.
The rule means that requests to /test/status/ will be redirected
to /rewrite-status
the url wi
Dear awarnier.
Ok, Now I found such WEB-INF directory (in my app it's
C:\ibi\WebFOCUS76\webapps\webfocus76\WEB-INF), and followed the installation
and configuration steps.
1) copied urlrewrite.xml into such WEB-INF
2) edited web.xml with the below lines:
UrlRewriteFilter
org.tuckey.w
Rodro wrote:
Dear Tomcat Users.
I'm trying to do a URL masking on Tomcat 5.5.25.
What I specifically want to do is:
I execute (call) an app with the following URL:
http://localhost:8080/ibi_apps/WFServlet?IBIF_ex=carinst
Now, I need to mask the URL to get the same result calling the app as: