Jump to content

how do I run simultaneous web applications ?.


Guest

Recommended Posts

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.

 

 

 

.

 

Link to comment
Share on other sites

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.

>

>

>

 

 

.

 

Link to comment
Share on other sites

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.

 

 

.

 

Link to comment
Share on other sites

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.

 

 

.

 

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...