Hi Victor
I think from your error JServ is not running the servlet but rather the file is being loaded by your browser, hence it's attempt to download the class file.
Since it is not interpreting /servlets as a zone, my first thought is that JServ is not actually loading successfully. Have you tried http://www.yourhostname.com/jserv/status? Did it mention your servlet zone? I suspect not.
Check your Jserv log, I suspect it is loading then aborting.
hth
Chris
--Original Message Text---
From: Victor Lyamtsev
Date: Tue, 2 May 2000 10:16:52 -0400
I am trying to run JServ1.1.1b/ Apache 1.3.12 on HP_UX 11.0.
I did not see any problems with running of servlet engine, but it seems
like when I try to call test servlet:
http://myhost.mydomain/servlets/Hello
JServ is not trying to run it, I see ony dialog box "Save it ( Hello.class in browser)". Once more, I did not see anything in error logs.
Any ideas what the problem can be?
Thanks,
- JServ1.1.1b/ Apache 1.3.12 on HP_UX 11.0 Victor Lyamtsev