Hmm,

I think I figured this out. Sorry. I am hoping that when I run apache on port 80 it 
won't be written into the uri by DynamicUri.

I forget what the real problem is though - DynamicURI pumps out "," (%2C) as the 
separator and this looks real ugly. I can use
mod_rewrite to replace a request containing / with %2C, but is there a way to stop 
hyperlinks looking so horrible without changing
DynamicURI? This is a kind of reverse rewriting a suppose?

Gareth

> -----Original Message-----
> From: Gareth Coltman [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, June 26, 2001 14:41
> To: [EMAIL PROTECTED]
> Subject: Rewriting urls
>
>
> I want to change my URL
>
> host:port/appname/servlet/appname/template/stuff,MyScreen.vm
>
> to :
>
> host/appname/stuff/Myscreen.html
>
> As far as I am aware I can change the first bit
>
> /appname/servlet/appname/
>
> to
>
> /
>
> by editing the web.xml descriptor and the other bit
>
> template/stuff,MyScreen.vm
>
> by using mod jk.
>
> By what about the port, how can I stop DynamicURI from outputting the port or the 
>app server?
>
> Gareth
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to