Joshua,
It works very fine ! :-)
I'm so grateful !
Finally, my config is working:
---- begin ----
RewriteCond %{REQUEST_URI} ^/app/.*
RewriteCond %{REQUEST_URI} !\.
RewriteRule ^/(.*)/([^/]+)$ http://localhost:5050/app/index.jsp?id=$2 [P,L]
RewriteRule ^/app/(.*) http://localhost:5050/app/$1 [P]
---- end ----
Regards,
Fabricio.
2006/8/7, Joshua Slive <[EMAIL PROTECTED]>:
On 8/7/06, SOPRO <[EMAIL PROTECTED]> wrote:
> Joshua,
>
> Thanks so much !
> I used the option "!\." and it works ... :-)
> However, the files 'stylesheet.css' and 'logo_client1.png' have not
> been loaded properly.
> Do you have any idea ?
>
> ps.: If I access JBOSS directly, the stylesheet and images are loaded fine.
Sorry, I assumed that these files were hosted by apache, not jboss.
If they are hosted by jboss, you need to also change [P] to [P,L] and
add something like
RewriteRule ^/app/(.*) http://localhost:5050/app/$1 [P]
Joshua.
---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
" from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
" from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]