Hello, Alby.
I recently ran into a similar problem, when I tried to set up LiteWebServer
(www.gefionsoftware.com) for our DreamWeaver Ultradev developers to use for testing
JSP pages. It all boils down to the directory used (context directory). If the
directory is set up for just HTML, it will cause the jsp application to download. If
it is set up for JSP, it will execute it.
For example, in lite web server, there is a directory called HTML. If I place the
JSP pages there, it causes the application to prompt for a download.
For the JSP directory, I created one called Oracle under HTML/examples/JSP/Oracle,
and the application works fine.
Why this is happening, I don't know. Perhaps some more seasoned JSP experts can
enlighten us.
-----Original Message-----
From: Alby Peter Panikulangara [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 23, 2001 7:43 AM
To: Orion-Interest
Subject: JSP server configuration
Hi,
I am new to jsp. recently i tried to put my website with as isp in US, they
offers jsp & servlet support in NT server with IIS & Netscape Server.For jsp
they advised me to use the url like http://websiteurl:8080/test.jsp, in this
case the file executes fine, but if i type http://websiteurl/test.jsp the
file is getting dowloaded to the pc. This is the case same with servlets.
i would like to know how to rectify this configuration problem.
with regards
Alby