Without more info, I'd probably use mod_rewrite for this:
  RewriteRule ^/servlet/(.*) /$1

"Dan Allen" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Is there anyway to have JkMount map an apache url to a tomcat url
> with the following jist:
>
> apache request -> tomcat request
>
> /servlet/myapp -> /myapp
>
> The reason I say this is because I am hogging up all the directory
> paths from apache so I have no paths left to run other applications
> (such as php, perl).  I guess I could use a virtualhost
>
> servlet.mydomain.com
>
> but I was just curious if there was a way to do an "alias" type
> mapping for the worker mount.
>
> Dan
>
> --
> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
> Daniel Allen, <[EMAIL PROTECTED]>
> http://www.mojavelinux.com/
> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
> "If you are going to play the game of trial and error,
> don't be surprised when the results are revealing. -- me"
> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -




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

Reply via email to