| 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 |
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.R | Title | User | Personal Name | Date | Lines |
|---|---|---|---|---|---|
| 173.1 | DSNENG::KOLBE | Wicked Wench of the Web | Wed Apr 09 1997 16:46 | 2 | |
I haven't used it but the Frontpage97 CD has a sample page counter in the utilities group. liesl | |||||
| 173.2 | 2954::FOLEY | http://axel.zko.dec.com | Wed Apr 09 1997 17:59 | 5 | |
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.3 | HOUBA::MEHERS | Damian, http://bigbird.geo.dec.com/ | Thu Apr 10 1997 09:49 | 17 | |
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
| |||||