Web server / http requests

Hi,
I am attempting to implement a listener on my server for http requests. Also, messages will be sent though using SOAP.
My question is, can this listener run as a standalone service? or do I need to implement a web server and perhaps create a servlet to respond to anything coming through via http?
I am unsure of the advantages / disadvantages...Any help or assistance would be greatly appreciated.
Thanks
Gregg

You can write a program that listens at ports for connections.
But the advantage of using a web server and writing servlets, is that a lot of the hard work, the little tedious work with low-level networking stuff, is done for you.

Similar Messages

  • Disabling Web Server HTTP Trace/Track Method

    How is it possible to disable the Web Server HTTP Trace/Track Method under SJS 7.x?
    As per out internal Qualys Scan report:
    A Web server was detected that supports the HTTP TRACE method. This method allows debugging and connection trace analysis for connections from the client to the Web server. Per the HTTP specification, when this method is used, the Web server echoes back the information sent to it by the client unmodified and unfiltered. Microsoft IIS web server uses an alias TRACK for this method, and is functionally the same.
    A vulnerability related to this method was discovered. A malicious, active component in a Web page can send Trace requests to a Web server that supports this Trace method. Usually, browser security disallows access to Web sites outside of the present site's domain. Although unlikely and difficult to achieve, it's possible, in the presence of other browser vulnerabilities, for the active HTML content to make external requests to arbitrary Web servers beyond the hosting Web server. Since the chosen Web server then echoes back the client request unfiltered, the response also includes cookie-based or Web-based (if logged on) authentication credentials that the browser automatically sent to the specified Web application on the specified Web server.

    http://blogs.sun.com/meena/entry/disabling_trace_in_sun_java

  • How Web Server pass request IP Address as the environment variable?

    How can I config the Web server in order to pass the URL request IP address as the environment variable?

    Are you inspecting the environment from a CGI program? The definitive guide to the CGI standard is the CGI/1.1 specification at http://hoohoo.ncsa.uiuc.edu/cgi/env.html
    iPlanet-specific enhancements to CGI are described in the iPlanet Web Server Programmer's Guide.
    REMOTE_ADDR is probably the variable you're interested in.

  • Oracle iPlanet Web Server - HTTP listeners based on hostnames

    Regarding the HTTP listeners configuration I read:
    IP Address — A Valid IPv4 or IPv6 address. “” implies that the HTTP Listener will listen to all IP addressed for the configured port.*
    (no mention to hostnames)
    I have tested that it is also possible to specify a NAME in the IP Address field and the effect is the same if I specify the explicit IP the name is associated.
    Is it a supported but not documented feature ?
    In other words can I use this feature for my deployment ?

    It seems like I was wrong, you can not use hostname in <ip> element. Code doesn't try to convert hostname to <ip> address.
    When you said that it worked for you, can you show the output of "netstat -an | grep <listen_port>".

  • Transmitting and Receiving an audio file in a web server

    Hello all,
    How do I transmit an audio file from a Web Server as requested by a web based thin client (jsp)?
    Rgds,
    Seetesh

    If I were to use the programs : Transmitter and Receiver
    Transmitter
    http://java.sun.com/products/java-media/jmf/2.1.1/solutions/RTPTransmit.html
    Receiver
    http://java.sun.com/products/java-media/jmf/2.1.1/solutions/AVReceive.html
    Can the same be writen as either a Servlet or JSP so that the same can be executed on a Web Server?
    Any workaround on the code to make it run.
    Rgds,
    Seetesh

  • Configuration Iplanet web server 6.1 to SunOne Application Server 7

    Hi,
    Does anybody know how to configure url forwarding from web server to application server?
    I'm trying with url forwarding, but it doesn't work with post method.
    I found articules talking about this problem, but not resolution, well, I found a note about "web connector plugin" but I don�t know how to see if, it was installed and , if it isn't, how to install and configure.
    Web Server version is 6.1 and Application Server is 7
    Thanks in advance
    Thanks

    Thanks,
    I modified magnus.conf and obj.conf. I was followed instructions but when I try to access, I get an error 500.
    My web server is listening on port 82 and my appserver is listening on port 4849.
    web server: http://sunesma3:82
    app server: http://sunesma3:4849/otic
    I send magnus.conf and obj.conf
    MAGNUS.CONF
    # The NetsiteRoot, ServerName, and ServerID directives are DEPRECATED.
    # They will not be supported in future releases of the Web Server.
    NetsiteRoot /disco10/iplanet61
    ServerName ObsMAP
    ServerID https-ObsMAP
    RqThrottle 128
    DNS off
    Security off
    PidLog /disco10/iplanet61/https-ObsMAP/logs/pid
    User root
    StackSize 131072
    TempDir /tmp/https-ObsMAP-b676d73f
    Init fn=flex-init access="$accesslog" format.access="%Ses->client.ip% - %Req->vars.auth-user% [%SYSDATE%] \"%Req->reqpb.clf-request%
    \" %Req->srvhdrs.clf-status% %Req->srvhdrs.content-length%"
    Init fn="load-modules" shlib="/disco10/iplanet61/bin/https/lib/libj2eeplugin.so" shlib_flags="(global|now)"
    Init fn="load-modules" shlib="/disco10/iplanet61/plugins/passthrough/bin/libpassthrough.so" funcs="init-passthrough,auth-passthrough
    ,check-passthrough,service-passthrough" NativeThread="no"
    Init fn="init-passthrough"
    OBJ.CONF
    # You can edit this file, but comments and formatting changes
    # might be lost when the admin server makes changes.
    <Object name="passthrough">
    ObjectType fn="force-type" type="magnus-internal/passthrough"
    PathCheck fn="deny-existence" path "*/WEB-INF/*"
    Service type="magnus-internal/passthrough" fn="service-passthrough" servers="http://sunesma3:4849"
    </Object>
    <Object name="default">
    AuthTrans fn="match-browser" browser="*MSIE*" ssl-unclean-shutdown="true"
    NameTrans fn="ntrans-j2ee" name="j2ee"
    NameTrans fn="pfx2dir" from="/mc-icons" dir="/disco10/iplanet61/ns-icons" name="es-internal"
    NameTrans fn=assign-name" from="/*" name=passthrough"
    NameTrans fn="document-root" root="$docroot"
    PathCheck fn="unix-uri-clean"
    PathCheck fn="check-acl" acl="default"
    PathCheck fn="find-pathinfo"
    PathCheck fn="find-index" index-names="index.jsp,index.html,home.html,index.jsp"
    ObjectType fn="type-by-extension"
    ObjectType fn="force-type" type="text/plain"
    Service method="(GET|HEAD)" type="magnus-internal/imagemap" fn="imagemap"
    Service method="(GET|HEAD)" type="magnus-internal/directory" fn="index-common"
    Service method="(GET|HEAD|POST)" type="*~magnus-internal/*" fn="send-file"
    Service method="TRACE" fn="service-trace"
    Error fn="error-j2ee"
    AddLog fn="flex-log" name="access"
    </Object>
    <Object name="j2ee">
    ObjectType fn="force-type" type="text/html"
    Service fn="service-j2ee" method="*"
    </Object>
    <Object name="cgi">
    ObjectType fn="force-type" type="magnus-internal/cgi"
    Service fn="send-cgi" user="$user" group="$group" chroot="$chroot" dir="$dir" nice="$nice"
    </Object>
    <Object name="es-internal">
    PathCheck fn="check-acl" acl="es-internal"
    </Object>
    <Object name="send-compressed">
    PathCheck fn="find-compressed"
    </Object>
    <Object name="compress-on-demand">
    Output fn="insert-filter" filter="http-compression"
    </Object>

  • WebLogic Server as Web Server.

    Hi,
    I am from WebSphere background and I'm pretty confused on how WebLogic works as a web server. With WebSphere, the web server will communicate with the application servers by using a plugin file. I understand that WebLogic has a similar plugin, but that is if I were to use a third party web server such as Apache or IIS.
    From what I read here <http://e-docs.bea.com/wls/docs92/config_wls/web_server.html>, all I need to do is to configure a virtual host. Kinda different from what I read <http://e-generation.beasys.com/wls/docs81/cluster/setup.html#759939> which uses a HttpClusterServlet, but am using WebLogic 9.2 so probably this is not applicable?
    My environment consists of 2 web servers and 2 app servers:
    Clients will access the website using a virtual IP, which will be routed to the 2 web servers (we are using a hardware load balancer), and the 2 web servers will route the requests to both of the application servers which is clustered.
    Questions:
    1) So if I have created 4 instance of application servers, 2 of it I will configure it as a web server and the remaining 2 application servers will be clustered. In the virtual host setting, the target servers will be the 2 clustered application servers, no?
    2) 'Virtual Host Names' are the domains that are to be served by this virtual host?
    3) What is 'Network Access Point Name' exactly?
    I don't enjoy myself asking these basic questions but I find this whole web server thing is pretty confusing. If anyone could point me to a more in-depth documentation on the concept and how to set up a weblogic server as a web server, that would be awesome. Appreciate any advice offered.
    Thanks in advance.
    Edited by: 60doses on Feb 16, 2009 4:15 PM

    please refer to the following link on how to set up weblogic as web server.
    http://e-docs.bea.com/wls/docs81/adminguide/web_server.html

  • Published Flash module and 404 errors in the web server log

    I’ve created a Presenter module, published it to my computer, and uploaded all the files to a web server. And it plays fine via the web.
    The odd thing is a bunch of 404 errors in the web log:
    10.1.2.104 - - [29/Jul/2009:10:36:00 -0700] "GET /repository/university/courses/3/flash/data/spk10821.1.jpg HTTP/1.1" 404 255 "-" 1166 419
    10.1.2.104 - - [29/Jul/2009:10:36:29 -0700] "GET /repository/university/courses/3/flash/data/spk10821.1.jpg HTTP/1.1" 404 255 "-" 1166 419
    10.1.2.104 - - [29/Jul/2009:10:36:57 -0700] "GET /repository/university/courses/3/flash/data/spk10821.1.jpg HTTP/1.1" 404 255 "-" 1166 419
    In the data directory there is a file named spk10821.jpg that was generated by Presenter. The image is actually the presenter bio photo that would normally show up in the sidebar -- but no photo is there. The browser never requests the valid spk10821.jpg file, only the non-existent spk10821.1.jpg path.
    Anybody know why this would be happening? I see in data/viewer.xml there is a tag for <image>spk10821.1.jpg</image> but I don’t know why Presenter would mention that file in the XML but generate a differently-named one in the publish folder.
    I’m wondering if I should have the web server rewrite requests with the ".1.jpg" ending to get rid of the ".1" part so they will work.
    By the way, this is with PowerPoint 2003 SP3 and Presenter 7.0.1.

    Hi Daniel,
    I am assuming that you are using Visual Studio 2010 to target the .Net framework 4.0
    Crystal Reports 2008 is not compatible with VS 2010. Use [Crystal Reports for Visual Studio 2010|Crystal Reports for Visual Studio 2010 Production Release Now AvailableCystlR%2528SAPWeblogs%253ACrystal+Reports%2529] to target .Net framework 4.0.
    Deploy the application using the methods specified in the 'Deployment' section of the [CR for VS 2010 .Net SDK developer guide|http://help.sap.com/businessobject/product_guides/sapCRVS2010/en/crnet_dg_2010_en.zip].
    See if you can reproduce the issue after redeploying the application as mentioned above.
    Few questions-
    - Is it the dev machine or production machine causing the issue?
    - OS version?
    - What does the application do? i.e. view, export, print report?
    - Issue is with some reports or all the reports.
    See if there is an image on the report, remove the image and add it as a picture object ' Insert --> Picture' from the CR designer.
    Hope this helps,
    Bhushan.

  • How to set up a FTP and web server and integrate with DMM 5.2

    Hi All ...
    I need to set up a external server only for content publishing to reduce the overhead of the DMM server .
    can anyone guide me on how to set up the external server and intergrate it with the DMM 5.2
    Thanks

    semuthu,
    Notes from the Release Notes:
    Compatibility Limitations with Microsoft Internet Information Server (IIS)
    DMPs that use firmware release 5.2 are compatible with only one version of Microsoft Internet Information Server.
    That supported version is IIS 6.0 for Windows 2003 Enterprise. If you do not have the supported IIS version but
    want your DMPs to retrieve assets from a webserver, we recommend that you use Apache instead of IIS.
    I would suggest using Apache instead of IIS for the webserver service. IIS can be used as FTP if needed.
    There are plenty of Documents on the Web about setting up Apache and FTP for servers.
    Using Apache with Microsoft Windows
    http://httpd.apache.org/docs/2.0/platform/windows.html
    Quick HOWTO : Ch20 : The Apache Web Server
    http://www.linuxhomenetworking.com/wiki/index.php/Quick_HOWTO_:_Ch20_:_The_Apache_Web_Server
    Once the Webserver is setup and operational. You simply store your media content on the Webserver
    and then have your DMS assets in the media library use an external URL address for its location.
    If you want to use external server for other features in the DMM, you can can see how to configure
    here:
    http://www.cisco.com/en/US/partner/docs/video/digital_media_systems/5_x/5_1/dmm/user/guide/dsm+etv.html#wp1073210
    Goto the section right below ACNS & WAAS..
    If this answers your question, Please take time to mark this
    discussion answered & rate the response.
    Thank You!
    T.

  • How do you get Sun One Web Server to read white spacing in a url

    Hi guys,
    I am currently using Sun One Web Server and this is the problem that i am currently facing.
    The url which is i am trying to read from the Sun One Web Server is http://test:8000/test/Testing%20A%20B
    The error which i am getting is java.lang.RuntimeException: java.net.URISyntaxException: Illegal character in path
    The reason why this is happening is because the original url is http://test:8000/test/Testing A B It has spacing in between the url. I cannot get rid of the spacing thru the code where its bound to a Content Management System. So the only way is to get the Sun One Web Server to be able to read this kind of url. There are about 300 to 400 of this types of url as they are dynamically generated.
    I was looking at the obj.conf and magnum.conf file to see whether i can manipulate this url to work for this situation. But with no luck.
    Can anyone please let me know if they have came across this problem.
    Thanks.

    Hi,
    This is the stack Trace:
    Error 500--Internal Server Error
    java.lang.RuntimeException: java.net.URISyntaxException: Illegal character in path at index 29: /models/Sportwagon/Sportwagon SS V-Series
         at au.com.holden.cs.assembler.FriendlyURLAssembler.getInputURI(FriendlyURLAssembler.java:329)
         at au.com.holden.web.mvc.ViewUtil.getInputModelAndView(ViewUtil.java:29)
         at au.com.holden.web.mvc.navigation.ModelNavigationController.handleNoSuchRequestHandlingMethod(ModelNavigationController.java:17)
         at org.springframework.web.servlet.mvc.multiaction.MultiActionController.handleRequestInternal(MultiActionController.java:375)
         at org.springframework.web.servlet.mvc.AbstractController.handleRequest(AbstractController.java:153)
         at org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter.handle(SimpleControllerHandlerAdapter.java:45)
         at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:820)
         at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:755)
         at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:396)
         at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:350)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
         at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3496)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(Unknown Source)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2180)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2086)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1406)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Caused by: java.net.URISyntaxException: Illegal character in path at index 29: /models/Sportwagon/Sportwagon SS V-Series
         at java.net.URI$Parser.fail(URI.java:2809)
         at java.net.URI$Parser.checkChars(URI.java:2982)
         at java.net.URI$Parser.parseHierarchical(URI.java:3066)
         at java.net.URI$Parser.parse(URI.java:3024)
         at java.net.URI.(URI.java:578)
         at au.com.holden.cs.assembler.FriendlyURLAssembler.getInputURI(FriendlyURLAssembler.java:326)
         ... 26 more
    This is the path which was access by me using Sun One Web Server: http://poll:8006/models/Sportwagon/Sportwagon%20SS%20V-Series
    As you can see that Sun One Web Server dont like spacing between url.
    Does anyone know how to fix this problem thru configuration in Sun One Web Server?

  • Error occured while communicating with web server

    In Netweaver if you receive this error  " error occured while communicating with web server "
    check your script logic file if you have mande any change to dimension
    names
    Vinoo

    Hi,
    validate below note
    Note 1330145 - an error occured while communicating with the web server
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/b161a590-0201-0010-5590-91fa5076a914
    regards
    nag

  • DPS Analytics : HTTP request error

    Dear All,
    I recieve an error message every timeI try to check the analytics for any of our apps: "Error retrieving report from Omniture server: HTTP request error".
    A few weeks ago, an app totally empty statistics - everything zero - which I knew was not true. Today, I get the error, but there is some data on each page - but how do I know this data is correct?
    Anyone that has experience with this? It has been like this the last couple of weeks, but has hoped it was a temporary error. Now, the clients want some statistics on their publications ...
    Thank you in advance,
    Axel Garcia Henriksson

    I do have the same issue. I have to change the dates to get anything, but I don't know if it's reliable.

  • Web server to download class definitions?

    Hello,
    There's still one thing that i do not understand about RMI.
    I find on the website below the following quote "Classes definitions are typically made network accessible through a web server".
    http://java.sun.com/docs/books/tutorial/rmi/overview.html
    However, I have created and tested a small RMI example, and there was no need for a webserver (although, i tested my small rmi testapp both client and server on the same machine).
    By the way, my small testapp was:
    - an interface that extends java.rmi.remote and defines one method that returns just a string "ok".
    - the implementation of that interface
    - a client that calls the that remote object, and it prints "ok", without problems.
    Thus, what is this kind of "webserver" then???
    Why does everything works in my small testapp, without a webserver??
    Or is there a webserver that i can not see??
    Am I missing some information, or do i see something wrong???
    Thank you.

    is that maybe necessary when we have the rmi server, the rmi client and the rmi registry on three different machines?

  • Open Web Server code has been updated

    This is to announce that [Open Web Server|http://wikis.sun.com/display/wsFOSS/Open+Web+Server] code has been updated. It has all relevant bug fixes that went into Sun Java System Web Server 7.0 update 4 and 5 releases.

    Arvind_Srinivasan wrote:
    Merging the changes that rcrit and river tarnell contributed is in the plan.
    [For River Tarnell's changes|http://loreley.flyingparchment.org.uk/pages/ows], we do not have IPS repository for HP-UX. So how do I make defines*.mk? Where should I get components from and what should be the default location of those?
    The following diffs look ok.
    diff -cr webserver/src/server/plugins/fastcgi/Makefile webserver-old/src/server/plugins/fastcgi/Makefile
    *** webserver/src/server/plugins/fastcgi/Makefile     Tue Feb 17 08:10:44 2009
    --- webserver-old/src/server/plugins/fastcgi/Makefile     Mon Feb 16 13:19:21 2009
    *** 50,55 ****
    --- 50,63 ----
      LOCAL_LIBDIRS+=../../libserverxml/$(OBJDIR)
      LOCAL_LIBDIRS+=../../libsi18n/$(OBJDIR)
      LOCAL_LIBDIRS+=../../../support/support/$(OBJDIR)
    + LOCAL_LIBDIRS+=../../../support/filecache/$(OBJDIR)
    + LOCAL_LIBDIRS+=../../../support/time/$(OBJDIR)
    + LOCAL_LIBDIRS+=../../../support/NsprWrap/$(OBJDIR)
    + LOCAL_LIBDIRS+=../../../support/threadpool/$(OBJDIR)
    + LOCAL_LIBDIRS+=../../../support/xp/$(OBJDIR)
    + LOCAL_LIBDIRS+=../../../support/libdbm/$(OBJDIR)
    + LOCAL_LIBDIRS+=../../../support/ares/$(OBJDIR)
    + LOCAL_LIBDIRS+=../../../support/libxsd2cpp/$(OBJDIR)
      DLL_TARGET=fastcgi
      DLL_OBJS=errortypes util fastcgii18n serverconfig fcgirequest fcgiparser serverchannel
    diff -cr webserver/src/server/plugins/htaccess/Makefile webserver-old/src/server/plugins/htaccess/Makefile
    *** webserver/src/server/plugins/htaccess/Makefile     Tue Feb 17 08:10:45 2009
    --- webserver-old/src/server/plugins/htaccess/Makefile     Mon Feb 16 13:18:22 2009
    *** 43,48 ****
    --- 43,57 ----
      LOCAL_LIBDIRS+=../../libcrypt/$(OBJDIR)
      LOCAL_LIBDIRS+= ../../webservd/$(OBJDIR)
      LOCAL_LIBDIRS+= ../../../support/support/$(OBJDIR)
    +  LOCAL_LIBDIRS+=../../../support/filecache/$(OBJDIR)
    +  LOCAL_LIBDIRS+=../../../support/time/$(OBJDIR)
    +  LOCAL_LIBDIRS+=../../../support/NsprWrap/$(OBJDIR)
    +  LOCAL_LIBDIRS+=../../../support/threadpool/$(OBJDIR)
    +  LOCAL_LIBDIRS+=../../../support/xp/$(OBJDIR)
    +  LOCAL_LIBDIRS+=../../../support/libdbm/$(OBJDIR)
    +  LOCAL_LIBDIRS+=../../../support/ares/$(OBJDIR)
    +  LOCAL_LIBDIRS+=../../../support/libxsd2cpp/$(OBJDIR)
    +  LOCAL_LIBDIRS+=../../libsi18n/$(OBJDIR)
      DLL_TARGET=htaccess
      DLL_OBJS=http_access http_auth http_config http_register util main list
    diff -cr webserver/src/server/plugins/shtml/Makefile webserver-old/src/server/plugins/shtml/Makefile
    *** webserver/src/server/plugins/shtml/Makefile     Tue Feb 17 08:10:46 2009
    --- webserver-old/src/server/plugins/shtml/Makefile     Mon Feb 16 13:17:29 2009
    *** 47,52 ****
    --- 47,62 ----
      DLL_LIBS+=$(DAEMON_DLL)
      LOCAL_LIBDIRS+=../../webservd/$(OBJDIR)
    + LOCAL_LIBDIRS+=../../../support/filecache/$(OBJDIR)
    + LOCAL_LIBDIRS+=../../../support/time/$(OBJDIR)
    + LOCAL_LIBDIRS+=../../../support/NsprWrap/$(OBJDIR)
    + LOCAL_LIBDIRS+=../../../support/support/$(OBJDIR)
    + LOCAL_LIBDIRS+=../../../support/threadpool/$(OBJDIR)
    + LOCAL_LIBDIRS+=../../../support/xp/$(OBJDIR)
    + LOCAL_LIBDIRS+=../../../support/libdbm/$(OBJDIR)
    + LOCAL_LIBDIRS+=../../../support/ares/$(OBJDIR)
    + LOCAL_LIBDIRS+=../../../support/libxsd2cpp/$(OBJDIR)
    + LOCAL_LIBDIRS+=../../libsi18n/$(OBJDIR)
      DLL_NONPARSED_OBJS=../../shtml/$(OBJDIR)/ShtmlPlugin.$(OBJ)
      SHIP_PUBLIC_DYNAMIC_LIBRARIES=$(DLL_TARGET)
    $diff -wr webserver/templates/Makefile webserver-old/templates/Makefile
    75,77d74
    < ifeq ($(OS_ARCH), HP-UX)
    < WS_SERVER_TEMPDIR=$(shell mktemp -d /tmp -p $(WS_INSTANCE_NAME)-)
    < else
    79d75
    < endif

  • Activating Scripting on the Web Server

    I found this, but can not locate Scripting on the Web Server: Configuration page
    Activating Scripting on the Web Server
    To use scripting with a Web service, you must activate the functionality on the LabVIEW Web Server. In LabVIEW, select Scripting on the Web Server: Configuration page in the Options dialog box to activate scripting on the Web Server.
    http://zone.ni.com/devzone/cda/tut/p/id/7738
    Solved!
    Go to Solution.

    Hi Eric LZ
    You are absolutely right, for LabVIEW 2009 scripting is activated automatically. More information about that could be found here. For LabVIEW 8.6 you'll have to follow these instructions. The above links are valid for VI scripting.
    National Instruments
    Carlos O
    Applications Engineer

Maybe you are looking for