Hi there,

I am trying to work out the best way to do this.

I have two web-apps, or views I wish to use.

One is an administration view, and the other a customer view.

I would like them to have their own structure and be set up in different
directories, if possible.

However, I would like them to use the same code base.

Now I know I can have two separate web-apps and just copy the classes
across, however it would be asier if they could reference the same classes,
and the action will behave the same way.

I would like different setruts-config files for them though, as the forwards
will be different. The reason I want them separate, is so that if a customer
logs in to the admin login screen, they are automatically redirected to the
customer view, web-app. All further actions should then be done through that
web-app.

It doesn't matter if the session changes when I switch apps, I can pass the
releveant login information through the request.

Just need some idea as to whether what I am asking is possible.

Regards

Steve Vanspall


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

Reply via email to