Re: Interesting question (to me)... Perl app conversion to SUNWappserver/Java/Struts

2006-05-16 Thread C. Grobmeier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Cheers, Alan Treece wrote: > As the Subject: line states I'm in the middle of converting a larger > Perl application to a Struts web-app running on the SUNWappserver. The > question was posed as to how to deal with all of the folks who may have > "boo

Re: Interesting question (to me)... Perl app conversion to SUNWappserver/Java/Struts

2006-05-12 Thread Danny Lee
Use URL rewrite filter for this one. It's really a good stuff. https://urlrewrite.dev.java.net/ Cheers, Danny Alan Treece wrote: As the Subject: line states I'm in the middle of converting a larger Perl application to a Struts web-app running on the SUNWappserver. The question was posed as

Re: Interesting question (to me)... Perl app conversion to SUNWappserver/Java/Struts

2006-05-09 Thread Dave Newton
Leon Rosenberg wrote: > Define a servletmapping for the old url, write a servlet which simply > redirects all requests to the new url. Done. Or filter with a list of old URLs => new URLs and redirect. Dave - To unsubscribe, e-

Re: Interesting question (to me)... Perl app conversion to SUNWappserver/Java/Struts

2006-05-09 Thread Leon Rosenberg
Define a servletmapping for the old url, write a servlet which simply redirects all requests to the new url. Done. regards Leon On 5/9/06, Alan Treece <[EMAIL PROTECTED]> wrote: As the Subject: line states I'm in the middle of converting a larger Perl application to a Struts web-app running on t

Re: Interesting question (to me)... Perl app conversion to SUNWappserver/Java/Struts

2006-05-09 Thread Gareth Evans
Hi, You could use a servlet mapped to *.pl (or whatever extension the perl system used) and get it to send a redirect to the appropriate part of the java system. Gareth Alan Treece wrote: As the Subject: line states I'm in the middle of converting a larger Perl application to a Struts web-a

Interesting question (to me)... Perl app conversion to SUNWappserver/Java/Struts

2006-05-08 Thread Alan Treece
As the Subject: line states I'm in the middle of converting a larger Perl application to a Struts web-app running on the SUNWappserver. The question was posed as to how to deal with all of the folks who may have "bookmarked" a perl URL to the old app. I don't want to just cut those folks of