Change default mount point

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Change default mount point

Jeroen van der Wal
How can I change the default mount point of the built-in server from /
to something else like /ofbiz so all urls look like this:
https://<server>/ofbiz/webtools
I guess the answer is somewhere in the wiki but perhaps anybody could
help me out.

Thanks,

Jeroen van der Wal
Stromboli b.v.
+31 655 874050
Reply | Threaded
Open this post in threaded view
|

Re: Change default mount point

Pierre Smits
Jeroen,

How about redirecting from a front end proxy server? Documentation for that
is in the wiki.

Regards,

Pierre Smits

2010/4/13 Jeroen van der Wal <[hidden email]>

> How can I change the default mount point of the built-in server from /
> to something else like /ofbiz so all urls look like this:
> https://<server>/ofbiz/webtools
> I guess the answer is somewhere in the wiki but perhaps anybody could
> help me out.
>
> Thanks,
>
> Jeroen van der Wal
> Stromboli b.v.
> +31 655 874050
>
Reply | Threaded
Open this post in threaded view
|

Re: Change default mount point

Jeroen van der Wal-2
Hi Pierre,

This is exactly what I would like to accomplish. This works correct:
    proxyPass / ajp://localhost:8009/
but thIs is not working:
    proxyPass /ofbiz/ ajp://localhost:8009/
so I guessed I had to change the root of Ofbiz in something like this:
    proxyPass /ofbiz/ ajp://localhost:8009/ofbiz/

I'll have to do some more reading on this topic ;-)

-Jeroen

On Wed, Apr 14, 2010 at 10:37 AM, Pierre Smits <[hidden email]> wrote:

> Jeroen,
>
> How about redirecting from a front end proxy server? Documentation for that
> is in the wiki.
>
> Regards,
>
> Pierre Smits
>
> 2010/4/13 Jeroen van der Wal <[hidden email]>
>
>> How can I change the default mount point of the built-in server from /
>> to something else like /ofbiz so all urls look like this:
>> https://<server>/ofbiz/webtools
>> I guess the answer is somewhere in the wiki but perhaps anybody could
>> help me out.
>>
>> Thanks,
>>
>> Jeroen van der Wal
>> Stromboli b.v.
>> +31 655 874050
>>
>