04-21-2010 02:21 PM
Hey,
I have created a simple vi and the used WEB PUBLISHING tool of Labview 8.6 to embed this VI in a web page which is hosted on the labview web server.Now i have created a Site running on apache web server and i have created a page where i have provided a link.Now this link is supposed to allow the user to see the Embedded VI in the webpage as published by labview. I have implemented this by introducing a proxyPass and a ProxyPassReverse directive( server level directives to redirect all requests to and from the LABVIEW web server published web page) to the destination html page.
However, when i try this link, it does take me to the web page(i.e. it successfully imports the webpage) however instead of displaying the embedded VI, we get an error message saying :: "SERVER DOES NOT SUPPORT REMOTE PANELS"
I need some way to implement this because we want only our apache server to be running on an externally visible machine and the LABVIEW web server running on a machine on a Local Area Network. We want to be able to provide the user with the embedded VI through the externally visible server.
PS: I'm using LABVIEW 8.6 STUDENT EDITION but was having the same problem with LABVIEW 8.0 PROFESSIONAL DEVELOPMENT SYSTEM.
04-22-2010 05:27 AM