Configure default application

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

Configure default application

James McGill-5
How do you set a specific application to be the default, that is, when a
user goes to http://ofbiz.server.com/ , and you want that to log directly
into a specific application,
instead of needing to add "application/control/main" to the url, what do you
do?

--
James McGill
Phoenix AZ
Reply | Threaded
Open this post in threaded view
|

Re: Configure default application

Matt Warnock
You set the root to "/" for that application.  For example, to make
"ecommerce" the default app, go to that app's ofbiz-component.xml file
(in this case located in special-purpose/ecommerce) and at the bottom of
that file, change the mountpoint from "/ecommerce" to "/".
 
--
Matt Warnock <[hidden email]>
RidgeCrest Herbals, Inc.

On Tue, 2010-06-01 at 15:57 -0700, James McGill wrote:
> How do you set a specific application to be the default, that is, when a
> user goes to http://ofbiz.server.com/ , and you want that to log directly
> into a specific application,
> instead of needing to add "application/control/main" to the url, what do you
> do?
>

Reply | Threaded
Open this post in threaded view
|

Re: Configure default application

BJ Freeman
In reply to this post by James McGill-5
in the components ofbiz-component.xml
mount-point="/"/>
note you can have only one.

=========================
BJ Freeman
http://bjfreeman.elance.com
Strategic Power Office with Supplier Automation <http://www.businessesnetwork.com/automation/viewforum.php?f=93>
Specialtymarket.com <http://www.specialtymarket.com/>

Systems Integrator-- Glad to Assist

Chat  Y! messenger: bjfr33man
Linkedin
<http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro>


James McGill sent the following on 6/1/2010 3:57 PM:
> How do you set a specific application to be the default, that is, when a
> user goes to http://ofbiz.server.com/ , and you want that to log directly
> into a specific application,
> instead of needing to add "application/control/main" to the url, what do you
> do?
>

Reply | Threaded
Open this post in threaded view
|

Re: Configure default application

James McGill-5
On Tue, Jun 1, 2010 at 5:18 PM, BJ Freeman <[hidden email]> wrote:

> in the components ofbiz-component.xml
> mount-point="/"/>
> note you can have only one.
>
>

Because someone made explicit links to the application path, and because I
don't necessarily want to put an Apache rewriting front end  on this, I had
to make a dummy application that mounts on "/" but redirects to the main
application.

Thanks for the help!

--
James McGill
Phoenix AZ