Java Mailing List Archive

http://www.junlu.com/

Google
Google
Mailing List
Home
Forum Home
JBoss - Java Application Server
Struts - A MVC web framework
Tomcat - JSP/Servlet container
iText - An open source PDF Java Library
JDOM - JDOM XML Parser
J2EE - A mailing list for Java(tm) 2 Platform, Enterprise Edition
J2EE Pattern - An interest list for Sun Java Center J2EE Pattern Catalog
Servlet - A mailing list for discussion about Sun Microsystem's Java Servlet API Technology
JSP - A mailing list about Java Server Pages specification and reference
Struts & Hibernate
Subjects
JSP editor plugin for eclipse ?
org apache jasper JasperException: Unable to compile class for JSP
Tomcat: Connection reset by peer: socket write error
Cannot retrieve definition for form bean null
Struts Tiles Tutorial (free Struts training)
Where do I download Tomcat 4 0 6?
Data Access Object (DAO) pattern, example DAO 's
Where to download Tomcat v 4 1 24 from?
Tomcat 5 0 16 Requested resource not available
Oracle Connection Pooling in 3 2 2
Servlet : Session invalidate
Servlet action is currently unavailable
Tomcat/Struts Unicode Encoding/Decoding problems
Tomcat and webapplication specific java library path
Running a Simple JMS Example
Mapping in workers2 properties
org apache jasper JasperException
Cannot find message resources under key org apache struts action
   MESSAGE
problem with html:text bean throwing exception
Cannot find message resources under key org apache struts action MESSAGE
invalid direct reference problem with solution
Tool for jsp debug Try Sysdeo Eclipse Plugin
Tomcat 5 Cannot load JDBC driver class 'null ' SQL state: null
weblogic ejbc
java properties file
Jboss 3 2 3 Coyote Can 't re
Tomcat 5, Apache2 and mod jk2 integration problem
JBoss example problem new to J2EE
url string for connecting jboss to oracle
Value attribute of <html:checkbox
javax servlet ServletException: BeanUtils populate
HTTP Status 404 The requested resource is not available
5 0 18: Windows XP Pro vs Windows 2000
 
SV: URL-rewriting (regexp)

SV: URL-rewriting (regexp)

2003-12-30       - By Mattias Bogeblad

 Back
Hi again,

I agree and the url-rewrite module I've installed is acting like a
filter and doing the job well.

My problem is actually more of a regexp problem.
In my filter I must specify a url-pattern that should be true if the
filter should be invoked. I do not want it invoked on all url:s but only
on those urls which does not have ".action" in it. Anyone know how to
write that regexp?

Regards
Mattias Bogeblad

-- --Ursprungligt meddelande-- --
Fr�n: news [mailto:news@(protected)] F�r Bill Barker
Skickat: den 30 december 2003 06:53
Till: tomcat-user@(protected)
�mne: Re: URL-rewriting

With TC 5.x, Servlet-mapping happens very early (long before any non-TC
specific code has a chance :).  With TC 4.1.x, it still happens before
the
Filters get called, but it is still possible to use a (Tomcat-specific)
Valve to do the rewrite.  (N.B. Valves get called after the Mapper in TC
5.x, so this won't help you there :).

Overall (regardless of what you use to implement re-writing), I'd go
with
Yoav's suggestion of using a Filter that calls rd.forward on the
re-written
URI.  IMHO, you will have a lot more hair at the end of it ;-).

"Mattias Bogeblad" <mattias.bogeblad@(protected)> wrote in
message
news:000001c3ce5e$45b73c70$6700a8c0@(protected)
Hi and thanx for the suggestion but I want to try the rewrite module
first as that offers all flexibility I need. The package I named is a
pure java implementation of Apache mod-rewrite so I thought I benefit
from it if possible.

Anyone else who can contribute?

Regards
Mattias Bogeblad

-- --Ursprungligt meddelande-- --
Fr�n: Shapira, Yoav [mailto:Yoav.Shapira@(protected)]
Skickat: den 29 december 2003 19:13
Till: Tomcat Users List
�mne: RE: URL-rewriting


Howdy,
I'm not an expert on Apache's mod-rewrite, so I'll give you one possible
pue java solution: a fairly simple filter (a javax.servlet.Filter Source code of javax.servlet.Filter
filter).  Map the filter /* and code your redirection rules in java.

Actually, you might want to look at the balancer webapp (tomcat 5) which
has a StringMatchRule that you can use.

Yoav Shapira
Millennium ChemInformatics


>-- --Original Message-- --
>From: Mattias Bogeblad [mailto:mattias.bogeblad@(protected)]
>Sent: Monday, December 29, 2003 12:57 PM
>To: Tomcat Users List
>Subject: URL-rewriting
>
>Hi All,
>
>I want to be able to use url-rewriting in an application I have.
>I want to transform urls like
>http://localhost:8080/infoglueDeliver/products/productX.html to
>http://localhost:8080/infoglueDeliverDev/ViewPage.action?navigationTitl
e
>=products/productX.html
>
>I have checked out the http://www.tuckey.org/urlrewrite-package but I'm
>not sure how to write the regexp to accomplish what I want.
>
>Anyone good at these things?
>
>Regards,
>Mattias Bogeblad



This e-mail, including any attachments, is a confidential business
communication, and may contain information that is confidential,
proprietary and/or privileged.  This e-mail is intended only for the
individual(s) to whom it is addressed, and may not be saved, copied,
printed, disclosed or used by anyone else.  If you are not the(an)
intended recipient, please immediately delete this e-mail from your
computer system and notify the sender.  Thank you.


-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------
To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected)
For additional commands, e-mail: tomcat-user-help@(protected)




-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------
To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected)
For additional commands, e-mail: tomcat-user-help@(protected)





-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------
To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected)
For additional commands, e-mail: tomcat-user-help@(protected)




©2008 junlu.com - Jax Systems, LLC, U.S.A.