|
|
| Don't ask to ask, just ask | |
| PerlMonks |
Re: Combine Multiple Catalyst Applicationsby Your Mother (Canon) |
| on Apr 13, 2012 at 19:49 UTC ( #964977=note: print w/ replies, xml ) | Need Help?? |
|
Helpful reading–
Full steps for testing two Cat apps in one server
a-one-an-a-two-a.psgi
Run, dog, run
Visit http://localhost:5000/ (or whatever name/ip your box prefers) and http://localhost:5000/two/ and don't forget to tip your servers. Caveat: this might lead to entangling or making cross-dependent coding choices which would be bad. Make an effort to keep things compartimental. Abstract and separate commonality like sessions/auth. If each app can't run alone after you're done, you might as well have rolled them all into one to start.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||