Only one application can act as a web server at the default http port 80.
To solve this either run all VIs into a single application or use different
http ports for each application. For example an application can use the
default port 80 and others use ports 8080, 8081, 8082 etc.
In the browser, you enter the URL for non default ports as
http://hostname:8080/...
HTH
Jean-Pierre Drolet
"zemaitis"
a ecrit dans le message news:
506500000008000000292B0000-999158726000@exchange.ni.com...
> I am running multiple Vi's (applications) on the same Nt Workstation
> and the Web Server is enable for all applications. However, I am able
> to view only one Panel from the browser. Only the first application
> that is started can be viewed. What am I doing
wrong ?