[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference terri::web_authoring

Title:Welcome to WEB_AUTHORING
Notice:Before writing, please check for an existing topic
Moderator:VAXCAT::LAURIE
Created:Tue Mar 05 1996
Last Modified:Thu Jun 05 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:186
Total number of notes:1479

173.0. "IIS questions with HTML" by 45862::HILTON (Save Water, drink beer) Wed Apr 09 1997 17:41

    I just 'migrated' my Web server from ZBserver under Windows95 to IIS
    under NT 4.0 workstation, two things aren't working, and I'm looking
    for help!
    
    Firsty, my Java application doesn't work, the line in the html is:
    
    <applet codebase="/java/applets" code="ScrollText.class" width=600
    height=30>
    
    This worked in Zbserver, but I have no idea how to make it work on IIS.
    
    Also I had a page counter, no idea how I create a page counter under
    IIS.
    
    Cheers,
    
    Greg
    (IIS Newbie)
T.RTitleUserPersonal
Name
DateLines
173.1DSNENG::KOLBEWicked Wench of the WebWed Apr 09 1997 17:462
I haven't used it but the Frontpage97 CD has a sample page counter in the
utilities group. liesl
173.22954::FOLEYhttp://axel.zko.dec.comWed Apr 09 1997 18:595

	Search the web for "IIS counter example" and I'm sure you'll
	find one. The FP counter works ok, but you'll probably have
	to use FP to take advantage of it. 
173.3HOUBA::MEHERSDamian, http://bigbird.geo.dec.com/Thu Apr 10 1997 10:4917
    
    The Web Server knows nothing about Java Applets - as far as it is
    concerned, a Java Applet's ".class" file is just another file that is
    requested by the Browser.
    
    Your browser is fetching the applet from /java/applets, which means
    that either you have a top level directory under the default document
    directory (the one with the Alias HOME in IIS), or you need to set up a
    "java" virtual directory in IIS which points to the correct physical
    directory.
    
    Figure out how the old web server was handling a request for
    /java/applets/ScrollText.class, and make sure IIS is set up to also
    handle this request correctly.
    
    	Cheers,
    		/Damian