federico vigna

Greenhorn
+ Follow
since Mar 21, 2012
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by federico vigna

Hi,
i've a web app (tomcat6 and struts-->we're updating to JSF2+Primefaces)
that manage a single store.
I've to move it to a more complex system to manage multistore.
I'm finding the best solution from server side to help this.
i.e. Is it possible to manage every different store with a "symbolic" subfolder:
es. www.mydomain.com\store1
www.mydomain.com\store2
etc..

for symbolic i intend the store1 and store2 are not a physical folder but only represent a paramter that configure the User SESSION to the "StoreX".
Another classic way could be passing a GET parameter (www.mydomain.com?store=1) but i don't think it's a great idea.

Any suggest?

thanks in advance
12 years ago
Hi,
i've a web app (tomcat6 and struts-->we're updating to JSF2+Primefaces)
that manage a single store.
I've to move it to a more complex system to manage multistore.
I'm finding the best solution from server side to help this.
i.e. Is it possible to manage every different store with a "symbolic" subfolder:
es. www.mydomain.com\store1
www.mydomain.com\store2
etc..

for symbolic i intend the store1 and store2 are not a physical folder but only represent a paramter that configure the User SESSION to the "StoreX".
Another classic way could be passing a GET parameter (www.mydomain.com?store=1) but i don't think it's a great idea.

Any suggest?
How con servlet can help me?

thanks in advance
12 years ago