Guest Posted February 20, 2011 Posted February 20, 2011 Message from: "Dante Saldana" ?how do I run simultaneous web applications ?. I mean how do I run for example, simple_demo and sqldemo at the same time if they both are using the same port 8077?. Thanks Dante Saldana PuertTotal S.A. . Quote
Guest Posted February 20, 2011 Author Posted February 20, 2011 Message from: "Jason Reid" You can change the Port property in the servermodule. "Dante Saldana" wrote in message news:rDpzhdL0LHA.2160@anaxagvs227... > ?how do I run simultaneous web applications ?. I mean how do I run for > example, simple_demo and sqldemo at the same time if they both are using > the > same port 8077?. > > Thanks > > Dante Saldana > PuertTotal S.A. > > > . Quote
Guest Posted February 20, 2011 Author Posted February 20, 2011 Message from: "Farshad Mohajeri" "Dante Saldana" wrote in message news:rDpzhdL0LHA.2160@anaxagvs227... > ?how do I run simultaneous web applications ?. I mean how do I run for > example, simple_demo and sqldemo at the same time if they both are using > the > same port 8077?. > As Jason said you can run multiple standalone apps on different ports, but if you want to use same port then you must deploy them as ISAPI dlls. . Quote
Guest Posted February 20, 2011 Author Posted February 20, 2011 Message from: "Farshad Mohajeri" > ?farshad, how can I convert existing demos into ISAPI´s dll applications > for testing ?. For example fishfacts. > > Thanks > > Dante > PuertTotal S.A. Create a new uniGUI ISAPI app or Combo app and move all Forms and all modules from FishFacts to it. . Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.